/*
Theme Name: Customizable
Theme URI: http://fasterthemes.com/wordpress-themes/customizable
Author: FasterThemes
Author URI: http://fasterthemes.com/
Description: Customizable is a WordPress responsive cooperate theme based on Twitter bootstrap framework which can be used for personal or corporate websites. Customizable is a free WordPress theme with premium functionality and design. Customizable Pro version is a paid version which has several other options like 6 color schemes, different page templates, more Google Fonts options etc.
Version: 2.1.3
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: right-sidebar, one-column, two-columns, fluid-layout, responsive-layout, full-width-template, theme-options, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, post-formats, sticky-post, translation-ready
Text Domain: customizable
This theme, like WordPress, is licensed under the FasterThemes.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import url(//fonts.googleapis.com/css?family=Cabin:400,700);
body { width: 100%; height: auto; margin: 0; padding: 0; float: left; max-width: 100%; background-color: #f6f6f6; font-family: 'Cabin', sans-serif; font-size: 16px; }
#site-header { text-align:center; width:100%; }

.bypostauthor {	}
.clear { clear: both; }
.clearl { clear: left; }
.clearr { clear: right; }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; }
/***** * * * * * /
/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
/* Text elements */
p { margin-bottom: 1.5em; font-family: "Open Sans", "Helvetica Neue", Helvetica, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif; line-height: 26px; }
ul {
	list-style: disc;
}
ul li { margin-bottom: 5px; }
ol {
	list-style: decimal;
}
li > ul, li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
	border-left: 5px solid #00BEE0 !important;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}
sup, sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}

embed,
iframe,
object,
video {
	margin-bottom: 24px;
	max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}
::selection {
	background: #00BEE0;;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #00BEE0;;
	color: #fff;
	text-shadow: none;
}
table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}
.section_post td,
.section_post th {
	padding: 8px;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button, input, select, textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
 *vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
select {
	max-width: 275px !important;
	padding: 5px;
	margin-top: 15px !important;
	white-space: normal;
	word-wrap: break-word;
	overflow: auto;
}
button, input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}


input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
 -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
 border: 0;
 padding: 0;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}
/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
        text-align: center;
}
/*** * * * * * * */
img {
	border: none;
}
a {
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: none;
}
.wrapper {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
	max-width: 100%;
	background-color: #f6f6f6;
}

.home #wrap { display: none; }

.customize-container { width: 1235px; margin-top: 100px; }
.single .customize-container { width: 1170px; }
.page .main_section .customize-container { margin-top: 50px; }
.page-slug-en .main_section .customize-container { width: 100%; padding: 0; }
.home #wrapper { height: 100vh; overflow: scroll; -webkit-overflow-scrolling: touch; }

#loader-bg { display: none; position: fixed; width: 100%; height: 100%; top: 0px; left: 0px; background: #ffffff; z-index: 1000; }
#loader { display: none; /*margin-top: -100px; margin-left: -100px;*/ text-align: center; color: #fff; z-index: 1001; }
#loader img { width: 20%; max-width: 300px; position: fixed; top: 0; bottom: 70px; left: 0; right: 0; margin: auto; }

header { overflow: hidden; position: relative; }

header #language { height: 100%; position: absolute; background-color: /* #f6f6f6 */ rgba(255,255,255,0.9); left: 0; width: 56px; }
header #language ul { margin: 0; padding: 0; dispaly: block; }
header #language ul li { list-style: none; font-weight: bold; padding: 50px 20px; text-align: center; margin-bottom: 0; }
.page-slug-en header #language ul li { font-family: helvetica, meiryo, sans-serif; }
header #language ul.icon { border-top: 1px solid; margin: 0px 8px 20px; bottom: 30px; position: absolute; }
header #language ul.icon li { padding: 30px 10px 10px; }
header #language ul.icon li.dj { padding: 30px 9px 10px; }
header #language ul li a { color: #333333; }
header #language ul li a:hover { color: #aaaaaa; -webkit-transition: all ease .3s; -moz-transition: all ease .3s; transition: all ease .3s; }
header #language ul li.selected { background-color: #1d3038; }
header #language ul li.selected span { color: #dedede; }

.top_header { width: 100vw; margin: 0; padding: 15px 0; float: left; height: 100vh; border-top: 0px solid #00BEE0; background: url(https://backpackersjapan.co.jp/citan/image/city-bg-b.jpg) no-repeat center center transparent; background-size: cover; }
.home .top_header, .page-slug-en .top_header { margin-top: 0px; padding-top: 0px; }

#header-inner { text-align: center; margin-top: 20px; left: 0; right: 0; }
.home #header-inner { position: absolute; left: 0px; }

.page #header-inner, .archive #header-inner, .single #header-inner { width: 95%; max-width: 1650px; position: relative; }
#header-inner .logo img { width: 125px; }

.page-slug-en #header-inner { position: absolute; left: 0px; }

.home header .logo, .page-slug-en header .logo { width: 20%; height: 50%; padding-top: 0px; margin: auto; position: absolute; top: 0; bottom: 70px; left: 0; right: 0; }
.home header .logo img, .page-slug-en header .logo img { width: 100%; max-width: 300px; position: absolute; top: 0; bottom: 0px; left: 0px; /* bottom: -50px; left: 0; */ right: 0; margin: auto; }
.home header .logo h1, .page-slug-en header .logo h1  { color:#00BEE0; font-size: 25px; color: #333333; font-family: "Times New Roman", 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, serif; font-weight: normal; }

.logo h6 { color:#bbb; }

.page_icon { position: absolute; right: 0; }
.page_icon ul li { list-style: none; float: left; margin: 0 10px; }
.page_icon ul li img { width: 25px; }

.page_logo { margin-top: 30px; }
.page_logo img { /* width: 250px; */ width: 135px; }

.home header .open, .page-slug-en header .open { text-align: center; position: absolute; color: #ffffff; left: 0px; right: 0; /* bottom: 20px; */ bottom: 50px; }
.home header .open h3, .page-slug-en header .open h3  { font-family: Futura, "Gill sans", Lato; font-size: 3.2rem; letter-spacing: 5px; }
.home header .open p, .page-slug-en header .open p { font-size: 1.8rem; letter-spacing: 1.5px; margin-top: 10px; margin-bottom: 20px; }

.home header .open .scroll, .page-slug-en header .open .scroll { vertical-align: bottom; text-align: center; height: 60px; }
.home header .open .scroll p, .page-slug-en header .open .scroll p { height: 30px; font-family: "Times New Roman", 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, serif; }
.home header .open .scroll img, .page-slug-en header .open .scroll img { width: 70px; }

.header_right { width: 85%; height: auto; margin: 10px auto 0; padding: 0; }
.page .header_right, .archive .header_right, .single .header_right { margin-top: 35px; position: relative; }
.page-slug-en .header_right { margin: 10px auto 0; }
.header_right .lang { position: absolute; top: 10px; line-height: 25px; }
.header_right .lang span { color: #1d3038; background-color: #ffffff; width: 50px; font-size: 1rem; font-family: Futura, "Gill sans", Lato; letter-spacing: 2px; display: inline-block; }
.header_right .lang span.choosen { color: #ffffff; background-color: #1d3038; }
.header_right .lang a:hover span { color: #aaaaaa; -webkit-transition: all ease .5s; -moz-transition: all ease .5s; transition: all ease .5s; }
.customize-menu { width: 100%; margin: 0 auto; padding: 0px 0; }
.customize-menu > ul { padding: 0; text-align: center; }
/* .page .customize-menu > ul, .archive .customize-menu > ul, .single .customize-menu > ul { text-align: right; } */
.customize-menu > ul li:hover > ul { display: block; }
.customize-menu > ul > li { display: inline-block; position: relative; margin: 0 10px; }
.page .customize-menu > ul > li, .archive .customize-menu > ul > li, .single .customize-menu > ul > li { margin: 0 5px; }
.page-slug-en .customize-menu > ul > li { margin: 0 15px; }
.customize-menu ul li a { border: 0px solid rgba(0,0,0,0); color: #333333; display: inline-block; padding: 10px 15px; text-transform: uppercase; font-size: 17px;
 letter-spacing: 2px; font-family: Futura, "Gill sans", Lato; }
/* .customize-menu ul li.coffee a { pointer-events: none; color: #999999!important; }
.customize-menu ul li.coffee a span { color: #999999!important; } */
.home .customize-menu ul li a, .page-slug-en .customize-menu ul li a { color: #ffffff; }
.customize-menu ul li a span { font-size: 1.2rem; color: #999999; }
.home .customize-menu ul li a span, .page-slug-en .customize-menu ul li a span { color: #ffffff; }
.customize-menu ul li a:hover, .customize-menu ul li a:focus, .customize-menu ul li.current-menu-item a, .customize-menu ul li.current_page_item a { color: #246679; border: 0px solid #7e7e7e; border-radius: 3px; }
.home .customize-menu ul li a:hover, .page-slug-en .customize-menu ul li a:hover { color: #1d3038; }
.customize-menu > ul li > ul { display: none; margin: 0; padding: 0px; position: absolute; top: 41px; z-index: 9; border: 1px solid #7e7e7e; border-radius: 3px; background-color: #2d2d2d; }
.customize-menu > ul li > ul li { list-style: none; min-width: 160px; text-align: left; position: relative; }
.customize-menu > ul li > ul ul { left: 100%; position: absolute; top: 0; }
.customize-menu > ul li > ul li a { background-image: url("images/li.png"); background-repeat: no-repeat; background-position: 10px 15px; padding: 5px 15px 5px 25px; text-transform: capitalize; width: 100%; }
.customize-menu > ul li > ul li a:hover, .customize-menu > ul li > ul li.current-menu-item a, .customize-menu > ul li > ul li.current_page_item a { border: 0px solid rgba(0,0,0,0); }

#scroll { text-align: center; font-size: 1.5rem; }
#scroll p a { color: #333333; }

#movie { text-align: center; position: absolute; color: #ffffff; left: 0px; right: 0; /* bottom: 20px; */ bottom: 100px; }
#movie p .waku { font-size: 1em; font-family: Futura, "Gill sans", Lato; letter-spacing: 3px; font-style: italic; color: #ffffff; padding-left: 20px; }
#movie p a.btn { display: inline-block; padding: 10px 55px; border: 1px solid #ffffff; background: rgba(255, 255, 255, 0.1); text-align: center; text-decoration: none; line-height: 1; transition: .3s; border-radius: 20px; }
#movie p a.btn:hover { background: rgba(255,255,255,0); }
@media (max-width: 768px) {
  #movie { padding: 0; margin: 0; top: calc((100vh - 70px) * 0.71 + 102px); }
}

.icon-color {
	background-color: #00bee0;
}
.search_box {
	width: 19%;
	height: auto;
	margin: 0;
	padding-top: 6px;
	float: right;
	position: relative;
}
.search_box input {
	width: 100%;
	height: 34px;
	color: #FFF;
	padding-left: 5px;
	border-radius: 3px;
	background-color: #2e2e2e;
	border: none;
}
.search_box input[type="button"] {
	background: url(images/search-icon.png) no-repeat 1px 8px;
	margin-left: -28px;
	width: 25px;
	cursor: pointer;
	position: absolute;
	float: right;
	top: 6px;
	right: 5px;
}
.customize-breadcrumb {
	width: 100%;
	height: auto;
	margin: 30px 0;
	padding: 30px 0 20px 0;
	float: left;
	max-width: 100%;
	background: url(images/city.jpg) top center;
        background-size: cover;
}
.customize-breadcrumb .customize-container { margin-top: 70px; height: 120px; }
.customize-breadcrumb h1 {
	color: #FFF;
        font-family: Futura, "Gill sans", Lato, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 30px;
	text-transform: capitalize;
	font-weight: normal;
        letter-spacing: 3px;
	text-align: center;
	margin-bottom: 5px;
}
.customize-breadcrumb ol {
        display :none;
	float: left;
	color: #FFF;
	padding: 0;
	text-align: center;
	width: 100%;
	font-size: 18px;
	font-weight: normal;
	text-transform: capitalize;
}
.customize-breadcrumb ol li {
	list-style: none;
	display: inline;
}
.customize-breadcrumb li {
	color: #00bee0;
}
.customize-breadcrumb a {
	color: #fff;
}
/*Section css part start*/
.main_section { width: 100%; height: auto; margin: 0 auto; padding: 0; float: none; max-width: 1350px; }
.home .main_section, .page-slug-en .main_section { max-width: 100%; }
.home #main { padding-top: 100px; }
.page-slug-en #main { padding-top: 200px; }
.home #primary, .page-slug-en #primary { max-width: 1350px; width: 100%; margin: 0 auto;}
.left_section { width: 62.4%; height: auto; margin: 0; padding: 0; float: left; max-width: 100%; }
.section_post { width: 100%; height: auto; margin: 0 0 50px; padding: 0 0 80px; float: left; max-width: 100%; border-bottom: 0px dotted #a4a4a4; }
.left_section .sub-contents { overflow: hidden; clear: both; }
.left_section .sub-contents ul { padding: 0; }
.left_section .sub-contents ul li { list-style: none; float: left; }
.section_post > h3 { margin: 20px 0; padding: 0; color: #212121; font-size: 24px; width: 100%; font-weight:bolder; }
.archive .section_post h3 a, .category .section_post h3 a { color: #246679; font-weight: normal; }
.archive .section_post h3 a:hover, .category .section_post h3 a:hover { color: #aaaaaa; }
.section_post img { max-width: 100%; height: auto; padding-top: 34px; padding-bottom:10px; }
.page .section_post img { padding-top: 0px; padding-bottom: 0px; }
.wp-caption img{ padding:0px !important; }
.section_post > h4 { margin-bottom: 10px; padding: 0; color: #212121; font-size: 16px; width: 100%; }
.section_post span { margin: 0px 0 0px 0; padding: 0; color: #212121; font-size: 16px; font-weight: normal; }
.section_post .content { margin: 120px 0 0px 0; padding: 0; color: #333333; font-size: 17px; font-weight: normal; line-height: 24px; }
.archive .section_post .content, .category .section_post .content { margin-top: 35px; }
.single .section_post .content { margin-top: 80px; }
.page .section_post .content { margin-top: 0px; }


.section_post p.wp-caption-text { margin:0px !important;}
.section_post a.read-more { padding: 5px 20px; margin: 23px 0;	color: #FFF; background-color: #00bee0; border-radius: 0px; font-size: 13px; font-weight: normal; box-shadow: 0 0 1px #000 inset; float: left; }
.section_post a:hover { color: #2a6496; }

.archive .section_post a.read-more, .category .section_post a.read-more { font-family: Futura, "Gill sans", Lato, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro"; color: #ffffff; padding: 7px 50px; background-color: #1d3038; font-size: 13px; letter-spacing: 2px; }
.archive .section_post a:hover.read-more, .category .section_post a:hover.read-more { background-color: #2d4c59; -webkit-transition: all ease .8s; -moz-transition: all ease .8s; transition: all ease .8s; }

.pagination { width: 100%; margin: 28px 0 58px 0; padding: 0; float: right; text-align: center; }
.pagination ul { margin: 0; padding: 0; }
.pagination ul li { margin: 0; padding: 0 5px; list-style: none; display: inline; }
.pagination ul li a { margin: 0; padding: 5px 12px; border-radius: 3px; border: 1px solid #c9c9c9; color: #212121; font-size: 15px; }
.pagination ul li a:hover, a.select, .pagination .active a { border: 1px solid #00bee0; }
.pagination .active a { cursor: default; }
.subscribe { width: 100%; height: auto; margin: 0; padding: 20px 0; float: left; max-width: 100%; background-color: #00bee0; }
.subscribe p { margin: 0; float: left; padding: 0; color: #fff; font-size: 14px; font-weight: normal; width: 75%; }
.subscribe h3 { width: 75%; margin: 5px 0 0px 0; float: left; padding: 0; color: #fff; font-size: 18px; text-transform: uppercase; font-weight: normal; }
.subscribe a:hover { color: #000; }
.subscribe a { padding: 15px 20px; margin: 0px 0; color: #f6f6f6; background-color: #00d2f7; font-size: 16px; font-weight: normal; float: right; text-transform: uppercase; }

/*Section css part end*/

/*Top page*/
.main_section .welcome { text-align: center; margin-top: 80px; font-size: 26px; font-family: "Roboto Slab", "Times New Roman", Garamond, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-style: italic; letter-spacing: 2px; }

.home .main_section, .page-slug-en .main_section { position: relative; }
#wanted { border: 1px solid #dedede; width: 300px; height: 245px; position: absolute; top: -75px; right: 110px; text-align: center; }
#wanted h4 { font-family: Futura, "Gill sans", Lato; margin-top: 30px; color: #ffffff; font-size: 18px; letter-spacing: 5px; }

#music_link { text-align: center; }
#music_link .link a span { background: url(https://backpackersjapan.co.jp/citan/image/dj_w.png) no-repeat left center; background-size: contain; padding-left: 27px; }
#music_link .link a { font-family: Futura, "Gill sans", Lato; color: #ffffff; padding: 7px 75px; background-color: #1d3038; font-size: 14px; display: inline-block; letter-spacing: 2px; }
#music_link .link a:hover { background-color: #2d4c59; -webkit-transition: all ease .8s; -moz-transition: all ease .8s; transition: all ease .8s; }

#news { width: 500px; margin: 0 auto; text-align: center; }
#news h2 { font-size: 1.6rem; font-family: Futura, "Gill sans", Lato; letter-spacing: 2px; text-align: center; margin: 75px 0 25px; }
/*#news h2 .waku { padding: 5px 50px; border: 1px solid #333333; }*/
#news h4 { font-size: 1.5rem; line-height: 25px; margin-bottom: 10px; }
#news h4 a { color:#333333; border-bottom: 1px dotted; }
#news h4 a:hover { border-bottom: 0; }

#story { width: 100%; background: url(https://backpackersjapan.co.jp/citan/image/story-bg.jpg) no-repeat top center transparent; height: 600px; overflow: hidden; }
#story .box { width: 50%; margin: 50px auto 0; max-width: 1000px; background: url(https://backpackersjapan.co.jp/citan/image/contents-bg.png) repeat top left transparent; padding: 50px 50px 0; height: 500px; }
#story .box h3 { text-align: center; font-size: 2.5rem; margin-bottom: 30px; font-family: "Open Sans"; letter-spacing: 3px; }

#concept { width: 100%; background: url(https://backpackersjapan.co.jp/citan/image/concept-bg2.jpg) no-repeat top center transparent; background-size: cover; height: auto; overflow: hidden; color: #ffffff; }
#concept .box { width: 80%; margin: 50px auto 0; max-width: 1000px; padding: 35px 50px 50px; height: auto; }
.page-slug-en #concept .box { padding: 25px 50px 75px; }
#concept .box h2 { font-size: 1rem; font-family: Futura, "Gill sans", Lato; letter-spacing: 2px; text-align: center; margin-bottom: 50px; }
#concept .box h2 .waku { padding: 5px 50px; border: 1px solid #dedede; color: #ffffff; }
#concept .box h3, #concept .box h3 span { text-align: center; font-size: 3.5rem; margin-bottom: 50px; font-family: "Roboto Slab", "Times New Roman", Garamond, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; letter-spacing: 3px; color: #ffffff; }
#concept .box h3 span.jp { font-size: 2.5rem; display: block; margin-top: 10px; }
#concept .box p { font-size: 18px; text-align: center; }

#scenes { margin: 100px 0 200px; }
#scenes h2 { font-size: 1rem; font-family: Futura, "Gill sans", Lato; letter-spacing: 2px; text-align: center; margin-bottom: 50px; }
#scenes h2 .waku { padding: 5px 50px; border: 1px solid #333333; }
#scenes h3 span { display: block; font-size: 1.3rem; letter-spacing: 1px; margin-bottom: 5px; }
#scenes h3 { font-size: 4rem; letter-spacing: 4px; font-family: "Gill sans", Lato; font-style: italic!important; border-bottom: 1px solid #111111; }
#scenes p.seemore { text-align: left; margin-top: 30px; }
#scenes p.seemore a { font-family: "Times New Roman", 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, serif; color: #ffffff; font-style: italic; padding: 7px 50px; background-color: #1d3038; font-size: 14px; }
#scenes p.seemore a:hover { background-color: #2d4c59; -webkit-transition: all ease .8s; -moz-transition: all ease .8s; transition: all ease .8s; }
#scenes .curled-box { border-radius: 50%; height: 80px; width: 80px; border: solid 1px #1d3038; text-align: center; position: absolute; }
#scenes .curled-box p.floor { font-family: "Times New Roman", 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, serif; color: #1d3038;     font-size: 2.3rem; font-style: italic; margin-top: 24px; letter-spacing: 1px; text-align: center; }

#scenes .floor { padding: 5px 15px 5px 15px; background: #ffffff; display: inline-block; margin: 0 0 20px -10px; }
#scenes .floor p { margin-bottom: 0; font-family: Futura, "Gill sans", Lato; font-size: 1.4rem; letter-spacing: 3px; }

#scenes .hostel { margin-bottom: 100px; overflow: hidden; }
.page-slug-en #scenes .hostel p { font-size: 16px; }
#scenes .hostel h3 { margin-bottom: 20px; display: block; padding-right: 200px; padding-bottom: 10px; }
#scenes .hostel .left { width: 50%; float: left; height: 420px; padding-right: 50px; }
#scenes .hostel .right { width: 40%; float: left; margin-top: 65px; position:relative; }
#scenes .hostel .right .curled-box { top: -100px; }

#scenes .coffee { clear: both; margin-bottom: 100px; overflow: hidden; }
#scenes .coffee .floor p { text-align: left; }
#scenes .coffee h3 { margin-bottom: 20px; letter-spacing: 2px; }
#scenes .coffee .left { width: 50%; float: left; padding: 0 3% 0 4%; margin-top: 100px; position:relative; }
#scenes .coffee .left p { width: 95%; }
#scenes .coffee .left .curled-box { top: -100px; left: 0; }
#scenes .coffee .right { width: 50%; float: right; }

#scenes .vertical { height: 120px; width: 1px; border-right: 1px solid #999999; margin: 0 auto 80px; }

#scenes .stairs { text-align: center; overflow: hidden; }
#scenes .stairs h3 { border-bottom: 0px; }
#scenes .stairs .left { width: 30%; float: left; clear: both; margin-bottom: 100px; }
#scenes .stairs .center { width: 30%; float: left; }

#scenes .basement { clear: both; overflow: hidden; width: 90%; margin: 0 auto; }
#scenes .basement .floor { display: block; background: none; margin: none; padding: none; }
#scenes .basement .floor p { text-align: center; font-size: 2rem; margin-bottom: 0px; }
#scenes .basement .left { width: 50%; float: left; padding-top: 40px; }
#scenes .basement .left p { width: 90%; margin: 0 auto; }
#scenes .basement .right { width: 50%; float: right; padding-top: 40px; }
#scenes .basement .right p { width: 90%; margin: 0 auto; }
#scenes .basement h3 { font-size: 3rem; letter-spacing: 2px; text-align: center; margin-bottom: 25px; border-bottom: 0px; }

#scenes .basement .bardining { background: url(https://backpackersjapan.co.jp/citan/image/top-bardining.jpg) no-repeat top center transparent; background-size: cover; width: 100%; height: 400px; overflow: hidden; position: relative; }
#scenes .basement .bardining h3 { color: #ffffff; font-size: 7rem; position: absolute; top: 42%; left: 0; right: 0; }

#scenes .basement .box.bottom { clear: both; overflow: hidden; }
#scenes .basement p.seemore { text-align: center; margin-top: 60px; }

#event { width: 90%; margin: 0px auto 75px; overflow: hidden; padding: 70px 0 0; }
#event h2 { font-size: 1rem; font-family: Futura, "Gill sans", Lato; letter-spacing: 2px; text-align: center; margin-bottom: 50px; }
#event h2 .waku { padding: 5px 50px; border: 1px solid #333333; }
#event .inner { display: flex; justify-content: space-between; }
#event .sub { font-size: 1.5rem; margin-bottom: 75px; }
#event .entry { width: 24%; margin: 0 4.5%; overflow: hidden; }
#event .entry-inner { position: relative; text-align: center; background-color: #fff; }
#event .entry .entry-inner .thumb { height: 311px; overflow: hidden; border: 10px solid #fff; }
#event .entry .thumb img { margin: -10% -50%; height: 375px; width: auto; max-width: none; }
#event .entry-inner .title { font-family: Florsn, "Gill sans", "Gill sans MT", Lato, Calibri, 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", メイリオ, Meiryo, sans-serif; font-weight: 600; text-align: left; position: relative; background: rgb(255, 255, 255); margin: 0px 0px; padding: 10px 20px; }
#event .entry-inner .title h4 { padding: 8px 0 5px; margin: 0; text-align: left; }
#event .entry-inner .title a { color: #111111; font-size: 16px; letter-spacing: 1px; font-weight: normal; }
#event .entry-inner .title .date { position: absolute; bottom: 10px; left: 20px; font-size: 1.3rem; }
#event p.seemore { text-align: center; margin-top: 50px; }
#event p.seemore a { font-family: "Times New Roman", 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, serif; color: rgb(255, 255, 255); font-style: italic; background-color: rgb(29, 48, 56); font-size: 14px; padding: 7px 50px; }

/*page*/
.page h2 { line-height: 35px; font-family: Futura, "Gill sans", Lato; letter-spacing: 2px; text-align: center; margin-bottom: 50px; }
.page h2 .waku { font-size: 1rem; padding: 5px 50px; border: 1px solid #333333; }
.page .box.left { float: left; width: 50%; }
.page .box.right { float: right; width: 50%; }
.page h2 .sub { text-align: center; }
.page h3 { font-family: Futura, "Gill sans", Lato; letter-spacing: 2px; }

#hostel #information { overflow: hidden; }
#hostel #information .left { float: left; width: 50%; padding: 0 25px; margin-top: 50px; }
#hostel #information .right { float: right; width: 50%; padding: 0 25px; margin-top: 50px; }
#hostel #information .left h3, #hostel #information .right h3 { text-align: center; margin-bottom: 30px; }
#hostel #rooms { margin-top: 75px; clear: both; overflow: hidden; }
#hostel #rooms #dorm, #hostel #rooms #female, #hostel #rooms #twin, #hostel #rooms #qdouble, #hostel #rooms #kdouble, #hostel #rooms #family { overflow: hidden; clear: both; padding: 50px 0; }
#hostel #rooms .right { padding-left: 50px; }
#hostel #rooms .right .sub { font-family: Futura, "Gill sans", Lato; }
#hostel #rooms .box img { padding: 0; }
#hostel #rooms .box p.price { margin-bottom: 10px; }
#hostel #rooms #qdouble .box p.price, #hostel #rooms #kdouble .box p.price { line-height: 20px; }
#hostel #rooms .text { margin-top: 30px; padding-top: 30px; border-top: 1px solid; overflow: hidden; }
#hostel #rooms .text ul { padding: 0; margin-left: 30px; }
#hostel #rooms .text ul li { list-style-type: circle; float: left; padding-right: 30px; text-align: left; }


#hostel #rooms h4 { font-family: Futura, "Gill sans", Lato; text-align: center; border-bottom: 1px dotted #999; font-size: 1.8rem; padding-bottom: 10px; }

#hostel .vacancy { margin-top: 75px; margin-bottom: 125px; text-align: center; }
#hostel .vacancy p.waku a { font-size: 1.3rem; font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", HGS明朝E, serif; color: #ffffff; padding: 10px 75px; background-color: #aaaaaa; border: 1px solid #666666; }
#hostel .vacancy p.waku a:hover { background-color: #cccccc; -webkit-transition: all ease .8s; -moz-transition: all ease .8s; transition: all ease .8s; }

#hostel #facility { overflow: hidden; }
#hostel #facility .left { width: 50%; padding: 0 25px; margin-top: 50px; }
#hostel #facility .right { width: 50%; padding: 0 25px; margin-top: 50px; }
#hostel #facility h3 { text-align: center; }

#hostel #amenity { max-width: 750px; margin: 50px auto; }
#hostel #amenity h3 { text-align: center; }

#hostel #fee { margin-top: 75px; }
#hostel #fee h3 { text-align: center; }
#hostel #fee ul { padding: 0px; width: 600px; margin: 40px auto 0; text-align: center; }
#hostel #fee ul li { /* list-style: none; */ display: inline-block; margin: 20px 15px 0; padding: 3px 15px; border: 1px solid #aaaaaa; width: 160px; }
#hostel #fee ul li span.price { display: block; font-family: "Roboto Slab", "Times New Roman", Garamond, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-size: 1.5rem; font-style: italic; }

.page-slug-coffee .main_section { max-width: 100%; }
.page-slug-coffee .main_section .container { width: 100%; padding: 0; }
/* .page-slug-coffee #header-inner { width: 1230px; } */

#coffee { max-width: 1000px; margin: 0 auto; }
#coffee #berth { margin: 0 auto; overflow: hidden; }
#coffee #berth .left { width: 100%; height: 400px; }
#coffee #berth .left.bg { background: url(https://backpackersjapan.co.jp/citan/image/berth-bg.jpg) no-repeat bottom right transparent; background-size: cover; }
#coffee #berth .left .logo { position: absolute; width: 100%; text-align: center; top: 80px; }
#coffee #berth .left .logo img { width: 250px; }
#coffee #berth .bg { position: relative; }
#coffee #berth .right { width: 100%; text-align: center; padding-top: 70px; }
#coffee #berth .right .text { font-weight: bold; }
#coffee #berth .right .text p { line-height: 36px; letter-spacing: 2.2px; }
#coffee #berth .right .open h3 { font-size: 10px; }

#coffee #about { margin-top: 50px; text-align: center; }
#coffee #about h2 { margin-bottom: 30px; }
#coffee #about h3 { font-size: 1.8rem; }
#coffee #about .time { font-family: Futura, "Gill sans", Lato; font-size: 1.8rem; margin-top: 10px; letter-spacing: 1.5px; font-weight: bold; }
#coffee #about .text { font-size: 1.3rem; font-weight: bold; line-height: 20px; }

#coffee #menu { width: 750px; margin: 0 auto; margin-top: 125px; }
#coffee #menu .logo { text-align: center; }
#coffee #menu .logo img { width: 135px; }
#coffee #menu h3 { text-align: center; font-family: Futura, "Gill sans", Lato; font-size: 1.5rem; letter-spacing: 5px; margin-top: 55px; }
#coffee #menu .time { text-align: center; font-size: 1.7rem; letter-spacing: 3px;}
#coffee #menu .with { text-align: center; }
#coffee #menu .with img { width: 60px; margin: 0 15px; }
#coffee #menu .with img.week { width: 150px; }
#coffee #menu h4 { font-size: 2.7rem; letter-spacing: 2px; }
#coffee #menu h3.special { margin: 80px 0 30px; font-size: 1.8rem; letter-spacing: 2px; }
#coffee #menu .left { width: 42%; float: left; margin-top: 55px; }
#coffee #menu .right { width: 42%; float: right; margin-top: 55px; }

#coffee dl { margin-top: 40px; }
#coffee dl dt { font-weight: normal; line-height: 1.5em; margin: 0; }
#coffee dl dt span { font-size: 1.2rem; margin-left: 15px; color: #777777; }
#coffee dl dd { font-size: 16px; border-bottom: 1px solid #ddd; line-height: 1.6; margin: -1.5em 0 0.8em 18em; text-align: right; }

#coffee #contact { width: 750px; margin: 0 auto; margin-top: 150px; text-align: center; }

#bardining #btn-close-modal { cursor: pointer; display: inline-block; position: absolute; top: 10px; left: 10px; z-index: 999; }
#bardining #btn-close-modal p { margin-bottom: 0; }

#bardining .aligncenter { margin-bottom: 60px; position:relative; }
#bardining .aligncenter span { position: absolute; bottom: -25px; left: 50%; width: 12px; height: 12px; margin-left: -8px; border-left: 3px solid #333; border-bottom: 3px solid #333; -webkit-transform: rotate(-45deg); transform: rotate(-45deg);  /* -webkit-animation: sdb 2s infinite; animation: sdb 2s infinite; */ box-sizing: border-box; }
#bardining .inner { height: 720px; width: 90%; margin: 0 auto; max-width: 870px; }
#bardining .inner .time { font-family: Futura, "Gill sans", Lato; font-size: 1.5rem; letter-spacing: 2px; }
#bardining .left { width: 50%; float: left; }
#bardining .left.bg { background: url(https://backpackersjapan.co.jp/citan/image/bar-bg.jpg) no-repeat top center transparent; background-size: cover; }
#bardining .right { width: 50%; float: right; }
#bardining .right.bg { background: url(https://backpackersjapan.co.jp/citan/image/dining-bg.jpg) no-repeat top center transparent; background-size: cover; }

#bardining .bg { position: relative; height: 100%; }
#bardining .bg::before { background-color: rgba(0,0,0,0.3); position: absolute; top: 0; right: 0; bottom: 0; left: 0; content: ' '; }
#bardining .box { position: absolute; width: 100%; text-align: center; top: 50%; }
#bardining .box h3, #bardining .box p { color: #fff; }
#bardining .box h3 { font-size: 5rem; font-style: italic; letter-spacing: 8px; }

#bardining a:hover .bg::before, #bardining a:hover .bg::before { background-color: rgba(0,0,0,0); -webkit-transition: all ease .5s; -moz-transition: all ease .5s; transition: all ease .5s; }

#bardining .modal-contents { width: 100%; margin: 0 auto; min-height: 100vh; position: relative; max-width: 1300px; }
#bardining .modal-contents .inner { width: 100%; max-width: inherit; float: left; /* height: auto; */ min-height: 100vh; height: 100%; position: relative; /* background-color: #f6f6f6; */ background: url(https://backpackersjapan.co.jp/citan/image/contents-bg.png) repeat top left transparent; }
#bardining #btn-close-modal { /*right: -25px; left: inherit;*/ }

#bardining #barpage .modal-contents .inner .left,
#bardining #diningpage .modal-contents .inner .right { width: 70%; padding-top: 122px; }
#bardining #barpage .modal-contents .inner .right { text-align: center; background: #7faf97; width: 30%; padding: 0 2.5%; height: 100%; bottom: 0; top: 0; right: 0; /* position: absolute; */ position: relative; padding-top: 110px; padding-bottom: 280px; }
#bardining #diningpage .modal-contents .inner .left { text-align: center; background: #dcd9ac; width: 30%; padding: 0 2.5%; height: 100%; bottom: 0; top: 0; left: 0; /* position: absolute; */ position: relative; padding-top: 110px; padding-bottom: 200px; }
#bardining #barpage .modal-contents .inner .right .cr,
#bardining #diningpage .modal-contents .inner .left .cr { margin-top: 30px; text-align: left; }
#bardining #barpage .modal-contents .inner .right .cr p.icon,
#bardining #diningpage .modal-contents .inner .left .cr p.icon { text-align: center; }
#bardining #barpage .modal-contents .inner .right .cr p img,
#bardining #diningpage .modal-contents .inner .left .cr p img { width: 160px; } 
#bardining .modal-contents .inner h3 { text-align: center; }
#bardining .modal-contents .inner h3 .waku { font-size: 1rem; padding: 5px 50px; /*border: 1px solid #333333;*/ background: #ffffff; }
#bardining .modal-contents .inner .time { text-align: center; font-family: Futura, "Gill sans", Lato; font-size: 1.5rem; margin-top: 10px; margin-top: 5px; letter-spacing: 2px; }

#bardining #barpage .modal-contents .inner .left .text,
#bardining #diningpage .modal-contents .inner .right .text { width: 80%; margin: 50px auto; }
#bardining .modal-contents .inner h4 { text-align: center; font-family: Futura, "Gill sans", Lato; font-size: 1.5rem; margin-bottom: 20px; }
#bardining .modal-contents .inner ul { margin: 10px 0 35px; }
#bardining .modal-contents .inner ul li { margin: 0 0 5px; font-size: 1.4rem; font-family: "Times New Roman", 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, serif; }
#bardining #barpage .modal-contents .inner .right p, #bardining #diningpage .modal-contents .inner .left p { font-size: 1.4rem; font-family: "Times New Roman", 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, serif; text-align: center; }
#bardining .btn-back p { text-align: center; font-family: Futura, "Gill sans", Lato; cursor: pointer; }
#bardining .btn-back-m { display: none; }
#bardining .btn-back-m-top { display: none; }

#bardining #guide { margin-top: 80px; padding-bottom: 100px; }
#bardining #guide p { text-align: center; font-family: Futura, "Gill sans", Lato, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif; }

.page #access h2 { margin-bottom: 30px; }
.section_post #access #map img { padding-top: 0px; }


#access #map { position: relative; text-align: center; }
#access #map .tabs__content { margin-bottom: 50px; }
#access #map .ui-tabs-panel { border-top: 0px; margin-bottom: 50px; }
#access #map #picture img { max-image: 1000px; }
#access #map ul { padding: 0; overflow: hidden; margin: 0 auto 50px; width: 200px; font-family: Futura, "Gill sans", Lato; font-size: 1rem; letter-spacing: 2px;}
#access #map ul li { text-align: center; float: left; list-style: none; }
#access #map ul li.ui-tabs-selected {  }
#access #map ul li a { color: #333333; background-color: rgba(255,255,255,0.8); width: 100px; display: block; }
#access #map ul li.ui-tabs-selected a { color: #ffffff; background-color: #1d3038; }
#access #map ul li a:hover { opacity: 0.5; -webkit-transition: all ease .8s; -moz-transition: all ease .8s; transition: all ease .8s; }
#access #map .text { text-align: center; margin-bottom: 5px; }

#access #map #picture p { margin-bottom: 0; }

#access h2 span.sub { text-align: center; margin-top: 0; display: block; }

#access #transfer { text-align: center; margin-top: 80px; }
#access #transfer h3 { font-size: 1.8rem; }
#access #transfer .from { margin: 40px 0; padding-bottom: 40px; border-bottom: 1px dashed #333333; }
#access #transfer .to {margin: 40px 0; }

.page-slug-booking .main_section { padding-bottom: 175px; }
.page-slug-booking h2 { margin-bottom: 20px; }
.page-slug-booking .sub { text-align: center; }
#booking #note { width: 800px; margin: 0 auto; }
#booking #note p.sub { text-align: center; }
#booking ul li { margin-bottom: 10px; }

#booking #booking_modal { padding-top: 8rem; }

#booking #booking_stay { margin-top: 50px; }
#booking .sticky_table { margin: 50px auto 120px; }

#music { overflow: visible; width: 100%; margin: 0 auto; max-width: 1000px; }
#music #title { background: url(https://backpackersjapan.co.jp/citan/image/music-bg.jpg) no-repeat bottom center transparent; background-size: cover; width: 100%; height: 300px; margin: 0 auto; max-width: 1000px; position: relative; }
#music #title h2 { color: #ffffff; top: 130px; position: absolute; left: 0; right: 0; font-style: italic; }
#music #title h2 span { display: block; color: #ffffff; }
#music #vision { text-align: center; margin-top: 50px;}
#music #vision p { font-weight: bold; font-size: 1.6rem; letter-spacing: 1px; line-height: 27px; }
#music #vision h3 { font-size: 1.8rem; font-family: Futura, "Gill sans", Lato; }
#music #event { text-align: center; margin-top: 100px; }
#music #event h2 { margin-bottom: 35px; }
#music #event p { font-size: 1.6rem; font-weight: bold; }
#music #event p span { font-size: 1.3rem; }
#music #schedule { overflow: visible; margin-top: 100px; }


#music #column { height: 400px; max-width: 980px; margin: 0 auto; }
#music .box.left { width: 25%; text-align: center; height: 400px; background: #dcdcdc; }
#music .box.left .calender { margin-top: 115px; }
#music .box.left .calender img { width: 55px; } 
#music .box.left h2 { margin-top: 0px; color: #111; font-size: 1.6rem; text-align: center; line-height: 20px; padding-left: 0px; margin-bottom: 3px; border-bottom: 1px solid; padding-bottom: 5px; display: inline-block; } 
#music .box.left .sub { color: #777777; font-size: 1.3rem; }
#music .box.right { width: 75%; padding: 30px 50px 50px; height: 400px; overflow-y: scroll; background-color: #ffffff; }
#music .box.right h3 { margin-top: 30px; font-size: 1.8rem; margin-bottom: 50px; }
#music .box.right h4 { font-family: Futura, "Gill sans", Lato; font-size: 1.5rem; margin-bottom: 20px; letter-spacing: 1px; }
#music .box.right p { font-size: 1.3rem; }
#music .box.right p .day { width: 110px; font-size: 1.3rem; display: inline-block; }
#music .box.right p a { color: #333333; border-bottom: 1px dotted; padding-bottom: 1px; margin-left: 30px; }
#music .box.right p a:hover { color: #333333; border-bottom: 0px; }
#music .box.right p a.sub { margin-left: 0px; } 
#music .box.right::-webkit-scrollbar { -webkit-appearance: none; width: 7px; }
#music .box.right::-webkit-scrollbar-thumb { border-radius: 4px; background-color: rgba(0,0,0,.5); box-shadow: 0 0 1px rgba(255,255,255,.5); }

.category-event article { width: 33%; }
.category-event .left_section { width: 100%; display: flex; flex-wrap: wrap; float: none; justify-content: space-around; }
.category-event .section_post { background-color: #ffffff; padding: 0px; }
.category-event .section_post .wrap { width: 100%; height: 25%; max-height: 233px; overflow: hidden; }
.category-event .section_post img { width: 100%; padding-top: 0; }
.category-event .section_post .box { height: 150px; }
.category-event .section_post h3 { padding: 8px 20px; }
.category-event .section_post h3 a { color: #333333; font-weight: normal; font-size: 2rem; }
.category-event .section_post h4 { padding: 0 10px; }
.category-event .section_post .content { padding: 0 20px; }

/*My Calendar CSS*/
.mc-main caption { border: 0px solid #a9e3ff; background: #acc; text-align: center; }
.mc-main .weekend .mc-date { background: #acc; }
.mc-main .current-day { background: rgb(251, 221, 210); }
.mc-main .my-calendar-nav li a { color: #243f82; background: #fff; border: 1px solid #243f82; }
.mc-main .my-calendar-prev a { border-top-left-radius: 4px; border-bottom-left-radius: 4px; }
.mc-main .my-calendar-next a { border-top-right-radius: 4px; border-bottom-right-radius: 4px; }
.mc-main div.my-calendar-footer { margin-top: 30px; }




.single-ai1ec_event .section_post > h4 { display: none; }
.single-ai1ec_event .ai1ec-field-label { text-align: left; }
.single-ai1ec_event .ai1ec-col-sm-3 { width: 75px; }


/*sidebar css part start*/
.side_bar {
	width: 300px;
	margin: 45px 0 0 0;
	padding: 0;
	float: right;
	max-width: 100%;
}
.single .side_bar { margin-top: 10px; }
.side_bar h3 {
	color: rgb(52, 52, 52);
	font-size: 18px;
	font-weight: normal;
	margin: 10px 0 5px 0;
}
.widget{
	width: 100%;
	height: auto;
	padding: 0;
	margin-bottom: 14px;
	float: left;
	max-width: 100%;
}
.widget_search input {
	border: 1px solid #c9c9c9;
	width: 100%;
	height: 37px;
	margin: 0;
	padding: 0 5px;
	float: left;
	font-style: italic;
	font-size: 14px;
}
.widget_search input[type="submit"] {
	width: 30px;
	height: 37px;
	background: url(images/search_side.png) no-repeat 0 9px;
	float: left;
	margin-left: -30px;
	border: none;
	display:none;
}
.widget .sub-menu {
    margin: 0;
    padding-left: 20px;
}
.widget ul {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}
.widget ul li {
	width: 100%;
	padding: 3px 0;
	list-style: none;
	font-size: 15px;
	font-weight: normal;
	border-bottom: 1px solid #c5c5c5;
}
.widget ul li a {
	color: #181818;
	font-size: 15px;
	font-weight: normal;
}
.top_footer .widget ul li a,
 .top_footer .widget-title{
	color: #FFFFFF;}

#brand_btn {
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	padding: 5px 10px;
	background-color: #00bee0;
	float: left;
	margin: 20px 0 0px 0px;
}
#design_btn {
	margin: 20px 10px;
	float: left;
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	padding: 5px 10px;
	background-color: #00bee0;
}
#brand_btn:hover, #design_btn:hover {
	color: #000;
}
.widget_recent_entries ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget_recent_entries ul li {
	width: 100%;
	height: auto;
	padding: 10px 0;
	margin: 0;
	float: left;
	max-width: 100%;
	border-bottom: 1px solid #c5c5c5;
}
.widget_recent_entries ul li img {
	float: left;
	margin-right: 10px;
	max-width: 70px;
	height: auto;
}
.widget_recent_entries ul li p {
	color: #181818;
	font-size: 15px;
	font-weight: normal;
}
.widget_recent_entries ul li span {
	color: #636363;
	font-size: 15px;
	font-weight: normal;
	font-style: italic;
}
/*sidebar css part end*/

/*footer part start*/
.main_footer { width: 100%; height: auto; margin: 0; padding: 0; float: left; max-width: 100%; margin-top: 0px; position: relative; }
.main_footer .top_footer .container { position: relative; }
.main_footer .top_footer .left .logo img { width: 150px; }

.top_footer { width: 100%; height: auto; margin: 0; padding: 0px 0px 20px 0px; float: left; max-width: 100%; background-color: #1c1c1c; }
.top_footer #boshu { margin-top: 50px; }
.top_footer #boshu a { padding: 10px 30px; background: #ffffff; color: #333; border-radius: 2px; }
.top_footer .left img { width: 330px; }

.top_footer .customize-container { position: relative; }
.top_footer .left { color: #ffffff; padding-top: 75px; }
.top_footer .left a { margin-right: 15px; }
.top_footer .left a img { width: 26px; }
.top_footer .right { position: absolute; right: 0; bottom: 0; }
.top_footer .right a { margin-left: 50px; }
.top_footer .right a img { width: 160px; }
.top_footer .right p .toco img { margin-top: 33px; }

.footer-widget ul { margin: 0; padding: 0; }
.footer-widget h3 { margin: 26px 0; font-size: 16px; color: #f6f6f6; text-transform: uppercase; display: inline-block; }
.footer-widget li { margin: 0; padding: 2px 15px;list-style: none; font-size: 14px; font-weight: normal; color: #c8c8c8; }
.arrow { background: url(images/arrow.png) no-repeat 0px 6px !important; width: 100%; margin: 5px 0 !important; float: left; }
.arrow div { width: 100%; float: left; }
.news_update label, .footer-widget { color: #FFF; font-size: 14px; color: #c8c8c8; }

.social_icon { list-style: none; float: left; }
.social_icon li { float: left; padding: 0 5px; margin: 0; transition: ease 0.5s; -webkit-transition: ease 0.3s; }
.social_icon li:hover { margin-top: -5px; cursor: pointer; }
.social_icon li h3 { margin: 12px 0 23px 0; font-size: 16px; color: #f6f6f6; text-transform: uppercase; }
.bottom_footer { width: 100%; height: auto; margin: 0; padding: 20px 0; float: left; max-width: 100%; background-color: #2a2a2a; }
.bottom_footer .customize-container { margin-top: 30px; }
.bottom_footer p { text-align: center; padding: 0; margin: 0px 0; color: #b3b3b3; font-size: 14px; font-weight: normal; }
.bottom_footer ul { float: right; margin: 0; padding: 0; }
.bottom_footer ul.icon { display: none; margin-bottom: 20px; }
.bottom_footer ul li { float: left; margin: 0; padding: 0; list-style: none; border-right: 0px solid #b3b3b3; }
.bottom_footer ul li img { width: 25px; }
.bottom_footer ul li:last-child { border-right: none; }
.bottom_footer ul li a { padding: 0 15px; color: #b3b3b3; font-size: 14px; font-weight: normal; }
.bottom_footer ul li a:hover { color: #00bee0; }
.address_li { padding-left: 0 !important; }
/*footer css part ending*/


/**
customizable gallery
* -----------------------------------------------------------------------------
*/
.gallery img {
    margin: 0;
	padding:0;
}
.gallery {
	margin-bottom: 20px;
}
.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}
.gallery-columns-1 .gallery-item {
	max-width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width: calc(50% - 4px);
}
.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width: calc(33.3% - 4px);
}
.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width: calc(25% - 4px);
}
.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width: calc(20% - 4px);
}
.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width: calc(16.7% - 4px);
}
.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width: calc(14.28% - 4px);
}
.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width: calc(12.5% - 4px);
}
.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width: calc(11.1% - 4px);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n), .gallery-columns-2 .gallery-item:nth-of-type(2n), .gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-4 .gallery-item:nth-of-type(4n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-6 .gallery-item:nth-of-type(6n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-8 .gallery-item:nth-of-type(8n), .gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}
.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1), .gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1), .gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1), .gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}
.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}
.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.gallery-item:hover .gallery-caption {
	opacity: 1;
}
.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
	display: none;
}
.wp-caption {
	background: #00BEE0;
	max-width: 100%;
	margin-bottom: 14px;
	padding: 5px;
	text-align: center;
}
.wp-caption a {
	border-bottom: none;
}
.wp-caption img {
	margin: 0;
	max-width: 100%;
	height: auto;
}
.wp-caption.alignleft {
	margin-right: 20px;
}
.wp-caption.alignright {
	margin-left: 20px;
}
.wp-caption.alignnone {
	width: 100%!important;
	overflow: hidden;
}
.wp-caption.alignnone img {
	margin: 0 auto;
	max-width: 100%!important;
}
.wp-caption-text {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 0 8px 0;
	margin: 0;
}
.sticky {
}
.gallery-caption {
	color: #fff;
}

/* 
PRASHANT JAYSWAL 
*/

#comments li {
	list-style: none outside none;
	clear:both;
}
.comments-title {
    margin: 10px 0;
}
.post-comment a {
	cursor: default !important;
}
.post-comment a:hover {
	color: #00BEE0 !important;
}
a.more {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	margin-right: 1%;
}
a.more:hover {
	color: #00BEE0;
}
.comment-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.comment-title {
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
}
.avtar {
	float: left;
	margin-right: 10px;
}
.fn a, a.reply {
	color: #00BEE0;
	text-transform: uppercase;
}
.comment-respond {
	margin-top: 40px;
	padding-left: 15px;
}
.comment-form input, .comment-form textarea {
	padding: 5px 10px;
	color: #000;
	border: 1px solid #00BEE0;
	background: #ececec;
	width: 50%;
}
.comment-form textarea {
	width: 70%;
}
.comment-form input[type='submit'] {
	background-color: #00BEE0;
	color: #e7e5e5;
	width: auto;
	padding:5px !important;
}
.form-submit {
	width: 50%;
	margin-left:70px;
}
.comment-reply-title {
	font-size: 18px;
}
.comment-reply-link {
    float: right;
}
#comments li article {
    padding: 10px;
}
.customizable-nav-next,
.customizable-nav-previous {
    padding-bottom: 20px;
	padding-top: 10px
}
li.menu-divider:last-child {display:none;}
.customizable-not-found {
	 padding: 20px 0;
}
.customizable-not-found p {
	 font-size:34px;
}
#wp-calendar,
#wp-calendar th,
#wp-calendar td {
	border-width:0px;
}
.side_bar .children {
	padding-left:25px;
}
.side_bar .children li{
	border-bottom:none;
}
.side_bar .sub-menu li{
	border-bottom:none;
}
.site-description { text-align: center; }
.side_bar .tagcloud a {
    border: 1px solid #000;
    color: #000;
    font-size: 100% !important;
}
.top_footer .tagcloud a {
    border: 1px solid rgb(229, 229, 229);
    color: #fff;
    font-size: 85% !important;
}
.tagcloud a {
    border-radius: 8px;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 6px;
    padding: 5px 8px;
    text-decoration: none;
    transition: all 0.17s ease-in-out 0s;
}
.tagcloud {
    text-align: left;
}
.tagcloud a:hover {
    border: 1px solid #2a6496;
    color: #2a6496;
}
/**** H O M E - P A G E L *****/
.no-padding
{
	padding:0px !important;
}
.no-padding-left{
	padding-left:0px !important;
}
.no-padding-right{
	padding-right:0px !important
}
.customizable-home-title h6 {
    font-size: 13px;
    margin: 0;
    text-align: center;
    width: 100%;
}
.customizable-home-title h6:after {
    border-top: 1px solid #6E6E6E;
    content: " ";
    display: inline-block;
    margin: 0 0 5px;
    width: 25%;
}
.customizable-home-title h6:before {
    border-top: 1px solid #6E6E6E;
    content: " ";
    display: inline-block;
    margin: 0 0 5px;
    width: 25%;
}
.customizable-home-title h6 img{
	vertical-align: top;
}

.customizable-home-title{
	margin-bottom:20px;
	margin-top:20px;
}
.customizable-home-title h1{
	font-size:20px;
	color:#212121;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
}
.customizable-home-icom{
	margin-bottom:20px;
}
.customizable-home-icom .customizable-post{
	padding-bottom: 20px;
        padding-top: 10px;
	text-align:center;
}
.customizable-home-icom .customizable-post:hover{
	background-color:#fafafa;
	border-bottom:1px solid #CCC;
}

.customizable-home-icom .back-icon{
    background-color: rgb(0, 190, 224);
    height: 50px;
    margin: 21px auto;
    padding: 2px 0;
    transform: rotate(45deg);
    width: 50px;
}
.customizable-home-icom .back-icon img{
    color: rgb(118, 118, 118);
    height: 20px;
    margin: 12px auto;
    transform: rotate(-45deg);
    width: 20px;
}
.icon-center {
    color: #767676;
    margin: 11px 0 !important;
}
.customizable-home-icom h1{
	font-size:16px;
	color:#212121;
	text-transform:uppercase;
}
.customizable-home-icom p{
	font-size:14px;
	color:#6b6b6b;
        line-height: 25px;
        padding-top: 15px;
}

/****** customizable-latest-post *********/
.post-blog{
 	margin-bottom: 20px;
    margin-top: 20px;
	width:100%;
}
.post-blog:hover{
	background-color:#FAFAFA;
}
.post-blog h2 a{
	font-size:16px;
	color:#428bca;
	text-transform:inherit;
}
.post-blog h2 a:hover{
	color:#2A6496;
	text-decoration:none;
}

.post-blog span{
	font-size:13px;
	color:#212121;
	font-weight:normal;
}
.post-blog p{
	font-size:13px;
	color:#212121;
	font-weight:normal;	
	text-align:justify;	
}
.post-blog .post-comment{
	border-top:1px dotted #d7d7d7;
    padding-bottom: 10px !important;
    padding-top: 10px !important;	
	border-bottom: 1px solid #CCCCCC;	
}
/**************/

.download-theme{
	background-color:#00bee0;
	padding: 10px 0 !important;
        margin-top: 30px;
}
.download-theme p{
	color:#FFF;
	margin: 10px 0;
	font-size:18px;
}
.download-button {
    background-color: #00D2F7;
    border-color: rgba(0, 0, 0, 0);
    border-radius: 1px;
    color: #FFFFFF;
	margin: 5px 0 !important;
}
.download-button:hover{
    background-color: #FFFFFF;
    border: 1px solid #00D2F7;
    border-radius: 1px;
    color: #00D2F7;
	
}
.post-comment a{
	color:#000;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.rslides {
  margin: 0 auto;
  }
.events {
  list-style: none;
  }
  .callbacks_container {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom:20px;
  }

.rslides_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("images/themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.rslides_nav:active {
  opacity: 1.0;
  }

.rslides_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

.customizable-postcat{
	clear:both;
}
.form-allowed-tags {
    display: none;
}
.comment-form label{
	width:65px;
}

.customizable-default-pagination {
    clear: both;
    display: table;
    margin-bottom: 15px;
    padding: 15px !important;
    width: 100%;
}
.customizable-previous-link {
    color: #428bca;
    float: left;
}
.customizable-previous-link a {
    color: #428bca;
}
.customizable-previous-link a:hover {
    color: #2a6496;
}
.customizable-next-link {
    color: #428bca;
    float: right;
}
.customizable-next-link a {
    color: #428bca;
}
.customizable-next-link a:hover {
    color: #2a6496;
}
/******************************/
@media (min-width:1920px) {
#loader img { max-width: auto; }
.home header .logo img, .page-slug-en header .logo img { max-width: auto; }
}
@media (max-width:1350px) {
.header_right { width: 90%; }
}
@media (max-width:1250px) {
.page #header-inner, .archive #header-inner, .single #header-inner { width: 100%; }
.home header .open h3, .page-slug-en header .open h3 { font-size: 3rem; }
.home header .open p, .page-slug-en header .open p { font-size: 1.7rem; }
.header_right { width: 97%; }
.customize-container{ width:auto; }
.single .customize-container{ width:970px; }
.main_section #concept .box { width: 75%; }
.main_section #concept .box h3 span.sub { display: block; }

#scenes .hostel .right { margin-top: 0px; }
#scenes .hostel .left { min-width: 550px; }
#scenes .coffee .left { margin-top: 25px; }

/*.page_logo { width: 200px; }
.page_logo img { width: 200px; }
.customize-menu ul li a { padding: 10px 10px; } */
}

@media (max-width:1100px) {
.customize-menu ul li a { padding: 10px 10px; font-size: 15px; }
.main_section #concept .box { width: 90%; }
/*.page .customize-container { width:auto; }
.page_logo { top: 20px; }
.page .customize-menu > ul { margin-top: 0; }
.page .customize-menu ul li a { padding: 10px 3px; font-size: 15px; } */
}

@media (max-height:815px) { 
#movie { bottom: 65px; }
}

@media(min-width:1000px) and (max-height:700px)	{ 
header #language ul li { font-size: 14px; padding: 30px 20px; }
#loader img { width: 18%; }
.home header .logo, .page-slug-en header .logo { width: 18%; }
.home .scroll, .page-slug-en .scroll  { display: none; }
}
@media (min-width: 992px) {
.top_footer .container { width: 97%; }
}
@media (min-width: 1200px) {
.top_footer .container { width: 1170px; }
}
@media(max-width:1000px) and (min-width:690px) {
.main_footer .top_footer .left .logo { width: auto!important; }
.main_footer .top_footer .left .logo img { width: 150px; }
.top_footer .left { text-align: center; }
.top_footer #boshu { margin-top: 0px; position: absolute; top: 90px; left: 20px; }
.top_footer #boshu a { padding: 5px 20px; border-radius: 1px; }
.top_footer .container { width: 100%; }
.top_footer .right { position: inherit; text-align: center; }

#scenes { width: 80%; margin: 100px auto; }
#scenes .hostel .left { width: 100%; min-width: inherit; height: auto; padding-right: 0; } 
#scenes .hostel .right { margin-top: 50px; width: 100%; }
#scenes .coffee .left { margin-top: 50px; width: 100%; }
#scenes .coffee .right { width: 100%; }

#event { width: 95%; }
#event .inner { display: inherit; }
#event .entry { width: 65%; float: none; margin: 0 auto 75px; max-width: 400px; }
#event .entry .entry-inner .thumb { width: auto; border: 0px solid #ffffff; height: auto; }
#event .entry .thumb img { width: 100%; margin: 0 0; height: auto; }
#event .entry-inner .title { background: #ffffff; margin: 0 0 12px; }

}

@media(max-width:1000px) and (min-width:767px) {
#bardining .modal-contents .inner ul li span { display: block; }
}

@media(max-width:896px) and (min-width:690px) {
.page #header-inner, .archive #header-inner, .single #header-inner { height: 240px;  }
.page_logo { margin-top: 30px; position: absolute; left: 0; right: 0; }
}

@media (max-width:991px) {
.single .customize-container { width:auto; }
.customize-menu ul li a { font-size: 14px; }
.header_right .lang span { width: 40px; }
.page_icon ul li img { width: 23px; }
.left_section, .side_bar { padding-left: 15px; padding-right: 15px; width: 100%; }
.logo, .header_right { width:100%; position:relative; }

#hostel { width: 80%; margin: 0 auto; }
#hostel #information .left, #hostel #information .right { width: 100%; }
#hostel #information ul { padding-left: 0; }
#hostel #information ul li { margin-bottom: 10px; }
#hostel #rooms .left, #hostel #rooms .right { width: 100%; }
#hostel #rooms .right { margin-top: 30px; text-align: center; padding-left: 0px; }
#hostel #rooms .right .text ul li { min-width: 120px; }
#hostel #facility .left, #hostel #facility .right { width: 100%; }
#hostel #fee ul { width: 100% }
#hostel #fee ul li { width: 120px; font-size: 1.2rem; margin: 20px 5px 0 5px; }

}
@media screen and (max-width: 896px) {
.home #language, .page-slug-en #language { display: none; }
.page_icon { display: none; }

.home #sphone { display: block; position: absolute; top: 25px; left: 25px; line-height: 25px; }
.page-slug-en #sphone { display: block; position: absolute; top: 25px; left: 25px; }
#sphone .lang span { color: #1d3038; background-color: #ffffff; width: 50px; font-size: 1rem; font-family: Futura, "Gill sans", Lato; letter-spacing: 2px; display: inline-block; text-align: center; }
#sphone .lang span.choosen { color: #ffffff; background-color: #1d3038; }
#sphone .lang a:hover span { color: #aaaaaa; -webkit-transition: all ease .5s; -moz-transition: all ease .5s; transition: all ease .5s; }

/* nav-wrap */
.menu-wrap { position: relative; }
.menu-wrap * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
/* menu icon */
#menu-trigger { cursor: pointer; display: block; height: auto; margin-top:-5px;	margin-bottom:0px; }

/* main nav */
.customize-menu  { margin: 0px auto; padding: 10px; position: absolute; top: 50px; width: 100%; z-index: 9; background-color: rgba(0,0,0,0.8); display: none; width:100%; max-height:none; border-radius:7px; }
.customize-menu:after { content: ''; position: absolute; right: 30px; top: -8px; border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 8px solid rgba(0,0,0,0.7); }
.customize-menu > ul li > ul{ position:relative; background:none; border:none; padding: 0 0 0 20px !important; left: 0; top: 0; }
.customize-menu > ul li > ul ul{ position:relative; left: 0; top: 0; }
.customize-menu ul { position: static; visibility: visible; opacity: 1; margin: 0; background: none; border: none; padding: 4px 3px 2px 4px; }
.customize-menu li { position: static; display: block; float: none; border: 0; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; text-align: left; width:100%; }
.customize-menu > ul li > ul { display:block; }
.customize-menu ul li a { width:100%; }
.customize-menu ul li a:hover {	border:1px solid rgba(0,0,0,0); }

.main_section #concept .box { padding: 35px 20px 50px; }
.main_section #concept .box p { font-size: 16px; }

#access #map .address { font-size: 1.2rem; }
#booking #note { width: 100%; }

.page header, .archive header, .single header { overflow: visible; }
.page-slug-en header { overflow: hidden; }
.page .header_right, .archive .header_right, .single .header_right { margin-top: 0px; }
.customize-menu ul li a { color: #ffffff; }
.customize-menu ul li a span { color: #ffffff; }

}

@media screen and (min-width: 896px) {
.home #sphone { display: none; }
.page-slug-en #sphone { display: none; }
.customize-menu { display: block !important; }
}
@media screen and (max-width: 767px) {
.tagcloud { text-align: center;	padding-left:7px; }
.customizable-home-icom .back-icon{ width: 24%; }
#loader img { width: 40%; }
.home header .logo, .page-slug-en header .logo { width: 40%; }
.logo img{ display: inline !important; }
.open .pre { font-size: 1.3rem !important; line-height: 35px !important; letter-spacing: 2px !important; }

#bardining #barpage .modal-contents .inner .left, #bardining #diningpage .modal-contents .inner .right { width: 100%; padding-top: 75px; }
#bardining #barpage .modal-contents .inner .right, #bardining #diningpage .modal-contents .inner .left { width: 100%; position: inherit; padding: 110px 0; }
#bardining #barpage .modal-contents .inner .right .cr, #bardining #diningpage .modal-contents .inner .left .cr { width: 80%; margin: 30px auto 0; }
#bardining .modal-contents .inner ul { margin: 10px 0 35px; width: 75%; margin: 10px auto 35px; }

#bardining .btn-back { display: none; }
#bardining .btn-back-m { display: block; }
#bardining .btn-back-m-top { display: block; }
#bardining #barpage .btn-back-m-top { position: absolute; top: 30px; right: 30px; z-index: 9999; }
#bardining #diningpage .btn-back-m-top { position: absolute; top: 30px; left: 30px; z-index: 9999; }
#bardining .btn-back-m p { text-align: center; font-family: Futura, "Gill sans", Lato; cursor: pointer; }

#music button.mc-text-button { display: block; }
#music .mc-list .odd button { color: #2a476d; }
#music .mc-list .odd button .mc-list-event { color: #2a476d; }
}

@media (max-width:690px) {
.logo { text-align:center; }
.search_box { display: table; float: none; margin: 0 auto; width: 92%; }
.subscribe { text-align:center; padding-bottom:30px; }
.subscribe p { width:100%; }
.subscribe h3 { width:100%; margin-bottom:30px; }
.subscribe a { clear:both; float:none; }
.footer-widget ul { margin: 0px 0px 20px 0px; }

.top_footer .left { text-align: center; }
.top_footer #boshu { margin-top: 30px; }
.top_footer #boshu a { padding: 5px 20px; font-size: 1.5rem; }
.main_footer .top_footer .left .logo img { width: 100px; }
.top_footer .right { position: relative; margin-top: 40px; text-align: center; }
.top_footer .right a { margin-left: 25px; }
.top_footer .right p img { width: 25%; }
.top_footer .right p .toco { margin-left: 10px; }
.top_footer .right p .toco img { margin-top: 20px; }

.bottom_footer p { text-align:center; width:100%; }
.bottom_footer ul { width:100%;	text-align:center; margin:10px 0px; }
.bottom_footer ul li { float:none; display:inline; }
.bottom_footer ul.icon { display: block; }

.main_section #concept .box { padding: 35px 10px 50px; }
.main_section #concept .box p { font-size: 15px; }

#scenes { width: 100%; }
#scenes .hostel .left { width: 100%; min-width: inherit; margin: 0 auto; height: auto; padding-right: 0; float: none; }
#scenes .hostel .right { width: 95%; margin: 0 auto; float: none; padding: 0 4%; }
#scenes .hostel .right h3 { text-align: center; padding-right: 0; }
#scenes .hostel .right .seemore { text-align: center; }

#scenes .floor { padding: 0px 10px; margin: 0 0 5px 0; }

#scenes .coffee .right { width: 100%; margin: 0 auto; height: auto; padding-right: 0; float: none; }
#scenes .coffee .left { width: 95%; margin: 0 auto; float: none; }
#scenes .coffee .left h3 { text-align: center; padding-right: 0; }
#scenes .coffee .left .seemore { text-align: center; }

#scenes .basement { width: 100%; }
#scenes .basement .bardining { height: 200px; }
#scenes .basement .bardining h3 { font-size: 4rem; }

#scenes .basement .left { width: 95%; float: none; margin: 0 auto; }
#scenes .basement .right { width: 95%; float: none; margin: 0 auto; }

#event { width: 95%; }
#event .inner { display: inherit; }
#event .entry { width: 65%; float: none; margin: 0 auto 75px; max-width: 400px; }
#event .entry .entry-inner .thumb { width: auto; border: 0px solid #ffffff; height: auto; }
#event .entry .thumb img { width: 100%; margin: 0 0; height: auto; }
#event .entry-inner .title { background: #ffffff; margin: 0 0 12px; }

#hostel { width: 100%; }

#bardining .inner { width: 100%; height: auto; overflow: hidden; }
#bardining .bg { height: 200px; }
#bardining .left.bg { width: 100%; background-position: center center; }
#bardining .right.bg { width: 100%; background-position: center center; }
#bardining .box { top: 75px; }
#bardining .box h3 { font-size: 3rem; }
#bardining .box .time { font-size: 1.2rem; }

#access #map .text { text-align: left; }

.page #header-inner, .archive #header-inner, .single #header-inner { height: 170px }
.page_logo { position: absolute; left: 0; right: 0; top: 20px; margin-top: 0px; }

#coffee #berth { height: auto; }
#coffee #berth .left { height: 300px; }
#coffee #berth .left .logo { top: 50px; }
#coffee #berth .left .logo img { width: 200px; }
#coffee #berth .right { width: 90%; margin: 0 auto; }
#coffee #berth .right .text p { font-size: 1.4rem; line-height: 36px; letter-spacing: 1px; }
#coffee #about { width: 90%; margin: 0 auto; }
#coffee #menu { width: 80%; margin: 0 auto; }
#coffee #contact { width: 80%; margin: 0 auto; }
#coffee dl dt { font-size: 1.5rem; }
#coffee dl dt span { font-size: 1rem; margin-left: 0px; display: block; }
#coffee dl dd { font-size: 13px; line-height: 1.6; margin: -1.5em 0 0.8em 0; }

#music #title { height: 200px; }
#music #title h2 { top: 70px; }
#music #vision { padding: 0 30px; }
#music #vision p { font-size: 1.4rem; }
#music .schedule { width: 95%; }
#music .box.left { width: 100%; height: 200px; }
#music .box.right { width: 100%; }
#music .box.left .calender { margin-top: 30px; }

}

@media screen and (max-width: 600px) {

  .rslides_nav {
    top: 47%;
    }
	
	.customize-breadcrumb h1{
	font-size: 21px;
}
.customize-breadcrumb ol{
	font-size: 14px;
}

#loader {  }
#loader img { width: 50%; bottom: 70px; }
.home header .logo, .page-slug-en header .logo { width: 50%; }
.home header .open h3, .page-slug-en header .open h3 { font-size: 2rem; letter-spacing: 3px; }
.home header .open p, .page-slug-en header .open p { font-size: 1rem; letter-spacing: 1.5px; }

#news { width: 90%; }

.main_section #concept .box { width: 95%; padding: 50px 14px; }
.main_section #concept .box .et::before { content: "\A" ; white-space: pre ; }
.main_section #concept .box h3 span.sub { display: block; margin-top: 5px; }
.main_section #concept .box h3 span.jp { font-size: 2rem; }
.main_section #concept .box p { font-size: 1.2rem; line-height: 22px; }

.page header, .archive header, .single header { overflow: visible; }
.page-slug-en header { overflow: hidden; }
.page .header_right, .archive .header_right, .single .header_right { margin-top: 0px; }
.page_icon { display: none; }

.page_logo { top: 50px; }
.page_logo img { width: 120px; }

.customize-menu ul li a { color: #ffffff; }
.customize-menu ul li a span { color: #ffffff; }

  }

@media(min-width:320px) and (max-width:480px)	{
.customizable-home-icom .back-icon { width:30%; }
.customizable-home-icom .back-icon img { margin-right: 7px !important;  }
/* .home header .open { bottom: 75px; } */
.main_section #concept .box h3 span.sub { font-size: 2.2rem; }
}
@media(min-width:480px) and (max-width:600px)	{
	.customizable-home-icom .back-icon{
	width:17%;
}
}
@media(min-width:500px) and (max-width:600px)	{
	.customizable-home-icom .back-icon{
	width:13%;
}
}
@media(min-width:601px) and (max-width:767px)	{
	.customizable-home-icom .back-icon{
		width:11% ;
	}
}
@media(min-width:768px) and (max-width:1024px)	{
    .download-theme .btn-group{float: right;}
    .customize-menu > ul{margin-top: 15px; /*text-align: left;*/}
.customize-menu > ul > li{margin-bottom: 5px;}

.page .customize-menu > ul, .single .customize-menu > ul, .archive .customize-menu > ul { margin-right: -50px; }

.logo{
	width:30% !important;
}
#coffee #berth .left .logo, #coffee #menu .logo { width:100% !important; }
.customizable-home-icom .back-icon{
	width:32%;
}
.post-blog {
    float: left;
    margin: 5px;
    width: 100%;
}
.post-blog img{
	width:100%;
}
.customizable-home-title {
    clear: both;
}
.customizable-home-icom .customizable-post{
	width:32%;
	float:left;
}

.buttone-left,
.post-comment-set{
	float:left;
}
.customizable-home-icom .back-icon img{
	margin-right:2px !important;
}
.post-blog .post-comment{
	display: flex;
}
.post-comment-set {
    float: left;
    width: 50%;
}
}
@media(min-width:1023px) and (max-width:1280px)	{
.customizable-home-icom .back-icon{
	width:23%;
}
}
@media(min-width:980px) and (max-width:1023px)	{
.customizable-home-icom .back-icon img{
	margin-right:23px !important; 
}	
}