@charset "UTF-8";

@media screen and (max-width: 767px) {
/*色の変数*/
/*=============================================*/
/*=============================================*/
/*flexbox*/
/*=============================================*/
.flex_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex_container .fbox1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex_container .fbox2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.flex_container .fbox3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.flex_container .fbox4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.flex_container .fbox5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

/*=============================================*/
/*fontsizes*/
/*=============================================*/
.font70 {
  font-size: 70%;
}

.font75 {
  font-size: 75%;
}

.font80 {
  font-size: 80%;
}

.font85 {
  font-size: 85%;
}

.font90 {
  font-size: 90%;
}

.font95 {
  font-size: 95%;
}

.font105 {
  font-size: 105%;
}

.font110 {
  font-size: 110%;
}

.font105 {
  font-size: 105%;
}

.font110 {
  font-size: 110%;
}

.font115 {
  font-size: 105%;
}

.font120 {
  font-size: 110%;
}

.font125 {
  font-size: 105%;
}

/*=============================================*/
* {
  font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

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

#wrapper {
  width: 100vw !important;
  clear: both;
}

table {
  width: 100%;
  max-width: 100% !important;
}

.main {
  width: 96vw;
  margin: 0 2vw;
}

.flex-direction-nav .flex-next,
.flex-direction-nav .flex-prev {
  background-size: 38px 38px;
  background-repeat: no-repeat;
}

#sp_header {
  position: fixed;
  top: 0;
}

.flex_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flexslider {
  margin: 0 auto 5vw;
}

#sp_header {
  background-color: #fff;
  z-index: 20;
}

.sp_head {
  margin: 0 1vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1%;
  z-index: 3;
}

.sp_head .head_ttl {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 70%;
          flex: 1 0 70%;
  z-index: 3;
}

.sp_head .head_ttl img {
  margin-top: 2vw;
}

.sp_head .head_tel {
  background-color: #019329;
  z-index: 3;
}

.sp_head .head_tel a {
  color: #fff;
  display: block;
  height: 40px;
  width: 40px;
  position: relative;
}

.sp_head .head_tel a i {
  position: absolute;
  font-size: 1.3em;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.sp_head .head_humbarger span {
  padding: 2px 0;
  display: block;
}

.sp_head .head_tel,
.sp_head .head_humbarger {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  text-align: center;
}

.sp_head + .naviBox {
  display: none;
}

.flex-control-thumbs {
  display: none !important;
}

.sideBox {
  display: none;
}

h2 {
  padding: 0 0 1vw;
  margin-bottom: 1vw;
  background: url(https://tscshibuya.com/wp-content/themes/tenisapo/img/ttl_bg.png) left bottom repeat-x;
}

h2 img {
  margin-right: 2vw;
}

.iframewrap {
  padding: 0;
  border: none;
  margin: 0 0 12vw;
  border-right: 1px solid #222;
  border-left: 1px solid #222;
  border-bottom: 4px solid #ddd;
}

.iframewrap iframe {
  width: 100%;
  height: 140vw;
}

@media (max-width: 374px) {
  .iframewrap iframe {
    height: 140vw;
  }
}

@media screen and (min-width: 425px) and (max-width: 480px) {
  .iframewrap iframe {
    height: 125vw;
  }
}

@media screen and (min-width: 481px) and (max-width: 600) {
  .iframewrap iframe {
    height: 115vw;
  }
}

@media (min-width: 601px) {
  .iframewrap iframe {
    height: 105vw;
  }
}

.blogList {
  margin-bottom: 10vw;
}

.blogList li {
  padding: 3vw 2vw;
  border-bottom: 2px solid #ddd;
}

.blogList a {
  color: #000;
}

.blogList_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 5vw 1vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blogList_flex .textThum {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}

.blogList_flex .text_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 65%;
          flex: 1 0 65%;
}

.blogList_flex .text_txt h3 {
  font-size: 0.9em;
}

.mapBox {
  margin: 3vw;
  font-size: .95em;
}

.mapBox .sTtl_wrap {
  border: 1px solid #333;
  margin-top: 3vw;
}

.mapBox .sTtl_wrap p {
  padding: 2vw 2vw;
}

.mapBox .sTtl {
  background-color: #333;
  color: #fff;
  font-weight: bold;
  padding: 1vw 2vw;
}

.gmapBtnWrap {
  text-align: center;
}

.gmapBtnWrap {
  margin: 1vw 0;
}

.gmapBtn {
  background-color: #4285f4;
  color: #fff;
  font-weight: 900;
  display: inline-block;
  padding: 3vw 5vw 3vw 3.5vw;
  border-radius: 3px;
  text-decoration: none;
  position: relative;
}

.gmapBtn i.fas.fa-chevron-right {
  position: absolute;
  right: .7vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.08em;
}

.map_flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-bottom: 10vw;
}

.map_flex iframe {
  border: 5px solid #eee;
}

.footer {
  background-color: #14a73c;
  position: relative;
}

.footer .listBox {
  padding: 3vw;
  list-style-type: none;
}

.footer .listBox li:not(:last-child) {
  margin-bottom: 4vw;
}

.footer .listBox dt {
  font-style: italic;
  font-weight: 900;
  font-style: italic;
  font-size: 1.02em;
}

.footer .listBox dt::after, .footer .listBox dt::before {
  content: " - ";
}

.footer .listBox dd {
  margin-left: 3vw;
}

.footer .ftNaviArea {
  padding: 3vw 4vw;
  background-color: #019329;
}

.footer .ftNaviArea ul {
  list-style-type: none;
}

.footer .ftNaviArea .fNaviBtn {
  margin: 3vw 2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.footer .ftNaviArea .fnname {
  font-weight: bold;
  margin-bottom: 0.5vw;
}

.footer .ftNaviArea .fnname::after, .footer .ftNaviArea .fnname::before {
  content: " - ";
}

.footer,
.footer a {
  color: #fff;
}

.footer .btnTop {
  position: absolute;
  right: 1vw;
  top: -5vw;
  max-width: 80px;
}

.footer #copyright {
  background-color: #019329;
  text-align: center;
  font-size: .85em;
}

.footer #copyright i.far {
  vertical-align: baseline;
}

.footer #copyright .copyright_in {
  border-top: 1px solid rgba(255, 255, 255, 0.7);
  padding: 3vw 0 4vw;
  margin: 0 3vw;
}

.grid {
  margin: 2vw;
  margin-bottom: 5vw;
}

.grid > .box > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.grid > .box > a img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  border: 1px solid #fff;
}

.grid:last-child {
  margin-bottom: 10vw;
}

.grid .readmore {
  text-align: right;
}

.grid .readmore a::after {
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 1vw;
  display: inline-block;
}

/* ------------------ */
/* humberger-menu */
/* ------------------ */
/* 以下、ハンバーガーボタン */
.burger-btn {
  display: block;
  height: 40px;
  position: relative;
  width: 40px;
  z-index: 3;
  /* codepenの挙動のため */
  background-color: transparent;
  border: 1px solid #000;
}

.bar {
  background-color: #000;
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 20px;
}

.bar_top {
  top: 12%;
}

.bar_mid {
  top: 27%;
}

.bar_bottom {
  top: 42%;
}

.hum_menu {
  font-size: .65em;
  position: absolute;
  bottom: 0;
  padding: 0 !important;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.burger-btn.close .bar {
  width: 25px;
}

.burger-btn.close .bar_top {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  top: 48%;
}

.burger-btn.close .bar_mid {
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.burger-btn.close .bar_bottom {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  top: 48%;
}

.burger-btn.close .hum_menu {
  display: none;
}

/* スクロール制御 */
.noscroll {
  overflow: hidden;
}

/* 以下、ハンバーガーメニュー */
.nav-wrapper {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  width: 100vw;
  z-index: 2;
  /*キービジュアルと.btn_triggerとの重なりの前後関係を調整*/
}

.nav-wrapper.slide-in {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.bnrList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #000;
  margin-bottom: 2vw;
}

.bnrList li.tsc_corpo {
  display: none;
}

.bnrList li a {
  display: block;
  color: #000;
  text-decoration: none;
}

.bnrList.links {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5vw;
}

.bnrList.links li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
  text-align: center;
}

.bnrList:not(.links) {
  background-color: #fff;
}

.bnrList:not(.links) li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  border-bottom: 1px solid #ccc;
}

.bnrList:not(.links) li:first-child, .bnrList:not(.links) li:nth-child(2) {
  border-top: 3px solid #ccc;
}

.bnrList:not(.links) li:nth-child(2n-1) {
  border-right: 1px solid #ccc;
}

.bnrList:not(.links) li a {
  padding: 2.5vw 1em 2.5vw 1vw;
  position: relative;
  height: 100%;
}

.bnrList:not(.links) li a::after {
  color: #333;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: .85em;
  position: absolute;
  right: 1vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* メニューオープン時 */
.nav-wrapper.fade {
  opacity: 1;
  visibility: visible;
}

/* ------------------ */
/* fv */
/* ------------------ */
.main-copy {
  font-size: 30px;
}

/* ------------------ */
/* about */
/* ------------------ */
/* 以下、ハンバーガーメニュー */
.nav-wrapper {
  /* visibility: hidden; */
  /* opacity: 0; */
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  z-index: 2;
}

.header-nav {
  width: 100vw;
  height: 100%;
  background-color: #019329;
  z-index: 2;
  overflow-y: scroll;
  padding: 4vw;
}

.header-nav ul {
  list-style-type: none;
}

.header-nav .snsNavi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1vw;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.shop_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 3vw;
  gap: 1vw;
}

.shop_list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-align: center;
}

.shop_list li img {
  width: auto;
  max-width: 22vw;
  min-width: 40px;
}

.nav-list {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.nav-item {
  margin-right: 0;
  margin-bottom: 40px;
}

/* メニューオープン時 */
.nav-wrapper.fade {
  visibility: visible;
  opacity: 1;
}

.noscroll {
  overflow: hidden;
}

/**
 下層ページレイアウト
------------------------------------------------ */
body.category {
  /**  カテゴリーページ*/
}

body.category * {
  max-width: 100%;
}

body.category .main {
  padding-top: 3vw;
}

body.category .flex_container {
  gap: 2vw;
}

body.category .textWrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
}

body.single {
  /**  シングルページ*/
}

body.single * {
  max-width: 100%;
}

body.single .navigation {
  margin: 2vw 0 5vw;
  gap: 4%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

body.single .navigation .alignleft,
body.single .navigation .alignright {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  text-align: center;
  padding: 2vw 1vw;
  background-color: #eee;
  line-height: 1.3;
}

body.single .navigation .alignleft a,
body.single .navigation .alignright a {
  text-decoration: none;
  font-size: .85em;
}

body.single .navigation + p.date {
  font-size: .8rem;
  text-align: right;
}

body.single h2 {
  border-left: 5px solid #fc0;
  padding: 1vw 0 1vw 2vw;
}

body.single .entry {
  padding: 2vw 2vw 10vw;
}

body.single .entry p {
  font-size: 17px;
}

body.page {
  /**  固定ページ */
}

body.page * {
  max-width: 100%;
}

body.page h2 {
  border-left: 5px solid #fc0;
  padding: 1vw 0 1vw 2vw;
}
/*# sourceMappingURL=layout_sp.css.map */
}