@charset "utf-8";
/*----------------------------------
TAG setting
--------------------------------------*/
html{font-family:sans-serif;ms-text-size-adjust:100%;webkit-text-size-adjust:100%;}
BODY{margin:0;background-size:100% auto;-webkit-text-size-adjust:100%;background-image:url("../img/header_bg.jpg");background-repeat:no-repeat;background-size:100% 77px;}
h1,h2,h3,h4,h5,h6,p,ul,ol,dl,table,pre{margin:0;padding:0;}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}
audio,canvas,progress,video{display:inline-block;vertical-align:baseline;}
audio:not([controls]){display:none;height:0;}
[hidden],template{display:none;}
a{background:transparent;-webkit-tap-highlight-color:rgba(0,0,0,0);}
a:active,a:hover{outline:0;}
html{}
p,li,dt,dd,th,td,pre{line-break:strict;ms-line-break:strict;ms-word-break:break-strict;word-break:break-strict;}
abbr[title]{border-bottom:1px dotted;}
b,em{font-weight:bold;}
dfn{font-style:italic;}
h1{font-size:2em;margin-top:0;}
mark{background:#ff0;}
small{font-size:80%;}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}
sup{top:-0.5em;}
sub{bottom:-0.25em;}
/*img{border:0;max-width:100%;vertical-align:middle;}*/
svg:not(:root){overflow:hidden;}
figure{margin:1em 40px;}
hr{box-sizing:content-box;height:0;moz-box-sizing:content-box;}
pre{overflow:auto;}
code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em;}
button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0;}
button{overflow:visible;}
button,select{text-transform:none;}
button,html input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button;}
button[disabled],html input[disabled]{cursor:default;}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}
input{line-height:normal;}
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto;}
input[type="search"]{box-sizing:content-box;moz-box-sizing:content-box;-webkit-appearance:textfield;-webkit-box-sizing:content-box;}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}
fieldset{border:1px solid silver;margin:0 2px;padding:0.35em 0.625em 0.75em;}
legend{border:0;padding:0;}
textarea{overflow:auto;}
optgroup{font-weight:bold;}
table{border-collapse:collapse;border-spacing:0;}
td,th{padding:0;}
LI{display:block;}
/*----------------------------------
Reset Setting customize for thisite
--------------------------------------*/
#header{
  border-top:0;
  background-image:url("./../img/73.png");
  /*background-image:url(./../img/top/top_sky.jpg);*/
  /*background-size:100% 100%;
  background-color:rgba(0,0,0,0.1);*/


  /*background-size:111% auto;*/
  background-attachment: fixed;
  /*background-position:49% -74px;*/
}
/*#header{border-top:0;background-image:url(./../img/headnav_bg.jpg);background-size:100% 100%;background-color:rgba(0,0,0,0.1);}*/
/*#content{padding-bottom:40px;}*/
#content A{}
#content A:active,#content A:hover{outline:0;}
#content A{-webkit-tap-highlight-color: rgba(0,0,0,0.1); }
#content INPUT[type="radio"]{-webkit-transform:scale(1.2);transform:scale(1.2);margin-left:0.5em;position:relative;}
#content EM{font-style:normal;font-weight:bold;}

/*----------------------------------
general class
--------------------------------------*/
#content .alignC{text-align:center;}
#content .alignL{text-align:left;}
#content .alignR{text-align:right;}
#content .floatL{float:left;}
#content .floatR{float:right;}
#content .clearfix{overflow:hidden;}
#content .mb40{margin-bottom:20px;}
#content .mb30{margin-bottom:30px;}
#content .mb20{margin-bottom:20px;}
#content .mb10{margin-bottom:10px;}
#content .mt10{margin-top:10px;}
#content .mt20{margin-top:20px;}
#content .mt30{margin-top:30px;}
#content .pt10{padding-top:10px;}
#content .pt20{padding-top:20px;}
#content .pt30{padding-top:30px;}
#content .contentWidth{width:93.75%;margin:0 auto;}

/*----------------------------------
severalsetting
--------------------------------------*/
/*#content {background:#f8f6e0 url(./../img/kv.jpg) no-repeat left top;background-size:100% auto;color:#7f7f7f;}*/
#content H1{background-color:transparent;}
/*#content IMG{width:100%;}*/
/*#content NAV LI{display:block;width:25%;float:left;}*/

------------------------------------------------------------------*/
#acMenu{
  width:98%;
  border:3px solid #009999;
  border-radius:4px;
  margin:10px auto 0;
  background:#fff;
}
#acMenu dt{
    display:block;
    margin:0 auto;
    position:relative;
    cursor:pointer;
    background:url(./../img/icon_close.png) no-repeat 98% 50%;
    padding:5px 20px 5px 5px;
    background-size:20px auto;
    text-align:left;
    }
#acMenu dt.open{background:url(./../img/icon_open.png) no-repeat 98% 50%;background-size:20px auto;}
#acMenu dt IMG.img2{width:90%;}
#acMenu dd{
    display:none;
    margin:0 auto;
    padding:10px;
    font-size:14px;
    line-height:160%;
}



/*access
------------------------------------------------------------------*/
#content #access{margin-top:20px;
background:#fff url(./../img/access_img7.png) no-repeat left bottom;
background-size:100% auto;
padding-bottom:56.25%;
}
#content #access .access_txt{font-size:13px;line-height:140%;padding:10px 2%;}

/*accessb
------------------------------------------------------------------*/
#content #accessb{margin-top:20px;
background:#fff url(./../img/access_img7b.png) no-repeat left bottom;
background-size:100% auto;
padding-bottom:52%;
}
#content #accessb .access_txt{font-size:13px;line-height:140%;padding:10px 2%;}
#content #accessb .pattern1,
#content #accessb .pattern2{width:50%;}


/*about
------------------------------------------------------------------*/
#content #about{margin-top:20px;
background:#fff url(./../img/about_img2.png) no-repeat left bottom;
background-size:100% auto;
padding-bottom:5%
}
#content #about DL{font-size:13px;line-height:140%;padding:10px 2%;}
#content #about DT{color:#46add4;margin:10px 0 5px;}
#content #about DT:first-child{margin-top:0px;}
#content #about DD{}

/*search
------------------------------------------------------------------*/
#content #search{margin-top:20px;}
#content #searchbox{width:96%;margin:0 auto;}
#content #search DL{overflow:hidden;margin-top:10px;}
#content #search DT{width:20%;float:left;vertical-align:middle;line-height:36px;}
#content #search .serchcontSelect06 DT{line-height:100%;}
#content #search DD{width:78%;float:right;}
#content #search EM{font-style:normal;color:#642010;padding-top:3px;display:inline-block;line-height:120%;}
#content #search LABEL{display:inline-block;padding-right:1em;}
#content #search #datepicker{width:7em}
#content #search .ui-datepicker-trigger{width:32px;position:relative;left:5px;margin-right:5px;}
#content #search SELECT{
max-width:98%;
color: #000;
background-color:#fff;
border: 1px solid #ccc;
cursor: pointer;
}
#content #search .search_btn{margin-top:20px;}


P.pagetopnav{padding:0px;position:fixed;bottom:20px;right:5px;display:none;}
P.pagetopnav A{ display:block;width:40px;height:40px;background:url(./../img/pagetop_red.png) no-repeat 50% 50%;background-size:40px auto;text-indent:-9999px;}



.point_ttl {
  width:85%;
  margin-left: 7%;
  padding-top: 38px;
}



.g_nav {
  width :100%;
  margin-top:10px;
  /*margin-left: auto;
  margin-right:auto;*/
}
.g_nav ul{
	display:table;
	table-layout: fixed;
	width:100%;
}
.g_nav li{
	display:table-cell;
	text-align:center;
	color:#528e8f;
	background: #474682;
	/*background: -moz-linear-gradient(top,  #825146 0%, #752715 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#825146), color-stop(100%,#752715));
	background: -webkit-linear-gradient(top,  #825146 0%,#752715 100%);
	background: -o-linear-gradient(top,  #825146 0%,#752715 100%);
	background: -ms-linear-gradient(top,  #825146 0%,#752715 100%);
	background: linear-gradient(to bottom,  #825146 0%,#752715 100%);*/
}
.g_nav li:not(:last-child){
	border-right:1px solid #5e5d9a;
  /*border-right:4px solid #fff;*/
}
.g_nav li a{
	padding:15px 0;
	display:block;
	color:#ffffff;
	/*color:#528e8f;*/
	text-decoration:none;
}
.g_nav li:active{
	background: #5e5d9a;
	/*background: -moz-linear-gradient(top,  #a88780 0%, #914c3c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a88780), color-stop(100%,#914c3c));
	background: -webkit-linear-gradient(top,  #a88780 0%,#914c3c 100%);
	background: -o-linear-gradient(top,  #a88780 0%,#914c3c 100%);
	background: -ms-linear-gradient(top,  #a88780 0%,#914c3c 100%);
	background: linear-gradient(to bottom,  #a88780 0%,#914c3c 100%);*/
}
.g_nav li a:hover{
	background: #5e5d9a;
	/*background: -moz-linear-gradient(top,  #a88780 0%, #914c3c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a88780), color-stop(100%,#914c3c));
	background: -webkit-linear-gradient(top,  #a88780 0%,#914c3c 100%);
	background: -o-linear-gradient(top,  #a88780 0%,#914c3c 100%);
	background: -ms-linear-gradient(top,  #a88780 0%,#914c3c 100%);
	background: linear-gradient(to bottom,  #a88780 0%,#914c3c 100%);*/
}
#no_plan {
  background: #a88780;
	background: -moz-linear-gradient(top,  #a88780 0%, #955d51 100%);
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a88780), color-stop(100%,#914c3c));
	background: -webkit-linear-gradient(top,  #a88780 0%,#914c3c 100%);
	background: -o-linear-gradient(top,  #a88780 0%,#914c3c 100%);
	background: -ms-linear-gradient(top,  #a88780 0%,#914c3c 100%);
	background: linear-gradient(to bottom,  #a88780 0%,#914c3c 100%);*/
  color: #4b4b4b;

  /*-moz-box-shadow:inset 0px 0px 13px 6px #404040;
	-webkit-box-shadow:inset 0px 0px 13px 6px #000000;
	box-shadow:inset 0px 0px 13px 6px #a1a1a1;

  filter:alpha(opacity=80);
    -moz-opacity: 0.7;
    opacity: 0.7;*/
}



#hotel_special {
  background: #fff url("../img/bg_lower.jpg") no-repeat scroll 0 0 / 100% auto;
  padding-bottom: 32px;
  margin-top:17px;
  width: 100%;
  text-align: center;
}
#hotel_special span a {
  color:#ffffff;
  background: #8fb667;
  background: -moz-linear-gradient(top,  #8fb667 0%, #50871a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8fb667), color-stop(100%,#50871a));
	background: -webkit-linear-gradient(top,  #8fb667 0%,#50871a 100%);
	background: -o-linear-gradient(top,  #8fb667 0%,#50871a 100%);
	background: -ms-linear-gradient(top,  #8fb667 0%,#50871a 100%);
	background: linear-gradient(to bottom,  #8fb667 0%,#50871a 100%);
  /*background: #50871a;*/
  padding: 2% 7%;
  border-radius: 17px;
  /*width: 30%;*/
}
#hotel_special span a:hover {
  color:#ffffff;
  background: #a4d674;
  background: -moz-linear-gradient(top,  #a4d674 0%, #82a65f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a4d674), color-stop(100%,#82a65f));
	background: -webkit-linear-gradient(top,  #a4d674 0%,#82a65f 100%);
	background: -o-linear-gradient(top,  #a4d674 0%,#82a65f 100%);
	background: -ms-linear-gradient(top,  #a4d674 0%,#82a65f 100%);
	background: linear-gradient(to bottom,  #a4d674 0%,#82a65f 100%);
  /*background: #82a65f;*/
}

.kv img {
  width:100%;
}




#content {
  background: rgba(0, 0, 0, 0) url("../img/bg_c_9.png") repeat scroll 0 0;
  /*background: url("../img/fes/fes_sky.jpg") repeat  fixed 0 0 / 100% auto;*/
}
#button_active{
  width: 100%;
  background:#fff;
  color:#00bed7;
  border:none;
  position:relative;
  height:44px;
  font-size:17px;
  cursor:pointer;
  transition:800ms ease all;
  outline:none;
  text-align: center;
  margin-top:4px;
  padding-top: 6px;
}
#button_active:before,#button_active:after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background: #00bed7;
  transition:400ms ease all;
}
#button_active:after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
#button_active:before,#button_active:after{
  width:100%;
  transition:800ms ease all;
}
#ba {
  margin-left:1%;
  margin-right:1%;
  margin-bottom:4px;
}
#ba img {
  width:100%;
}


.btn_01 {
   /*transform: scale(0.9);
   -webkit-transform: scale(0.9);*/
   box-shadow:0 0 0 2px #fff,0 0 0 8px #00bed7;
   background-color: #00bed7;
   font-size: 15px;
   font-weight: bold;
   color:#fff;
   padding-top: 10px;
   padding-bottom: 10px;
}


.btn_1 {
   /*transform: scale(0.9);
   -webkit-transform: scale(0.9);*/
   box-shadow:0 0px 27px 10px #fff, 0 0px 0 0px #3bc4f0;
   /*background-color: #3be5f0;*/
   font-size: 15px;
   font-weight: bold;
   border-radius: 218px;
}

.btn_0 {
   /*transform: scale(0.9);
   -webkit-transform: scale(0.9);*/
   box-shadow:0 0 0 2px #fff,0 0 0 8px #3bc4f0;
   background-color: #3be5f0;
   font-size: 15px;
   font-weight: bold;
   border-radius: 218px;
}
.btn_0 a {
   color:#21adfb;
   display: block;
}
.btn_0:hover {
   /*transform: scale(0.9);
   -webkit-transform: scale(0.9);*/
   box-shadow:0 0 0 7px #fff,0 0 0 8px #00bed7;
   background-color: #00bed7;
   font-size: 15px;
   font-weight: bold;
   color:#fff;
   transition: all  0.8s ease;

}
.btn_0:hover a {
   color:#fff;
}
.btn_0 img {
  width:100%;
}


/*2*/
.btn_2 {
  background-color: #3ca5e8;
  border-radius: 100%;
  box-shadow: 0 0 0 3px #fff, 0 0 0 8px #3ca5e8;
  /*font-size: 100%;
  height: 100%;
  padding: 5%;*/
  /*padding-top: 5%;
  padding-bottom: 5%;*/
  /*width: 100%;*/
}
.btn_2 a {
   color:#fff;
   display: block;
   font-weight: bold;
}
.btn_2:hover {
   /*transform: scale(0.9);
   -webkit-transform: scale(0.9);*/
   box-shadow:0 0 0 7px #fff,0 0 0 8px #00bed7;
   background-color: #00bed7;
   /*font-size: 20px;*/
   color:#fff;
   transition: all  0.8s ease;
}
.btn_2:hover a {
   color:#fff;
}
.btn_2 img {
  width:100%;
  margin-top: -7%;
  padding-bottom: 7%;
}
/*3*/
.btn_3 {
  background-color: #ee9919;
  border-radius: 100%;
  box-shadow: 0 0 0 3px #fff, 0 0 0 8px #ee9919;
  /*font-size: 100%;
  height: 100%;
  padding: 5%;*/
  /*padding-top: 5%;
  padding-bottom: 5%;*/
  /*width: 100%;*/
}
.btn_3 a {
   color:#fff;
   display: block;
   font-weight: bold;
}
.btn_3:hover {
   /*transform: scale(0.9);
   -webkit-transform: scale(0.9);*/
   box-shadow:0 0 0 7px #fff,0 0 0 8px #ffaf5c;
   background-color: #ffaf5c;
   /*font-size: 20px;*/
   color:#fff;
   transition: all  0.8s ease;
}
.btn_3:hover a {
   color:#fff;
}
.btn_3 img {
  width:100%;
  margin-top: -7%;
  padding-bottom: 7%;
}
/*4*/
.btn_4 {
  background-color: #f74050;
  border-radius: 100%;
  box-shadow: 0 0 0 3px #fff, 0 0 0 8px #f74050;
  /*font-size: 100%;
  height: 100%;
  padding: 5%;*/
  /*padding-top: 5%;
  padding-bottom: 5%;*/
  /*width: 100%;*/
}
.btn_4 a {
   color:#fff;
   display: block;
   font-weight: bold;
}
.btn_4:hover {
   /*transform: scale(0.9);
   -webkit-transform: scale(0.9);*/
   box-shadow:0 0 0 7px #fff,0 0 0 8px #ff6353;
   background-color: #ff6353;
   /*font-size: 20px;*/
   color:#fff;
   transition: all  0.8s ease;
}
.btn_4:hover a {
   color:#fff;
}
.btn_4 img {
  width:100%;
  margin-top: -7%;
  padding-bottom: 7%;
}
/*off*/
.btn_off {
   /*padding-top: 25px;*/
   box-shadow:0 0 0 3px #fff,0 0 0 8px #cdcdcd;
   background-color: #cdcdcd;
   font-size: 20px;
   border-radius: 218px;
   /*height: 66px;*/
}
.btn_off  {
   color:#ffffff;
   display: block;
}
.btn_off img {
  width:100%;
  margin-top: -7%;
  padding-bottom: 7%;
}

/*5*/
.btn_5 {
  background-color: #3ca5e8;
  /*border-radius: 100%;*/
  box-shadow: 0 0 0 3px #3ca5e8 inset, 0 0 0 6px #fff inset;
  /*font-size: 100%;
  height: 100%;
  padding: 5%;*/
  /*padding-top: 5%;
  padding-bottom: 5%;*/
  /*width: 100%;*/
}
.btn_5 a {
   color:#fff;
   display: block;
   font-weight: bold;
}
.btn_5:hover {
   /*transform: scale(0.9);
   -webkit-transform: scale(0.9);*/
   box-shadow: 0 0 0 1px #00bed7 inset, 0 0 0 6px #fff inset;
   background-color: #00bed7;
   /*font-size: 20px;*/
   color:#fff;
   transition: all  0.8s ease;
}
.btn_5:hover a {
   color:#fff;
}
.btn_5 img {
  width:100%;
  margin-top: -7%;
  padding-bottom: 7%;
}
/*6*/
.btn_6 {
  background-color: #00a496;
  /*border-radius: 100%;*/
  box-shadow: 0 0 0 3px #00a496 inset, 0 0 0 6px #fff inset;
  /*font-size: 100%;
  height: 100%;
  padding: 5%;*/
  /*padding-top: 5%;
  padding-bottom: 5%;*/
  /*width: 100%;*/
}
.btn_6 a {
   color:#fff;
   display: block;
   font-weight: bold;
}
.btn_6:hover {
   /*transform: scale(0.9);
   -webkit-transform: scale(0.9);*/
   box-shadow: 0 0 0 1px #4cb8af inset, 0 0 0 6px #fff inset;
   background-color: #4cb8af;
   /*font-size: 20px;*/
   color:#fff;
   transition: all  0.8s ease;
}
.btn_6:hover a {
   color:#fff;
}
.btn_6 img {
  width:100%;
  margin-top: -7%;
  padding-bottom: 7%;
}
/*7*/
.btn_7 {
  background-color: #f6ac2c;
  /*border-radius: 100%;*/
  box-shadow: 0 0 0 3px #f6ac2c inset, 0 0 0 6px #fff inset;
  /*font-size: 100%;
  height: 100%;
  padding: 5%;*/
  /*padding-top: 5%;
  padding-bottom: 5%;*/
  /*width: 100%;*/
}
.btn_7 a {
   color:#fff;
   display: block;
   font-weight: bold;
}
.btn_7:hover {
   /*transform: scale(0.9);
   -webkit-transform: scale(0.9);*/
   box-shadow: 0 0 0 1px #ff9844 inset, 0 0 0 6px #fff inset;
   background-color: #ff9844;
   /*font-size: 20px;*/
   color:#fff;
   transition: all  0.8s ease;
}
.btn_7:hover a {
   color:#fff;
}
.btn_7 img {
  width:100%;
  margin-top: -7%;
  padding-bottom: 7%;
}
/*8*/
.btn_8 {
  background-color: #003458;
  /*border-radius: 100%;*/
  box-shadow: 0 0 0 3px #003458 inset, 0 0 0 6px #fff inset;
  /*font-size: 100%;
  height: 100%;
  padding: 5%;*/
  /*padding-top: 5%;
  padding-bottom: 5%;*/
  /*width: 100%;*/
}
.btn_8 a {
   color:#fff;
   display: block;
   font-weight: bold;
}
.btn_8:hover {
   /*transform: scale(0.9);
   -webkit-transform: scale(0.9);*/
   box-shadow: 0 0 0 1px #005d9d inset, 0 0 0 6px #fff inset;
   background-color: #005d9d;
   /*font-size: 20px;*/
   color:#fff;
   transition: all  0.8s ease;
}
.btn_8:hover a {
   color:#fff;
}
.btn_8 img {
  width:100%;
  margin-top: -7%;
  padding-bottom: 7%;
}
/*9*/
.btn_9 {
  background-color: #f04848;
  /*border-radius: 100%;*/
  box-shadow: 0 0 0 3px #f04848 inset, 0 0 0 6px #fff inset;
  /*font-size: 100%;
  height: 100%;
  padding: 5%;*/
  /*padding-top: 5%;
  padding-bottom: 5%;*/
  /*width: 100%;*/
}
.btn_9 a {
   color:#fff;
   display: block;
   font-weight: bold;
}
.btn_9:hover {
   /*transform: scale(0.9);
   -webkit-transform: scale(0.9);*/
   box-shadow: 0 0 0 1px #ec8585 inset, 0 0 0 6px #fff inset;
   background-color: #ec8585;
   /*font-size: 20px;*/
   color:#fff;
   transition: all  0.8s ease;
}
.btn_9:hover a {
   color:#fff;
}
.btn_9 img {
  width:100%;
  margin-top: -7%;
  padding-bottom: 7%;
}

#menu_title {
  left: 5%;
  position: absolute;
  top: 50%;
}
#menu_title_1 {
  left: 5%;
  position: absolute;
  top: 50%;
}


@keyframes gelatine {
  from,to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
  from,to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
}
@-webkit-keyframes gelatine {
  from,to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
  from,to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
}
.menu_tab img {
  width: 60%;
}
.menu_tab #text {
  /*box-shadow: 3px 0 0 2px #cff09e, 0 0 0 4px #ff0364;
    box-shadow: 0 0 0 2px #CFF09E, 0 0 0 4px #ff0364;*/
  -webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
  transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
  -webkit-animation: gelatine 0.7s 2;
  animation: gelatine 0.7s 2;
}
.menu_tab #text img:hover {
  -webkit-transition: 0.6s ;
	transition: 0.6s ;
}

#f_box {
  margin-left: auto;
  margin-right: auto;
  width: 95%;
}
#f_1 {
  position: relative;
}
#f_1 img {
  width: 100%;
  height: 100%;
  /*width: 340px;*/
  margin-left: auto;
  margin-right: auto;
}
#link_text {
  left: 7%;
  position: absolute;
  /*text-align: center;*/
  top: 32%;
  width: 80%;
}

#plan_box {
  /*background: rgba(0, 0, 0, 0) url("../img/fes/fes_frame_bg.png") repeat-y scroll left top;*/
  margin-left: auto;
  margin-right: auto;
  width: 95%;
}
#plan_box img {
  width: 100%;
}
#tab_cont {
  background: rgba(0, 0, 0, 0) url("../img/fes/fes_frame_bg.png") repeat-y scroll left top / 100% auto;
  margin-top: -13px;
}


#title_text h1 {
  color:#323;
  font-size: 19px;
}
#title_text p {
  color:#323;
  padding: 10px;
}
#info_text {
  font-size: 15px;
  color: #000;
  /*font-weight: bold;*/
  padding: 10px;
}
 #korg {
   /*border-collapse:separate;
   border-spacing: 18px 4px;*/
 }


 #event  table {
     /*margin: 0 auto;*/
     padding-bottom: 15px;
     width: 100%;
     background:#82d0f4;
 }
 #event  table td {
     font-size: 16px;
     line-height: 1.7;
     text-align: left;
     vertical-align: top;
 }
 #event  table table {
     margin: 0;
     padding: 0;
 }
 #event  table table td {
     color: #444;
     margin: 0;
     padding: 2px;
 }
 #event  table table td.bold {
     font-weight: bold;
     /*width: 21%;*/
 }

#table_red {
  text-align:center;
  font-weight: bold;
  background-color: rgba(255, 42, 80, 0.9);
}

#image_photo {
  padding: 10px;
}

#attraction {
  margin-top: 8px;
}
#attraction p {
  padding: 8px;
}
#attraction h2 {
  padding: 10px;
}


#tab_cont2 {
    background: #fff none repeat scroll 0 0;
    border-radius: 10px;
    margin-top: 15px;
}

#title_text h1 {
    color: #00ace3;
    font-size: 19px;
    font-weight: bold;
    margin-top: -5px;
    padding-bottom: 5px;
    padding-top: 5px;
}
#title_text h2 {
    color: #10713a;
    font-size: 19px;
    font-weight: bold;
    padding: 5px;
    text-align: center;
}
#title_text span {
    color: #fff;
    background: #06832d;
    border-radius: 7px;
    padding: 3px;
    margin-right: 5px;

}
