@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../images/common/bg_section.png);
	font-size: 16px;

}
#contents {
	width: 100%;
	margin: 0 auto;
}
#exception_info {
	width: 800px;
	background-color: #DFF0D8;
	margin: 20px auto;
	padding: 20px 0;
  border: 3px solid #000;
}
#exception_info .exception_info_ttl {
	text-align: center;
	font-size: 22px;
	margin-bottom: 10px;
}
#exception_info .exception_info_desc {
  text-align: center;
}
#exception_info time {
	font-size: 18px;
}
.pc_none {
	display: none;
}

.sp_none {
	display: block;
}

.wrap_1000 {
	width: 1000px;
	margin: 0 auto;
}

.wrap_800 {
	width: 800px;
	margin: 0 auto;
}

.station_list {
	width: 85%;
	margin: 0 auto;
	padding: 10px 0;
}

#slide {
	overflow: hidden;
	width: 100%;
	background: url(../images/common/bg_section06.png) repeat center top;
	height: 500px;
	text-align: center;
}

#slide img {
	margin: 0 auto;
}

#campaign,
#concept,
#facilities,
#price,
#access,
#contact {
	background-color: transparent;
}

.pc_center {
	text-align: center;
}

.bg_white {
	margin: 0;
	padding: 15px 0;
	background-color: #FFF;
}

.f26 {
	font-size: 26px;
}

section {
	margin: 10px auto 0px;
	padding-bottom: 50px;
}

.white {
	color: white;
}

.flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
}

/*------------------------------
リンク設定
------------------------------*/

a[target="_blank"] {
	background-image: url(../images/common/icon/icon_w.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 13px;
}

a[class="btn_basic01"] {
	background-image: url(../images/common/icon/icon_y.png);
	background-position: 95% center;
	background-repeat: no-repeat;
}

.btn_basic01 {
	width: 60%;
}

#meeting .btn_basic01 {
	width: 95%;
}

.btn_basic01 span {
	font-size: 1.3em;
}

.active {
	background: #ccc;
}

.gform {
	width: 750px;
	margin: 0 auto;
}

/*------------------------------
navigartion
------------------------------*/

.navbar {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #FFF;
	z-index: 1000;
	-moz-box-shadow: 0px 0px 7px #000000;
	-webkit-box-shadow: 0px 0px 7px #000000;
	box-shadow: 0px 0px 7px #000000;
}

.navbar-nav {
	width: 1000px;
	height: 50px;
	margin: 5px auto 20px;
	line-height: 2em;
}

.navbar-nav li {
	float: left;
	border-right: 1px solid #333;
	list-style: none;
	padding: 0 13px !important;
	font-size: 0.8em;
}

.navbar-nav li:hover {
	background-color: #ccc;
}

.navbar-nav li:last-child {
	border: none;
}

.nav_tel {
	background: url("../images/common/icon/icon_x.png") no-repeat 0 5px;
	padding-left: 35px;
}

.nav_small {
	background-image: none;
	font-size: 0.6em;
	line-height: 1.5;
}

.nav_small span {
	display: table-cell;
	text-align: right;
	background-color: #EEE;
}


.box_info {
	width: 800px;
	min-height: 100px;
	margin: 20px auto;
	padding: 20px 0;
	border: 3px solid #000;
	text-align: center;
}

#banner_undertopics {
	width: 800px;
	margin: 40px auto 20px;
	text-align: center;
}

.bnr_pc {
	display: inline;
}

.bnr_sp {
	display: none;
}

#facebook {
	width: 800px;
	border: 3px solid #000;
	text-align: center;
	padding-bottom: 0;
}

.box_location , .access_time_box_table01 {
	width: 960px;
	margin: 0 auto;
}


.box_location div {
	border-right: 1px solid #666;
	display: inline-block;
	margin: 20px 0;
	min-height: 90px;
	padding: 5px 30px;

	float: left;
	width: 240px;
	font-size: 0.9em;
	padding: 0;
	text-align: center;
}

.box_location div:first-child {
	border-left: 1px solid #666;
}

.box_location div img {
	height: 15px;
	width: 15px;
	margin: 3px auto;
}

.box_location div span {
	font-size: 0.775em;
}

.logo_box .logo {
	float: left;
}

.main i {
	position: absolute;
	top: 8px;
	right: 10px;
}

.logo_box .shop_name {
	float: left;
	color: #a51300;
	text-decoration: none;
	font-size: 30px;
	line-height: 50px;
	margin-left: 10px;
}

.menu_shopname_box {
	background: #eeeeee;
	border-bottom: #a51300 5px solid;
	height: 30px;
}

.menu_shopname_box .menu_shopname {
	width: 1150px;
	margin: 0 auto;
}

.menu_shopname_box .menu_shopname .main {
	display: inline-block;
}

.menu_shopname_box .menu_shopname .main li {
	position: relative;
	display: inline-block;
	background: #A51300;
	color: #fff;
	text-align: center;
	width: 200px;
	height: 30px;
	line-height: 30px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	position: relative;
	bottom: 5px;
	/*cursor: pointer;*/
}

.menu_shopname_box .menu_shopname .main li span {
	font-size: 20px;
}

.menu_shopname_box .menu_shopname .main li a {
	text-decoration: none;
	color: #fff;
	display: block;
}

.tab_othershop {
	float: right;
	font-size: 0;
}

.tab_othershop > li {
	display: inline-block;
	margin-left: 5px;
	width: auto;
	font-size: 12px;
}
.tab_othershop > li:first-child{
    margin-left: 0;
}

.tab_othershop > li > a {
	display: inline-block;
	padding: 0;
	width: auto;
	height: 25px;
}



.menu_shopname_box .menu_shopname span.other {
	padding: 0 20px 0 10px;
	width: auto;
}

.menu_shopname_box .menu_shopname span.other.oyado {
	padding-right: 20px;
	background: #2F5D4C;
}

.other.oyado i {
	position: absolute;
	top: 7px;
	right: 7px;
}

.menu_shopname_box .menu_shopname span.other.oyado::after {
	background: none;
	width: 0;
	height: 0;
}

#menu_oyado {
	display: none;
	position: relative;
	top: -5px;
	margin: 0 auto -5px;
	border-top: solid 5px #2F5D4C;
	box-shadow: 0px 5px 6px 2px rgba(0, 0, 0, 0.20);
	background: #4CA584;
	font-size: 0;
}

#menu_oyado.active {
	display: block;
}

#menu_oyado > ul {
	display: table;
	margin: auto;
}

#menu_oyado > ul > li {
	display: inline-table;
	border-right: solid 1px #2F5D4C;
}

#menu_oyado > ul > li:last-of-type {
	border-right: none;
}

#menu_oyado > ul > li > a {
	display: table-cell;
	vertical-align: middle;
	padding: 0 20px;
	height: 50px;
	text-decoration: none;
	font-size: 12.8px;
	color: #FFFFFF;
}


.menu_shopname_box .menu_shopname span.other {
	position: relative;
	float: right;
	background: #e69700;
	color: #fff;
	padding: 0 30px 0 20px;
	text-align: center;
	font-size: 12px;
	width: auto;
	height: 25px;
	line-height: 25px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.menu_shopname_box .menu_shopname span.clock {
	position: relative;
	float: right;
	background: #ea630f;
	color: #fff;
	padding: 0 30px 0 20px;
	text-align: center;
	font-size: 12px;
	width: auto;
	height: 25px;
	line-height: 25px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.menu_shopname_box .menu_shopname a[target="_blank"] {
	background: none;
}

.menu_shopname_box .menu_shopname span.other::after {
	content: "";
	position: absolute;
	top: 6px;
	right: 8px;
	background: url("../images/common/icon/icon_w_white.png");
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
}

.menu_shopname_box .menu_shopname span.other.cowork {
	background-color: #A51300;
}
.menu_shopname_box .menu_shopname span.other.kaigi {
	background-color: #6e3808;
}
.menu_box {
	background: #ffe8e5;
}

.menu_box #menu {
	width: 1150px;
	margin: 0 auto;
}

.menu_box .menuItem {
	position: relative;
	float: left;
	border-right: 1px solid #dfaca5;
	list-style: none;
	padding: 0 15px 0 15px !important;
	font-size: 0.8em;
	height: 50px;
	box-sizing: border-box;
	line-height: 50px;
	padding-left: 30px;
	width: calc(100% / 7);
    text-align: center;
    line-height: 1.6em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu_box .menuItem a {
	color: #000;
}

.menu_box .menuItem a[target="_blank"] {
	background-image: url(../images/common/icon/icon_w.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 13px;
}

.menu_box .menuItem i {
	color: #A51300;
	font-size: 18px;
	position: absolute;
	top: 15px;
	left: 6px;
}

.menu_box .menuItem:nth-child(7) {
	border: none;
}

.menu_box_scrolled {
	position: absolute;
	top: -5000px;
}

div.box_location:nth-child(6) > div:nth-child(2) > a:nth-child(1) > i {
	position: relative;
	top: 5px;
	height: 45px;
	margin-bottom: 15px;
	font-weight: bold;
}

/*------------------------------
campaign
------------------------------*/

.campaign_topics {
	width: 920px;
	font-size: 26px;
	margin: 10px auto 5px;
}

.ttl_campaign {
	background-color: #FFF;
	-webkit-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	border: 3px solid #000;
	line-height: 2;
	text-align: center;
	font-size: 2em;
}

.box_tokuten {
	overflow: hidden;
	border: 1px dotted;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #FFF;
	text-align: center;
	width: 800px;
}

.tokuten_no {
	display: block;
	float: left;
	width: 80px;
	height: 80px;
	background-color: #000;
	-webkit-border-radius: 80px;
	border-radius: 80px;
	text-align: center;
	line-height: 4;
	font-size: 1.475em;
	color: #FFF;
}

.tokuten_info {
	padding-top: 18px;
	font-size: 1.5em;
}
.campaign p {
	text-align: center;
}

/*--- contact ---*/

.box_contact {
	margin: 3em auto;
	background-color: #FFF;
}

.mail {
	margin: 15px auto;
	line-height: 1.5;
	font-size: 1.3em;
}

.mail_add {
	font-size: 1.5em;
}

/*--- セクション共通 ---*/

.sub_head {
	display: block;
	width: 200px;
	margin: 15px auto;
	position: relative;
	color: #cb0c27;
	border-bottom: 3px solid #cb0c27;
	text-align: center;
	font-size: 20px;
}

.sub_head:after {
	content: "";
	display: block;
	position: absolute;
	border: 10px solid transparent;
	border-top-color: #CB0C27;
	border-bottom-width: 0;
	bottom: -10px;
	left: 46%;
	width: 0;
}

.ttl_section {
	font-size: 2.6em;
	text-align: center;
}

.box_01 {
	width: 640px !important;
	padding: 10px;
}
.box_01 .semi_room {
	margin-top: 90px;
}
img.map_7f {
    width:190px !important;
}
.floor_map_7f_outer{
	width: 100%;
}
.floor_map_7f_legt{
	width: 50%;
	float: left;
	text-align:center;
}
.floor_map_7f_right{
	width: 50%;
	float: right;
	text-align:center;
}
.floor_map_7f{
  position: relative;
}
.f7_text{
	float: left;
	width:60%;
}
.wrap_lightbox::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background: url(/images/coworking/higashi-kanda/kaigi/kaigi_ico01.png) no-repeat;
    background-size: 30px auto;
    bottom: 6px;
    left:160px
}
.free_service {
	overflow: hidden;
}
.box_01 p {
	font-size: 1em;
	margin: 10px;
}
.box_01_02 p {
	font-size: 1em;
}

.box_01 img {
	width: 100%;
	height: auto;
}

.box_02 {
	width: 800px;
	padding: 16px;
	background-color: #FFF;
	border: 2px solid #ccc;
	border-image: none;
}

.box_02_half {
	width: 395px;
	float: left;
}

.box_02_half:nth-of-type(1) {
	margin: 0 5px 0 0;
}

.box_02_half:nth-of-type(2) {
	margin: 0 0 0 5px;
}

.list_access {
	width: 74%;
	line-height: 2;
	margin: 0 1% 30px 0;
	border: none;
}

.list_access dt {
	width: 25%;
	font-weight: bold;
	float: left;
	clear: both;
}

.list_access dd {
	width: 75%;
	margin-bottom: .5em;
	float: left;
}

.list_access dd:nth-child(2) {
	border: none;
}

.list_access dd {
	border-top: 1px dotted rgb(170, 170, 170);
	border-bottom: none;
}

footer {
	width: 100%;
	font-size: 0.875em;
}

.icon {
	width: 42px;
	margin-bottom: -10px;
}

.icon_header {
	width: 50px;
  padding-left: 10px;
	padding-top: 5px;
}
.icon_cashless {
	width:32px;
	margin: 0 0 -7px 5px;
}

.box_head_01 {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 15px;
}

.ttl_price {
	font-size: 1.5em;
	margin: 0 auto 10px auto;
}
.ttl_price .ttl_price_small{
    font-size: 80%;
}

.price_room {
	margin: 10px 0;
	font-weight: bold;
	font-size: 20px;
}

.ttl_booth,
.ttl_corporation {
	padding-left: 13px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 1.2em;
	font-weight: bold;
}

.box_single .ttl_booth,
.box_single .ttl_corporation {
	padding-left: 2px;
}

.price_coution {
	margin: 15px auto;
}

.head_price {
	position: relative;
	width: 1000px;
	margin: 50px auto 30px;
	background-color: #3a3a3a;
	text-align: center;
	line-height: 2.1;
	color: #FFF;
	font-size: 1.5em;
}

.head_price::after {
	display: none;
}

.head_price_small {
	position: relative;
	width: 800px;
	margin: 0 auto 30px;
	background-color: #3a3a3a;
	text-align: center;
	line-height: 1.5;
	color: #FFF;
	font-size: 1.2em;
}

.head_price_small::after {
	content: "";
	display: block;
	position: absolute;
	border: 5px solid transparent;
	border-top-color: #3a3a3a;
	border-bottom-width: 0;
	bottom: -5px;
	left: 50%;
	width: 0;
}

.head_red_ext {
	line-height: 2.1;
	width: 100%;
}

.oneday_left {
	float: left;
	width: 380px;
}

.oneday_img {
	float: right;
	margin-top: 30px;
	width: 380px;
}

#month .box_02 {
	float: left;
	width: 263px;
	height: 610px;
	margin-right: 5px;
}

.room_single, #private_room .room_single {
	width: auto;
	height: auto;
}

.box_single, #private_room .box_single {
	float: left;
	width: 250px;
	margin-right: 3px;
}

#month .comp_box .box_02, #private_room .comp_box .box_02 {
	width: 263px;
	height: auto;
	margin-right: 5px;
}

#month .comp_box .box_02:nth-child(3), #private_room .comp_box .box_02:nth-child(3) {
	margin-right: 0;
}

#month .owned_box .box_02_half, #private_room .owned_box .box_02_half {
	width: 395px;
	height: 1024px;
	margin: 15px 0;
}

#month .owned_box .box_02_half:nth-child(1) {
	margin-right: 5px;
}

#month .owned_box .box_02_half:nth-child(2) {
	margin-left: 5px;
}

#month .box_02 .ttl_price {
	position: relative;
	font-size: 1.4em;
	padding-left: 35px;
	min-height: 35px;
	line-height: 1.5;
}

#month .box_02 .icon {
	position: absolute;
	width: 30px;
	top: 0;
	left: 0;
}

#month .room_single .icon {
	top: 0;
}

#month .box_02_half .icon {
	top: 0;
}

#month .box_02:nth-of-type(3) {
	margin-right: 0;
}

/*法人向け支援パック*/

#month .box_corporate {
	width: 800px;
	height: auto;
	text-align: center;
}

#month .box_corporate .icon {
	left: 170px;
}



#month .box_corporate .box_single {
	height: auto;
	width: 30%;
	margin-right: 5%;
}


#month .box_corporate .ttl_booth,
#month .box_corporate .ttl_corporation {
	padding: 10px;
	display: table-cell;
	vertical-align: middle;
	width: 500px;
	border-radius: 5px;

}

/*--- facilities ---*/

.facilities {
	background: url(../images/common/bg_section06.png) repeat;
}

.bg_01 {
	padding-bottom: 10px;
	background-image: url(../images/common/bg_section03.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 0 -50px;
}

.box_opacity {
	width: 60%;
}

.access {
	overflow: hidden;
	width: 85%;
	margin: 0 auto;
	background-color: #fff;
	padding-top: 10px;
}

.access img {
	width: 23%;
	margin: 0 1%;
}

.map_img {
	width: 1000px;
	height: auto;
}

.access_time_box_ttl {
	z-index: 10;
	display: block;
	width: 100%;
}

.station_box {
	position: relative;
	background: #5d311b;
	border-radius: 4px;
	padding: 5px;
	margin-left: 30px;
	color: white;
}

.station_box:before {
	content: "";
	position: absolute;
	top: 23%;
	left: -8px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7.5px 13.0px 7.5px 0;
	border-color: transparent #5d311b transparent transparent;
}

.station_box a {
	color: #f9c06e;
	text-decoration: none;
}
.station_box a[target="_blank"] {
	background-image: none;
	padding: 0;
}
.station_list li {
	padding: 5px 0;
}
.station_list .note {
	padding-top: 25px;
}
.station_list .flex {
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	-o-justify-content: flex-start;
	justify-content: flex-start;
	-ms-align-items: center;
	align-items: center;
}

.station_list .ai-end {
	-ms-align-items: flex-end;
	align-items: flex-end;
}

.station_list .flex p:first-child {
	width: 35%;
}

.station_list .flex p:nth-child(2) {
	width: 13%;
}

.station_list .flex p:nth-child(3) {
	width: 42%;
}

.station_border {
	border-bottom: 1px solid #ccc;
}

.access_time_box_table02 {
	position: absolute;
	z-index: 10;
	top: 75px;
	left: 610px;
	width: 250px;
}

.access_time_box > img {
	position: absolute;
	top: 0px;
	left: 15px;
}

.tel a {
	pointer-events: none;
	text-decoration: none;
}

.movie {
	margin: 0 auto 80px;
	width: 640px;
	height: 460px;
}

.indoor_sp {
	display: none;
}

.indoor_pc {
	display: block;
	margin: 0 auto 80px;
	width: 640px;
	height: 460px;
}

.more {
	width: 80%;
}

#free_option .ttl_price {
	margin-top: 20px;
}

#option .ttl_price {
	margin: 20px 0 5px 0;
}

a.btn_cancel::before,
a.btn_cancel::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

a.btn_cancel,
a.btn_cancel::before,
a.btn_cancel::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

a.btn_cancel:hover {
	background-color: #CB0C27;
	border: 1px solid #fff;
	color: #fff;
}

.box_notice {
	padding: 10px;
	float: right;
	text-align: center;
	width: 70%;
	font-size: 35px;
	line-height: 1.2;
	font-weight: bold;
	color: #a51300;
}

.access_sub_txt {
	font-size: 22px;
}
.reviws_section p {
	border: none;
}
.reviws_section  .banner_btn_arrow {
	display: block;
  width: 80%;
  text-align: center;
  margin: 20px auto;
  background: #4267B2;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  line-height: 3em;
  border-radius: 5px;
}
.banner_btn_arrow {
	position: relative;
}
.banner_btn_arrow:hover {
	opacity: 0.7;
}
.banner_btn_arrow::after {
	content: '';
  background-image: url(../images/common/icon/icon_y.png);
  background-repeat: no-repeat;
	position: absolute;
	right: 10%;
	top: 1em;
	width: 1em;
	height: 1em;
}

.info_bnr{
	max-width: 1000px;
	width:calc(100% - 20px);
	margin: 10px auto;
}

.info_bnr > a{
	display: block;
	text-align: center;
	text-decoration: none;
	align-items: center;
	padding: 10px;
	font-size: 14px;
    color: #000;
}

.info_bnr > a:hover{
		background-color:rgba(255,255,255,0.4);
}

.info_bnr{
  position: relative;
}

.info_bnr p{
  width: 52%;
  font-size: 16px;
  position: absolute;
  top: 12%;
  left: 46%;
  text-align: left;
}

.info_bnr img{
  width: 100%;
}
