@charset "utf-8";
/* 確認 */

html,body {
  margin: 0;
  padding: 0;
  background-image: url(../img/common/bg.png);
  background: #f1f1f1;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  height: 100%;
}

p {
  color: #333;
  font-size: 14px
}

a {
  text-decoration: none;
  color: #fff;
}

h1 {
  font-size:24px;
  font-weight: 600;
}

h2 {
  border-left: 10px solid #bd0000;
  font-size:18px;
  font-weight: 600;
  padding: 0 10px; 
  margin-top: 52px;
}

h3 {
  color: #fff;
  font-size: 10px;
  text-align: center;
}

p a {
  color: #ff5d5d;
}


/* ヘッダーエリア */
header {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #d4d4d4;
    height: 60px;
    position: fixed;
    top: 28px;
    width: 100%;
    z-index: 9999;
}

#desktop_menu > ul {
    list-style: outside none none;
}

#desktop_menu li {
    float: left;
    min-height: 28px;
    left: 120px;
    padding: 0 10px;
    position: relative;
    top: -46px;
    width: auto;
    z-index: 99999;
    color: #fff;
}
.child {
    display: none;
}

.inner.child {
    border-radius: 0 0 5px 5px;
    list-style: outside none none !important;
    overflow: hidden;
    padding-bottom: 10px;
    padding-left: 50px;
    position: absolute;
    top: 37px;
    width: 280px;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
}

.inner.child.child02 {
    clear: both;
    float: left;
    position: relative;
    top: 0;
    width: 260px;
}

.inner.child li {
    border: medium none !important;
    clear: both !important;
    float: none !important;
    list-style: outside none none;
    margin-left: -50px !important;
    position: static !important;
}

.inner.child a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #fff;
    height: auto;
    margin: 8px 0;
    overflow: hidden;
    position: static;
    width: auto;
    cursor: pointer;
}

.inner.child a:hover {
    color: #e20000;
}

.toggle {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    float: left;
    position: static;
    width: 100%;
    font-size: 14px;
}
.toggle.highlight:hover{
  color: #bd0000;
}

}

#menu img {
  padding-right: 5px;
    vertical-align: middle;
    width: 58px;
}

.logo img {
    width: 124px;
}

/* サブメニュー */
.menu-item-has-children {
    color: #fff;
    float: right;
    margin-right: auto;
    padding: 5px;
    width: 200px;
}

.lang-menu {
    background: #bd0000 none repeat scroll 0 0;
    position: fixed;
    top: -18px;
    width: 100%;
}

nav > ul > li {
  list-style: outside none none;
  padding: 0 15px;
  position: relative;
  font-size: 14px;
  color: #444;
  font-weight: 100;
}
nav ul li ul {
  list-style: outside none none;
  background: #c8cc5c none repeat scroll 0 0;
  padding: 0;
  font-size: 12px;
}
nav a {
  text-decoration: none;
}
nav .sub-menu {
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  background: #fff none repeat scroll 0 0;
  border-radius: 6px;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
  list-style: outside none none;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 40px;
  visibility: hidden;
  width: 295px;
}
nav .sub-menu a {
    display: block;
    font-size: 14px;
    padding: 10px;
    text-align: center;
    width: 265px;
    color: #444;
    height: auto;
}

nav .sub-menu li ul {
  overflow: auto;
  height: 298px;
}

nav .sub-menu li ul li a {
  padding:5px;

}
.menu-item-has-children a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #fff;
    float: right;
    height: auto;
    left: 0;
    margin: 0 10px;
    position: relative;
    top: 0;
    width: auto;
}

nav .sub-menu li ul {
    height: 298px;
    overflow: auto;
}
nav .sub-menu li ul li a {
    padding: 5px;
}
/*nav .menu-item-has-children:hover ul {
    opacity: 1;
    visibility: visible;
}*/
nav li.menu-item-has-children li a:hover {
    background: #f6f6f6 none repeat scroll 0 0;
}

header a {
  background: center center no-repeat transparent;
  /*background-image: url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC );*/
  background-image: url(../img/menu.png);
  background-size:80px;
  width: 66px;
  height: 40px;
  position: absolute;
  top: 32px;
  left: 80px;
  color: #444;
}

.tab {
  display: none;
}

.logo {
    margin-left: 20px;
    width: 120px;
}

.logo > a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    position: static;
    width: auto;
}

.logo a:hover {
  opacity: 1 !important;
}
.logo p {
  display: none;
}
.button {
  display: none;
  position: fixed;
  right: 10px;
  top: 34px;
}
button {
  border: none;
  background-color: #fff;
}
button img {
  width: 74px;
}

.header {
    display: none;
}

.nav {
  margin: 0;
  padding: 0;
}
.category_menu {
  float: left;
  left: 290px;
  position: relative;
  top: 40px;
}
.category {
  float: left;
  font-size: 14px;
  padding: 0 8px;
  margin-top: 5px;
  position: relative;
  bottom: 0;
}
.category a::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.category a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.icon_menu {
  float: left;
  position: fixed;
  right: 131px;
  top: 25px;
}
.icon_menu img {
  float: left;
  width: 50px;
  z-index: 2;
}
.responsive_menu {
  display: none;
}
.tab_input {
  display: none;
}

@media screen and (max-width: 567px) {
  header {height: 54px; top: 20px;}
  header a {top: 5px; background-size:62px; width: 62px;} 
  header img {width: 60px; padding-top: 6px;}
  .logo {margin-left: 0;}
  nav .sub-menu {width: 100%; position: fixed;}
  nav .sub-menu a {width: 100%;}
  .header {display: block;}
}



/* サイドバー */
.sidebar {
    float: right;
    margin-right: 120px;
    margin-top: 150px;
    width: 320px;
}

.sidebar a {
  display: block;
}

.sidebar a:hover {
  filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.sidebar_top {
    float: right;
    margin-right: 120px;
    margin-top: 160px;
    width: 320px;
}

.sidebar_top a {
  display: block;
}

.sidebar_top a:hover {
  filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

/* new_article */
.new_article {
  width: 100%;
  margin-bottom: 60px;
}
.new_article_tittle {
  font-size: 14px;
  font-weight: 600;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  background: #b1b717;
}
.new_article_box {
  margin: 10px;
  border-bottom: 1px dotted #999;
  min-height: 80px;
  position: relative;
  padding-bottom: 5px;
}
.new_article_image {
  float: left;
  margin: 0 5px;
}
.new_article_image img {
  width: 120px;
}
.new_article_text {
  font-size: 14px;
  font-weight: 600;
}

.new_article_category {
    position: absolute;
    width: 60px;
    filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    left: 5px;
    line-height: 5px;
}

.new_article_category_food {
    position: absolute;
    width: 60px;
    filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    line-height: 5px;
    background-color: #ff6600;
    left: 5px;
}

.new_article_category_event {
    position: absolute;
    width: 60px;
    filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    line-height: 5px;
    background-color: #ffcc00;
    left: 5px;
}

.new_article_category_shop {
    position: absolute;
    width: 60px;
    filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    line-height: 5px;
    background-color: #0000cc;
    left: 5px;
}

.new_article_category_howto {
    position: absolute;
    width: 60px;
    filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    line-height: 5px;
    background-color: #dd0000;
    left: 5px;
}

.new_article_category_spot {
    position: absolute;
    width: 60px;
    filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    line-height: 5px;
    background-color: #4fb8c4;
    left: 5px;
}

.new_article_category_culture {
    position: absolute;
    width: 60px;
    filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    line-height: 5px;
    background-color: #68c44f;
    left: 5px;
}

.new_article_category_otaku {
    position: absolute;
    width: 60px;
    filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    line-height: 5px;
    background-color: #ff6666;
    left: 5px;
}

.new_article_category_stay {
    position: absolute;
    width: 60px;
    filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    line-height: 5px;
    left: 5px;
}

.new_article_box h3 {
    font-size: 10px;
}

/* ranking */
.ranking {
  position: relative;
  height: 680px;
}
.ranking_tittle {
  font-size: 14px;
  font-weight: 600;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  background: #b1b717;
}
.ranking_box {
  margin: 10px;
  border-bottom: 1px dotted #999;
  min-height: 80px;
  position: relative;
  padding-bottom: 5px;
}
.ranking_image {
  float: left;
  margin: 0 5px;
}
.ranking_image img {
  width: 120px;
}
.ranking_text {
  font-size: 14px;
  font-weight: 600;
}
.ranking_category {
  background: #176ab7;
    position: absolute;
    width: 30px;
    filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    left: 5px;
    line-height: 5px;
}
.ranking_category h3 {
    font-size: 10px;
}
/* ranking tab */
.section- {
  margin: 25px 0;
  position: absolute;
}
.section-radio {
  display: none;
}
.section-name {
  position: relative;
  z-index: 10;
  font-size: 22px;
  color: #666;
  font-weight: 500;
  padding-bottom: 10px;
  /* 他、選択されていない時のCSSを記述 */
}
.section-one {
  margin-left: 52px;
}
.section-two {
  margin-left: 140px;
}

.section-three {
  margin-left: 225px;
}
.section-radio:checked + .section-name {
  color: #ff5d5d;
  border-bottom: 2px solid #ff5d5d;
  /* 選択された時のCSSを記述 */
}
.section-content {
  display: none;
}
.section-radio:checked ~ .section-content {
  display: block;
  margin-top: 34px;
}

/* special */
.special {
  position: relative;
  margin-bottom: 30px;
}
.special_tittle {
  font-size: 14px;
  font-weight: 600;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  background: #b1b717;
}
.special_image {
  margin: 15px 10px;
}

.special_image img {
  width: 300px;
}

.special_contents {
  background-image: url("../img/special/saga.jpg");
  background-size: 100% auto;
  font-weight: 600;
  height: 162px;
  margin: 5px auto;
  max-width: 400px;
  z-index: 11;
}

.special_text {
  background-color: rgba(0,0,0,0.4);
  bottom: 24px;
  height: 100%;
  text-align: center;
  width: 100%;
  z-index: 12;
} 

.special_contents p {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  padding: 5px;
  background-color: rgba(255,255,255,0.5);
  position: relative;
  top: 50px;
  text-shadow: 1px 1px 3px #666;
}

/* about */
.side_about {
  width: 100%;
  margin-bottom: 30px;
}

.side_about > p {
    font-weight: 600;
    padding-left: 8px;
}

.side_about_tittle {
  font-size: 14px;
  font-weight: 600;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  background: #b1b717;
}

.side_about_box {
  width: 100%;
  overflow: hidden;
}

.side_about_box a > div {
  margin: 8px;
  width: 20%;
  float: left;
  text-align: center;
}

.side_about_box div img {
  width: 32px;
  padding: 10px;
}

/* social */
.side_social {
  width: 100%;
  margin-bottom: 30px;
}

.side_social > p {
    font-weight: 600;
    padding-left: 8px;
}

.side_social_tittle {
  font-size: 14px;
  font-weight: 600;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  background: #b1b717;
}

.side_social_box {
  width: 100%;
  overflow: hidden;
}

.side_social_box a > div {
  margin: 8px;
  width: 20%;
  float: left;
  text-align: center;
}

.side_social_box div img {
  width: 32px;
  padding: 10px;
}

.side_facebook {
  background-color: #3B5997;
}
.side_twitter {
  background-color: #2CA7E0;
}
.side_google_plus {
  background-color: #DB4A39;
}
.side_pin {
  background-color: #F13534;
}

/* Recruit */
.side_recruit {
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.side_recruit_tittle {
  font-size: 14px;
  font-weight: 600;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  background: #b1b717;
}

.side_recruit_image {
  margin: 15px 10px;
}

.side_recruit_image img {
  width: 300px;
}


/* メイン */
#wrapper {
  width: 100%;
  overflow: hidden;
  clear: both;
}

#all {
    height: auto;
}

/* top img */
.container ul {
  margin: 0;
  padding: 0;
}

.container {
    position: relative;
    text-align: center;
    width: 100%;
}

.wideslider {
    overflow: hidden;
    position: static;
    text-align: left;
    width: 100%;
}

/*
.wideslider p {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    margin: 100px;
    position: absolute;
    text-shadow: 1px 1px 3px #666;
    top: 10px;
    width: 400px;
    padding-left: 350px;
    z-index: 1;
} 
*/

.wideslider ul,
.wideslider ul li {
    float: left;
    display: inline;
    overflow: hidden;
}

.wideslider ul li img {
    width: 100%;
    display: none;
}

.wideslider li:hover {
    filter:alpha(opacity=90)!important;
    -moz-opacity: 0.9!important;
    opacity: 0.9!important;
}

.wideslider_back {
    height: 500px;
    position: absolute;
    top: 85px;
    width: 100%;
}

.wideslider_base {
    top: 0;
    position: relative;
}
.wideslider_wrap {
    top: 85px;
    position: absolute;
    overflow: hidden;

}
.slider_prev,
.slider_next {
    top: 85px;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    cursor: pointer;
}
.slider_prev {background: rgba(0, 0, 0, 0.6) url("../img/prev.png") no-repeat scroll right center / 40px auto;}
.slider_next {background: rgba(0, 0, 0, 0.6) url("../img/next.png") no-repeat scroll left center / 40px auto;}

.pagination {
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 15px;
    text-align: center;
    position: absolute;
    z-index: 200;
    display: none;
}

.pagination a {
    margin: 0 5px;
    width: 15px;
    height: 15px;
    display: inline-block;
    overflow: hidden;
    background: #333;
}
.pagination a.active {
    filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}

.author_img_top {
    border-radius: 300px;
    margin: 0 720px;
    position: absolute;
    top: 280px;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 3px #666; 
}

.author_img_top img {
    border-radius: 300px;
    width: 120px !important;
    position: relative;
    border: 5px solid #fff;
    filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}

/* top img(phase2) */


/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
    margin-top: 40px;
    -ms-touch-action: pan-y;
    position: relative;
}
.owl-carousel .owl-wrapper{
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer.autoHeight{
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
  
.owl-carousel .owl-item{
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
  cursor: pointer;
}

.owl-prev {
    left: 20px;
    position: absolute;
}

.owl-next {
    position: absolute;
    right: 20px;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

.item {
    margin: 0 auto;
    max-width: 1800px;
}

/*
*   Owl Carousel Owl Demo Theme 
* v1.3.2
*/

.owl-pagination {
    display: none;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
    background: #bd0000 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    margin: 5px;
    opacity: 0.5;
    padding: 25px 15px;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
  filter: Alpha(Opacity=100);/*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
  display: inline-block;
  zoom: 1;
  *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);/*IE7 fix*/
  opacity: 0.3;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #ff4d4d none repeat scroll 0 0;
  border: 2px solid #fff;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
  filter: Alpha(Opacity=100);/*IE7 fix*/
  opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center
}

.top_button {
  top: 350px;
  right: 50%;
  margin-right: -475px;
  color: #fff;
  position: absolute;
}

.top_button {
    background: #707500 none repeat scroll 0 0;
    border: 3px solid #eee;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    height: 90px;
    line-height: 90px;
    margin-right: -475px;
    position: absolute;
    right: 50%;
    text-align: center;
    top: 280px;
    width: 90px;
}

.top_button:hover {
    opacity: 0.9;
}


/* select */
.select_tittle {
    color: #555;
    font-size: 18px;
    font-weight: 600;
    padding: 8px 0;
    text-shadow: 1px 1px 3px #fff;
}

.select_tittle > img {
    margin-top: 5px;
    padding: 0 8px 0 0;
    position: relative;
    top: 5px;
    width: 24px;
}

#button_area {
    background-color: rgba(153, 153, 153, 0.4);
    height: 76px;
    padding: 12px 0;
    position: absolute;
    text-align: center;
    top: 500px;
    width: 100%;
    z-index: 999;
}

.minict_wrapper {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    box-sizing: border-box;
    color: #333;
    float: left;
    height: 42px;
    position: relative;
    width: 250px;
}

#button_area form {
  top: 0px;
}

@media screen and (max-width: 567px) {
.minict_wrapper {
    width: 240px;
}
.minict_wrapper::after {
    width: 40px;
}
}
.minict_wrapper * {
    box-sizing: border-box;
}
.minict_wrapper.disabled {
    background: #f5f5f5 none repeat scroll 0 0;
    text-shadow: 0 1px 0 #fff;
}
.minict_wrapper.disabled span {
    color: #bbb !important;
}
.minict_wrapper::after {
    color: #444;
    content: "▼";
    display: block;
    font-size: 0.6rem;
    height: 2.1rem;
    line-height: 40px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 50px;
    border-radius: 0 4px 4px 0;
}
.minict_wrapper.active::after {
    content: "▲";
}
.minict_wrapper.disabled::after {
    color: #bbb;
}
.minict_wrapper span {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #333;
    cursor: default;
    display: block;
    font-family: "Segoe UI",Segoe,"Lucida Grande","Lucida Sans Unicode",Arial,Helvetica,sans-serif;
    font-size: 14px;
    height: 42px;
    line-height: 42px;
    outline: medium none;
    overflow: hidden;
    padding: 0 6px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    text-align: left;
    border-radius: 0 4px 4px 0;
}
.minict_wrapper span:empty::before {
    color: #aaa;
    content: attr(data-placeholder);
    line-height: 42px;
}
.minict_wrapper ul {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-color: #f9f9f9 #e5e5e5 #e5e5e5;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    display: none;
    left: 0;
    list-style: outside none none;
    margin: 0 -1px;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    top: 2rem;
    width: calc(100% + 2px);
    z-index: 999999;
}
.minict_wrapper ul li {
    background: #fff none repeat scroll 0 0;
    cursor: pointer;
    height: 2rem;
    line-height: 1.8rem;
    list-style: outside none none;
    padding: 0 0.7rem;
    font-size: 14px;
}
.minict_wrapper ul li:hover {
    background: #fcfcfc none repeat scroll 0 0;
    color: #111;
}
.minict_wrapper ul li.minict_group {
    background: #f6f6f6 none repeat scroll 0 0;
    color: #444;
    cursor: default;
    font-weight: bold;
}
.minict_wrapper ul li.minict_empty {
    background: #fff none repeat scroll 0 0 !important;
    color: #bbb;
    display: none;
    font-size: 0.9rem;
    height: 3.5rem;
    line-height: 3.3rem;
    text-align: center;
}
.minict_wrapper ul li.disabled {
    background: #fff none repeat scroll 0 0 !important;
    color: #bbb;
    cursor: default;
}
.minict_wrapper ul li.selected {
    background: #f8f9f9 none repeat scroll 0 0;
    color: #819a9a;
}
.minict_wrapper ul li.highlighted {
    background: #819a9a none repeat scroll 0 0;
    color: #fff;
}
.minict_wrapper ul li.hidden {
    display: none;
}
.minict_wrapper .minict_reset {
    bottom: 0;
    color: #a9a9a9;
    display: none;
    font-size: 1.1rem;
    line-height: 1.9rem;
    position: absolute;
    right: 2.2rem;
    text-align: center;
    text-decoration: none;
    top: 0;
    transition: all 0.35s ease-in-out 0s;
    width: 1.2rem;
}
.minict_wrapper .minict_reset:hover {
    color: #e0e0e0;
    transition: all 0.15s ease-in-out 0s;
}
.minict_wrapper .minict_reset:active {
    color: #636363;
}
.minict_wrapper.disabled .minict_reset {
    display: none;
}
.minict_wrapper.bubble {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, white 0%, #f9f9f9 100%) repeat scroll 0 0;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
    margin: 8px;
}
.minict_wrapper.bubble:hover {
    border-color: #dcdcdc;
}
.minict_wrapper.bubble::after {
    height: 40px;
}
.minict_wrapper.bubble ul {
    border-radius: 6px;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
    overflow: visible;
    top: 60px;
    text-align: left;
}
.minict_wrapper.bubble ul::before {
    border-color: transparent transparent #e5e5e5;
    border-style: solid;
    border-width: 0 11px 11px;
    color: transparent;
    content: ".";
    height: 0;
    left: 19px;
    position: absolute;
    top: -11px;
    width: 0;
}
.minict_wrapper.bubble ul::after {
    border-color: transparent transparent #ffffff;
    border-style: solid;
    border-width: 0 10px 10px;
    color: transparent;
    content: ".";
    height: 0;
    left: 20px;
    position: absolute;
    top: -10px;
    width: 0;
}
.minict_wrapper.bubble ul li.minict_first {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.minict_wrapper.bubble ul li.minict_last {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.minict_wrapper.bubble .minict_reset {
    width: 30px;
}

#button_area input.search {
    border-radius: 50%;
    float: left;
    font-size: 14px;
    font-weight: 500;
    height: 100px;
    position: absolute;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    width: 100px;
    top: -20px;
    margin: 12px;
    cursor: pointer;
}

#hotel {
    display: none;
}

.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
    z-index: 999 !important;
}

#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}

.top_img_tittle {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    margin-left: 40px;
    max-width: 1000px;
    position: absolute;
    text-shadow: 1px 1px 2px #444;
    top: 60px;
    z-index: 1;
}

.top_img_dis {
    color: #fff;
    font-size: 16px;
    font-weight: 100;
    margin-left: 40px;
    position: absolute;
    top: 150px;
    z-index: 1;
}


/* japan map */
.map_tittle {
    font-size: 14px;
    font-weight: 600;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    background: #b1b717;
}

.map {
    clear: both;
    margin: 20px auto;
    overflow: hidden;
    position: relative;
    width: 1140px;
}

.map > ul {
    border: 3px solid #bd0000;
    color: #444;
    float: left;
    left: 20px;
    line-height: 28px;
    list-style: outside none none;
    margin: 10px;
    padding: 10px;
    position: relative;
    top: -10px;
    width: 340px;
}


.map li ul li {
    font-size: 14px;
    color: #bd0000;
}

.map li ul li:hover {
    color: #ff4d4d;
}

.map a {
    color: #bd0000;
}

.map a:hover {
    color: #ff4d4d;
}

/* google maps */
#map_canvas {
    float: left;
    height: 600px;
    width: 720px;
}

.gm-style-iw div {
    font-weight: 600;
    text-align: center;
}

article form {
    top: 220px;
}

article form input {
    border: none;
    background-position: 10px 50%;
    background-size: 20px;
    color: #fff;
    padding: 5px;
    background-color: #BD0000;
}

.image_button {
    background-image: url(../img/menu/image_button.png);
}

.googlemap_text {
    font-size: 14px;
    width:240px;
    font-weight: 600;
    padding: 5px;
}

.googlemap_linkbox {
    text-align: center;
    background: #b1b717;
    padding: 5px;
    color: #fff;
}

.googlemap_linkbox a {
    color: #fff;
}



/* pin */
.pin  {
    margin: 20px;
    float: left;
    overflow: hidden;
    width: 300px;
}

.pin p {
    font-size: 12px;
    font-weight: 600;
}

.pin div {
    float: left;
    line-height: 14px;
    width: 320px;
}

.pin div div {
    float: left;
    font-size: 11px;
    padding: 1.5px 3px;
    width: 100px;
}

.pin div div:hover  {
    color: #fff;
    background: #b1b717;
}


/* pickup */
.pickup_tittle {
    font-size: 14px;
    font-weight: 600;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    background: #b1b717;
}

.pickup {
    margin: 30px auto;
    min-height: 240px;
    width: 100%;
    padding: 0 0 10px;
}

.pickup_box {
    margin: 0 0 4px 12px;
    top: 30px;
    width: 96%;
    border-bottom: 1px dotted #999;
    min-height: 120px;
    padding: 10px 0;
}

.pickup_image {
    float: left;
}

.pickup img {
    width: 180px;
}

.pickup a {
  display: block;
}

.pickup a:hover {
  opacity: 0.8;
}

.pickup_text {
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    padding: 10px;
}

.pickup_text p {
    font-size: 12px;
    font-weight: 100;
}

.pickup_category {
    position: absolute;
    width: 60px;
    filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    line-height: 5px;
}

.pickup_category_food {
    position: absolute;
    width: 60px;
    filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    line-height: 5px;
    background-color: #ff6600;
}

.pickup_category_event {
    position: absolute;
    width: 60px;
    filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    line-height: 5px;
    background-color: #ffcc00;
}

.pickup_category_shop {
    position: absolute;
    width: 60px;
    filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    line-height: 5px;
    background-color: #0000cc;
}

.pickup_category_howto {
    position: absolute;
    width: 60px;
    filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    line-height: 5px;
    background-color: #dd0000;
}

.pickup_category_spot {
    position: absolute;
    width: 60px;
    filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    line-height: 5px;
    background-color: #4fb8c4;
}

.pickup_category_culture {
    position: absolute;
    width: 60px;
    filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    line-height: 5px;
    background-color: #68c44f;
}

.pickup_category_otaku {
    position: absolute;
    width: 60px;
    filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    line-height: 5px;
    background-color: #ff6666;
}

.pickup_category_stay {
    position: absolute;
    width: 60px;
    filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    line-height: 5px;
}

.pickup_written {
    color: #a8a8aa;
    font-size: 10px;
    font-weight: 300;
    position: relative;
    text-align: right;
    width: 100%
}

.pickup_written a {
    color: #ff5d5d;
    display: inline-block;
}


/* =======================================
    ClearFixElements
======================================= */
.wideslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}

.wideslider ul {
    display: inline-block;
    overflow: hidden;
}


/* main */
#mainbox {
    width: 100%;
     position: relative;
     height:auto !important; /*IE6対策*/
     height: 100%; /*IE6対策*/
     min-height: 100%;
}

#contentsbox {
    height: 100%;
    margin: 0 auto;
    padding: 0 0 100px;
}

#main {
    margin-right: -350px;
    margin-top: 50px;
    position: absolute;
    width: 100%;
    clear: both;
}
#main a:hover {
  filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.center {
  background: #fff none repeat scroll 0 0;
    clear: both;
    margin-left: 120px;
    margin-right: 465px;
    margin-top: 100px;
    box-shadow:rgba(204, 204, 204, 0.1) 6px 6px 2px -1px;
  -webkit-box-shadow:rgba(204, 204, 204, 0.1) 6px 6px 2px -1px;
  -moz-box-shadow:rgba(204, 204, 204, 0.1) 6px 6px 2px -1px;
}

#main_top {
  clear: both;
  margin-right: -350px;
  position: absolute;
  width: 100%;
}
#main_top a:hover {
  filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.center_top {
  background: #fff none repeat scroll 0 0;
    clear: both;
    margin-left: 120px;
    margin-right: 465px;
    box-shadow:rgba(204, 204, 204, 0.1) 6px 6px 2px -1px;
  -webkit-box-shadow:rgba(204, 204, 204, 0.1) 6px 6px 2px -1px;
  -moz-box-shadow:rgba(204, 204, 204, 0.1) 6px 6px 2px -1px;
  margin-top: 160px;
}

/* breadcrumb list */
nav#breadcrumbs {
  font-size: 14px;
  left: 74px;
  position: absolute;
  top: 52px;
  width: 320px;
}

nav#breadcrumbs ol li {
  display: inline;
  list-style-type: none;
}
nav#breadcrumbs a span {
  color: #ff5d5d;
  margin: 0 6px;
}

nav#breadcrumbs span {
  color: #444;
  margin: 0 6px;
}

nav#breadcrumbs ol li:before {
  content: " > ";
  color: #444;
}
nav#breadcrumbs ol li:first-child:before {
  content:"";
}


/* tittle */
.tittle {
  width: 100%;
  overflow:hidden;
}
.tittle img {
  width: 100%;
  overflow:hidden;
}
.tittle h1 {
  padding: 0 10px;
  margin:0; 
}
.item-blog {
    border-bottom: 1px dotted #999;
    margin-bottom: 30px;
    max-width: 1800px;
}
.item-blog:hover {
    opacity: 0.8;
}

.item-blog > a {
    float: left;
}
.image {
    margin-right: 14px;
}
.image > img {
    height: auto !important;
}
.item-blog > .tittle {
    overflow: visible;
    width: auto;
}
.item-blog > .tittle > h1 {
    font-size: 18px;
}
.text-content {
    color: black;
    font-size: 14px;
    line-height: 18px !important;
    max-height: 70px !important;
    max-width: 500px;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
}
.page {
    margin-top: 20px;
}
.page > ul {
    list-style: outside none none;
}
.page ul li {
   font-size: 16px !important;
    background: #000 none repeat scroll 0 0;
    color: #fff !important;
    padding: 0 8px !important;
}

.page ul li a {
   font-size: 16px !important;
    background: #000 none repeat scroll 0 0;
    color: #fff !important;
    padding: 0 !important;
    font-weight: normal !important;
}
.page ul li a:hover {
    background: #000 !important;
}



/* language */
.lang {
  overflow: hidden;
  margin-bottom: 30px;
  float: right;
  margin-right: 10px;
}

.lang > a > div {
  float: left;
  width: 34px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  margin: 5px;
  text-align: center;
  border:1px solid #ddd;
}

.lang p {
  font-size: 9px;
  color: #ddd;
}

.lang img {
  width: 30px;
}

/* 
.lang_jp p {
  color: #000000;
}

.lang_ejp p {
  color: #ff0000;
}

.lang_en p {
  color: #ff0000;
}

.lang_zh-cn p {
  color: #ff0000;
}

.lang_zh-tw p {
  color: #ff0000;
}

.lang_kr p {
  color: #ff0000;
}

.lang_id p {
  color: #ff0000;
}

.lang_th p {
  color: #ff0000;
}

.lang_vn p {
  color: #ff0000;
}

*/


/* written */
.written {
    clear: both;
    color: #a8a8aa;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 30px;
    margin-right: 20px;
    overflow: hidden;
    position: relative;
    text-align: right;
    top: 20px;
}
.written a {
  color: #ff5d5d;
}

/* tag */
.tag_area {
  color: #a8a8aa;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  width: 100%;
  overflow: hidden;
  padding-left: 10px;
}

.tag {
  background: #ddd none repeat scroll 0 0;
  color: #444;
  float: left;
  margin: 2px;
  padding: 5px 10px;
  border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
 }

/* article */
.article {
  margin: 0 auto;
  padding: 10px;
}

.article img {
  width: 100%;
}

/* share */
.social {
  border-bottom: 1px dotted #666;
    border-top: 1px dotted #666;
    margin: 30px;
}

.social_box {
    min-height: 140px;
    width: 100%;
    margin: 0 auto;
}

.sns {
  color: #fff;
    float: left;
    margin: 20px 0 0 10px;
    min-height: 80px;
    text-align: center;
    width: 30%;
    line-height: 72px;
}
.sns img {
  position: relative;
    top: 6px;
    width: 20px;
}
.ad {
  text-align: center;
  margin-bottom: 40px;
}
.ad img {
  width: 280px;
}

/* author */
.author_article {
    border-bottom: 1px dotted #666;
    color: #444;
    font-size: 16px;
    padding: 20px;
    font-weight: 600;
    text-align: center;
}

.author {
  height: auto;
    padding: 20px;
    overflow: hidden;
    border-bottom: 1px dotted #666;
}

.author_img {
  float: left;
}

.author p {
  color: #666;
  font-weight: 500;
}

.author a {
  color: #ff5d5d;
}

.author_img img {
    padding: 15px;
    width: 140px;
    border-radius: 300px;
  -webkit-border-radius: 300px;
  -moz-border-radius: 300px;
}

.author_name {
  font-weight: 600;
  padding: 10px 0;
}

.author_text {
  font-size: 12px;
    height: auto;
}

.author_social {
  float: right;
    margin: 20px 0;
}

.author_social img {
  float: left;
  width: 52px;
}

.author_button {
  margin: 0 auto;
  overflow: hidden;
  padding: 10px;
  position: relative;
  width: 100%;
}

.author_button p {
  background: #ff5d5d none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 10px;
    color: #fff;
    font-weight: 100;
    margin: 0 auto;
    padding: 15px;
    text-align: center;
    width: 200px;
}

/* related article */
.related_article {
  margin: 30px;
}

.related_article p {
  color: #666;
  font-weight: 500;
}

.related_article_area {
  margin: 0 auto;
  min-height: 240px;
  width: 100%;
  overflow: hidden;
}

.related_article_box {
  float: left;
  margin: 10px 0 0 10px;
  width: 30%;
  position: relative;
}

.related_article_image img {
  width: 100%;
}

.related_article_text {
  font-size: 14px;
  font-weight: 600;
  overflow: hidden;
}

.related_article_category {
    position: absolute;
    width: 60px;
    filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    line-height: 5px;
}

.related_article_category_food {
    position: absolute;
    width: 60px;
    filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    line-height: 5px;
    background-color: #ff6600;
}

.related_article_category_event {
    position: absolute;
    width: 60px;
    filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    line-height: 5px;
    background-color: #ffcc00;
}

.related_article_category_shop {
    position: absolute;
    width: 60px;
    filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    line-height: 5px;
    background-color: #0000cc;
}

.related_article_category_howto {
    position: absolute;
    width: 60px;
    filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    line-height: 5px;
    background-color: #dd0000;
}

.related_article_category_spot {
    position: absolute;
    width: 60px;
    filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    line-height: 5px;
    background-color: #4fb8c4;
}

.related_article_category_culture {
    position: absolute;
    width: 60px;
    filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    line-height: 5px;
    background-color: #68c44f;
}

.related_article_category_otaku {
    position: absolute;
    width: 60px;
    filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    line-height: 5px;
    background-color: #ff6666;
}

.related_article_category_stay {
    position: absolute;
    width: 60px;
    filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    line-height: 5px;
}

/* list */
.contents_image > img {
    width: 100%;
}

.list_header {
    margin: 0;
    color: #444;
}

.list_tittle {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    width: 100%;
    padding: 14px 0;
}

.list_description {
    font-size: 14px;
    padding: 0 10px 40px;
    border-bottom: 1px dotted #444;
}

.other_category {
    float: left;
    margin: 8px;
    padding: 6px 16px;
    background-color: #9EA83D;
    border-radius: 6px;
    color: #fff;
    font-size: 12px;
    border: 1px dashed #fff;
      -moz-box-shadow: 0 0 0 4px #9EA83D, 0 0 0 0;
      -webkit-box-shadow: 0 0 0 4px #9EA83D, 0 0 0 0;
    box-shadow: 0 0 0 4px #9EA83D, 0 0 0 0;
}


.other_category_tittle {
    margin-top: 26px;
    overflow: hidden;
}

.other_category_area {
    background: #eee none repeat scroll 0 0;
    margin: 20px 10px;
    overflow: hidden;
    margin: 10px;
    border-radius: 10px;
    padding: 10px;
}

.category_more {
    font-size: 16px;
    font-weight: 600;
    padding-left: 10px;
    margin-top: 20px;
}

.category_more > img {
    padding-right: 5px;
    position: relative;
    top: 5px;
    width: 26px;
}

/* photo */
.photo {
    margin: 30px auto;
    /*min-height: 240px;*/
    width: 100%;
    padding: 0 0 10px;
}

.photo_area {
    margin: 120px 0;
    text-align: center;
}

.other_category:hover{
    opacity: 0.8;
}

.photo_area img {
    width: 300px;
}

.photo_button {
    background: #ff5d5d none repeat scroll 0 0;
    border: 2px solid #fff;
    color: #fff;
    font-weight: 100;
    margin: 0 auto;
    padding: 15px;
    text-align: center;
    width: 200px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.photo_button a {
    color: #fff;
}

.photo_button:hover {
    opacity: 0.8;
}

.photo_text {
    display: block;
    position: relative;
    width:250px;
    height:270px;
    line-height: 270px;
    background: #ffcc00;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0;
    -moz-opacity:0;
    filter:alpha(opacity =0);
    top:50px;
    color: #fff;
    font-size:18px;
}

.photo_text a {
    display: block;
}

.tittle a:hover .photo_text {
    display: block;
    top:0;
    left:0;
    opacity: 1;
    -moz-opacity:1;
    filter:alpha(opacity = 100);
}

figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  left: -40px;
  top: -16px;
}

.related_article_image figure {
  left: -34px;
}

figcaption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 96%;
  background: rgba(0,0,0,.6);
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
}
figure:hover figcaption {
  opacity: 1;
}

figcaption h3 {
  color: #fff;
  font-size: 10px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  top: 24%;
  width: 60px;
  font-weight: 100;
}

figure img {
  width: 20px;
}

.related_photo_area {
  margin: 0 auto;
  min-height: 100px;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px dotted #999;
  padding-bottom: 30px;
}

#photos {
   /* Prevent vertical gaps */
  margin: 120px 0;
   -webkit-column-count: 5;
   -moz-column-count:    5;
   column-count:         5;
 
}
#photos img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
}


/* ページトップ */
#page-top {
  position: fixed;
  bottom: 0;
  right: 0.5px;
  font-size: 15px;
  margin-right: 10px;
  z-index: 1000;
}
#page-top a {
  background: #bd0000 none repeat scroll 0 0;
  text-decoration: none;
  color: #fff;
  width: 50px;
  padding: 14px 0;
  text-align: center;
  display: block;
  border: 3px solid #fff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}

#page-top a:hover {
  text-decoration: none;
  background: #F40202;
}


/* ヘッダーエリア */
footer {
  background: none repeat scroll 0 0 #333;
}

footer p {
  color: #fff;
}

.footer_contents {
    margin: 0 auto;
    padding: 15px;
    text-align: center;
}

.footer_menu {
  padding: 10px;
  border-bottom: solid 1px #fff;
}

.footer_sns {
  margin-top: 30px;
}

.footer_sns img {
  padding: 0 10px;
  width: 32px;
}

address {
  color: #fff;
  font-size: 11px;
  font-style: normal;
  text-align: center;
  padding-bottom: 20px;
}


/* レスポンシブ */
/*header*/
@media screen and (max-width: 960px) {
  header {height: 70px;}
  .logo {top: 14px; left: 8px;}
  .logo p {display:block; font-size: 11px; font-weight: 600; left: 58px; position: absolute; top: 8px; width: 200px;}
  .logo img {width: 140px;}
  .button {display: block;}
  .button img {width: 74px;}
  .category_menu {display: none;}
  .icon_menu {display: none;}
  .button {top: 20px;}
  /* menu tab */
  .tab {list-style-type: none; margin: 0; padding: 0; position: absolute; top: 61px; width: 100%; display: block; height: 100px; background: #fff none repeat scroll 0 0;}
  .tab_label {display: block; position: absolute; width: 100%;}
  .tab li:nth-child(1) {margin-left:0;}
  .tab li:nth-child(2) {margin-left:20%;}
  .tab li:nth-child(3) {margin-left:40%;}
  .tab li:nth-child(4) {margin-left:60%;}
  .tab li:nth-child(5) {margin-left:80%;}
  .tab_label img {width: 58px; margin-top: 10px;}
  .tab_labelmenu1 {margin-left: 100px;}
  .tab_input {display: none;}
  .tab_text {width: 100%; margin-top: 0; position: absolute; top: 148px; display: block;}
  .tab_input:not(:checked) + .tab_text {display: none;}
  .tab_input:checked + .tab_label img {border-bottom: 2px solid #ff5d5d;}  /* 選択された時のCSSを記述 */
  .tab_contentbox {width: 100%; position: absolute; background: #b1b717 none repeat scroll 0 0;}
  .tab_contentbox form {top:0px;}
  .tab_menu1 {text-align: center; padding: 20px 0; border: 1px solid rgb(255, 255, 255); float: left; margin: -1px; width: 25%;}
  .tab_menu2 {padding:0; margin: 0; list-style: outside none none;} 
  .tab_menu3 {text-align: center; padding: 20px 0; border: 1px solid rgb(255, 255, 255); float: left; margin: -1px; width: 25%;}
  .tab_menu4 {text-align: center; padding: 10px; border: 1px solid rgb(255, 255, 255); float: left; margin: -1px; width: 94%;}
  .tab_menu5 {text-align: center; padding: 20px 0; border: 1px solid rgb(255, 255, 255); float: left; margin: -1px; width: 50%;}
  .tab_contentbox img {width: 30px;}
  .tab_contentbox a {color: #fff; font-size: 12px; font-weight: 600;}
  .arrow_box {top:-34px; right: auto; border: solid transparent; position: absolute; pointer-events: none; border-color: rgba(177, 183, 23, 0); border-bottom-color: #b1b717; border-width: 10px;}
  .search_text {width: 280px;　padding: 6px;}
  .tab_menu2 a:hover {text-decoration:none; color: #fff;}
  .tab_menu2 span { padding:20px 0;text-align: center; float: left; margin: -1px; width: 100%; background-position:97% center; background-repeat:no-repeat;}
  .tab_menu2 ul { list-style: none; padding:0 1px; float: left; height: 140px; overflow: auto; }
  .tab_menu2 li { padding:20px 0; text-align: center; border: 1px solid rgb(255, 255, 255); float: left; margin: -1px; width: 100%;}
  .tab_menu2 ul li { padding: 8px 0; background: #c8cc5c none repeat scroll 0 0;}
  .tab_menu2 span  { background-image:url(../img/menu/arrow.png);}
  .tab_menu2 span.open { background-image:url(../img/menu/arrow_open.png);}
  /* top_carousel */
  .wideslider {margin-top: 120px;}
  .wideslider_wrap {top: 0;}
  .slider_prev {background: rgba(0, 0, 0, 0) url("../img/prev.png") no-repeat scroll right center / 40px auto;}
  .slider_next {background: rgba(0, 0, 0, 0) url("../img/next.png") no-repeat scroll left center / 40px auto;}
  .top_img_tittle {top: 20px; font-size: 28px; margin: 0; right: auto; text-align: center; width: 100%; max-width: 100%;}
  .top_img_dis {display: none;}
  .owl-carousel .owl-wrapper, .owl-carousel .owl-item {height: auto;}
  .top_button {line-height: 60px; right: 10px; width: 60px; height: 60px; bottom: 300px; left: auto; top: auto; bottom: 30px; font-size: 10px; margin:0; border: 2px solid #eee;}

  /* serach_area */
  #menu-wrap { height: 70px;}
  #menu { left: 0px;}
  #menu li { padding: 0 3px !important;}
  #menu img { width: 30px;}
  #menu-wrap > p { font-size: 11px; left: 10px;}
  #menu-wrap > ul { width: 330px;}

}

/* main */
@media screen and (max-width: 960px) {
  #wrapper {height: auto !important;}
  #main {position: relative; margin-top: 110px; margin-right: 0; min-height: 0px !important;}
  #main_top {position: relative; margin-top: 440px; margin-right: 0; min-height: 0px !important;}
  nav#breadcrumbs {top: -46px; left: -30px;}
  .wideslider p {font-size: 16px; width: 220px; margin: 20px 50px;}
  .slider_prev, .slider_next {top:0; max-width:960px; width:50px !important; height: 100% !important; moz-background-size:70% auto; background-size:70% auto; }
  .author_img_top {display: none;}
  .center {margin: 0;}
  .center_top {margin: 0;}
  .pickup_box {min-height: 80px; margin: 15px 0 4px 12px; top: 16px;}
  .pickup img {width: 120px;}
  .pickup_text {font-size: 14px; font-weight: 600; padding: 0 5px;}
  .pickup_text p {display: none;}
  .pickup_written {display: none;}
  .sns {font-size: 14px; margin: 20px 0 0 6px; min-height: 70px; width: 30%;}
  .author_area {height: auto;}
  .author {height: auto;}
  .author_img {float: none; height: 0; width: 100%; text-align: center;}
  .author_name {margin-top: 160px;}
  .author_social {margin-top: 20px;}
  .related_article_box {float: none; margin: 20px 0; width: 100%;}
  .owl-carousel {margin-top: 10px;}
}

@media screen and (max-width: 1100px) {
  .map_tittle {display: none;}
  .map {display: none;}
}

/* photo */
@media screen and (max-width: 960px) {
  figcaption {display: none;}
  .photo_area img {width: 100%;}
}

@media (max-width: 1200px) {
  #photos {
  -moz-column-count:    4;
  -webkit-column-count: 4;
  column-count:         4;
  }
}
@media (max-width: 1000px) {
  #photos {
  -moz-column-count:    3;
  -webkit-column-count: 3;
  column-count:         3;
  }
}
@media (max-width: 800px) {
  #photos {
  -moz-column-count:    2;
  -webkit-column-count: 2;
  column-count:         2;
  }
}
@media (max-width: 400px) {
  #photos {
  -moz-column-count:    1;
  -webkit-column-count: 1;
  column-count:         1;
  }
}


/* sidebar */
@media screen and (max-width: 960px) {
  .sidebar {float: none; margin: 0; width: 100%; min-height: 0px !important;}
  .sidebar_top {float: none; margin: 0; width: 100%;}
  .special_image img {width: 100%;}
  .section- {width: 100%;}
  .section-one {margin-left: 14%;}
  .section-two {margin-left: 42%;}
  .section-three {margin-left: 72%;}
}


/* footer */
@media screen and (max-width: 960px) {
  footer {top: 20px !important;}
}


/* ライブラリ (lazy load)*/
img.lazy {
  /*width: 640; */
  height: auto !important;
}

/* ライブラリ (cal)*/
.slideshow { margin-top: 100px; }
.slideshow img { width: 100px; height: 100px; margin: 5px; }
.slideshow a { height: 100%; padding: 0 5px; }
div.responsive img { width: 100%; height: auto }
div.responsive img:hover { opacity: 0.8; }
.cycle-pager { position: static; margin-top: 5px; }
div.vertical { width: 100px }

@media screen and (max-width: 960px) {
  .slideshow a {width: 300px !important; }
}

/* ライブラリ (maps)*/
@font-face {
  font-family: 'prefectly-webfont';
  src: url("../lib/assets/font/prefectly-webfont.eot");
  src: url("../lib/assets/font/prefectly-webfont.eot?#iefix") format("embedded-opentype"), url("../lib/assets/font/prefectly-webfont.woff") format("woff"), url("../font/prefectly-webfont.ttf") format("truetype"), url("../font/prefectly-webfont.svg#testfontRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* ライブラリ (lightbox)*/
.prefectly {
  display: block;
  margin: 0 auto;
  padding: 0;
  font: normal normal 480px/100% "prefectly-webfont";
  font-size-adjust: none;
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -moz-font-feature-settings: "liga=1";
  -ms-font-feature-settings: "liga" 1;
  -ms-font-feature-settings: "liga", "dlig";
  overflow: hidden;
  list-style: none;
  text-align: center;
}
.prefectly li {
  float: left;
  margin: 0 0 0 -100%;
  position: relative;
  left: 101%;
  width: 100%;
  cursor: default;
}

/* Preload images */
body:after {
  content: url(../img/lightbox/close.png) url(../img/lightbox/loading.gif) url(../img/lightbox/prev.png) url(../img/lightbox/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/lightbox/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/lightbox/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/lightbox/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
  display: block !important;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}


/** KHAOSAN
*************************************/

/** header **/
header .header a {
  background: center center no-repeat transparent;
  background-image: url(../img/menu.png);
  background-size:40px;
}

#menu a {
  display: none;
}

.mm-menu.mm-horizontal.mm-offcanvas a {
    display: none;
}

/** top_slider **/
#button_area form {
    margin: 10px auto;
    overflow: hidden;
    top: 0;
    width: 100%;
}

#button_area select {
  padding: 10px 30px 10px 10px;
  /*-webkit-appearance: none;*/
  /*-moz-appearance: none;*/
  /*appearance: none;*/
  border: none;
  background: #fff;
  /*background: url(../img/top/arrow.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);*/
  /*background: url(../img/top/arrow.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#efebe1 100%);*/
  /*background-size: 20px, 100%;*/
  height: 50px;
  display: none;
}
#button_area input.date {
  padding: 9px 32px 12px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  background: url(../img/top/arrow.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#fff 100%);
  background: url(../img/top/arrow.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#fff 100%);
  background-size: 15px, 100%;
  height: 24px;
  width: 250px !important;
  text-align: center;
  color: #222;
  border-radius: 2px;
  border: 1px solid #aaa;
  font-size: 12px !important;
}

select > option {
  background: #fff none repeat scroll 0 0;
}

/* serach_area */
@media screen and (max-width: 960px) {
  .minict_wrapper {width: 100%;}
  #button_area form {position: static; width: 80%;}
  #button_area input {margin: auto;}
  #button_area input.search {position: relative; top: 0; border-radius: 0; height: 50px; width: 100%; margin: 12px auto;}
  #button_area input.date {position: relative; top: 0; width: 100% !important; padding: 9px 32px 12px 10px; text-align: center;}
  .select2.select2-container.select2-container--default { width: 100% !important;}
  .header {display: block !important;}
  .mm-menu.mm-horizontal.mm-offcanvas.mm-current.mm-opened a {display: block !important;}
}

.article_button {
  display: inline-block;
  color: #fff;
  text-align: center;
  text-decoration: none;
  outline: none;
  border: 15px #960101 solid;
  transition: all 1s cubic-bezier(0.19,1,.22,1);
}
.article_button:hover {
  border: 0 solid;
}

/** hostels **/
.contents_title {
    margin-top: -50px;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 10;
}

.contents_title > img {
    width: 120px;
}

.imgbox > .area {
    clear: both;
    font-size: 12px;
    padding: 8px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 72px;
}

.imgbox_back {
    background: #fff none repeat scroll 0 0;
    overflow: hidden;
    padding-top: 80px;
    position: relative;
    z-index: 9;
}

.imgbox_area {
    margin: 0 auto;
    max-width: 1150px;
    overflow: hidden;
    padding-bottom: 30px;
}

.imgbox {
    float: left;
    margin: 10px;
    height: 284px;
    width: 30%;
    position: relative;
    overflow: hidden;
}

.imgbox:hover {
    opacity: 0.8;
}

.imgbox p {
    color: #fff;
    position: relative;
    text-align: center;
    top: 80px;
    font-weight: 600;
    font-size: 14px;
}

.imgbox > img {
    height: auto !important;
    width: 100%;
}

.hostel_name {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    clear: both;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 3px;
    padding: 10px 0;
    position: absolute;
    text-align: center;
    text-shadow: 1px 1px 8px #000;
    top: 120px;
    width: 100%;
}

.icon {
    bottom: 0;
    overflow: hidden;
    position: absolute;
    text-align: right;
    width: 100%;
}

.icon > img {
    background: rgba(225, 100, 111, 0.8) none repeat scroll 0 0;
    margin: -1px;
    padding: 1px;
    width: 15%;
}

.textbox {
    display: block;
    position: absolute;
    width:360px;
    height:301px;
    background: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0;
    -moz-opacity:0;
    filter:alpha(opacity =0);
    top:50px;
    color: #fff;
    font-size:18px;
}

a:hover .textbox {
    display: block;
    top:0;
    left:0;
    opacity: 1;
    -moz-opacity:1;
    filter:alpha(opacity = 100);
}

.textbox a {
    display: block;
}

.textbox p {
    top: 0;
    text-align: left;
    padding: 20px;
}

.textbox .caption {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 0 20px;
    position: absolute;
}

.textbox .content {
    font-size: 10px;
    font-weight: 100;
    position: relative;
    top: 10px;
}

.map_text {
    background: #005454 none repeat scroll 0 0;
    color: #fff;
    font-size: 12px;
    margin-bottom: 80px;
    padding: 30px;
    width: 660px;
}

.map_arrow {
    top: 561px;
    clear: both;
    color: #005454;
    font-size: 34px;
    position: absolute;
    text-align: center;
    width: 720px;
}

.news_area {
    background-color: #ddd;
    position: relative;
    width: 100%;
    margin-bottom: 50px;
}

.news_box {
    max-width: 720px;
    height: 500px;
    overflow: scroll;
    margin: 0 auto;
    padding: 10px;
}

.news {
    border-bottom: 1px dotted #444;
    margin-top: 40px;
    max-width: 720px;
    padding: 20px;
}

.news img {
    width: 100%;
}

.news_title {
    font-size: 16px;
    font-weight: 600;
}

.news_date {
    font-size: 10px;
}

.other_area {
   width: 100%;
   overflow: hidden;
   margin-bottom: 80px;
}

.other {
  max-width: 1100px;
  margin: 0 auto;
}

.other_img {
  float: left;
  margin: 10px; 
}

.other_img > img {
  width: 250px;
}


/** content **/
#content {
    margin: 20px auto;
    overflow: hidden;
    max-width: 1100px;
    padding-bottom: 80px;
}

#hostel_tittle {
    width: 100%;
}

.tittle_text {
    height: 500px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    top: -90px;
    vertical-align: bottom;
    width: 100%;
}

.tittle_text > p {
    color: #fff;
    font-size: 34px;
    position: relative;
    top: 250px;
    text-shadow: 1px 1px 2px #444;
    font-weight: 600;
}

.tittle_text span {
    background: #bd0000 none repeat scroll 0 0;
    color: #fff;
    padding: 10px;
    position: relative;
    top: 250px;
    font-size: 14px;
    border: 1px solid #fff;
}

/** side bar **/
.hostel {
    float: left;
    margin: 0 10px;
    width: 320px;
}

.menu_area {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    float: none;
    padding-bottom: 3px;
    padding-top: 3px;
    width: 320px;
}

.menu_area > ul {
    font-size: 16px;
}

.menu_area li {
    padding: 0;
    list-style: outside none none;
}

.menu_area > ul img {
    padding-right: 15px;
    position: relative;
    top: 12px;
    width: 40px;
}
.arrow > img {
    width: 14px;
    padding-right: 15px;
}

.blog_menu_area {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    float: left;
    margin-bottom: 10px;
    width: 100%;
}

.blog_menu_area a {
    color: #222 !important;
}

.blog_menu_area > ul {
    font-size: 14px;
    font-weight: 600;
}

.blog_menu_area li {
    color: #666 !important;
    font-size: 12px;
    font-weight: normal;
    list-style: outside none none;
    padding: 5px 8px;
}

.arrow {
    float: left;
    position: relative;
    width: 16px;
}

.information {
    border-bottom: 2px dashed #444;
    border-top: 2px dashed #444;
    float: left;
    margin: 10px 0;
    width: 320px;
}

.information > p {
    padding: 0 14px;
    color: #444;
}

.information_tittle {
    background: #bd0000 none repeat scroll 0 0;
    border-radius: 5px 5px 0 0;
    color: #fff;
    padding: 8px;
    text-align: center;
}

/** detail **/
.detail {
    background: #f9f9f9 none repeat scroll 0 0;
    border-radius: 5px;
    margin: 0 10px;
    overflow: hidden;
    padding: 14px;
}
.detail > p {
    font-size: 1px;
}
.detail_tittle {
    border-left: 10px solid #bd0000;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    padding: 5px 10px;
}

.detail_text {
    background: #fff none repeat scroll 0 0;
    border-radius: 10px;
    font-size: 14px;
    margin: 0 14px 10px;
    overflow: hidden;
    padding: 10px 20px;
    word-wrap: break-word;
}

.detail_text > a {
    color: #ff5d5d;
}

.detail_text > img {
    width: 100%;
}

/********STAFF***********/

.staff_tittle {
    background: #bd0000 none repeat scroll 0 0;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin: 0 20px 20px;
    padding: 5px 30px;
    text-align: center;
    letter-spacing: 0.4em;
}

.staff_text {
    background: #fff none repeat scroll 0 0;
    border-radius: 10px;
    font-size: 14px;
    margin: 0 14px 40px;
    overflow: hidden;
    padding: 20px;
    word-wrap: break-word;
}

.staff_text > img {
    width: auto;
}

.staff_image {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.staff_image > img {
    width: 350px;
}

.staff_box img:hover {
    opacity: 0.8;
}

.staff_explanation {
    border: 2px dotted #666;
    border-radius: 5px;
    color: #444;
    font-size: 16px;
    line-height: normal;
    margin: 10px 0 30px;
    padding: 10px;
    position: relative;
    text-align: left;
}

.staff_relation_title {
    background: #bd0000 none repeat scroll 0 0;
    border-bottom: 1px solid #bd0000;
    border-top: 1px solid #bd0000;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 50px;
    padding: 5px 0;
    text-align: center;
    position: relative;
    clear: both;
}

.staff_box_area {
    margin-bottom: 20px;
    overflow: hidden;
    width: 100%;
}

.staff_box {
    float: left;
    height: 250px;
    margin: 10px;
    overflow: hidden;
    padding: 0 5px;
    width: 30%;
}

.staff_box img {
    width: 100%;
}

.staff_next {
    clear: both;
    float: right;
    font-size: 16px;
}

.staff_next > a {
    color: #bd0000;
    font-size: 16px;
}

.staff_prev {
    font-size: 16px;
}

.staff_prev > a {
    color: #bd0000;
    font-size: 16px;
}

.all_staff {
    width: 100%;
}

.all_staff p {
    background: #bd0000 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    margin: 10px auto;
    padding: 15px;
    text-align: center;
    width: 150px;
}

.all_staff p:hover {
    opacity: 0.8;
}
/*******************************/
.facilities_icon {
    margin: 5px 8px;
}

.facilities_icon > img {
    width: 40px;
}

.facilities {
    width: 100%;
}

.facilities_box {
    float: left;
    margin: 5px;
    min-height: 220px;
    overflow: hidden;
    width: 30%;
}

.facilities_img {
    height: auto;
    overflow: hidden;
}

.facilities_img img {
    width: 100%;
}

.facilities_text {
    padding: 10px 3px;
    height: 28px;
}

.other_hostel {
    margin: 5px;
    max-height: 100px;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.other_hostel img {
    width: 100%;
}

.other_hostel > p {
    clear: both;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    height: 100%;
    position: absolute;
    text-align: center;
    text-shadow: 1px 1px 3px #000;
    top: 0;
    width: 100%;
}

.other_facilities {
    float: left;
    width: 98%;
}

.icon_description_area {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    clear: both;
    margin: 20px 5px;
    overflow: hidden;
}

.icon_center {
    clear: both;
    margin: 0 auto;
    max-width: 320px;
    overflow: hidden;
    text-align: right;
}

.icon_description {
    float: left;
    margin: 8px;
    overflow: hidden;
    width: 14.8%;
}

.icon_image {
    width: 100%;
}

.icon_image img {
    width: 100%;
}

.icon_text {
    font-size: 12px;
    text-align: center;
}

#booking_image {
    bottom: -60px;
    position: fixed;
    right: -35px;
    z-index: 101;
  -webkit-animation:blink 1s ease-in-out infinite alternate;
    -moz-animation:blink 1s ease-in-out infinite alternate;
    animation:blink 1s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}


#booking_image img {
    width: 180px;
}

/** spn **/
@media screen and (max-width: 960px) {
  .top_img_tittle {font-size: 14px; top: 20px;}
  header a {top:20px; left: 5px; background-size: 28px !important;}
  .logo {text-align: center; width: 100%;}
  #desktop_menu {display: none;}
  #button_area {margin: 0; height: auto; position: static;}
  #button_area select {font-size: 16px; width: 100%; margin: 3px 0;}
  .check_out {width: 48.5% !important;}
  .check_in {width: 48.5% !important;}
  .guest {width: 48.5% !important;}
  .currency {width: 48.5% !important;}
  #button_area input {float: none; height: 40px; position: static; border-radius:0;}
  .article_button {border: medium none;}
  .imgbox {float: none; overflow: hidden; width: auto; height: auto;}
  .imgbox > img {width: 100%;}
  .textbox .content {top: 0;}
  .content {word-break: break-all;}
  .map {display: none;}
  .other_img {margin: 3.4%; width: 43%;}
  .other_img > img {width: 100%;}
  .other_facilities {display: none;}
  .icon_description {width: 14%;}

  .menu_area {width: 306px;}
  .tittle_text {background: #bd0000 none repeat scroll 0 0; border-radius: 0px; left: 0; height: 240px; width: 100%; top: -120px; position: fixed; z-index: 999;}
  .tittle_text > p {font-size: 11px; top: 205px;}
  .tittle_text > p br {display: none;}
  .tittle_text span {display: none;}
  .hostel {width: auto; float:none;}
  .hostel_name {top: 100px;}
  .menu_area {width: 100%;}
  .information {width: 100%;}
  .facilities_box {width: 100%;}
  .facilities_img {max-height: 280px;}
  .facilities_text {height: auto; padding: 0;}
  .facilities_icon > img {width: 40px;}
  .detail_text {margin: 0 0 5px;}
  iframe {height: 300px !important;}
  #booking_image {bottom: -30px; right: -20px;}
  #booking_image img {width: 100px;}
  .detail_text {padding: 10px 5px;}
  .staff_tittle {margin: 0;}
  .staff_text {margin: 0; padding: 10px;}
  .staff_image > img {width: 100%;}
  .item {margin-bottom: 5px;}
  .image > img {width: 120px !important;}
  .item > .tittle > h1 {font-size: 13px;}
  .text-content {display: none;}
  .written {margin-bottom: 0px; top: 20px; position: static;}
  .tittle h1 {padding: 0;}
  .fb-page.fb_iframe_widget {display: none;}
}

/** pad **/
@media screen and  (min-width: 600px) and (max-width: 1090px) {
  header img {padding-top: 4px;}
  .hostel_name {font-size: 14px;}
  .imgbox {width: 30%; overflow: hidden; float: left; height: 160px;}
  .imgbox > img {width: 100%;}
  .imgbox.top {height: 208px;}
  .textbox {opacity: 100; top: 80px; width: 100%; background: rgba(225, 225, 225, 0.3) none repeat scroll 0 0;}
  .textbox .content {display: none;}
  .textbox .caption {font-size: 14px;}
  .hostel_name {top: 60px;}
  .icon {bottom: 0;}
}

@media screen and (max-width: 600px) {
  .imgbox.top {height: 40px !important;}
  .imgbox p {top: -5px;}
  .textbox {text-shadow: 1px 1px 1px #000; opacity: 100; top: 80px; width: 100%; background: rgba(225, 225, 225, 0.3) none repeat scroll 0 0;}
  .icon {bottom: 0;}
  .owl-theme .owl-controls {top: 120px; margin-top: -25px;}
  .owl-theme .owl-controls .owl-buttons div {font-size: 12px; padding: 15px;}
  .owl-prev {left: 20px;}
  .owl-next {right: 20px;}
}

.wp_social_bookmarking_light img {
  width: 88px !important;
  display: block;
  opacity: 1 !important;
}
.wsbl_twitter {
    height: 14px;
    width: auto !important;
}
