@charset "UTF-8";
/* CSS Document */

/*------------------------------
基本共通設定
------------------------------*/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	font-family: ヒラギノ角ゴ W3 JIS2004, sans-serif;
	font-size: 14px;
	word-wrap: break-word;
}

.txt_small {
	font-size: 12px;
	margin-right: 5px;
}

.shop_name .txt_small {
	font-size: 18px;
}

.red,
a.red {
	color: #CB0C27 !important;
}

.white {
	color: #FFF !important;
}

.box_info {
	width: 98%;
	min-height: 100px;
	background-color: #FFF;
	margin: 20px auto;
	font-size: 1em;
	text-align: left;
}
#exception_info {
	width: 95%;
	margin: 20px auto;
	background-color: #DFF0D8;
	border: 1px solid #000;
	padding: 20px 5px;
}
#exception_info .exception_info_ttl {
	text-align: center;
	font-size: 18px;
	margin-bottom: 10px;
}
#exception_info .exception_info_desc {
	text-align: center;
}
#exception_info time {
	font-size: 16px;
}
#othershoplist {
	overflow: scroll;
}

#slide {
	overflow: hidden;
	width: 100%;
	margin-top: 139px;
	background: url(../images/common/bg_section06.png) repeat center top;
	text-align: center;
}

ul#menu {
	margin-top: 8px;
}

ul#menu li {
	padding: 3px 28px;
}

ul#menu li a {
	text-decoration: none;
}

section {
	margin: 10px auto 30px;
}

/* #campaign,
#concept,
#facilities,
#price,
#access,
#contact {
	margin-top: -75px;
	padding-top: 75px;
} */

/*------------------------------
リンク設定
------------------------------*/

a {
	color: #595757;
	text-decoration: underline;
}

a:link {
	color: #595757;
	text-decoration: underline;
}

a:visited {
	color: #595757;
	text-decoration: underline;
}

a:hover {
	color: #595757;
	text-decoration: underline;
}

a:active {
	color: #595757;
	text-decoration: underline;
}

a:hover img {
	opacity: .7;
}

.btn_basic01 {
	display: table;
	width: 95%;
	height: 50px;
	margin: 15px auto;
	background-color: #248b9a;
	color: #fff !important;
	font-size: 1em;
	text-decoration: none !important;
	border-radius: 4px;
	text-align: center;
}

.btn_basic01 span {
	display: table-cell;
	vertical-align: middle;
}

.btn_basic01:hover {
	opacity: .7;
}

.btn_basic01.color01 {
	background-color: #e39600;
	background-image: url(../images/common/icon/icon_y.png);
	background-position: 95% center;
	background-repeat: no-repeat;
}

.btn_basic01.color02 {
	background-color: #CB0C27;
	background-image: url(../images/common/icon/icon_y.png);
	background-position: 95% center;
	background-repeat: no-repeat;
}

.btn_basic01.blank {
	background-color: #CB0C27;
	background-image: url(../images/common/icon/icon_w_white.png);
	background-position: 95% center;
	background-repeat: no-repeat;
}

a[class="btn_basic01"] {
	background-image: url(../images/common/icon/icon_y.png);
	background-position: 95% center;
	background-repeat: no-repeat;
}

/*------------------------------
campaign
------------------------------*/

.ttl_campaign {
	background-color: #FFF;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	line-height: 2;
	text-align: center;
	font-size: 1.2em;
}

.campaign_topics {
	position: relative;
	border-bottom: 3px solid #CB0C27;
	text-align: center;
	font-size: 1.5em;
	color: #CB0C27;
	font-weight: bold;
}

.campaign_topics:after {
	content: "";
	display: block;
	position: absolute;
	border: 10px solid transparent;
	border-top-color: #CB0C27;
	border-bottom-width: 0;
	bottom: -10px;
	left: 48%;
	width: 0;
}

.box_tokuten {
	overflow: hidden;
	width: 97%;
	margin: 0 auto 10px;
	background-color: #FFF;
	text-align: left;
}

.tokuten_no {
	width: 100%;
	margin: 0 auto 10px;
	background-color: #000;
	color: #FFF;
	font-size: 1.2em;
	line-height: 1.8;
	text-align: center;
}

/*--- contact ---*/

.box_contact {
	width: 100%;
	margin: 45px auto 5px;
	padding-bottom: 25px;
	text-align: center;
}

.mail {
	line-height: 1.5;
	background-color: #5D8704;
	padding: 3px;
	text-align: center;
	color: #fff;
}

.mail_add {
	font-size: 1.4em;
}

.tel {
	margin-left: 10px;
	text-decoration: none !important;
	font-size: 1.5em;
}

/*--- セクション共通 ---*/

.sub_head {
	display: block;
	width: 100%;
	margin: 10px auto;
	position: relative;
	color: #cb0c27;
	border-bottom: 3px solid #cb0c27;
	text-align: center;
	font-size: 22px;
}

.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: 1.2em;
	text-align: center;
}

/* --- consept --- */

.bg_01 {
	padding-bottom: 10px;
	background-image: url(../images/common/bg_section03.png);
	background-repeat: no-repeat;
	background-position: 0 -50px;
}

.box_opacity {
	background-color: rgba(255, 255, 255, .6);
	width: 98%;
	margin: 0 auto 10px;
	padding: 5px;
}

.box_head_01 {
	font-size: 1em;
	border-bottom: 1px dashed #cb0c27;
}

.box_01 img {
	width: 120px;
	height: auto;
	margin: 0;
	padding: 0;
}
.box_01_02 img {
	width: 120px;
	height: auto;
	margin: 0;
	padding: 0;
    clear: both;
}
.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;
}
.wrap_lightbox::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background: url(/images/coworking/higashi-kanda/kaigi/kaigi_ico01.png) no-repeat;
    background-size: 15px auto;
    left:105px;
    bottom: 5px;
}

.img_100 {
	width: 100% !important;
}

.box_03,
.box_location {
	width: 98%;
	margin: 0 auto;
	overflow: hidden;
}

.box_03 div img {
	width: inherit;
	margin-right: 3%;
}

.box_03 div {
	padding: 5px 0;
}

.box_03 div:nth-child(even) {
	background-color: #eee;
}

.box_03 p {
	overflow: auto;
}

.box_location div {
	float: left;
	width: 50%;
	height: 110px;
	text-align: center;
}

/*--- facilities ---*/

.facilities {
	background: url(../images/common/bg_section06.png) repeat;
	padding: 5px;
}

.box_01 {
	overflow: hidden;
	width: 95%;
	margin: 15px auto;
	padding: 5px;
	background-color: #FFF;
}

.box_01_02 {
	overflow: hidden;
	width: 95%;
	margin: 15px auto;
	padding: 5px;
	background-color: #FFF;
}

.box_01 p {
	font-size: 0.875em;
}
.box_01_02 p {
	font-size: 0.875em;
}

figure {
	margin: 0;
	padding: 0;
}

.head_red_ext {
	position: relative;
	width: 100%;
	margin: 10px auto;
	background-color: #cb0c27;
	text-align: center;
	line-height: 1.5;
	color: #FFF;
	font-size: 1em;
}

.head_red_ext:after {
	content: "";
	display: block;
	position: absolute;
	border: 5px solid transparent;
	border-top-color: #cb0c27;
	border-bottom-width: 0;
	bottom: -5px;
	left: 50%;
	width: 0;
}

/*--- price ---*/

.box_02 {
	width: 100%;
	margin: 15px auto;
	background-color: #FFF;
	border: 5px solid #ccc;
	-webkit-border-image: url("../images/common/border_01.png") 12 12 round;
	-moz-border-image: url("../images/common/border_01.png") 12 12 round;
	-o-border-image: url("../images/common/border_01.png") 12 12 round;
	border-image: url("../images/common/border_01.png") 12 12 round;
	padding: 5px;
}

.box_02 h1 {
	font-size: 1.2em;
}

.icon {
	width: 8%;
	margin-bottom: -1%;
}
.top_icon {
	width: 40px;
    height: auto;
    left: 30%;
    top: 20%;
}
.box_tokuten {
	overflow: hidden;
	border: 1px dotted;
	padding: 5px;
	background-color: #FFF;
	text-align: center;
	width: 90%;
	margin: 20px auto;
}

.box_tokuten p {
	margin: 10px 0;
	font-size: 1em;
}
.box_tokuten span {
	font-size: 2.3rem;
}
/*
.location ul {
	width: 100%;
	margin: 5px auto;
	padding: 7px;
	border: 2px solid #ccc;
	text-align: center;
}
*/

/*
.location li {
	display: inline-block;
	width: 45%;
}
*/

.location > .ttl_section {
	border-bottom: 2px solid #ccc;
	margin-bottom: 30px;
}

.head_price {
	position: relative;
	width: 100%;
	margin: 10px auto;
	background-color: #3a3a3a;
	text-align: center;
	line-height: 1.5;
	color: #FFF;
	font-size: 1.5em;
}

.head_price:after {
	content: "";
	display: block;
	position: absolute;
	border: 5px solid transparent;
	border-top-color: #3a3a3a;
	border-bottom-width: 0;
	bottom: -5px;
	left: 50%;
	width: 0;
}

.ttl_price {
	border-bottom: 1px solid #ccc;
	font-size: 1.175em;
	margin: 20px auto 5px;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
}

.price_room {
	margin: 10px auto;
	font-weight: bold;
	font-size: 20px;
}

.ttl_booth,
.ttl_corporation {
	overflow: hidden;
	background-color: #cb0c27;
	padding: 2px;
	margin: 10px auto;
	color: #FFF;
	font-size: 1.25em;
	font-weight: none;
}

.price_coution {
	width: 98%;
	margin: 0 auto;
	padding: 5px;
	list-style-type: none;
	border: 1px solid #cb0c27;
}

.price {
	border-bottom: 1px dashed #ccc;
	margin: 5px auto 10px;
	font-size: 1.175em;
	font-weight: bold;
}

.l2 {
	font-size: 1em;
}

/*--- accsess ---*/

dl,
dt,
dd {
	margin: 0;
	padding: 0;
}

/*--- footer ---*/

footer {
	width: 100%;
	background-color: #ccc;
	font-size: 0.7em;
	text-align: center;
	padding: 15px 0;
}

li.menuItem.active {
	background: #f9d3ce !important;
}

li.menuItem.active a {
	font-weight: bold;
	color: #A51300 !important;
}

.box_info p {
	padding: 15px 0 10px;
	border-bottom: 1px solid #ccc;
}

.box_info li {
	padding: 15px 0 10px;
	border-bottom: 1px solid #ccc;
}

.more {
	width: 98%;
	margin: 0.5em auto;
	border: 1px solid #000;
	line-height: 2.5em;
	background: -webkit-gradient(linear, left top, right bottom, from(#ddd), color-stop(0.25, #ddd), color-stop(0.25, white), color-stop(0.5, white), color-stop(0.5, #ddd), color-stop(0.75, #ddd), color-stop(0.75, white), to(white));
	background: -moz-linear-gradient(-45deg, #ddd 25%, white 25%, white 50%, #ddd 50%, #ddd 75%, white 75%, white);
	background: linear-gradient(-45deg, #ddd 25%, white 25%, white 50%, #ddd 50%, #ddd 75%, white 75%, white);
	background-size: 4px 4px;
	cursor: pointer;
	text-align: center;
	font-size: 1.3em;
}

.banner_undertopics {
	text-align: center;
}

.bnr_sp {
	display: inline;
}

.bnr_pc {
	display: none;
}


#map-canvas {
	width: 90%;
	height: 400px;
	margin: 0 auto;
}

.gm-iv-address-link {
	top: 35px !important;
}

.gm-iv-vertical-separator {
	height: 44px !important;
}
.reviws_section {
	margin-bottom: 30px;
}
.reviws_section p {
	border: none;
}
.reviws_section  .banner_btn_arrow {
	display: block;
  width: 98%;
  text-align: center;
  margin: 10px auto;
  background: #4267B2;
  font-size: 14px;
  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;
  background-size: contain;
	position: absolute;
	right: 5%;
	top: 1em;
	width: 1em;
	height: 1em;
}
@media screen and (min-width: 728px) {
	.bnr_sp {
		display: none;
	}
	.bnr_pc {
		display: inline;
	}
	.txt_cancel .br_sp {
		display: none;
	}
}

@media only screen and (max-width: 768px) {
	.container {
		width: 100%;
		margin-top: 0;
	}

	.box_single .ttl_booth {
		padding-left: 2px;
		height: 64px !important;
		;
	}
	.box_single .ttl_corporation {
		padding-left: 2px;
	}
	.box_corporate .box_single .ttl_booth,
	.box_corporate .box_single .ttl_corporation {
		text-align: center;
		;
	}
	.shop_name_oyado {
		color: #2f5d4c !important;
	}
	.shop_name_ikebukuro {
		color: #e69700 !important;
	}
	.sp_shop_list .other_shop a i {
		position: relative;
		left: 10px;
	}
	.fa-100yen > .fa-stack-1x {
		top: 11px !important;
	}
	.head_price_small {
		background: #CB0C27;
		display: block;
		margin: 0 auto;
		width: 90%;
		text-align: center;
		color: #fff;
		padding: 5px;
	}
	.crowded_switch > p {
		font-size: 2.2rem;
	}
	.sp_shop_list {
		font-family: ヒラギノ角ゴ W6 JIS2004;
		text-align: center;
		height: 40px;
		line-height: 40px;
	}
	.sp_shop_list .current_shop {
		position: relative;
		background: #a51300;
		font-size: 14px;
		color: #fff;
		float: left;
		width: 60%;
	}
	.icon_cashless {
		width: 30px;
		margin-bottom: -4px;
		margin-left: 3px;
	}
	#toggled .sp_shop_list .current_shop::after,
	#toggled_othershop_sp .sp_shop_list .current_shop::after {
		content: "";
		display: block;
		position: absolute;
		border: 5px solid transparent;
		border-top-color: #A51300;
		border-bottom-width: 0;
		bottom: -5px;
		left: 50%;
		width: 0;
	}
	#toggled_othershop_sp .current_shop {
		color: #a51300;
		border-top: solid 2px;
		background: #ffe8e5;
		height: 40px;
		box-shadow: 0px 0px 6px 3px #cecece inset;
		-moz-box-shadow: 0px 0px 6px 3px #cecece inset;
		-webkit-box-shadow: 0px 0px 6px 3px #cecece inset;
	}
	#toggled_othershop_sp .current_shop::after {
		border: none !important;
	}
	#toggled_othershop_sp .other_shop {
		background: #5e3118;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	}
	#toggled_othershop_sp .other_shop::after {
		content: "";
		display: block;
		position: absolute;
		border: 5px solid transparent;
		border-top-color: #5e3118;
		border-bottom-width: 0;
		bottom: -5px;
		left: 50%;
		width: 0;
	}
	#toggled_othershop_sp .other_shop a {
		color: #fff !important;
	}
	#toggled_othershop_sp h2 {
		width: 90%;
		color: #5e3118;
		margin: 0 auto;
		padding-left: 10px;
		font-size: 16px;
		line-height: 1.2;
		border-left: solid 5px;
	}
	#toggled_othershop_sp .list_oyado h2 {
		width: 100%;
		text-align: center;
		border: none;
	}
	#toggled_othershop_sp .list_oyado h2 span.h2_border {
		display: inline-block;
		width: 14%;
		height: 15px;
		border-bottom: 2px solid;
		margin: 0 5px;
	}
	#toggled_othershop_sp .shoplist {
		margin-top: 15px;
	}
	#toggled_othershop_sp .list_cap {
		display: block;
		height: 20px;
	}
	#toggled_othershop_sp .shoplist ul.list {
		margin: 0 auto;
		width: calc(90% + 6px);
	}
	#toggled_othershop_sp .shoplist ul.list.col2 {
		width: 90%;
	}
	#toggled_othershop_sp .shoplist ul.list.two_items {
		display: flex;
		justify-content: space-between;
	}
	#toggled_othershop_sp .shoplist ul.list li {
		border: solid 3px #a51300;
		float: none;
		margin: 5px auto;
		width: calc(100% - 6px);
	}
	#toggled_othershop_sp .shoplist ul.list li.clock {
		border: solid 3px #ea630f;
	}
	#toggled_othershop_sp .shoplist ul.list li.kaigi {
		border: solid 3px #6e3808;
	}
	#toggled_othershop_sp .shoplist ul.list li.kaigi i {
		color: #6e3808;
	}
	#toggled_othershop_sp .shoplist ul.list.two_items li {
		width: 48%;
	}
	#toggled_othershop_sp .shoplist ul.col2 li {
		width: calc(50% - 5px);
		float: left;
		margin: 5px 10px 5px 0;
	}
	#toggled_othershop_sp .shoplist ul.col2 li:nth-of-type(2n) {
		margin-right: 0;
	}
	#toggled_othershop_sp .shoplist ul.list li i {
		color: #a51300;
		top: 23px;
		left: auto;
		right: 10px;
	}
	#toggled_othershop_sp .shoplist ul.list li.clock i {
		color: #ea630f;
	}
	#toggled_othershop_sp .list_satellite ul.list li {
		border: solid 3px #e69700;
	}
	#toggled_othershop_sp .list_satellite ul.list li i {
		color: #e69700;
	}
	#toggled_othershop_sp .list_oyado ul.list li {
		border: solid 3px #2f5d4c;
	}
	#toggled_othershop_sp .list_oyado ul.list li i {
		color: #2f5d4c;
	}
	#toggled_othershop_sp .shoplist ul.list li a {
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		text-align: center;
		font-size: 20px;
		line-height: 25px;
	}
	#toggled_othershop_sp .list_oyado ul.list li a {
		text-align: left;
		padding-left: 10px;
	}

	#toggled_othershop_sp .list_oyado ul.list li a.listtxt_small{
		font-size:17px;
	}

	.sp_shop_list .other_shop {
		float: left;
		width: 40%;
		height: 40px;
		font-size: 14px;
		border-top: 2px solid #A51300;
		box-shadow: 0px 0px 6px 3px #cecece inset;
		-moz-box-shadow: 0px 0px 6px 3px #cecece inset;
		-webkit-box-shadow: 0px 0px 6px 3px #cecece inset;
	}
	.sp_shop_list .other_shop a {
		color: #5E3118 !important;
		text-decoration: none !important;
	}
	#header .logo a {
		text-decoration: none;
	}
	#header .logo img {
    width: 100px;
    height: auto;
}
#header .logo span {
    width: 110px;
}
	/*------------------------------
リンク設定
------------------------------*/
	.box_location div {
		display: block;
		padding: 0px 0px;
		margin: 0px 0;
		vertical-align: top;
		border-right: 0;
		min-height: inherit;
	}
	.box_location div a {
		position: relative;
		z-index: 10;
		display: block;
	}
	.box_03 div img {
		width: 15%;
		margin-right: 2%;
		float: left;
	}
	.box_03 p {
		overflow: auto;
	}
	.box_location div img {
		width: 10%;
		margin: 0 5%;
		margin-top: 20px;
		list-style: none;
	}
	.box_03 div:after {
		content: '.';
		clear: both;
		display: block;
		height: 0;
		visibility: hidden;
	}
	.box_location div:after {
		content: ".";
		clear: both;
		display: block;
		height: 0;
		visibility: hidden;
		margin-bottom: 30px;
	}
	.box_location div:nth-child(2),
	.box_location div:nth-child(3),
	.box_location div:nth-child(6) {
		background-color: #eee;
	}
	.pc_none {
		display: block;
	}
	.sp_none {
		display: none;
	}
	.pc {
		display: none;
	}
	/*------------------------------
navigartion
------------------------------*/
	li.menuItem.active {
		background: #F8B73B;
	}
	.navbar li.active {
		background-color: #F8B73B;
		color: #fff;
	}
	#facebook {
		text-align: center;
	}
	.h_logo {}
	.navbar ul {
		margin-left: 0;
		padding-left: 0;
		background-color: #FFF;
		text-align: center;
	}
	.navbar ul li {
		list-style: none;
		line-height: 3;
		font-size: 1.3em;
		border-bottom: 1px solid #ccc;
	}
	.navbar a {
		display: block;
		width: 100%;
		text-decoration: none;
	}
	.navbar {
		width: 100%;
	}
	.sp_none {
		display: none;
	}
	#facebook {
		display: none;
	}
	.navbar {
		height: inherit !important;
	}
	#menu-box {
		z-index: 9999;
		position: relative;
	}
	#toggle img.right {
		float: inherit;
	}
	.m70t {
		margin-top: 70px;
		height: 0;
	}
	#slide {
		margin-top: 0px;
	}
	#slide img {
		width: 100%;
		height: auto;
	}
	#menu {
		display: none;
	}
	#menu li {
		width: 100%;
		line-height: 2;
	}
	#toggle {
		display: block;
		position: relative;
		width: 100%;
		background: #fff;
	}
	ul#menu {
		margin: 0;
	}
	#toggle a {
		display: block;
		position: relative;
		padding: 12px 0 10px;
		border-bottom: 1px solid #444;
		text-align: center;
		text-decoration: none;
	}
	#toggle:before {
		display: block;
		content: "";
		position: absolute;
		top: 36px;
		right: 7px;
		width: 25px;
		height: 25px;
		margin-top: -10px;
		background: #8f7061;
		border: 1px solid #8f7061;
	}
	#toggle ul li:before {
		display: none;
	}
	#toggle a:before,
	#toggle a:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		right: 10px;
		width: 20px;
		height: 4px;
		background: #fff;
	}
	#toggle a:before {
		margin-top: -6px;
	}
	#toggle a:after {
		margin-top: 2px;
	}
	.movie {
		width: 100%;
	}
	.indoor_pc {
		display: none;
	}
	.indoor_sp {
		display: block;
		width: 100%;
	}
	.list_access {
		padding: 2%;
	}
	.list_access dt {
		width: 30%;
		font-weight: bold;
		float: left;
		clear: both;
		font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
	}
	.list_access dd {
		width: 70%;
		float: left;
	}
	.list_access dt:nth-child(1),
	.list_access dd:nth-child(2) {
		border: none;
	}
	.list_access dt,
	.list_access dd {
		padding: 0.5em 0;
		border-top: 1px dotted rgb(170, 170, 170);
		border-bottom: none;
	}
	.access img {
		width: 100%;
		margin: 5px auto 0;
	}
	.btn_360 {
		width: 95% !important;
		margin: 10px auto 30px !important;
	}
	.box_notice {
		padding: 10px;
		float: right;
		text-align: center;
		width: 55%;
		font-size: 20px;
		line-height: 1.2;
		font-weight: bold;
		color: #a51300;
	}
	.access_time_table01 {
		display: inline-block;
		float: left;
		border-collapse: separate;
		border-spacing: 0px 5px;
	}
	.access_time_box_table01 {
		width: 100%;
		border: none;
		padding: 0 20px 20px;
	}
	.access_time_box_table01 .box_head_01 {
		font-size: 1.2em;
		margin: 15px 0 5px;
		font-weight: normal;
	}
	.station_name {
		font-size: 1em;
	}
	.station_name span,
	.access_time_minitu span {
		font-size: 1.2em;
		font-weight: bold;
	}
	.access_time_minitu span {
		margin: 0 3px;
	}

	.station_box {
		position: relative;
		background: #5d311b;
		border-radius: 4px;
		padding: 2px;
		color: white;
	}
	.station_box:before {
		content: "";
		position: absolute;
		top: -10px;
		left: 10px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 7.5px 13.0px 7.5px;
		border-color: transparent transparent #5d311b transparent;
	}
	.station_list .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;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		-o-justify-content: space-between;
		justify-content: space-between;
		align-items: center;
	}
	.station_box a {
		display: inline-block;
		width: 100%;
		height: 100%;
		padding: 3px;
		color: #f9c06e;
		text-decoration: none;
	}
	.station_list p:first-child {
		width: 70%;
	}
	.station_list p:nth-child(1n + 1) {
		margin: 5px 0;
	}
	.station_list p:nth-child(3) {
		width: 100%;
	}
	.station_list li {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.station_list .note {
		font-size: 12px;
		padding-top: 10px;
	}
	.station_border {
		border-bottom: 1px solid #ccc;
	}
	.image_wrap {
		position: relative;
		margin-top: 30px;
	}
	.image_wrap .image {
		width: 99%;
		margin: 0 auto;
		border: 1px #ccc solid;
		overflow: auto;
	}
	.map_img {
		width: 100%;
		height: auto;
	}
	.scale {
		position: absolute;
		z-index: 3;
		bottom: 13px;
		right: 13px;
	}
	.scale div {
		position: relative;
		width: 36px;
		height: 36px;
		margin-bottom: 7px;
		cursor: pointer;
		-webkit-transition: .3s ease-out;
		transition: .3s ease-out;
		border-radius: 3px;
		background: #cb0c27;
	}
	.btn_plus,
	.move .btn_minus {
		opacity: 1;
	}
	.btn_plus:before {
		position: absolute;
		top: 10px;
		left: 17px;
		width: 2px;
		height: 16px;
		content: "";
		background: #eee;
	}
	.btn_plus:after,
	.btn_minus:after {
		position: absolute;
		top: 17px;
		left: 10px;
		width: 16px;
		height: 2px;
		content: "";
		background: #eee;
	}
	.btn_minus,
	.move .btn_plus {
		opacity: .5;
	}
	.move .image_detail {
		-webkit-transform: scale(2);
		transform: scale(2);
		-webkit-transform-origin: left top;
		transform-origin: left top;
	}
	.negative_mt15 {
		margin-top: -15px;
	}
	.bnr_bounenkai_sm {
		width:100% !important;
	}
}/*------------------------------------------------------------max-width: 768pxここまで-------------------------------------------------------------*/

@media screen and (max-width: 339px) {
	#toggled_othershop_sp .shoplist ul.list li a {
		font-size: 18px;
	}
	#toggled_othershop_sp .list_oyado ul.list li a.listtxt_small{
		font-size:13px;
	}
	.sp_shop_list .current_shop_denki{
		font-size:11px;
	}
}

/*
	おすすめ月間(マンスリー)会員プラン　レスポンシブ対応
	767pxでHTMLの表示切り替え
*/

/*-- PC版表示CSS  --*/
.pc_area{
  display:block;
}
.sp_area{
  display:none;
}


/*-- スマホ版表示CSS  --*/
@media screen and (max-width: 768px){
  .pc_area{
    display:none;
  }
  .sp_area{
    display:block;
  }
}
@media screen and (min-width: 768px){
  .pc_area{
    display:block;
  }
  .sp_area{
    display:none;
  }
}

/*
	おすすめ月間(マンスリー)会員プラン　レスポンシブ対応
	767px以下のCSS
*/
/*ボックス全体*/
.accbox {
    margin: 2em 0;
    padding: 0;
}

/*ラベル*/
.accbox label {
    display: inline-table;
	width:100%;
    margin: 1.5px 0;
    padding : 5px 2px 8px;;
    color: #fff;
    font-weight: bold;
    background: #cb0c27;
    cursor :pointer;
    transition: all 0.5s;
		font-size: 16px;
		text-align:center;
		line-height:1.1em
}

/*アイコンを表示*/
.accbox label::before {
	display:table-cell;
     content: '\f055';
	width: 1em;
    color: #ffffff;
    padding-left:2vw;
    vertical-align: middle;
    font-size: 1.5em;
    font-family: 'FontAwesome';
}
.ac_cap{
	font-size:0.7em;
}

/*ラベルホバー時*/
.accbox label:hover {
    background :#B32443;
}

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
    height: auto;
    padding: 20px 0 40px;
    background: #fff;
    opacity: 1;
}

.accbox .accshow p {
    margin: 15px 10px;
		text-align: left;
	}

/*アイコンを入れ替える*/
.cssacc:checked + label:before {
    content: '\f056';
}
/*box内の指定
			.table_price_monthlyはhigashi-kanda.css LINE:645 */
.price_box_left{
	width: 50%;
}
.price_box_right{
	width: 50%;
	text-align: center;
}

.plan_common_label{
	display: block;
	margin: 1.5px 0 0px;
	padding : 14px 12px 8px;
	color: #33281F;
	font-weight: bold;
	background: #FFE099;
	cursor :pointer;
	transition: all 0.5s;
	font-size: 20px;
	line-height:20px;
}

.price_box{
	text-align: center;
}

.price_displayed{
	margin-left: 5vw;
    font-size: 14px;
    position: relative;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);

}

.info_bnr{
	width:calc(100% - 20px);
	margin: 20px auto;
  position: relative;
}

.info_bnr img{
  width: 100%;
}

.info_bnr > a{
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 10px;
	font-size:14px;
	color:#000;
}

.info_bnr > a:hover{
	background-color:rgba(255,255,255,0.4);
}

.info_bnr p{
  width: 86%;
  font-size: 14px;
  position: absolute;
  top: 47%;
  left: 8%;
  text-align: left;
  line-height: 1.4;
}
