/*** yokohama ***/

@charset "UTF-8";
/* line 7, ../sass/responsive.scss */

.pc {
  display: block;
}
/* line 11, ../sass/responsive.scss */

.sp {
  display: none;
}
/* line 16, ../sass/responsive.scss */

#responsive_flg {
  display: none;
}
/* line 20, ../sass/responsive.scss */

embed,
iframe,
object {
  max-width: 100%;
}
/* pc 〜800
------------------------------------------------------------*/
@media only screen and (max-width: 649px) {

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  #responsive_flg {
    position: absolute;
    left: -9999px;
    display: block;
  }

  body {
    min-width: 320px;
    max-width: 100%;
    -webkit-text-size-adjust: none;
  }

  body,
  div,
  p,
  h1,
  h2,
  h3,
  h4,
  h5,
  li,
  a,
  ul,
  #wrap {
    box-sizing: border-box;
  }
  /* ===============================================
  ヘッダー
  =============================================== */

  header {
    height: 210px;
    padding-top: 9px;
  }

  #header_contents {
    position: relative;
    width: 100%;
  }

  #header_contents h1 {
    float: none;
    width: 111px;
    height: 57px;
    margin-left: 19px;
    background: url(../images/responsive/logo_sp.png);
    background-size: 111px 57px;
	}
	
	#header_contents h1 a {
		display: block;
		width: 111px;
    height: 57px;
	}

  #header_contents h1 img {
    display: none;
  }
  /* ===============================================
  ナビゲーション
  =============================================== */

  #nav_group nav {
    display: block;
    float: none;
    margin-bottom: 15px;
  }

  #nav_group nav ul {
    display: table;
    width: 100%;
  }

  #nav_group nav ul li {
    display: table-cell;
    float: none;
    margin-right: 0;
    text-align: center;
  }

  #nav_group nav ul li a {
    display: block;
    margin: 0 auto;
  }

  #nav_group nav ul li a img {
    display: none;
  }

  #nav_group nav li:nth-child(1) a {
    width: 32px;
    height: 44px;
    background: url(../images/responsive/gnavi_1.png) no-repeat left top; /* about */
    background-size: 32px 44px;
  }

  #nav_group nav li:nth-child(2) a {
    width: 32px;
    height: 44px;
    background: url(../images/responsive/gnavi_2.png) no-repeat left top; /* event */
    background-size: 32px 44px;
  }

  #nav_group nav li:nth-child(3) a {
    width: 38px;
    height: 44px;
    background: url(../images/responsive/gnavi_4.png) no-repeat left top; /* blog */
    background-size: 32px 44px;
  }

  #nav_group nav li:nth-child(4) a {
    width: 32px;
    height: 44px;
    background: url(../images/responsive/gnavi_5.png) no-repeat left top; /* access */
    background-size: 32px 44px;
  }

  #nav_group nav li:nth-child(5) a {
    width: 38px;
    height: 44px;
    background: url(../images/responsive/gnavi_reserved.png) no-repeat left top; /* reserved */
    background-size: 38px 44px;
  }

  #nav_group nav li:nth-child(6) a {
    width: 32px;
    height: 44px;
    background: url(../images/responsive/gnavi_6.png) no-repeat left top; /* wanted */
    background-size: 32px 44px;
  }

	.nav_shoulder {
    position: absolute;
    right: 8px;
    top: -13px;
		display: flex;
		flex-wrap: nowrap;
	}

	.nav_twitter {
		display: block;
		margin: 16px 8px 0px 8px;
	}
	.reald_others {
		display: flex;
		flex-wrap: wrap;
		border: solid 1px #00bdb4;
		width: 80px;
		height: 48px;
		margin-top: 10px;
		border-radius: 5px;
		line-height: 0;
		overflow: hidden;
	}

	.reald_others li {
		width: 50%;
	}

	.reald_others li:nth-child(1),
	.reald_others li:nth-child(3) {
		border-right: solid 1px #00bdb4;
	}

	.reald_others li:nth-child(1),
	.reald_others li:nth-child(2) {
		border-bottom: solid 1px #00bdb4;
	}

	.reald_others li.is-current {
		background: rgba(0, 0, 0, 0.2);
	}


	.reald_others li.is-current img {
		opacity: 0.5;
	}

	.reald_others a {
		display: block;
		height: 24px;
		text-align: center;
		padding-top: 5px;
	}

	#nav_group {
		padding: 1px 35px 0 35px;
	}

  /* ===============================================
  contents
  =============================================== */

  #contents {
    width: 100%;
    margin-top: -95px;
	}
	
	#contents footer {
		margin-bottom: 0;
		border: none;
	}

  #main_wrapper {
    float: none;
    width: 100%;
  }

  #main {
    margin-top: 8px;
    font-size: 14px;
  }

  #main img {
    max-width: 100%;
    height: auto;
  }

  .blog img {
    max-width: 100%;
    height: auto;
  }

  .blog .blog_weight {
    margin-top: 0;
  }

  .blog div.content {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 10px;
    margin-top: -75px;
    background-color: transparent;
    border: none;
  }

  .blog div.content h2.heading {
    padding-top: 12px;
    margin-top: -3px;
    margin-bottom: 0;
    background: #ffffff;
  }

  .blog div.content_inner {
    padding-top: 30px;
    padding-right: 0;
    padding-left: 0;
    background: #ffffff;
  }

  .blog #blog {
    margin-right: 10px;
    margin-left: 10px;
  }

  .blog #container {
    padding-bottom: 0;
  }

  .blog #main {
    float: none;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0;
  }

  .blog #side {
    display: none;
  }

  .child #main_wrapper div:nth-child(1) {
    max-width: 100%;
    margin-right: 10px;
    margin-left: 10px;
  }

  .child #main_wrapper div:nth-child(1) img {
    max-width: 100%;
    height: auto;
  }

  .child #main {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .parent #main_wrapper div:nth-child(1) {
    max-width: 100%;
    margin-right: 10px;
    margin-left: 10px;
  }

  .parent #main_wrapper div:nth-child(1) img {
    max-width: 100%;
    height: auto;
  }

  .parent #main {
    padding-right: 0;
    padding-left: 0;
  }

  .parent #main div:nth-child(1) {
    margin-right: 0;
    margin-left: 0;
  }

  .event-archive #main h3 {
    padding: 15px 0;
    border: none;
  }

  .event-archive #main .unit {
    padding-right: 0;
    padding-left: 0;
  }

  .event_entry .left,
  .event_entry .right {
    float: none;
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .event_entry .left h4 + br,
  .event_entry .right h4 + br {
    display: none;
  }

  #main_group {
    height: inherit !important;
    min-height: inherit !important;
  }

  #pickup {
		margin-left: 0 !important;
	}
	

  #pickup #contWrap {
    height: inherit;
	}

	#pickup .swiper-slide {
		padding: 0 10px;
	}

  #pickup #frame {
    top: -3px;
    left: 5px;
    display: block;
    width: 60px;
    height: 60px;
    background: url(../images/responsive/pickup_frame_sp.png);
    background-size: 60px 60px;
  }

  #pickup #frame img {
    display: none;
  }

  #pickup #img {
    position: relative;
    top: 0;
    left: 0;
  }

  #pickup #img img {
    width: 100%;
    max-width: 100%;
  }
  /* ===============================================
  wanted
  =============================================== */

  #main.main_wanted {
    padding-right: 15px;
    padding-left: 15px;
  }
  /* ===============================================
  events
  =============================================== */

  .sp.tw {
    margin-right: 10px;
    margin-left: 10px;
    text-align: center;
  }

  .bn_sp {
    margin-bottom: 20px;
    text-align: center;
  }

  #main {
    margin-right: 10px;
    margin-left: 10px;
  }

  #main .low {
    border: none !important;
  }

  #main .low .unit {
    width: 50%;
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
  }

  #main .low .unit h4 {
    font-size: 12px;
  }

  .pagenavi {
    display: none;
  }

  .sp_pagenavi {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
  }

  .sp_pagenavi a,
  .sp_pagenavi .current_page {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 5px;
    margin-left: 5px;
    line-height: 25px;
    color: #00dbd1;
    text-align: center;
  }

  .sp_pagenavi .current_page {
    background: #ffffff;
    border: 1px solid #00dbd1;
  }

  .sp_pagenavi a {
    border: 1px solid #00dbd1;
  }

  .blog .sp_pagenavi {
    margin-top: -26px;
    background: #ffffff;
    border-top: #efefef 1px solid;
  }

  .blog #container {
    margin-bottom: 0;
  }

  .archiveBtn.sp {
    padding: 0;
    margin-top: 20px;
    font-size: 14px;
    text-decoration: none;
    background: url(../images/responsive/arrow_right.png) no-repeat 95% center;
    background-size: 18px 18px;
    border-right: none;
    border-left: none;
  }

  .archiveBtn.sp a {
    display: block;
    padding-top: 35px;
    padding-bottom: 35px;
    text-align: center;
    text-decoration: none;
  }
  /* ===============================================
  footer
  =============================================== */

  footer,
  #copyright {
    display: none;
  }

  .sp .pt_from {
    margin-top: 20px;
    margin-bottom: 15px;
    text-align: center;
  }

  .sp_footer {
    display: block;
    padding-top: 23px;
    background: #00dbd1 !important;
  }

  .sp_footer h3 {
    padding-bottom: 23px;
    font-size: 15px;
    font-weight: bold;
    color: #ffe342;
    text-align: center;
  }

  .sp_footer .row {
    display: table;
    width: 100%;
    margin-top: -2px;
    border-collapse: collapse;
    border-top: 2px solid #00bdb4;
    border-bottom: 2px solid #00bdb4;
  }

  .sp_footer .row .col {
    display: table-cell;
    width: 50%;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    vertical-align: middle;
  }

  .sp_footer .row .col + .col {
    border-left: 2px solid #00bdb4;
  }

  .sp_footer .row a {
    display: block;
    font-size: 11px;
    line-height: 1.4;
    color: #ffffff;
    text-decoration: none;
  }

  .sp_footer .row a img {
    margin-bottom: 15px;
  }

  .sp_footer .row:nth-child(4) .col + .col {
    border-left: none;
  }

  .sp_footer .row:nth-child(4) .col img {
    margin-bottom: 0;
  }

  .sp_footer .row:nth-child(5) {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: none;
    border-bottom: none;
  }

  .sp_footer .row:nth-child(5) .col + .col {
    border-left: 2px solid #ffe341;
  }

  .sp_footer .row:nth-child(5) .col img {
    margin-bottom: 0;
  }

  .sp_footer p {
    padding-bottom: 20px;
    text-align: center;
  }

  .sp_footer p small {
    font-size: 8px;
    color: #ffe342;
  }
  /* ===============================================
  sidebar
  =============================================== */

  #sidebar {
    display: none;
  }
  /* ===============================================
  more
  =============================================== */

  .blog_more {
    width: 201px;
    height: 31px;
    margin: 15px auto 0 auto;
    text-indent: -9999px;
    background: url(../images/responsive/btn_more.png) no-repeat left top;
    background-size: 201px 31px;
  }
  /* 貸切公演受付中ボタン */

  .main__reservedBtn {
    position: absolute;
    top: -33px;
    right: -2px;
    width: 30%;
  }

  .bn_sp--coubic {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 649px) {

  #nav_group nav ul {
    padding: 0 20px;
  }


@media only screen and (max-width: 320px) {
	.nav_twitter {
		margin: 16px 4px 0px;
	}
  .nav_append_01 {
    right: 115px;
  }

  .nav_append_01 ul {
    width: 82px;
  }
}
