﻿@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}
sup {
	font-size: smaller;
	vertical-align: super;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*===========================================================================
base setting
===========================================================================*/
body {
  font-family: "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Helvetica, Arial, Sans-Serif;
  font-size: 100%;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}

.wrapper-fix {
  width: 1000px;
  margin: 0 auto;
}

img {vertical-align: top;}
a { color: #000000; text-decoration: none;}
a:hover { text-decoration: underline;}

.sp-on { display: none;}
.link {
	color: #2F7ECE;
	text-decoration: underline;
}
.link-hover:hover {
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter:alpha(opacity=50);
}

#wrapper {
    width: 100%;
    min-width: 1000px;
    /* background: url(../image/bg_body.jpg); */
    background-color: #000;
}

/*===========================================================================
Header Container
===========================================================================*/
#header {
	width: 100%;
}
#header .header_inner {
	height: 373px;
	text-align: center;
	position: relative;
}
#toppage #header .header_inner {
	height: 456px;
	/*background: url(/hotels/furano/image/img_main_visual.jpg) center center no-repeat;
	background-size: cover;*/
}
#hotel #header .header_inner {
	background: url(/hotels/furano/image/img_hotel_visual.jpg) center center no-repeat;
	background-size: cover;
}
#access #header .header_inner {
	background: url(/hotels/furano/image/img_access_visual.jpg) center center no-repeat;
	background-size: cover;
}
#room #header .header_inner {
	background: url(/hotels/furano/image/img_room_visual.jpg) center center no-repeat;
	background-size: cover;
}
#spa #header .header_inner {
	background: url(/hotels/furano/image/img_spa_visual.jpg) center center no-repeat;
	background-size: cover;
}
#bus #header .header_inner {
	background: url(/hotels/furano/image/img_bus_visual.jpg) center center no-repeat;
	background-size: cover;
}



#toppage #header #mainvisual {
	width: 100%;
	min-width: 1000px;
    height: 478px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
#header .header_top-nav {
	width: 1000px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -500px;
	z-index: 2;
}

#header .header_logo {
	float: left;
	margin-top: 5px;	
}
#header .header_nav {
	float: right;
	margin: 10px 0 0 0;
}
#header .header_nav li {
	float: left;
	display: inline-block;
	font-size: 11px;
	color: #fff;
	padding: 0px 8px;
}
#header .header_nav li a {
	color: #fff;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}
#header .header_btn-top {
	float: right;
	margin-left: 15px;
}

.header_blk-info {
	width: 364px;
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -182px;
	background: url(../image/bg_visual_info.png);
	color: #000;
	text-align: center;
	padding: 25px 0;
}
.header_blk-info_name {
	font-size: 14px;
	background: url(../image/bg_line_white.gif) center bottom no-repeat;
	margin-bottom: 15px;
	padding-bottom: 25px;
}
.header_blk-info_logo {
    margin-bottom: 20px;
}
.header_blk-info_link {
	font-size: 13px;
    line-height: 1.5;
    margin-bottom: 15px;
}
.header_blk-info_link a{
    color: #000;
}
.header_blk-info_link a.access_l {
    color: #E0B933;
    padding-top: 7px;
    display: block;
}

.header_blk-info_link {
    font-size: 0.8em;
    margin-bottom: 0;
}
.header_blk-info_btn {
	width: 200px;
	margin: 0 auto;
	font-size: 12px;
	text-align: center;	
	border: 1px solid #000;
}
.header_blk-info_btn a {
	display: block;
	color: #000;
	padding: 13px 0;
}
.header_blk-info_btn a:hover {text-decoration:none;}

.header_blk-info-02 {
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	background: url(../image/bg_visual_info_black.png);
	color: #fff;
	text-align: center;
	padding: 130px 0 0 0;
}
.header_blk-info-02_name {
	font-size: 2.5em;
	line-height: inherit;
	background: url(../image/bg_line_white_02.gif) center bottom no-repeat;
	margin-bottom: 10px;
}
.header_blk-info-02_desc {
	margin: 0 auto;
	font-size: 1.25em;
	text-align: center;	
}



/*==============================================
navi
===============================================*/
#navi {
	width: 100%;
	height: 52px;
	background: #333333;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 5px 5px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 5px 5px 0px rgba(50, 50, 50, 0.3);
}

#navi .navi-inner {
	width: 1000px;
	margin: 0 auto;
}
#navi .navi-inner .navi_list-button li {
	float: left;
	display: inline-block;
}

.contentBnr_hok {
	text-align: center;
}
@media screen and (max-width: 640px) {
	.contentBnr_hok {
		margin: 0 7%;
		margin-bottom: 15px;
	}
	.contentBnr_hok img {
		width: 100%;
	}
}



/*===========================================================================
Heading 
===========================================================================*/
.hdg-lv1-01 {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #593D06;
  font-size: 1.938em;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.hdg-lv1-02 {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #fff;
  font-size: 1.625em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
.hdg-lv2-01 {
	/*font-family: "小塚明朝 Pro R","小塚明朝 Std R","Hiragino Mincho Pro","ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝","MS PMincho",serif \9 ;*/
  font-size: 1.6em;
	font-weight: bold;
  text-align: center;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #fff;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #F7DB04;
  padding: 15px 0;
  width: 1000px;
  margin: 0 auto;
}

.hdg-lv2-02 {
	/*font-family: "小塚明朝 Pro R","小塚明朝 Std R","Hiragino Mincho Pro","ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝","MS PMincho",serif \9 ;*/
  color: #593D06;
  font-size: 1.625em;
	font-weight: bold;
  text-align: center;
	padding-bottom: 15px;
	margin-bottom: 25px;
	border-bottom: 1px dashed #593D06;
}

.hdg-lv3-01 {
    font-size: 1em;
    color: #F7DB04;
    font-weight: bold;
    padding: 4px 0;
    margin-bottom: 7px;
    border-bottom: 1px solid #F7DB04;
}

.lead-text-01 {
	font-size: 1.125em;
	text-align: center;
	margin-bottom: 40px;
	color:#ffffff;
}

/*===================================================
Breadcrumbs
====================================================*/
.breadcrumbs li {
	display: inline;
	line-height: 52px;
	font-size: 1em;
	color: #ffffff;
}
.breadcrumbs li a {
	color: #ffffff;
}

/*==================================================
Top page
==================================================*/
.sec-content-01 .sec-content-01_inner {
	width: 1000px;
	margin: 0 auto;
	padding: 40px 0 0 0;
}

/* .sec-content-01_inner-banner */
.sec-content-01_inner-banner {
	margin-top: 30px;
}
.sec-content-01_inner-banner .item {
	width: 333px;
	color: #fff;
	float: left;
	position: relative;
	border-top: 2px solid #F7DB04;
}
.sec-content-01_inner-banner .item .item_title {
	width: 100%;
	/*font-family: "小塚明朝 Pro R","小塚明朝 Std R","Hiragino Mincho Pro","ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝","MS PMincho",serif \9 ;*/
	font-size: 1.3em;
	text-align: center;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
	position: absolute;
	top: 20px;
	left: 0;
}
.sec-content-01_inner-banner .item .item_desc {
	display: block;
	font-weight: bold;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
	padding: 0 20px;
	position: absolute;
	top: 440px;
	left: 0;
}
.sec-content-01_inner-banner .item .item_link {
	width: 100%;
	font-weight: bold;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
	text-align: right;
	position: absolute;
	bottom: 20px;
	left: 0;
}
.sec-content-01_inner-banner .item .item_link a {color:#fff; margin-right: 20px;}
.sec-content-01_inner-banner .item img {width: 100%;}


/* .sec-content-02 */
.sec-content-02 {
	min-width: 1000px;
	/*background: url(../image/bg_sec-02.jpg);*/
	padding: 0px 0 10px 0;
}
.sec-content-02_inner {
	min-width: 1000px;
	margin: 0 auto;
}
.sec-content-02_inner-banner {
	margin-top: 30px;
}

.sec-content-02_inner-banner {
  overflow: hidden;
}
.sec-content-02_inner-banner li {
  width: 33.3%;
  float: left;
	position: relative;
}
.sec-content-02_inner-banner p {
  position: absolute;
	text-align: center;
	width: 100%;
	height: 100%;
  margin: 0 auto;
  z-index: 1;
  display: block;
	bottom: 0;
	top: 0;
	background: url(/hotels/furano/assets/image/bg_arrow.png) no-repeat right bottom;
	overflow: hidden;
}
.sec-content-02_inner-banner a {
  display: block;
  height: 100%;
	overflow: hidden;
}
.sec-content-02_inner-banner a:hover {
	cursor: pointer;
}
.sec-content-02_inner-banner a img {
	margin-top: 90px;
}
.sec-content-02_inner-banner .item-01 {
  background: url(/hotels/furano/image/img_index_04.jpg) no-repeat right bottom;
  background-size: cover;
  height: 244px;
}
.sec-content-02_inner-banner .item-02 {
  background: url(/hotels/furano/image/img_index_05.jpg) no-repeat left bottom;
  background-size: cover;
  height: 244px;
}
.sec-content-02_inner-banner .item-03 {
  background: url(/hotels/furano/image/img_index_06.jpg) no-repeat left bottom;
  background-size: cover;
  height: 244px;
}
.sec-content-02_inner-banner .item-04 {
  background: url(/hotels/furano/image/img_index_07.jpg) no-repeat left bottom;
  background-size: cover;
  height: 244px;
}
.sec-content-02_inner-banner .item-05 {
  background: url(/hotels/furano/image/img_index_08.jpg) no-repeat left bottom;
  background-size: cover;
  height: 244px;
}
.sec-content-02_inner-banner .item-06 {
  background: url(/hotels/furano/image/img_index_09.jpg) no-repeat left bottom;
  background-size: cover;
  height: 244px;
}
.sec-content-02_inner-banner .item-08 {
	background: url(/hotels/furano/image/img_index_16.jpg) no-repeat left bottom;
	background-size: cover;
	height: 244px;
  }
.sec-content-02_inner-banner .darken{
  overflow:hidden;
}
.sec-content-02_inner-banner .darken .fade{
  opacity: 1.0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  -webkit-transform: scale(1.0, 1.0);
  -moz-transform: scale(1.0, 1.0);
  -ms-transform: scale(1.0, 1.0);
  -o-transform: scale(1.0, 1.0);
  transform: scale(1.0, 1.0)
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.sec-content-02_inner-banner .darken .fade.hover{
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05)
}


.grow {
	display: flex;
	width: 100%;
}
.gcol {
	width: 33.3333333%;
	padding: 0;
	margin: 0;
}
.gcol_space {
	padding: 0 18px;
}



/* .sec-content-03 */
.sec-content-03 {
	min-width: 1000px;
	/*background: url(../image/bg_sec-03.jpg);*/
	padding: 30px 0 0px 0;
}
.sec-content-03_inner {
	width: 1000px;
	margin: 0 auto;
}
.sec-content-03_inner .sec-content-03_inner-content {
	background: #FAF7F1;
	padding: 60px 75px 70px 75px;
	margin-top: 35px;
}

/* .sec-content-04 */
.sec-content-04 {
	min-width: 1000px;
	/*background: url(../image/bg_sec-04.jpg);*/
	padding: 30px 0 0 0;
}


/*===========================================================================
Footer
===========================================================================*/
.btn_pagetop {
  width: 950px;
  text-align: right;
  margin: 0 auto;
}
#footer {
	width: 100%;
	padding: 30px 0 10px;
	background: #d9d3cf url(../image/bg_footer.jpg) bottom center repeat-x;
}
#footer .footer_inner {
  width: 1000px;
  margin: 0 auto;
	background: url(../image/bg_footer_02.png) right bottom no-repeat;
}
#footer .footer_inner-info {
	width: 310px;
	float: left;	
	padding: 20px 0 0 0;
}
#footer .footer_inner-info_logo {
	margin-bottom: 10px;
}
#footer .footer_inner-info_text {
	font-size: 0.875em;
	line-height: 2;
}
#footer .footer_content {
	float: right;
  width: 670px;
  color: #fff;
}
.footer_content-link ul {
	width: 210px;
	display: block;
	float: left;
}
.footer_content-link ul li {
	background: url(../image/ico_arrow.png) 0 center no-repeat;
	font-size: 0.875em;
	padding: 7px 0 7px 15px;
}
#footer .footer_bottom {
	width: 100%;
	margin-top: 90px;
	padding-top: 10px;
	overflow: hidden;
}
#footer .footer_bottom-logo {
	width: 280px;
	text-align:center;
	font-size: 0.563em;
	color: #000;
	float: left;
}
#footer .footer_bottom-logo_text {
	padding-top: 10px;
}
#footer .footer_bottom-copyright {
	float: left;
	font-size: 0.750em;
	margin: 20px 0 0 40px;
}

/*===========================================================================
Module 
===========================================================================*/
.list-btn-01 {
	margin: 35px 0 50px 0;
}
.list-btn-01 li {
	text-align: center;
	margin-bottom: 3px;
}

/* blk-tbl-01 */
.blk-tbl-01 {
	width: 100%;
}
.blk-tbl-01 td, .blk-tbl-01 th {
	border-bottom: 1px dashed #000;
	font-size: 0.875em;
	line-height: 1.7;
	color: #000;
	padding: 13px 0;
}
.blk-tbl-01 tr:last-child td, .blk-tbl-01 tr:last-child th {
   border-bottom: medium none;
}
.blk-tbl-01 th {
	width: 27%;
	font-weight: normal;
	vertical-align: middle;
	text-align: center;
}
.blk-tbl-01 td {
	width: 80%;
}

/* blk-tbl-02 */
.blk-tbl-02 {
	width: 100%;
	margin-top: 15px;
}

.blk-tbl-02 td, .blk-tbl-02 th {
	border-bottom: 1px dashed #44401B;
	vertical-align: top;
	font-size: 0.875em;
	line-height: 1.7;
	color: #000;
	padding: 13px 0;
}
.blk-tbl-02 th {
	width: 20%;
	font-weight: normal;
	text-align: left;
	padding-left: 60px;
}
.blk-tbl-02 td {
	width: 80%;
}

/* blk-img-01 */
.blk-image-01 {
	text-align: center;
	margin: 30px 0;
}

/* blk-content-01 */
.blk-content-01 {
	background: #fff;
	font-size: 0.875em;
	padding: 15px 30px;
	border: 1px solid #808080;
	margin-bottom: 17px;
}
.blk-content-01 .blk-content-01_title {
	font-size: 1.063em;
	color: #C0272D;
}
.blk-content-01_text {
	margin: 15px 0;
}
.blk-content-01 .blk-content-01_list {
	width: 100%;
	display: table;
	margin-bottom: 15px;
}
.blk-content-01 .blk-content-01_list dt, .blk-content-01 .blk-content-01_list dd {
  display: table-cell;
}
.blk-content-01 .blk-content-01_list dt {
	width: 200px;
	font-size: 1em;
	text-align: center;
	padding: 23px 0;
	background: #808080;
	color: #fff;
}
.blk-content-01 .blk-content-01_list dd {
	background: #fff;
	font-size: 1.125em;
	color: #87211e;
	vertical-align: middle;
	padding: 10px 27px;
	border: 1px solid #808080;
}


.txt-link-center {
	text-align: center;
	font-size: 1.125em;
	font-weight: bold;
}
.txt-link-center a {color: #0071BB;}

/* blk-inquiry */
.blk-inquiry {
	padding: 20px 0;
	margin: 20px 0;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
}
.blk-inquiry .blk-inquiry_inner {
	width: 1000px;
	margin: 0 auto;
}
.blk-inquiry .blk-inquiry_inner .first,
.blk-inquiry .blk-inquiry_inner .last {
	font-size: 1.375em;
	font-weight: bold;
	text-align: center;
	width: 500px;
	padding: 15px 0;
}
.blk-inquiry .blk-inquiry_inner .first {
	float: left;
}
.blk-inquiry .blk-inquiry_inner .last {
	width: 499px;
	float: right;
	border-left: 1px solid #808080;
}

/* blk-content-02 */
.blk-content-02 {
	margin-bottom: 20px;
}
.blk-content-02_title {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}
.blk-content-02_image {
	margin-bottom: 20px;
}
.blk-content-02_image .left{
	width: 491px;
	float: left;
}
.blk-content-02_image .right {
	width: 491px;
	float: right;
}
.no-width {
	width: auto !important;
}
.blk-content-02_image .center{
	width: 491px;
	margin: 0 auto;
}



.blk-content-02_image .caption {
	display: block;
	text-align: center;
	margin-top: 10px;
	color:#fff;
}

.blk-content-02_image .caption_bed {
    display: block;
    text-align: center;
    margin-top: 0;
    color: #fff;
    font-size: 90%;
}

.blk-content-02_image img {
	width: 100%;
}
.blk-content-02_text {
	font-size: 1em;
	text-align: center;
 	color:#fff;
}

.blk-content-02_image-03 {
    width: 920px;
    margin: 40px auto 20px;
    /* background: url(../image/bg_01.png) repeat; */
    padding: 28px 22px;
    background-color: #FAF7F1;
}
.blk-content-02_image-03 .img {
	width: 284px;
	float: left;
}
.blk-content-02_image-03 .text {
	width: 590px;
	float: left;
	margin-left: 30px;
}
.blk-content-02_image-03 .text h3 {
	color: #593D06;
	font-size: 1.688em;
	/*font-family: "小塚明朝 Pro R","小塚明朝 Std R","Hiragino Mincho Pro","ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝","MS PMincho",serif \9 ;*/
	margin-bottom: 20px;
}


/*==================================================
blk-checkin
==================================================*/
#blk-checkin {
	width: 100%;
	position: relative;
	background: #333333;
}
#blk-checkin.fixed-bottom {
	position: fixed;
	bottom: 0;
	left:0;
	margin: 0;
	z-index: 50;
}
#blk-checkin .blk-checkin_inner {
	width: 1000px;
	margin: 0 auto;
}
#blk-checkin .blk-checkin_inner-title {
	background: url(../image/img_checkin_title.png) top right no-repeat;
	float: left;
	display: block;
	width: 317px;
	height: 87px;
	font-weight: bold;
	color: #fff;
	padding-top: 20px;
}
#blk-checkin .blk-checkin_inner-title a {
	display: inline-block;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}
#blk-checkin .blk-checkin_inner-content {
	width: 680px;
	float: left;
}
#blk-checkin .blk-checkin_inner-content .col {
	width: 240px;
	color: #fff;
	text-align: right;
	font-size: 0.875em;
	float: left;
	padding: 15px 0px;
}
#blk-checkin .blk-checkin_inner-content .col p {
	padding: 8px 0px;
}
#blk-checkin .blk-checkin_inner-content .col p label {
	margin-right: 10px;
}
#blk-checkin .blk-checkin_inner-content .col.left label {
	width: 130px;
	float: left;
	display: block;
	text-align: right;
} 
#blk-checkin .blk-checkin_inner-content .col #hidSELECTARRYMD {
	width: 80px;
}
.blk-checkin_inner-content .btn-submit {
	width: 87px;
	height:87px;
	display: block;
	float: right;
	background: url(../image/btn_03.png) no-repeat;
	border: 0;
	text-indent: -9999px;
	margin: 10px 55px 0 0; 
}
.blk-checkin_inner-content .btn-submit:hover {
	cursor: pointer;
}

/* blk-contact */
.blk-contact {
	margin-bottom: 70px;
}
.blk-contact .blk-contact_map {
	width: 510px;
	float: left;
}
.blk-contact .blk-contact_map img {
	width: 100%;
}
.blk-contact .blk-contact_info {
	width: 460px;
	float: right;
}
.blk-contact .blk-contact_info .blk-contact_info-text {
	font-size: 0.875em;
	margin-bottom: 20px;
	color:#fff;
}
.blk-contact .blk-contact_info .blk-contact_info-text02 {
	margin-bottom: 20px;
	color:#fff;
}
.blk-contact .blk-contact_info .blk-contact_info-btn {margin-bottom: 25px;}
.blk-contact .blk-contact_info .blk-contact_info-btn li {float: left; display: inline-block;}
.blk-contact .blk-contact_info .blk-contact_info-btn li:first-child {
  margin-right: 8px;
}

/* blk-room-content */
.blk-room-content {
	padding: 30px 75px;
	margin-bottom: 50px;
	background-color: #FAF7F1;
}
.blk-room-content .hdg-lv2-01 {
	width: 100%;
}
.blk-room-content .blk-room-content_link {
	margin-bottom: 20px;
}
.blk-room-content .blk-room-content_link ul {
	width: 410px;
	float: left;
	padding-left: 10px;
}
.blk-room-content .blk-room-content_link ul li {
	margin-bottom: 6px;
}
.blk-room-content .blk-room-content_link.col-3 ul {
	width: 270px;
}
.blk-room-content .blk-room-content_link.col-3 ul li {
	margin-bottom: 15px;
}
.blk-room-content .blk-room-content_link.col-3 p {
	width: 100%;
	text-align: right;
	font-size: 0.875em;
	overflow: hidden;
}
.blk-room-content .blk-room-content_link-02 {
	margin-bottom: 20px;
}
.blk-room-content .blk-room-content_link-02 ul {
	padding-left: 10px;
}
.blk-room-content .blk-room-content_link-02 ul li {
	margin-bottom: 6px;
}

/* blk-bus */
.blk-bus {
	margin-bottom: 40px;
}
.blk-bus .blk-bus_map {
	width: 490px;
	float: right;
	font-size: 0.875em;
	color:#fff;
}
.blk-bus .blk-bus_map img {
	width: 100%;
	margin-bottom: 20px;
}
.blk-bus .blk-bus_info {
	width: 490px;
	float: left;
}
.blk-bus .blk-bus_info .blk-bus_info-text {
	font-size: 0.875em;
	margin-bottom: 20px;
	color:#fff;
}

/* tbl-bus */
.tbl-bus {
	width: 100%;
	background: #fff;
	margin-bottom: 15px;
}
.tbl-bus th {
	color: #42210B;
	font-weight: normal;
	background: #D9C7A4;
}
.tbl-bus th.title {
	background: #A57D2D;
	color: #fff;
}
.tbl-bus th, .tbl-bus td {
	padding: 15px 0;
	border-left: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	text-align: center;
}
.tbl-bus th:first-child, .tbl-bus td:first-child {
	border-left: none;
}

.blk-note {
	width: 745px;
	margin: 0 auto 60px;
	background: url(../image/bg_note.png);
	padding: 20px 45px;	
	color:#fff;
}
.blk-note li {
	font-size: 0.875em;
	margin: 10px 0px;
}
.blk-note li.line {
	border-top: 1px solid #593d06;
	margin-top: 20px;
	padding-top: 20px;
}

/* blk-access-content */
.blk-access-content {
	font-size: 0.875em;
	background: url(../image/bg_room.png);
	padding: 20px;
	margin-bottom: 50px;
}
.blk-access-content-02 {
    width: 710px;
    margin: 0 auto 50px;
    /* background: url(../image/bg_room.png); */
    padding: 45px 70px;
    background-color: #FAF7F1;
}


/*===========================================================================
=============================================================================
Smartphone site
=============================================================================
===========================================================================*/
@media screen and (max-width: 640px) {
body {
  /*font-size: 65%;*/
  text-size-adjust: none;
}
.sp-off {display: none;}
.sp-on { display: block;}

.wrapper-fix {width: 100%;}

#wrapper {
	width: 100%;
	min-width: inherit;
}

#wrapper .layout__headercut .header_inner, #wrapper  .layout__headercut #mainvisual {
	height: auto !important;
}

/*===========================================================================
Header Container
===========================================================================*/
#header .header_inner {
	width: 100%;
	height: 187px;
}
#toppage #header .header_inner {
/*	height: 294px;*/
	height: 330px;
	/*background: url(/hotels/furano/image/img_main_visual_sp.jpg) center center no-repeat;
	background-size: cover;*/
}
#hotel #header .header_inner {
	background: url(/hotels/furano/image/img_hotel_visual_sp.jpg) center center no-repeat;
	background-size: cover;
}
#access #header .header_inner {
	background: url(/hotels/furano/image/img_access_visual_sp.jpg) center center no-repeat;
	background-size: cover;
}
#room #header .header_inner {
	background: url(/hotels/furano/image/img_room_visual_sp.jpg) center center no-repeat;
	background-size: cover;
}
#spa #header .header_inner {
	background: url(/hotels/furano/image/img_spa_visual_sp.jpg) center center no-repeat;
	background-size: cover;
}
#bus #header .header_inner {
	background: url(/hotels/furano/image/img_bus_visual_sp.jpg) center center no-repeat;
	background-size: cover;
}
#toppage #header #mainvisual {
	min-width: inherit;
	/*height: 294px;*/
	height: 330px;
}
#header .header_top-nav {
	width: 100%;
	left: 0;
	margin:0;
}
#header .header_logo {
	margin-left: 15px;
	position: fixed;
}
.header_blk-info {
	top: 0;
	left: 0;
	bottom:0;
	margin: 0;
	padding-top: 55px;
	width: 100%;
	height: auto;
	z-index: 1;
}
.header_blk-info_name {
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.header_blk-info_logo {
	width: 70%;
	max-width: 233px;
	margin: 0 auto 20px;
}
.header_blk-info_logo img {
	width: 100%;
	
}

.header_blk-info-02 {
	padding: 70px 0 0 0;
}
.header_blk-info-02_name {
	font-size: 1.25em;
	margin-bottom: 7px;
	background-size: 28px;
}
.header_blk-info-02_desc {
	margin: 0 auto;
	font-size: 0.625em;
	text-align: center;	
}


/*==============================================
Toppage
==================================================*/
.sec-content-01 .sec-content-01_inner {
	width: 90%;
	padding-top: 20px;
}
.sec-content-01_inner-banner .item {
	width: 100%;
	float: none;
	margin: 0 auto;
}
.sec-content-01_inner-banner .item .item_desc {bottom: 15%; top:auto;}

/* .sec-content-02 */
.sec-content-02 {
	width: 100%;
	min-width: inherit;
	padding: 15px 0 0 0;
}
.sec-content-02_inner {
	width: 100%;
	min-width: inherit;
}
.sec-content-02_inner-banner li {
	width: 100%;
	float: none;
}
.sec-content-02_inner-banner {
  overflow: hidden;
}
.sec-content-02_inner-banner li {
  width: 100%;
  float: none;
}
.sec-content-02_inner-banner p img {
	width: 185px;
	margin-top: 75px;
}

.sec-content-02_inner-banner .item-01,
.sec-content-02_inner-banner .item-02,
.sec-content-02_inner-banner .item-03,
.sec-content-02_inner-banner .item-04,
.sec-content-02_inner-banner .item-05,
.sec-content-02_inner-banner .item-06,
.sec-content-02_inner-banner .item-08 {
	height: 184px;  
}


/* .sec-content-03 */
.sec-content-03 {
	width: 100%;
	min-width: inherit;
}
.sec-content-03_inner {
	width: 90%;
	margin: 0 auto;
}
.sec-content-03_inner .sec-content-03_inner-content {
  padding: 3%;
  margin-top: 5%;
}

/* .sec-content-04 */
.sec-content-04 {
	width: 100%;
	min-width: inherit;
	padding: 15px 0 0 0;
}


/*===========================================================================
Heading 
===========================================================================*/
.hdg-lv1-01 {
  font-size: 1em;
}
.hdg-lv1-02 {
	font-size: 1em;
}
.hdg-lv2-01 {
  font-size: 1em;
  color: #fff;
  width: 100%;
}
.hdg-lv2-02 {
	font-size: 0.813em;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.hdg-lv3-01 {
  font-size: 0.750em;
}

.lead-text-01 {
	font-size: 0.750em;
	margin-bottom: 20px;
}

/*==============================================
navi
===============================================*/
#navi {
	height:auto;
}
#navi .navi-inner {
	width: 100%;
}

/*===================================================
Breadcrumbs
====================================================*/
.breadcrumbs {
	padding: 5px;
}
.breadcrumbs li {
	line-height: normal;
	font-size: 0.625em;
	font-weight: normal;
}
.breadcrumbs li a {
	color: #fff;
}

/*===========================================================================
Global Navi
===========================================================================*/
#wrapper {
	position: relative;
	transition: right 300ms ease;
}
#sp-open-nav {
  position: fixed;
  right: 4%;
  top: 10px;
  width: 50px;
	z-index: 200;
}
#sp-open-nav:hover {
	cursor: pointer;
}
#sp-open-nav img {width: 100%;}

#sp-gnav {
	width: 250px;
	position: fixed;
	height: 100%;
	background: #EAE4DC;
	top: 0;
	right: -250px;
  z-index: 200;
  display: block;
	transition: right 300ms ease;
}
#sp-gnav .sp-gnav_link li {
	display: block;
	font-size: 1em;
	line-height: 1;
	color: #fff;
	background: #B5B5B5;
	border-top: 1px solid #fff;
}
#sp-gnav .sp-gnav_link li a {
	display: block;
	color: #fff;
	background: url(../image/ico_arrow_02.png) right 10px center no-repeat;
	background-size: 10px;
	padding: 15px 25px;
}
#sp-gnav .sp-gnav_link li a:hover {text-decoration: none;}
#sp-gnav .sp-gnav_link li:first-child {
	border: none;
}
#sp-gnav .sp-gnav_link.link_bottom li {
	background: #CBB383;
}
.sp-gnav_title img {
	width: 100%;
}
.mask {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	bottom:0;
	z-index: 100;
	background: url(../image/bg_visual_info.png);
}

/*===========================================================================
Footer
===========================================================================*/
.btn_pagetop {
  width: 90%;
	margin: 0 !important;
}
.btn_pagetop img {
	width: 50%;
}
#footer {
	background: #EEE8E4 url(../image/bg_footer_sp.jpg) bottom center no-repeat;
	background-size: contain;
	margin: 0;
	padding: 0;
	padding-bottom: 43px;
}
#footer .footer_inner {
	background: none;
  width: 100%;
  padding: 20px 0 10px;
}
#footer .footer_inner-info {
	width: 100%;
	float: none;
	text-align: center;
	padding: 0;
}
#footer .footer_inner-info_logo {
	margin-bottom: 10px;
}
#footer .footer_inner-info_logo img {
	width: 225px;
}
#footer .footer_inner-info_text {
	line-height: 1.5;
	margin-bottom: 25px;
}
#footer .footer_content {
	float: none;
  width: 100%;
}
.footer_content-lang ul {
	text-align: center;
	margin-bottom: 15px;
}
.footer_content-lang ul li {
	display: inline-block;
	margin: 0 0 5px 0;
}
.footer_content-lang ul li img {
	width: 100%;
}
.footer_content-lang > * {
  float: none;
}
.footer_content-link {
	width: 90%;
	margin: 0 auto;
}
.footer_content-link ul {
	width: 100%;
	display: inline;
	float: none;
}
.footer_content-link ul li {
	font-size: 0.813em;
	background-size: 4px;
	padding: 5px 0 5px 10px
}
#footer .footer_bottom {
	width: 100%;
	margin: 20px 0 0 0;
	padding: 15% 0 15% 0;
	overflow: hidden;
}
#footer .footer_bottom-logo {
	width: 100%;
	text-align:center;
	font-size: 0.563em;
	color: #000;
	float: none;
}
#footer .footer_bottom-logo img {
	/*width: 70%;*/
}
#footer .footer_bottom-copyright {
	font-size: 0.688em;
	float: none;
	text-align: center;
	margin: 0;
	padding: 5px 0 0 0;
}

.btn-sp-fixed {
	position: fixed;
	bottom: 5px;
	z-index: 5;
}
.btn-sp-fixed a {
	width: 90%;
	display: block;
    margin: 0 auto 5px auto;
}
.btn-sp-fixed img {
	width: 100%;
}



/*===========================================================================
Module 
===========================================================================*/
.list-btn-01 {
	width: 80%;
	max-width: 290px;
	margin: 25px auto 35px;
}
.list-btn-01 li img {width: 100%;}

/* blk-tbl-01 */
.blk-tbl-01 {
	/*border-top: 1px solid #CEC3AD;*/
}
.blk-tbl-01 td, .blk-tbl-01 th {
	padding: 6px;
}
.blk-tbl-01 th {
	width: 30%;
	text-align: center;
}
.blk-tbl-01 td {
	width: 70%;
}

/* blk-tbl-02 */
.blk-tbl-02 {
	margin-top: 15px;
}
.blk-tbl-02 td, .blk-tbl-02 th {
	padding: 6px;
}
.blk-tbl-02 th {
	width: 30%;
	text-align: center;
}
.blk-tbl-02 td {
	width: 70%;
}
.blk-tbl-02 tr:last-child td, .blk-tbl-02 tr:last-child th {
   border-bottom: medium none;
}


/* blk-img-01 */
.blk-image-01 {
	width: 100%;
	margin: 15px 0;
}
.blk-image-01 img {
	width: 100%;
}

/* .blk-content-01 */
.blk-content-01 {
	padding: 8px 20px;
}
.blk-content-01 .blk-content-01_list {
	display: block;
}
.blk-content-01 .blk-content-01_list dt {
	width: 100%;
	display: block;
  background: #fff;
  color: #000;
	text-align: left;
  padding: 5px 0px;
}
.blk-content-01 .blk-content-01_list dd {
	display: block;
	padding: 5px 0px;
	border: none;
	border-top: 1px solid #808080;
}

.txt-link-center {
	font-size: 0.875em;
	margin-top: 5px;
}

/* blk-inquiry */
.blk-inquiry {
	width: 90%;
	margin: 10px auto;
	padding: 10px 0;
}
.blk-inquiry .blk-inquiry_inner {
	width: 100%;
	background: url(../image/bg_line_grey.gif) center center no-repeat;
}
.blk-inquiry .blk-inquiry_inner .first,
.blk-inquiry .blk-inquiry_inner .last {
	float: none;
	width: 100%;
	font-size: 0.813em;
	padding: 10px 0;
}
.blk-inquiry .blk-inquiry_inner .last {
	border: none;
}

/* blk-content-02 */
.blk-content-02 {
	margin-bottom: 30px;
}
.blk-content-02_title {
	margin-bottom: 20px;
}
.blk-content-02_title img {
	width: 100%;
}
.blk-content-02_image {
	margin-bottom: 15px;
}
.blk-content-02_image .left,
.blk-content-02_image .right,
.blk-content-02_image .center {
	width: 100%;
	float: none;
}
.blk-content-02_image .left {
	margin-bottom: 25px;
}
.blk-content-02_image img {
	width: 100%;
}
.blk-content-02_image .caption {
	font-size: 0.688em;
}
.blk-content-02_text {
	font-size: 0.688em;
}

.blk-content-02_image-03 {
	width: 90%;
	margin: 30px auto;
	/*background: url(../image/bg_01.png) repeat;*/
	padding: 5%;
}
.blk-content-02_image-03 .img {
	width: 100%;
	float: none;
	margin-bottom: 15px;
}
.blk-content-02_image-03 .img img {
	width: 100%;
}
.blk-content-02_image-03 .text {
	width: 100%;
	float: none;
	margin: 0;
}
.blk-content-02_image-03 .text p{
	font-size: 0.688em;
}
.blk-content-02_image-03 .text h3 {
	font-size: 0.875em;
	margin-bottom: 10px;
}

/* blk-contact */
.blk-contact {
	margin-bottom: 0px;
}
.blk-contact .blk-contact_map {
	width: 100%;
	float: none;
	margin-bottom: 10px;
}
.blk-contact .blk-contact_info {
	width: 100%;
	float: none;
}
.blk-contact .blk-contact_info .blk-contact_info-text,
.blk-contact .blk-contact_info .blk-contact_info-text02 {
	font-size: 0.688em;
	margin-bottom: 15px;
}
.blk-contact .blk-contact_info .blk-contact_info-btn {margin-bottom: 10px; text-align: center;}
.blk-contact .blk-contact_info .blk-contact_info-btn li {width: 46%; float: none;}
.blk-contact .blk-contact_info .blk-contact_info-btn li:first-child {
	margin-right: 10px;
}
.blk-contact .blk-contact_info .blk-contact_info-btn li img {
	width: 100%;
}

/* blk-room-content */
.blk-room-content {
	padding: 15px 20px;
	margin-bottom: 30px;
}
.blk-room-content .blk-room-content_link {
	margin-bottom: 20px;
}
.blk-room-content .blk-room-content_link ul {
	width: 100%;
	float: none;
	font-size: 0.688em;
}
.blk-room-content .blk-room-content_link.col-3 ul {
	width: 100%;
	font-size: 0.688em;
}
.blk-room-content .blk-room-content_link.col-3 ul li {
	margin-bottom: 10px;
}
.blk-room-content .blk-room-content_link.col-3 p {
	font-size: 0.688em;
	text-align: left;
}
.blk-room-content .blk-room-content_link-02 {
	margin-bottom: 20px;
}
.blk-room-content .blk-room-content_link-02 ul {
	font-size: 0.688em;
}

/* blk-bus */
.blk-bus {
	margin-bottom: 25px;
}
.blk-bus .blk-bus_map {
	width: 100%;
	float: none;
	font-size: 0.688em;
}
.blk-bus .blk-bus_map img {
	width: 100%;
	margin-bottom: 15px;
}
.blk-bus .blk-bus_info {
	width: 100%;
	float: none;
}
.blk-bus .blk-bus_info .blk-bus_info-text {
	font-size: 0.688em;
}

/* tbl-bus */
.tbl-bus {
	font-size: 0.688em;
	margin-bottom: 5px;
}
.tbl-bus th, .tbl-bus td {
	padding: 10px 0;
}

.blk-note {
	width: 100%;
	padding: 0;
	margin-bottom: 35px;
}
.blk-note ul {
	margin: 0px 15px;
	padding: 10px 0;
}
.blk-note li {
	font-size: 0.688em;
	margin: 5px 0px;
}

/* blk-access-content */
.blk-access-content {
	font-size: 0.688em;
	margin-bottom: 30px;
}
.blk-access-content-02 {
	width: auto;
	margin-bottom: 30px;
	padding: 15px 20px;
}


.sp-mgb-15 {
	margin-bottom: 15px !important;
}

/* End Media */
}

 /* Clear-fix 
===========================================================================*/
.cf:before {
  content:"";
  display:table;
}
.cf:after { 
  display:block;
  clear:both;
  height:0;
  visibility:hidden;
  content:".";
}
.cf {
    *zoom: 1;
}



 /* Helper
===========================================================================*/
.alg-r {text-align: right !important;}
.alg-c {text-align: center !important;}

.pdt-00 {padding-top: 0 !important;}
.pdt-10 {padding-top: 10px !important;}
.pdt-20 {padding-top: 20px !important;}
.pdt-30 {padding-top: 30px !important;}
.pdt-40 {padding-top: 40px !important;}
.pdt-50 {padding-top: 50px !important;}

.pdb-00 {padding-bottom: 0 !important;}
.pdb-10 {padding-bottom: 10px !important;}
.pdb-20 {padding-bottom: 20px !important;}
.pdb-30 {padding-bottom: 30px !important;}
.pdb-40 {padding-bottom: 40px !important;}
.pdb-50 {padding-bottom: 50px !important;}

.mgt-00 {margin-top: 0 !important;}
.mgt-10 {margin-top: 10px !important;}
.mgt-20 {margin-top: 20px !important;}
.mgt-30 {margin-top: 30px !important;}
.mgt-40 {margin-top: 40px !important;}
.mgt-50 {margin-top: 50px !important;}

.mgb-00 {margin-bottom: 0 !important;}
.mgb-10 {margin-bottom: 10px !important;}
.mgb-20 {margin-bottom: 20px !important;}
.mgb-30 {margin-bottom: 30px !important;}
.mgb-40 {margin-bottom: 40px !important;}
.mgb-50 {margin-bottom: 50px !important;}


.t_left{
	text-align: left !important;	
}
.title-sub {
	line-height: 1;
	margin-bottom: 10px;
}
.table_link a{
	color: #995B01;
}
.mini-text {
	font-size: 75% !important;
}
.txt-note {
	width: auto !important;
	text-align: left !important;
	display: inline-block;
    max-width: 600px;
    float: right;
    font-size: 75% !important;
}
.txt-note::after {
  content: "";
  clear: both;
  display: table;
}

 /* Add CSS 20200703 */
.night-noodles{
 	width: 1000px; 
 	box-sizing: border-box;
}
.night-noodles .text h3{
	position: relative;
}
.night-noodles .text h3:after {
    position: absolute;
    content: "";
    bottom: -5px;
    left: 0;
    height: 1px;
    background-color: #000000;
    width: 100px;
}
.mgbs-38 {
	margin-bottom: 37px;
}

@media screen and (max-width: 640px) {
	.txt-note {
		padding: 0;
	}
	.mgbs-38 {
		margin-bottom: 30px;
	}
	.blk-tbl-03 th,
	.blk-tbl-03 td {
		font-size: 0.688em;
	}
	.sp-title, .sp-title-46, .sp-title2  {
		text-align: center;
		overflow: hidden;
	}
	.grow {
		display: block;
	}
	.gcol {
		width: 100%;
		padding: 0 0 25px 0!important;
	}
	.sp-title img {
		width: 500px;
		margin-left: calc(50% - 250px);
	}
	.sp-title-46 img {
		width: 460px;
		margin-left: calc(50% - 230px);
	}
	.sp-title2 img {
		width: 380px;
		margin-left: calc(50% - 190px);
	}


	.txt-note {
		float: none;
		font-size: 11px !important;
	}
	.mini-text {
		font-size: 11px !important;
	}
}

.blk-inquiry_inner.cf a {
    color: #fff;
}
#header {
    border-width: 2px 0 0 0;
    border-style: solid;
    border-color: #F7DB04;
}
.blk-room-content h2.hdg-lv2-01 {
    color: #583C06;
    border: none;
}


/*お知らせ欄*/

#moin {
    padding: 2%;
    width: 58%;
    border: 2px solid #C00606;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 16px;
    background: #FFF;
    margin: 0 auto 30px auto;
}
@media screen and (max-width: 640px) {
#moin {
    padding: 3%;
    width: 94%;
    border: 2px solid #C00606;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 16px;
    background: #FFF;
}
	
	}



#moin p {
    line-height: 1.5;
    color: #CC0000;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 1em;
}
#moin .stx {
	font-size: 13px;
	line-height: 15px;
	color: black;
}
#moin .stx  strong {
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	color: black;
}


#moin .sstx {
	font-size: 11px;
	line-height: 13px;
	color: black;
}
#moin .sstx  strong {
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	color: black;
}

#moin strong {
    line-height: 1.5;
}

.author{
text-align:right;	
	}
	
#moin .red {
    color: #CC0000;
}	
	
/*お知らせ欄*/
.btn_eng{
    margin-top: 10px;
	}
	
.btn_eng a{
    padding: 7px 0;
	}
	
	
/*パーキング追加*/		

.parking_info{
color:#FFFFFF;	
	}

.header_blk-info_faq {
	margin-bottom: 14px;
	margin-top: -2px;
}

.header_blk-info_faq a {
	color: #000;
	line-height: 0;
	font-size: 0.8em;
	display: inline-block;
}

.sec-content-02_inner-banner .item-07 {
  background: url(/common/img/breakfast_restaurant/img_index_restaurant_pr.jpg) no-repeat left bottom;
  background-size: cover;
  height: 244px;
}
#btn_popup{
	text-align: center;
}
#btn_popup_show{
	background: url(/hotels/furano/image/bg_btn_show.png);
    padding: 10px 26px 8px;
    display: inline-block;
     margin: 45px auto 80px; 
    border-radius: 5px;
    max-width: 288px;
    font-size: 15px;
    color: #000;
    max-height: 40px;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
}
#btn_popup_show:hover{
	opacity: .8;
	text-decoration: none;
}

.btn_to_meal{
	width: 300px;
	background-color: #ae9826;
	padding: 18px 0 15px;
	display: block;
	margin: 45px auto 80px;
	border-radius: 25px;
	font-size: 15px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}
.btn_to_meal:hover{
	opacity: .8;
	text-decoration: none;
}

.popup_spa{
	width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 99999;
    visibility: hidden;
}
.popup_spa.active{
	visibility: inherit;
}

body .slide_box_main{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000;
    font-weight: 500;
    z-index: 2;
}
.slide_box_main .wrap_popup{
	background: #ffffff;
	width: 1000px;
	margin: 0px auto;
	position: relative;
}
.pop_up_bg{
	    position: absolute;
    top: 0px;
    height: 0px;
    z-index: 1;
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 100%;
}

/*slide*/
body .swiper-container{
	height: auto;
}
.box_slide_content{
	opacity: 0;
}
.swiper-slide-active .box_slide_content{
	opacity: 1;
}
body .swiper-slide:after{
	content: none;
}
.box_slide_media{
	position: relative;
}
.box_slide_media:after{
	content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
}

.swiper-slide-active .box_slide_media:after{
	content: none;
}

.box_slide_content{
	padding-top: 25px;
}

.box_slide_content h2{
	font-size: 18px;
	line-height: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.box_slide_content p{
	font-size: 12px;
	line-height: 14px;
}
.close_pop_up:hover {
    cursor: pointer;
}
.close_pop_up {
    position: absolute;
    right: 0px;
    top: -27px;
    z-index: 3;
}
@media only screen and (max-width: 1000px) {
	.slide_box_main .wrap_popup{
		width: 100%;
	}
}
@media only screen and (max-width: 768px) {
	#btn_popup_show{
    	margin: 25px auto 40px;
	}
	.btn_to_meal{
		font-size: 14px;
		padding: 12px 0 10px;
		margin: 30px auto;
	}
	.sec-content-02_inner-banner .item-07 {
		height: 184px;
	}
	 /* Add CSS 20200703 */
	 .night-noodles{
	 	width: 100%;
	 }
	 .night-noodles .text h3{
	 	font-size: 16px;
	 }
	 .night-noodles .text p{
	 	font-size: 14px;
	 }
	 .night-noodles .text h3:after {
	    bottom: -3px;
	    width: 60px;
	}
}
@media (max-width: 768px){
	.banner-box.banner-box_premium{
		bottom: 122px !important;
	}
}

