@charset 'UTF-8';

html {
	overflow-y: scroll;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
}

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

caption,
th {
	text-align: left;
}

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

img,
object,
embed {
	vertical-align: top;
}

hr,
legend {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

img,
abbr,
acronym,
fieldset {
	border: 0;
}

li {
	list-style-type: none;
}

* {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

html {
	font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', sans-serif;
	font-size: 62.5%;

	-webkit-text-size-adjust: 100%;
	   -moz-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
	        text-size-adjust: 100%;
}

body {
	overflow-x: hidden;
	min-width: 320px;
	color: #333;
	font-family: inherit;
	font-size: 1.4rem;
	line-height: 1.42857;
}

.no-mediaqueries body {
	overflow-x: auto;
	min-width: 1020px;
}

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

img {
	max-width: 100%;
}

.l-wrapper {
	display: table;
	width: 100%;
}

.l-wrapper .wrapper-inner {
	max-width: 1020px;
	margin-right: auto;
	margin-left: auto;
}

.l-wrapper .col2_1 {
	display: table-cell;
	width: 50%;
	vertical-align: top;
}

.l-wrapper .col2_1 .col-inner {
	max-width: 510px;
}

.no-mediaqueries .l-wrapper .col2_1 .col-inner {
	width: 510px;
}

.l-wrapper .col3_2,
.l-wrapper .col3_1 {
	display: table-cell;
	vertical-align: top;
}

.l-wrapper .col3_2 {
	width: 66.666%;
}

.l-wrapper .col3_2 .col-inner {
	max-width: 680px;
}

.no-mediaqueries .l-wrapper .col3_2 .col-inner {
	width: 680px;
}

.l-wrapper .col3_1 {
	width: 33.333%;
}

.l-wrapper .col3_1 .col-inner {
	max-width: 340px;
}

.no-mediaqueries .l-wrapper .col3_1 .col-inner {
	width: 340px;
}

.l-wrapper .l-col:first-child .col-inner {
	margin-right: 0;
	margin-left: auto;
	padding-right: 20px;
}

.l-wrapper .l-col + .l-col .col-inner {
	margin-right: auto;
	margin-left: 0;
	padding-left: 20px;
}

.l-wrapper.multi {
	background: -webkit-gradient(linear, left top, right top, color-stop(50%, #efefef), color-stop(50%, #fff));
	background: -webkit-linear-gradient(left, #efefef 50%, #fff 50%);
	background:      -o-linear-gradient(left, #efefef 50%, #fff 50%);
	background:         linear-gradient(90deg, #efefef 50%, #fff 50%);
}

.l-col {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.l-col.special,
.l-col.event {
	padding-top: 40px;
	padding-bottom: 75px;
}

.l-col.special {
	background-image: url('/joho-hiroba/img/top/bg_special.jpg');
}

.l-col.event {
	background-image: url('/joho-hiroba/img/top/bg_event.jpg');
}

.l-col.access {
	padding: 36px 0 46px;
	background: #efefef;
}

.l-col.twitter {
	padding: 36px 0 46px;
}

.l-inner {
	padding-right: 10px;
	padding-left: 10px;
}

.l-content {
	max-width: 1020px;
	margin: 0 auto;
}

.l-main {
	padding-top: 44px;
	border-bottom: 4px solid #40adca;
	background: #f7f7f7;
}

.l-main.event {
	padding-bottom: 130px;
}

.page-ttl {
	margin-bottom: 20px;
	padding: 7px 0 26px;
	background: url(/joho-hiroba/img/common/bg_title.png) no-repeat center bottom;
	background-size: 120px 4px;
	color: #1a80c6;
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
}

.block-ttl {
	margin-bottom: 23px;
	padding-left: 20px;
	background: url(/joho-hiroba/img/common/icon_title.png) no-repeat left .1em;
	background-size: 8px 16px;
	color: #007ac5;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.25;
}

.l-header {
	position: relative;
	background: #007ac5;
}

.l-header .header-inner {
	position: relative;
	max-width: 1020px;
	margin: 0 auto;
	padding: 56px 0 18px 225px;
}

.no-mediaqueries .l-header .header-inner {
	width: 1020px;
}

.logo {
	display: inline-block;
	position: absolute;
	z-index: 11;
	top: 15px;
	left: -15px;
	padding: 16px 15px 22px;
	border: 1px solid #007ac5;
	border-radius: 3px;
	background: #fff;
	text-align: center;
}

.l-footer {
	padding: 54px 0 50px;
}

.footer-logo {
	margin-bottom: 30px;
	text-align: center;
}

.footer-address {
	font-size: 1.3rem;
	text-align: center;
}

.footer-address span {
	display: inline-block;
}

.footer-address .mail-link {
	color: #1a80c6;
	text-decoration: underline;
}

.global-nav {
	display: table;
	width: auto;
	margin-left: auto;
}

.global-nav li {
	display: table-cell;
	padding-left: 1.65em;
	vertical-align: top;
}

.global-nav li:first-child {
	padding-left: 0;
}

.global-nav a {
	display: block;
	position: relative;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.3;
}

.global-nav a[href*='joho-hiroba/access/entry']::before {
	display: block;
	position: absolute;
	top: -50px;
	left: 0;
	content: url(/joho-hiroba/img/common/badge_entry.png);
}

.global-nav a:hover::after,
.global-nav .is-current a::after {
	display: block;
	position: absolute;
	bottom: -18px;
	left: 0;
	width: 100%;
	border-bottom: 5px solid #fff;
	content: '';
}

.btn-menu-open.is-sp-valid {
	display: none;
	position: absolute;
	top: 15px;
	right: 15px;
	overflow: hidden;
	width: 22px;
	height: 19px;
	background: url('/joho-hiroba/img/common/btn-menu-open.png') no-repeat center center;
	background-size: contain;
	text-indent: 100%;
}

.btn-unit {
	margin-top: 45px;
	text-align: center;
}

.btn {
	display: inline-block;
	min-width: 200px;
	padding: .9em;
	border-radius: 3px;
	-webkit-box-shadow: 1.414px 1.414px 4px 0px rgba(0, 0, 0, .25);
	        box-shadow: 1.414px 1.414px 4px 0px rgba(0, 0, 0, .25);
	font-size: 1.5rem;
}

.btn.btn-link {
	background: #4f4f4f;
	color: #fff;
}

.btn.btn-colored {
	background: #007ac5;
	color: #fff;
}

.section-ttl {
	margin-bottom: 20px;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.16667;
}

.section-ttl::before {
	display: inline-block;
	margin-right: 13px;
	background-repeat: no-repeat;
	background-position: left center;
	vertical-align: middle;
	content: '';
}

.special .section-ttl {
	color: #007ac5;
}

.special .section-ttl::before {
	width: 23px;
	height: 24px;
	background-image: url('/joho-hiroba/img/top/icon_special.png');
	background-size: 23px 24px;
}

.event .section-ttl {
	color: #fff;
}

.event .section-ttl::before {
	width: 28px;
	height: 24px;
	background-image: url('/joho-hiroba/img/top/icon_event.png');
	background-size: 28px 24px;
}

.access .section-ttl {
	color: #007ac5;
}

.access .section-ttl::before {
	width: 26px;
	height: 32px;
	background-image: url('/joho-hiroba/img/top/icon_access.png');
	background-size: 26px 32px;
}

.disc-list > li {
	position: relative;
	padding-left: 1em;
}

.disc-list > li::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	content: '・';
}

.indent-list > dd {
	margin-left: 1em;
}

.event-list {
	margin-bottom: 54px;
	border-bottom: 1px solid #bbb;
}

.event-list li {
	display: table;
	width: 100%;
	padding: 16px 0;
	border-top: 1px solid #bbb;
}

.event-list .event-category,
.event-list .event-body {
	display: table-cell;
	vertical-align: top;
}

.event-list .event-category {
	width: 140px;
}

.event-list .event-category span {
	display: block;
	width: 100%;
	padding: 4px;
	color: #fff;
	font-size: 1.3rem;
	font-size: 1.3rem;
	text-align: center;
}

.event-list .event-category.lounge span {
	background: #999;
}

.event-list .event-category.entrance span {
	background: #66c;
}

.event-list .event-category.kikaku span {
	background: #7b518f;
}

.event-list .event-category.bunka span {
	background: #be5655;
}

.event-list .event-category.science span {
	background: #43758c;
}

.event-list .event-category.sports span {
	background: #7e8d34;
}

.event-list .event-category.education span {
	background: #e5af01;
}

.event-list .event-category.daijin span {
	background: #333;
}

.event-list .event-category.other span {
	background: #007ac5;
}

.event-list .event-body {
	padding-left: 10px;
}

.event-list .event-ttl {
	display: inline-block;
	margin-bottom: 14px;
	font-size: 1.6rem;
	line-height: 1.25;
}

.event-list .event-ttl span {
	border-bottom: 1px solid #a8a8a8;
	font-weight: bold;
	line-height: 1.375;
}

.event-list .event-date,
.event-list .event-place {
	padding-left: 12px;
	font-size: 1.3rem;
	line-height: 1.53846;
}

.event-list .event-date {
	font-weight: bold;
}

.l-event {
	background: #fff;
}

.l-event + .l-event {
	margin-top: 40px;
}

.l-event .event-header {
	position: relative;
	overflow: hidden;
	padding: 11px 0;
	border-radius: 3px 3px 0 0;
	background: #40adca;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.16667;
	text-align: center;
}

.l-event .event-header::before {
	display: block;
	position: absolute;
	top: 0;
	width: 16.66667%;
	height: 100%;
	border-right: 2px solid;
	border-left: 40px solid;
	content: '';
}

.l-event.lounge .event-header::before {
	border-right-color: #fff;
	border-left-color: #999;
	background: #a6bcc2;
}

.l-event.entrance .event-header::before {
	border-right-color: #fff;
	border-left-color: #66c;
	background: #799ae0;
}

.l-event.kikaku .event-header::before {
	border-right-color: #fff;
	border-left-color: #7b518f;
	background: #8c8cbc;
}

.l-event.bunka .event-header::before {
	border-right-color: #fff;
	border-left-color: #be5655;
	background: #c69099;
}

.l-event.science .event-header::before {
	border-right-color: #fff;
	border-left-color: #43758c;
	background: #5ba4ba;
}

.l-event.sports .event-header::before {
	border-right-color: #fff;
	border-left-color: #7e8d34;
	background: #8eb485;
}

.l-event.education .event-header::before {
	border-right-color: #fff;
	border-left-color: #e5af01;
	background: #e9ca66;
}

.l-event.daijin .event-header::before {
	border-right-color: #fff;
	border-left-color: #333;
	background: #4d7884;
}

.l-event.other .event-header::before {
	border-right-color: #fff;
	border-left-color: #007ac5;
	background: #20a7dc;
}

.l-event .event-header-sub {
	position: relative;
	margin: 5px 0 16px;
	color: #007ac5;
	font-size: 1.3rem;
	line-height: 1.53846;
}

.l-event .event-header-sub span {
	display: table;
	position: relative;
	z-index: 1;
	margin: 0 auto;
	padding: 0 1.5em;
	background: #fff;
}

.l-event .event-header-sub::before {
	position: absolute;
	top: 9px;
	width: 100%;
	height: 1px;
	background: #007ac5;
	content: '';
}

.l-event p:not([class]) {
	margin-bottom: 1em;
	font-size: 1.3rem;
	line-height: 1.53846;
}

.l-event p.indent {
	font-size: 1.3rem;
	line-height: 1.53846;
	text-indent: 1em;
}

.l-event p + dl {
	margin-top: 1em;
}

.event-unit {
	padding: 50px 45px;
}

.event-unit + .event-unit {
	border-top: 10px solid #cdeef4;
}

.event-unit .event-unit-meta {
	overflow: hidden;
	padding-left: 135px;
	font-size: 1.3rem;
	line-height: 1.53846;
}

.event-unit .event-unit-meta dt {
	float: left;
	clear: left;
	width: 120px;
	margin: 0 0 10px -135px;
	padding: 2px;
	border: 1px solid #007ac5;
	color: #007ac5;
	text-align: center;
}

.event-unit .event-unit-meta dd {
	float: left;
	margin: .3em 0 12px;
}

.event-unit .event-unit-meta dd.date {
	font-weight: bold;
}

.event-unit .event-unit-meta dd a {
	text-decoration: underline;
}

.event-unit .event-unit-img {
	margin: 30px 0 40px;
}

.event-unit .event-unit-img.multi-2col {
	display: table;
	width: auto;
}

.event-unit .event-unit-img.multi-2col:before,
.event-unit .event-unit-img.multi-2col:after {
	display: table;
	content: '';
}

.event-unit .event-unit-img.multi-2col:after {
	clear: both;
}

.event-unit .event-unit-img.multi-2col > .img-item {
	float: left;
	width: calc(50% - 5px);
}

.event-unit .event-unit-img.multi-2col > .img-item:nth-child(2n) {
	float: right;
}

.event-none {
	padding: 45px;
}

.l-what {
	position: relative;
	padding: 20px 335px 20px 40px;
	background: #fff;
}

.l-what p {
	font-size: 1.3rem;
	line-height: 1.53846;
}

.l-what .what-img {
	position: absolute;
	top: 0;
	right: 0;
	width: auto;
	height: 100%;
}

.l-what .what-img img {
	width: auto;
	max-width: none;
	height: 100%;
}

.l-pv {
	margin-top: 60px;
	padding: 80px 0 100px;
	background: url('/joho-hiroba/img/what/bg_what_pv.jpg') no-repeat center center;
	background-size: cover;
	text-align: center;
}

.l-pv .ttl {
	margin-bottom: 30px;
	color: #fff;
	font-size: 2.4rem;
}

.l-pv .l-content {
	max-width: 640px;
}

.l-video {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}

.l-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.l-rooms + .l-rooms {
	margin-top: 40px;
}

.l-rooms .rooms-caption {
	margin-bottom: 5px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.44444;
}

.rooms-area {
	padding: 60px 10px;
	background: #fff;
}

.rooms-area .rooms-map {
	display: table;
	position: relative;
	margin: 0 auto;
}

.rooms-area .rooms-map.map-01 {
	padding-top: 44px;
}

.floormap-nav li {
	position: absolute;
	width: 23.55713%;
}

.floormap-nav li.ex01 {
	top: 0;
	left: 2.12014%;
}

.floormap-nav li.ex02 {
	top: 0;
	left: 26.85512%;
}

.floormap-nav li.ex03 {
	top: 0;
	left: 51.59011%;
}

.floormap-nav li.ex04 {
	top: 0;
	left: 76.32509%;
}

.floormap-nav li.ex05 {
	top: 19.78417%;
	right: 0;
}

.floormap-nav li.ex06 {
	right: 0;
	bottom: 19.78417%;
}

.floormap-nav li.lounge {
	right: 6.94935%;
	bottom: 0;
}

.floormap-nav li.entrance {
	top: 0;
	right: 6.94935%;
}

.floormap-nav a {
	display: table;
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 6px 20px 6px 6px;
	border-radius: 3px;
	-webkit-box-shadow: 1.414px 1.414px 4px 0px rgba(0, 0, 0, .25);
	        box-shadow: 1.414px 1.414px 4px 0px rgba(0, 0, 0, .25);
	background: #e7e7e7;
}

.floormap-nav a::before {
	display: block;
	position: absolute;
	top: 6px;
	right: 6px;
	width: 14px;
	height: 14px;
	background: url(/joho-hiroba/img/rooms/icon_zoom.png) no-repeat left top;
	background-size: 14px 14px;
	content: '';
}

.floormap-nav a .nav-icon,
.floormap-nav a .nav-text {
	display: table-cell;
	vertical-align: middle;
}

.floormap-nav a .nav-icon {
	width: 48px;
	height: 48px;
}

.floormap-nav a .nav-text {
	padding: 0 6px;
	text-align: center;
}

.l-modal {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 10px;
}

.l-modal-content {
	display: table;
	position: relative;
	width: 100%;
	border: 2px solid #60b7e4;
	-webkit-box-shadow: 1.414px 1.414px 4px 0px rgba(0, 0, 0, .25);
	        box-shadow: 1.414px 1.414px 4px 0px rgba(0, 0, 0, .25);
	background: #fff;
}

.l-modal-content .gallery-img,
.l-modal-content .l-modal-col {
	display: table-cell;
	vertical-align: top;
}

.l-modal-content .gallery-img {
	width: 72.91667%;
}

.l-modal-content .gallery-arrows li {
	position: absolute;
	top: 50%;
	margin-top: -30px;
}

.l-modal-content .gallery-arrows li.arrow-prev {
	left: 0;
}

.l-modal-content .gallery-arrows li.arrow-prev a::before {
	left: 15px;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.l-modal-content .gallery-arrows li.arrow-next {
	right: 0;
}

.l-modal-content .gallery-arrows li.arrow-next a::before {
	right: 15px;
	-webkit-transform: rotate(135deg);
	    -ms-transform: rotate(135deg);
	        transform: rotate(135deg);
}

.l-modal-content .gallery-arrows a {
	display: block;
	position: relative;
	overflow: hidden;
	width: 40px;
	height: 60px;
	background: rgba(0, 0, 0, .5);
	white-space: nowrap;
	text-indent: 100%;
}

.no-rgba .l-modal-content .gallery-arrows a {
	background: #000;
}

.l-modal-content .gallery-arrows a::before {
	display: block;
	position: absolute;
	top: 50%;
	width: 25px;
	height: 25px;
	margin-top: -12px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	content: '';
}

.l-modal-content .gallery-control {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 20px 20px;
}

.l-modal-content .gallery-thumb {
	width: 46.51163%;
	max-width: 100px;
}

.l-modal-content .gallery-thumb li {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 5px;
	cursor: pointer;
}

.l-modal-content .gallery-thumb li.is-current::after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 4px solid #40adca;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	content: '';
}

.l-modal-content .gallery-thumb li img {
	display: block;
}

.l-modal-content .l-modal-col {
	position: relative;
	width: 26.66667%;
}

.l-modal-content .l-modal-col .modal-header {
	position: relative;
	height: 62px;
	padding: 6px;
	border-bottom: 2px solid #ccc;
}

.l-modal-content .l-modal-col .modal-ttl {
	display: table-cell;
	width: 100%;
	padding-right: 47px;
	font-size: 1.5rem;
	font-weight: bold;
	vertical-align: middle;
}

.l-modal-content .l-modal-col .modal-ttl img {
	margin-right: 10px;
	vertical-align: middle;
}

.l-modal-content .l-modal-col .modal-close {
	position: absolute;
	top: 50%;
	right: 16px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
}

.l-modal-content .l-modal-col button.mfp-close {
	opacity: 1;
	position: relative;
	overflow: hidden;
	width: 30px;
	height: 30px;
	white-space: nowrap;
	text-indent: 100%;
}

.l-modal-content .l-modal-col button.mfp-close:hover {
	opacity: .8;
}

.l-modal-content .l-modal-col button.mfp-close::before,
.l-modal-content .l-modal-col button.mfp-close::after {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1px;
	height: 17px;
	margin-top: -9px;
	margin-left: -1px;
	background: #333;
	content: '';
}

.l-modal-content .l-modal-col button.mfp-close::before {
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.l-modal-content .l-modal-col button.mfp-close::after {
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.l-modal-content .l-modal-col .modal-footer {
	padding: 20px 20px 98.03922%;
}

.l-modal-nav {
	margin-top: 24px;
}

.l-modal-nav li {
	display: inline-block;
	margin-right: 3px;
	cursor: pointer;
}

.l-modal-nav li.ex01 div {
	background: #333;
}

.l-modal-nav li.ex01 .nav-icon {
	color: #333;
}

.l-modal-nav li.ex02 div {
	background: #e19d00;
}

.l-modal-nav li.ex02 .nav-icon {
	color: #e19d00;
}

.l-modal-nav li.ex03 div {
	background: #66781b;
}

.l-modal-nav li.ex03 .nav-icon {
	color: #66781b;
}

.l-modal-nav li.ex04 div {
	background: #305d78;
}

.l-modal-nav li.ex04 .nav-icon {
	color: #305d78;
}

.l-modal-nav li.ex05 div {
	background: #b1413e;
}

.l-modal-nav li.ex05 .nav-icon {
	color: #b1413e;
}

.l-modal-nav li.ex06 div {
	background: #663c7c;
}

.l-modal-nav li.ex06 .nav-icon {
	color: #663c7c;
}

.l-modal-nav li.lounge div {
	background: #838383;
}

.l-modal-nav li.lounge .nav-icon {
	color: #838383;
}

.l-modal-nav li.lounge .nav-icon img {
	width: 17px;
	height: 13px;
}

.l-modal-nav li.entrance div {
	background: #66c;
}

.l-modal-nav li.entrance .nav-icon {
	color: #66c;
}

.l-modal-nav li.entrance .nav-icon img {
	width: 16px;
	height: 13px;
}

.l-modal-nav div {
	display: table;
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 8px;
	border-radius: 3px;
	-webkit-box-shadow: 1.414px 1.414px 4px 0px rgba(0, 0, 0, .25);
	        box-shadow: 1.414px 1.414px 4px 0px rgba(0, 0, 0, .25);
	color: #fff;
	font-size: 1.5rem;
}

.l-modal-nav div .nav-icon {
	display: table-cell;
	overflow: hidden;
	width: 20px;
	height: 20px;
	border-radius: 3px;
	background: rgba(255, 255, 255, .9);
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

.no-rgba .l-modal-nav div .nav-icon {
	background: #fff;
}

.l-modal-nav div .nav-icon + span {
	padding-left: 8px;
}

.js-tab-contents,
.js-tab-content-lv2 {
	position: relative;
}

.js-tab-contents > div,
.js-tab-content-lv2 > div {
	display: none;
}

.mfp-bg {
	background: #fff;
}

.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all .1s ease-in-out;
	     -o-transition: all .1s ease-in-out;
	        transition: all .1s ease-in-out;
}

.mfp-fade.mfp-bg.mfp-ready {
	opacity: .8;
}

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all .1s ease-in-out;
	     -o-transition: all .1s ease-in-out;
	        transition: all .1s ease-in-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

.l-main.access .l-lead {
	margin-bottom: 35px;
}

.l-main.access .l-lead p {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.6;
	text-indent: 1em;
}

.l-main.access .l-lead.l-bottom {
	margin-bottom: 100px;
	text-align: center;
}

.l-main.access .l-lead.l-bottom p {
	text-indent: 0;
}

.l-main.access .l-rule {
	margin-bottom: 80px;
	padding-right: 20px;
	padding-left: 20px;
}

.l-main.access .l-rule .rule-ttl {
	margin-bottom: 10px;
	color: #007ac5;
	font-size: 1.8rem;
}

.l-main.access .l-rule .rule-list {
	font-size: 1.5rem;
}

.l-main.access .l-rule .rule-list > li {
	position: relative;
	padding-left: 1em;
}

.l-main.access .l-rule .rule-list > li::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	content: '・';
}

.l-main .l-entry {
	margin-bottom: 50px;
	padding: 20px 40px;
	background: #fff;
}

.l-main .l-access {
	display: table;
	overflow: hidden;
	margin-bottom: 40px;
	background: #fff;
}

.l-main .l-access .l-left {
	display: table-cell;
	width: 376px;
}

.l-main .l-access .l-left .access-ttl {
	padding-top: 14px;
	padding-bottom: 14px;
	background: #007ac5;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
}

.l-main .l-access .l-right {
	display: table-cell;
	width: 644px;
	padding-left: 13px;
}

.l-main .l-access .l-right .block {
	margin-bottom: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
}

.l-main .l-access .l-right .block + .block {
	border-top: 1px solid #bbb;
}

.l-main .block {
	margin-bottom: 30px;
	line-height: 1.42857;
}

.l-main .block .block-ttl {
	margin-bottom: 15px;
	font-size: 1.8rem;
}

.l-main .block p {
	font-size: 1.3rem;
}

.l-main .block a {
	font-weight: bold;
	text-decoration: underline;
}

.l-main .block .list {
	margin-left: 1em;
}

.l-main .block .notes li {
	text-indent: 1em;
}

.l-main .block .notes li:before {
	content: '※';
}

@media screen and (min-width: 1021px) {
	.l-inner {
		padding-right: 0;
		padding-left: 0;
	}
}

@media screen and (max-width: 1040px) {
	.l-col.special {
		padding-left: 10px;
	}

	.l-col.event {
		padding-right: 10px;
	}

	.l-col.access {
		padding-left: 10px;
	}

	.l-col.twitter {
		padding-right: 10px;
	}
}

@media screen and (max-width: 960px) {
	.global-nav li {
		padding-left: 1.25em;
	}

	.global-nav a[href*='joho-hiroba/access/entry']::before {
		left: -1.25rem;
	}
}

@media screen and (max-width: 920px) {
	.l-what {
		padding-right: 350px;
	}
}

@media screen and (max-width: 820px) {
	.l-what {
		padding-right: 420px;
	}
}

@media screen and (max-width: 768px) {
	body {
		line-height: 1.73333;
	}

	.l-wrapper {
		display: block;
	}

	.l-wrapper .col2_1 {
		display: block;
		width: auto;
	}

	.l-wrapper .col2_1 .col-inner {
		max-width: none;
	}

	.l-wrapper .col3_2,
	.l-wrapper .col3_1 {
		display: block;
	}

	.l-wrapper .col3_2 {
		width: auto;
	}

	.l-wrapper .col3_2 .col-inner {
		max-width: none;
	}

	.l-wrapper .col3_1 {
		width: auto;
	}

	.l-wrapper .col3_1 .col-inner {
		max-width: none;
	}

	.l-wrapper .l-col:first-child .col-inner {
		margin-left: 0;
	}

	.l-wrapper .l-col + .l-col .col-inner {
		margin-right: 0;
	}

	.l-wrapper .l-col .col-inner {
		padding-right: 8% !important;
		padding-left: 8% !important;
	}

	.l-wrapper.multi {
		background: none;
	}

	.l-col.special,
	.l-col.event {
		padding-bottom: 65px;
	}

	.l-col.access .col-inner {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	.l-inner-sp {
		padding-right: 10px;
		padding-left: 10px;
	}

	.l-main {
		padding-top: 35px;
		border-width: 2px;
	}

	.page-ttl {
		margin-bottom: 28px;
		padding: 0 0 20px;
		font-size: 2.4rem;
		line-height: 1.16667;
	}

	.block-ttl {
		margin-bottom: 15px;
	}

	.l-header .header-inner {
		height: 50px;
		padding: 0;
	}

	.logo {
		left: 10px;
		width: 60.26667%;
		padding: 5px;
	}

	.logo img {
		width: 100%;
	}

	.l-footer {
		padding: 44px 0 40px;
		padding-right: 8%;
		padding-left: 8%;
	}

	.footer-logo {
		margin-bottom: 50px;
	}

	.footer-address {
		font-size: 1.1rem;
	}

	.global-nav a[href*='joho-hiroba/access/entry']::before {
		display: none;
	}

	.global-nav a:hover::after,
	.global-nav .is-current a::after {
		display: none;
	}

	.global-nav {
		display: none;
	}

	.global-nav.is-opened {
		position: absolute;
		z-index: 10;
		top: 50px;
		left: 0;
		width: 100%;
		padding: 25px 10px 20px;
		background: #007ac5;
	}

	.global-nav > li {
		display: block;
		margin: 0;
		padding: 15px 0;
		border-bottom: 1px solid #fff;
		text-align: center;
	}

	.btn-menu-open.is-sp-valid {
		display: block;
	}

	.btn-menu-open.is-sp-valid.is-opened {
		z-index: 11;
		background-image: url('/joho-hiroba/img/common/btn-menu-close.png');
	}

	.section-ttl {
		text-align: center;
	}

	.event-list {
		margin-bottom: 40px;
	}

	.event-list .event-category,
	.event-list .event-body {
		display: block;
	}

	.event-list .event-category {
		width: auto;
		margin-bottom: 12px;
	}

	.event-list .event-category span {
		width: 145px;
		padding: 2px;
	}

	.event-list .event-body {
		padding: 0 18px;
	}

	.event-list .event-date,
	.event-list .event-place {
		padding-left: 0;
		line-height: 1.38462;
	}

	.event-list .event-date {
		margin-bottom: 1em;
	}

	.l-event .event-header {
		border-radius: 0;
	}

	.l-event .event-header::before {
		width: 11.33333%;
		border-right-width: 1px;
		border-left-width: 10px;
	}

	.l-event p:not([class]) {
		margin-bottom: 1.5em;
		font-size: 1.4rem;
		line-height: 1.42857;
	}

	.l-event p.indent {
		margin-bottom: 1.5em;
		font-size: 1.4rem;
		line-height: 1.42857;
	}

	.l-event p + dl {
		margin-top: 1.5em;
	}

	.event-unit {
		padding: 30px 10px;
	}

	.event-unit .event-unit-body {
		padding: 0 15px;
		color: #666;
	}

	.event-unit .event-unit-meta {
		padding: 0 15px 0;
	}

	.event-unit .event-unit-meta dt {
		display: inline-block;
		float: none;
		clear: none;
		width: auto;
		min-width: 120px;
		margin: 0 0 5px;
		white-space: nowrap;
	}

	.event-unit .event-unit-meta dt br {
		display: none;
	}

	.event-unit .event-unit-meta dd {
		float: none;
	}

	.event-unit .event-unit-img.multi-2col > .img-item:nth-child(1n) {
		float: none;
		width: 100%;
		margin-top: 10px;
	}

	.event-unit .event-unit-img.multi-2col > .img-item:nth-child(1n) img {
		max-width: 100%;
	}

	.l-what {
		padding: 40px 10px 35px;
	}

	.l-what p {
		padding: 0 25px;
	}

	.l-what .what-img {
		position: static;
		height: auto;
		margin-top: 20px;
		padding: 0 25px;
		text-align: right;
	}

	.l-what .what-img img {
		width: 198px;
		max-width: 100%;
		height: auto;
	}

	.l-pv {
		padding: 30px 0 60px;
	}

	.l-pv .ttl {
		font-size: 2rem;
	}

	.l-pv .l-content {
		padding: 0 25px;
	}

	.l-rooms .rooms-caption {
		margin-bottom: 10px;
		font-size: 1.6rem;
		text-align: center;
	}

	.rooms-area {
		padding: 45px 10px;
	}

	.floormap-nav {
		margin-top: 35px;
		text-align: center;
	}

	.floormap-nav li {
		display: inline-block;
		width: 42.66667%;
		margin: 4px;
	}

	.floormap-nav li.ex01,
	.floormap-nav li.ex02,
	.floormap-nav li.ex03,
	.floormap-nav li.ex04,
	.floormap-nav li.ex05,
	.floormap-nav li.ex06,
	.floormap-nav li.lounge,
	.floormap-nav li.entrance {
		position: static;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
	}

	.floormap-nav a {
		padding: 5px 17px 5px 5px;
		-webkit-box-shadow: .77px .77px 2px 0px rgba(0, 0, 0, .25);
		        box-shadow: .77px .77px 2px 0px rgba(0, 0, 0, .25);
		font-size: 1.4rem;
		line-height: 1.28571;
	}

	.floormap-nav a::before {
		background-size: 11px 11px;
	}

	.floormap-nav a .nav-icon {
		width: 39px;
		height: 39px;
	}

	.floormap-nav a .nav-text {
		padding: 0 5px;
	}

	.l-modal-content .gallery-img,
	.l-modal-content .l-modal-col {
		display: block;
	}

	.l-modal-content .gallery-img {
		width: 100%;
		margin-top: 50px;
	}

	.l-modal-content .gallery-control {
		position: static;
		bottom: auto;
		left: auto;
		padding: 0;
		text-align: center;
	}

	.l-modal-content .gallery-text p {
		font-size: 1.4rem;
		font-size: 1.42857rem;
	}

	.l-modal-content .gallery-thumb {
		width: auto;
		max-width: none;
	}

	.l-modal-content .gallery-thumb li {
		display: inline-block;
		width: 14.28571%;
		margin: 0 2px 3px;
	}

	.l-modal-content .gallery-thumb li.is-current::after {
		border-width: 2px;
	}

	.l-modal-content .l-modal-col {
		position: static;
		width: 100%;
	}

	.l-modal-content .l-modal-col .modal-header {
		position: absolute;
		top: 0;
		width: 100%;
		height: 50px;
	}

	.l-modal-content .l-modal-col .modal-ttl {
		font-size: 1.4rem;
	}

	.l-modal-content .l-modal-col .modal-ttl img {
		width: 34px;
		height: 34px;
	}

	.l-modal-content .l-modal-col .modal-close {
		right: 6px;
	}

	.l-modal-content .l-modal-col .modal-footer {
		position: relative;
		padding: 6px 10px 50px;
	}

	.l-modal-nav {
		margin-top: 20px;
	}

	.l-modal-nav li {
		min-width: 84px;
		margin: 0px 8px 5px 0;
	}

	.l-modal-nav div {
		padding: 7px;
		line-height: 20px;
	}

	.l-main.access .l-lead {
		padding-right: 10px;
		padding-left: 10px;
	}

	.l-main.access .l-lead p {
		font-size: 1.6rem;
		line-height: 1.625;
	}

	.l-main .l-entry {
		padding: 40px 10px 35px;
	}

	.l-main .l-access {
		display: block;
	}

	.l-main .l-access .l-left {
		display: block;
		margin-right: auto;
		margin-left: auto;
	}

	.l-main .l-access .l-left .img-wrap {
		text-align: center;
	}

	.l-main .l-access .l-right {
		display: block;
		width: 100%;
	}
}

@media screen and (min-width: 640px) and (max-width: 768px) {
	.l-main {
		padding-top: 55px;
	}
}
