@charset "UTF-8";
/* base
-----------------------------------*/
html {
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /* 1 */
  color: #333333;
}
:root {
  --main-color: #002247;
}
img {
  max-width: 100%;
  height: auto;
}

ul {
  list-style: none;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

body {
  background: none;
  box-sizing: border-box;
}

.inner {
  width: 1080px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

.inner02 {
  max-width: 962px;
  margin: 0 auto;
  box-sizing: border-box;
}

.inner03 {
  width: 930px;
  margin: 0 auto;
  box-sizing: border-box;
}

.inner04 {
  width: 852px;
  margin: 0 auto;
  box-sizing: border-box;
}

.inner_sm {
  width: 830px;
  margin: 0 auto;
}

.bold {
  font-weight: bold;
}

a {
  color: #A41300;
}

/*header*/
#header {
  position: relative;
  overflow: hidden;
}

.aside {
  width: 120px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  overflow: auto;
  display: block;
}

.aside_it {
  padding: 15.04% 6.69% 11.7%;
  box-sizing: border-box;
  text-align: center;
}

.aside_it_red {
  background: #b42400;
}

.aside_it_orange {
  background: #ffa326;
}

.aside_it_green {
  background: #237440;
}

.aside_it_navyblue {
  background: var(--main-color);
}

.aside_it_blue img,
.aside_it_braun img {
  display: block;
}

.aside_it_red .aside_ttl02 {
  color: #F0D9D6;
}

.aside_it_red .aside_btn_sub01 {
  color: #A41300;
}

.aside_it_red .aside_btn_sub02 {
  color: #F0D9D6;
}

.aside_it_orange .aside_ttl02 {
  color: #FCD79B;
}

.aside_it_orange .aside_btn_sub01 {
  color: #FF921E;
}

.aside_it_orange .aside_btn_sub02 {
  color: #FCD79B;
}

.aside_it_green .aside_ttl02 {
  color: #92B5A0;
}

.aside_it_green .aside_btn_sub01 {
  color: #1E6432;
}

.aside_it_green .aside_btn_sub02 {
  color: #92B5A0;
}

.aside_it_navyblue .aside_ttl02 {
  color: #FFCF05;
}

.aside_it_navyblue .aside_btn_sub01 {
  color: var(--main-color);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.aside_btn {
  margin-bottom: 9.65%;
}

.aside_btn a {
  text-decoration: none;
  background: #fff;
  display: block;
  padding: 6.75% 4.83% 8.68%;
  box-sizing: border-box;
  border-radius: 12px;
  font-family: "Source Han Sans JP", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  position: relative;
  min-height: 2.9em;
}

.aside_btn.aside_btn_bg a {
  background: #F0D9D6;
  pointer-events: none;
}

.aside_it_red .aside_btn.aside_btn_bg .aside_btn_sub02 {
  color: #fff;
}

.aside_it_orange .aside_btn.aside_btn_bg .aside_btn_sub02 {
  color: #fff;
}

.aside_btn:last-child {
  margin-bottom: 0;
}

.aside_btn a span {
  display: block;
}
.aside_btn a span.text_style {
  display: inline;
  font-size: 0.8em;
}

.aside_ttl01 {
  font-size: 12px;
  line-height: 130%;
  color: #fff;
  margin-bottom: 1.94%;
}

.aside_ttl02 {
  font-size: 68.75%;
  margin-bottom: 9.65%;
}

.aside_btn_sub01 {
  font-size: 81%;
  font-weight: bold;
}

.aside_btn_sub02 {
  font-size: 10%;
  line-height: 120%;
  text-transform: uppercase;
}

#wrapper {
  width: calc(100% - 120px);
  margin-left: 120px;
}

.aside_it_braun,
.aside_it_blue {
  border-top: 1px #fff solid;
}

#slider {
  position: relative;
  overflow: hidden;
}

#slider ul .slick-arrow {
  width: 50px;
  height: 50px;
  background: url('../../images/coworking/index/ic_prev.png') center no-repeat;
  background-size: cover;
  position: absolute;
  top: calc(50% - 25px);
  left: 30px;
  z-index: 1;
  border: none;
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

#slider ul .slick-next {
  left: inherit;
  right: 30px;
  background: url('../../images/coworking/index/ic_next.png') center no-repeat;
  background-size: cover;
}

#slider ul .slick-arrow:hover {
  cursor: pointer;
  opacity: 0.7;
}

#slider .slide_txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#slider .slick-dots {
  position: absolute;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#slider .slick-dots li {
  position: relative;
  border: solid 2px rgba(51, 51, 51, 0.4);
  border-radius: 12px;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  font-size: 0;
  line-height: 0;
  color: transparent;
}

#slider .slick-dots li.slick-active {
  border-color: rgba(255, 255, 255, 0.4);
}

#slider .slick-dots li button::before {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: #e5e5e5;
}

#slider .slick-dots li.slick-active button::before {
  background: #333;
}

#gnavi {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  padding: 32px 0;
  transition: all ease 0.3s;
}

#gnavi.active {
  background: rgba(0, 0, 0, 0.7);
  padding: 20px 0;
}

#gnavi .inner {
  width: 920px;
}

#gnavi ul.list_menu01 {
  padding: 0;
  margin-right: 28px;
  display: flex;
}

#gnavi ul.list_menu01 li {
  line-height: 36px;
}

#gnavi ul.list_menu01 li a {
  padding: 0 25px;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0px 5px rgba(0, 0, 0, 0.8), 0 0px 6px rgba(0, 0, 0, 0.8);
  display: block;
  font-weight: normal;
  box-sizing: border-box;
  white-space: nowrap;
}

#gnavi ul.list_menu01 li a.btn_menu {
  display: block;
  padding: 0 30px;
  position: relative;
  background: #820b00;
  color: #fff;
  border-radius: 5px;
  text-shadow: none;
  z-index: 1;
  margin-left: 20px;
}

#gnavi ul.list_menu01 li a.btn_menu::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  background: #981100;
  overflow: hidden;
  z-index: -1;
  left: 0;
  top: 0;
  border-radius: 5px;
}

#gnavi ul li a.btn_menu span::after {
  right: 10px;
}

#gnavi ul li {
  text-align: center;
  position: relative;
}

#gnavi ul.list_menu02 {
  width: 100%;
  padding: 0 13px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

#gnavi ul.list_menu02 li img {
  max-width: none;
}

#gnavi ul.list_menu02 li:nth-child(1) {
  margin-right: 9px;
}

#gnavi ul.list_menu02 li:nth-child(2) {
  margin-right: 10px;
}

#gnavi ul.list_menu02 li .tell_txt {
  color: #fff;
}

#gnavi ul li a:hover {
  opacity: 0.5;
}

#gnavi ul li.sub ul {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  width: 150px;
  position: absolute;
  top: 150%;
  left: calc(50% - 75px);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.3s;
}

#gnavi ul li.sub:hover ul {
  top: calc(100% + 10px);
  opacity: 1;
  visibility: visible;
}

#gnavi ul li.sub ul li {
  width: 100%;
  border-bottom: 1px dotted #333;
}

#gnavi ul li.sub ul li:last-child {
  margin-bottom: 0;
  padding: 0;
  border-bottom: none;
}

#gnavi ul li.sub ul li a {
  font-size: 10px;
  color: #333;
  text-shadow: none;
  line-height: 1.5em;
  padding: 10px 0
}

#gnavi ul li.sub ul li a span {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5em
}

#gnavi ul li.sub ul li a:hover {
  background: #fff;
  opacity: 1;
}

#gnavi ul li span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: url(../../../../coworking/images/common/icon/icon_w_white.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 13px;
  height: 13px;
}

#gnavi p.tell_txt{
  color: #fff;
  margin-left: -15px;
  font-size: 12px;
  text-align: right;
  text-shadow: 0 0px 5px rgb(0 0 0 / 80%), 0 0px 6px rgb(0 0 0 / 80%);
}
#gnavi p.tell_txt:last-child{
  font-size: 14px;
}
.main_vs{
  line-height: 0;
  margin: 0;
}

.slide_oshigoto {
  position: absolute;
  bottom: 47px;
  right: 48px;
}

.slide_oshigoto img {
  height: auto;
  width: 16vw;
}

/*header*/

#footer {
  background: #72411F;
  padding: 35px 0 30px 0;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
}

.f_logo {
  margin-bottom: 15px;
}

.footer_flexBox {
  display: flex;
  justify-content: center;
}

.footer_flexBox p.f_logo_txt {
  display: inline-block;
}

.footer_flexBox p.f_logo_txt:first-child {
  margin-right: 20px;
}

.f_logo_txt {
  margin-bottom: 12px;
  font-size: 11px;
}

.copyright {
  font-size: 11px;
}

.totop {
  border: none;
  bottom: 50px;
  cursor: pointer;
  overflow: hidden;
  position: fixed;
  right: 50px;
  text-decoration: none;
  margin: 0;
  z-index: 9;
  display: none;
}

.totop:hover {
  opacity: 0.8;
}

#gnavi ul li.btn_menu a {
  display: block;
  padding: 10px 20px;
  position: relative;
  background: #820b00;
  color: #fff;
  border-radius: 5px;
  text-shadow: none;
  z-index: 1;
}

#gnavi ul li.btn_menu a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  background: #981100;
  overflow: hidden;
  z-index: -1;
  left: 0;
  top: 0;
  border-radius: 5px;
}

#gnavi ul li.btn_menu a:hover {
  opacity: 0.8;
}

#gnavi ul li {
  line-height: 1em;
}

.sns .inner {
  background: #aa8e68;
  padding: 80px 0;
  box-sizing: border-box;
}

.sns_box {
  display: flex;
  justify-content: center;
  align-content: center;
}

.sns_box_it {
  width: calc((100% - 30px) / 2);
  margin-right: 30px;
}

.sns_box_it:last-child {
  margin-right: 0;
}

.sns_box_it img {
  width: 100%;
}

.h1_ttl {
  text-align: center;
}

.h1_ttl span {
  font-size: 48px;
  color: #a41300;
}

.h1_ttl02 {
  text-align: center;
  font-size: 30px;
}

.box_eticket {
  width: 100%;
}

.box_eticket img {
  display: block;
  margin: 0 auto;
}

.twitter-widget-wrapper iframe {
  width: 740px !important;
}

.cw_red {
  color: #A41300;
}

.f_logo_txt a {
  text-decoration: none;
  color: #FFF;
}

.link_container {
  width: 1000px;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.link_box {
  width: 48%;
  margin-bottom: 20px;
}

.link_box img {
  width: 100%;
  display: block;
}

/*eチケット*/
.f14 {
  font-size: 14px;
}

/*対象エリア*/
.tab_price_target {
  padding: 20px 20px 0 20px;
}

.tab_price_target .box_price_target {
  border: 1px solid #a01305;
}

.tab_price_area {
  display: flex;
  justify-content: center;
  align-content: center;
  width: 100%;
}

.tab_price_area .tab_price_txt06 {
  width: calc(100% / 3);
}

.tab_price_ttl04 .tab_price_disc {
  padding-left: 10px;
  font-size: 10px;
}

/*breadcrumbs*/
#breadcrumbs ol {
  max-width: 1000px;
}

#breadcrumbs ol li {
  font-size: 12px;
}

#breadcrumbs.white a {
  color: #A41300;
}

#breadcrumbs.white a:hover {
  color: #A41300;
}

/* クレジットカード分割（2021.06.19） */
.cash_img_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 190px;
  padding: 0 10px;
  box-sizing: border-box;
}

.cash_img_list li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45%;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.cash_img_list li:last-child,
.cash_img_list li:nth-last-child(2):nth-child(odd) {
  margin-bottom: 0;
}

.cash_img_list li img {
  width: 100%;
  height: auto;
}

.valuable_list_it_txt_sub {
  font-size: 14px;
}

/* pc専用の記述
-----------------------------------*/
@media screen and (min-width: 751px) {
  .pc {
    display: block;
  }

  .sp {
    display: none;
  }

  .box_sp {
    display: none;
  }

  .box_pc {
    display: block;
  }
  #header picture img {
    height: auto;
  }

  .store_ic_phone {
    display: none;
  }

  #gnavi_sp {
    display: none;
  }

  .slick-slider {
    width: 100% !important;
  }

  #slider ul.sp {
    display: none;
  }

  #gnavi_sp ul li a {
    font-size: 16px;
  }

  #wrapper {
    min-width: 1080px;
    overflow: hidden;
  }

  .aside_sp {
    display: none;
  }

  .kowakuwa_it a:hover {
    opacity: 0.8;
  }
}

.info_bnr > .txt_emergency {
  width: calc(100% - 136px);
}

@media screen and (min-width: 769px) {
  #header{
    width: 100%;
  }
  #player{
    width: 800px;
    height: 450px;
  }
  #youtube_thmb{
    width: calc(100vw - 20px);
    height: auto;
  }
}


/* sp専用の記述
-----------------------------------*/
@media screen and (max-width: 768px) {
  #header{
    width: 100%;
    height:calc(100vw * 0.875)!important;
  }
  #header picture img{
    /* height:calc(100vw * 0.875)!important; */
  }
  #panorama_photo iframe{
    width: 100%!important;
  }
  #header #gnavi_sp img{
    height: auto!important;
  }
  #youtube_thmb{
    width: 100%;
    height:calc(100vw * 0.553);
  }
  .infor_las dt img{
    width: 100%;
    height: auto;
  }
  .img_price{
    width:100%!important;
  }
  .img_price img,
  .work_b_img img,
  .opportunities img,
  .step_ico img{
    height: auto;
  }
  #fac_spaces .slider_img img,
  #fac_meeting .slider_img img,
  #fac_privateroom .slider_img img,
  .fac_model_img{
    height:auto;
  }
  .svr_it_img img{
    height: 100%;
  }
  .service_ttl01_img img{
    width: 10px;
    height: 16px;
  }
  .box_dropin_notice {
    font-size: 12px;
  }

  .box_dropin {
    width: 95%;
  }

  .bnr_dropin {
    width: 100%;
  }

  .logo_gnavi {
    display: flex;
    align-items: center;
    padding: 20px 5%;
    box-sizing: border-box;
  }

  .logo_sp_txt {
    font-size: 14px;
    color: #fff;
    margin-left: 10px;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  #wrapper {
    width: 100%;
    margin-left: 0;
  }

  #slider .slick-dots {
    margin: 10px 0;
  }

  #slider ul .slick-arrow {
    display: none !important;
  }

  .sns .inner {
    padding: 30px 0;
    box-sizing: border-box;
  }

  #gnavi {
    display: none;
  }

  .inner_md {
    width: 100%;
  }

  #gnavi_sp {
    position: fixed;
    top: 0;
    right: 0;
    width: 90%;
    height: 100vh;
    transition: all ease 0.3s;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #B42400;
    padding-top: 0;
  }

  #gnavi_sp .inner {
    padding: 0
  }

  #gnavi_sp .inner img{
    width: 100%;
  }

  #gnavi_sp.active {
    opacity: 1;
    visibility: visible;
    right: 0;
  }

  #gnavi_sp ul {
    padding: 0;
    box-sizing: border-box;
  }

  #gnavi_sp ul li {
    position: relative;
    padding: 0;
    border-top: 1px solid #801e03;
  }

  #gnavi_sp ul li a {
    color: #fff;
    padding: 0 5%;
    text-decoration: none;
    display: block;
    position: relative;
    box-sizing: border-box;
    height: 40px;
    text-align: left;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 16px;
    font-weight: bold;
  }

  #gnavi_sp ul li a span {
    color: #fff;
    display: block;
    line-height: 1.5em;
    font-size: 14px;
  }

  #gnavi_sp ul li.home a,
  #gnavi_sp ul li a .en {
    font-weight: 300
  }

  .contact {
    margin: 20px auto 10px auto !important;
  }

  .contact a {
    position: relative;
  }

  .contact a::after {
    content: "";
    position: absolute;
    display: inline-block;
    position: absolute;
    width: 12px;
    height: 12px;
    background: no-repeat center/contain url(/images/coworking/common/ico_01.png);
    top: 50%;
    transform: translateY(-50%);
    right: 25%;
  }

  .btn_open {
    width: 60px;
    height: 60px;
    margin: 0;
    position: absolute;
    top: 0px;
    right: 0;
  }

  .btn_side {
    display: block;
    cursor: pointer;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 9999;
    position: relative;
    margin: 0 auto;
    position: absolute;
    border-radius: 0
  }

  .btn_side span {
    display: block;
    position: absolute;
    height: 2px;
    width: 15px;
    background: #B42400;
    opacity: 1;
    transform: rotate(0deg);
    transition: .3s ease-in-out
  }

  .btn_side span:nth-child(even) {
    left: calc(50% + 1px);
  }

  .btn_side span:nth-child(odd) {
    left: calc(50% - 14px);
  }

  .btn_side span:nth-child(1),
  .btn_side span:nth-child(2) {
    top: 21px
  }

  .btn_side span:nth-child(3),
  .btn_side span:nth-child(4) {
    top: 30px
  }

  .btn_side span:nth-child(5),
  .btn_side span:nth-child(6) {
    top: 39px
  }

  .btn_side.open {
    background: #B42400
  }

  .btn_side.open span {
    background: #fff
  }

  .btn_side.open span:nth-child(1),
  .btn_side.open span:nth-child(6) {
    transform: rotate(45deg)
  }

  .btn_side.open span:nth-child(2),
  .btn_side.open span:nth-child(5) {
    transform: rotate(-45deg)
  }

  .btn_side.open span:nth-child(1) {
    left: calc(50% - 12px);
    top: 25px
  }

  .btn_side.open span:nth-child(2) {
    left: calc(50% - 2px);
    top: 25px
  }

  .btn_side.open span:nth-child(3) {
    left: -50%;
    opacity: 0
  }

  .btn_side.open span:nth-child(4) {
    left: 100%;
    opacity: 0
  }

  .btn_side.open span:nth-child(5) {
    left: calc(50% - 12px);
    top: 36px
  }

  .btn_side.open span:nth-child(6) {
    left: calc(50% - 2px);
    top: 36px
  }

  #gnavi ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    padding: 0;
  }

  .btn_open {
    width: 90px;
    height: 60px;
    margin: 0;
    position: fixed;
    top: 0px;
    right: 0;
    z-index: 99999;
  }

  .btn_side {
    display: block;
    cursor: pointer;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 9999;
    position: relative;
    margin: 0 auto;
    border-radius: 0;
    background: #B42400;
  }

  .btn_side span {
    display: block;
    position: absolute;
    height: 2px;
    width: 15px;
    background: #fff;
    opacity: 1;
    transform: rotate(0deg);
    transition: .3s ease-in-out
  }

  .btn_side span:nth-child(even) {
    left: calc(50% + 1px);
  }

  .btn_side span:nth-child(odd) {
    left: calc(50% - 14px);
  }

  .btn_side span:nth-child(1),
  .btn_side span:nth-child(2) {
    top: 21px
  }

  .btn_side span:nth-child(3),
  .btn_side span:nth-child(4) {
    top: 30px
  }

  .btn_side span:nth-child(5),
  .btn_side span:nth-child(6) {
    top: 39px
  }

  .btn_side.open {
    background: #B42400
  }

  .btn_side.open span {
    background: #fff
  }

  .btn_side.open span:nth-child(1),
  .btn_side.open span:nth-child(6) {
    transform: rotate(45deg)
  }

  .btn_side.open span:nth-child(2),
  .btn_side.open span:nth-child(5) {
    transform: rotate(-45deg)
  }

  .btn_side.open span:nth-child(1) {
    left: calc(50% - 12px);
    top: 25px
  }

  .btn_side.open span:nth-child(2) {
    left: calc(50% - 2px);
    top: 25px
  }

  .btn_side.open span:nth-child(3) {
    left: -50%;
    opacity: 0
  }

  .btn_side.open span:nth-child(4) {
    left: 100%;
    opacity: 0
  }

  .btn_side.open span:nth-child(5) {
    left: calc(50% - 12px);
    top: 36px
  }

  .btn_side.open span:nth-child(6) {
    left: calc(50% - 2px);
    top: 36px
  }


  #slider .slide_txt img {
    width: 50vw;
    height: auto;
  }

  #gnavi_sp ul.sub_menu li a {
    display: flex;
    flex-direction: row;
    text-align: left;
    justify-content: flex-start;
    padding: 0 2% 0 16%;
    font-size: 11px;
    align-items: center;
  }

  #gnavi_sp ul.sub_menu li a span {
    font-size: 13px;
  }

  .aside {
    display: none;
  }

  .inner {
    max-width: 100%;
    margin: 0 auto;
  }

  .inner02 {
    width: 100%;
    margin: 0 auto;
    padding: 0 6%;
    box-sizing: border-box;
  }

  .inner03 {
    width: 100%;
    margin: 0 auto;
    padding: 0 6%;
    box-sizing: border-box;
  }

  .inner04 {
    width: 100%;
    margin: 0 auto;
    padding: 0 4%;
    box-sizing: border-box;
  }

  .sns_box {
    display: block;
  }

  .sns_box_it {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  #slider ul.pc {
    display: none;
  }

  #gnavi_sp ul.sub_menu li a {
    position: relative;
  }

  #gnavi_sp ul.sub_menu li a:before {
    position: absolute;
    content: "";
    width: 10%;
    height: 1px;
    left: 5%;
    top: 48%;
    border-bottom: 2px dotted #fff;
  }

  #gnavi_sp li ul.sub_menu {
    display: none;
  }

  .arrow {
    position: relative
  }

  .arrow:after {
    position: absolute;
    content: "";
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    padding: 4px;
    left: 18vw;
    top: 30%;
  }

  #gnavi_sp:before {
    position: absolute;
    content: "";
    width: 11%;
    background: rgba(0, 0, 0, 0.6);
    left: -11%;
    top: 0;
    height: 100%;
    box-sizing: border-box;
  }

  #header {
    width: 100%;
  }

  .tab_price01_ct01 {
    padding: 5px 0 0 0;
  }

  .tab_price_txt02 {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    font-size: 18px;
  }

  .aside_sp {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999;
    display: block;
    margin: 0;
    line-height: 0;
    width: 100%;
  }

  .store_ic_phone {
    display: block;
  }

  .aside_sp_ct {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 80px;
    align-content: center;
    align-items: center;
    width: 100%;
  }

  .aside_sp_ct .aside_sp_it {
    width: calc(100% / 3);
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
    position: relative;
  }

  .aside_sp_ct .aside_sp_it:before {
    position: absolute;
    content: "";
    background: url("../../../../images/coworking/higashi-kanda/index/ico_arrow.png");
    width: 8px;
    height: 13px;
    background-size: 8px 13px;
    bottom: 2px;
    left: calc(50% - 4px);
    transform: rotate(90deg);
  }

  .aside_sp_ct a {
    text-decoration: none;
    line-height: 1em;
    text-align: center;
    font-family: "Source Han Sans JP", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  }

  .aside_sp_ct a span {
    display: block;
  }

  .aside_sp_it_sub01 {
    font-size: 12px;
    color: #fff;
  }

  .aside_sp_it_sub03 {
    font-size: 11px;
    color: #fff;
  }

  .aside_sp_it_sub02 {
    font-size: 10px;
    color: #fff;
  }

  .aside_sp_it_red {
    background: #b42400;
  }

  .aside_sp_it_orange {
    background: #ffa226;
  }

  .aside_sp_it_green {
    background: #237541;
  }

  .aside_sp_it_red .aside_sp_it_sub02 {
    color: #F3E1DE;
  }

  .aside_sp_it_orange .aside_sp_it_sub02 {
    color: #FCDDAA;
  }

  .aside_sp_it_green .aside_sp_it_sub02 {
    color: #A1C0AF;
  }

  .totop {
    right: 1.5em !important;
    bottom: 1.5em !important;
  }

  .box_info {
    max-width: 94%;
    min-height: 100px;
    background-color: #FFF;
    margin: 20px auto;
    font-size: 1em;
    text-align: left;
  }

  .box_info p {
    padding: 15px 0 10px 5px;
  }

  .bnr_oshigoto_gnav {
    width: 90%;
    margin: 5px auto;
    display: block;
  }

  .aside_sp {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99999;
    display: block;
    margin: 0;
    line-height: 0;
    width: 100%;
  }

  .logo_sp img {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    line-height: 0;
  }

  #gnavi_sp {
    position: fixed;
    top: 0;
    right: 0;
    width: 90%;
    height: 100vh;
    transition: all ease 0.3s;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #B42400;
    padding-top: 0;
  }

  #gnavi_sp .inner {
    padding: 0
  }

  #gnavi_sp.active {
    opacity: 1;
    visibility: visible;
    right: 0;
  }

  #gnavi_sp ul {
    padding: 0;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  #gnavi_sp ul li.sub_menu_sp {
    cursor: pointer;
  }

  #gnavi_sp ul.sub_menu02_sp li {
    display: none;
    border: none;
    width: 100%;
  }

  #gnavi_sp ul.sub_menu02_sp li:nth-child(odd) {
    border-right: none;
  }

  #gnavi_sp ul li {
    position: relative;
    padding: 0;
    width: 50%;
    border-top: 1px solid #801E03;
    box-sizing: border-box;
  }

  #gnavi_sp ul li a {
    color: #fff;
    padding: 10px 5%;
    text-decoration: none;
    position: relative;
    box-sizing: border-box;
    text-align: left;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: bold;
  }

  #gnavi_sp ul li a[target=_blank] {
    display: flow-root;
  }

  #gnavi_sp ul li a[target=_blank]::after {
    content: "";
    display: inline-block;
    vertical-align: baseline;
    margin-left: 8px;
    width: 12px;
    height: 12px;
    background: no-repeat center/contain url("../../images/coworking/common/ico_01.png");
  }

  #gnavi_sp ul li.sub_menu_sp {
    color: #fff;
    text-decoration: none;
    position: relative;
    box-sizing: border-box;
    text-align: left;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: bold;
    padding: 3%;
  }

  #gnavi_sp ul li.sub_menu_sp:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 7px 0 7px;
    border-color: #fff transparent transparent transparent;
    right: 10px;
  }

  #gnavi_sp ul li.sub_menu_sp.rotate:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 10px 7px;
    border-color: transparent transparent #fff transparent;
  }

  #gnavi_sp ul li.sub_menu_sp.active {
    background: #B42400;
  }

  #gnavi_sp ul.sub_menu02_sp {
    background: var(--main-color);
    margin: 0;
  }
  #gnavi_sp ul.sub_menu_sp.open:after {
    transform: rotate(225deg);
  }
  .add_info {
    padding: 25px;
  }

  .link_container {
    width: 100%;
    display: block;
  }

  .link_box {
    width: 100%;
    margin-bottom: 30px;
  }

  .link_box img {
    width: 90%;
    margin: 0 auto;
  }

  #breadcrumbs ol {
    padding-left: 0;
  }

  .cash_img_list {
    margin: 0 auto;
  }
  .h1_ttl {
    font-size: 18px;
  }

  .h1_ttl span {
    font-size: 30px;
  }

  .h1_ttl02 {
    font-size: 24px;
  }

  .valuable_list_it_txt_sub {
    font-size: 3.2vw;
  }

  .link_box img{
    height: auto!important;
  }
  .info_bnr > .txt_emergency {
  width: 94%;
}
.external{
  width: 90%;
  margin: 0 auto;
  color: #fff;
  text-decoration: none;
}
}

@media screen and (min-width: 769px){
  .inner_md{
    display: flex;
    padding-left: 120px;
    align-items: center;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1440px){
  #gnavi ul.list_menu01 li a{
    font-size: 13px;
  }
  #gnavi ul.list_menu01{
    flex-wrap: wrap;
  }
  #gnavi ul.list_menu02{
    flex: 1;
  }
}
