@charset "UTF-8";
/*

media
768?
1024?
1240?

*/
/* 変数インポート
--------------------------------------------------------------------------------- */
/* コンテンツ
--------------------------------------------------------------------------------- */
#contents {
  text-align: left;
}
#contents .wrap {
  padding: 0px 20px;
}
#home #contents {
  padding-top: 0px;
}

.kaigyo {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* ホーム
--------------------------------------------------------------------------------- */
.home-main {
  width: 100%;
  background-color: #000;
  text-align: center;
  overflow: hidden;
  top: 0px;
  left: 0px;
  z-index: -1;
  opacity: 0;
}

.situation {
  position: fixed;
  left: 15px;
  bottom: 220px;
  text-align: left;
  z-index: -1;
  opacity: 0;
}
#global-nav .situation {
  position: absolute;
  z-index: 0;
}
.situation p {
  margin: 0px;
}
.situation .copy {
  font-size: 15px;
  line-height: 16px;
  font-weight: bold;
  text-decoration: underline;
  display: inline-block;
  background: linear-gradient(#00ffff, #00ffff) 0 100%/16px 16px no-repeat;
  background-size: 100% 16px;
}
.situation .date {
  font-size: 15px;
  line-height: 22px;
}
.situation .txt {
  font-size: 8px;
  line-height: 12px;
  margin-bottom: 10px;
}
.situation .state {
  margin: 0px;
}
.situation .state p {
  font-size: 13px;
  line-height: 20px;
  text-decoration: underline;
  color: #0000ff;
}

#home-nav {
  display: none;
}

.home-main-logo {
  display: none;
}

.home-main-title-01 {
  display: none;
}

.home-main-img-sp {
  margin: 0px;
}

#home-main-image {
  text-align: left;
  overflow: hidden;
  margin-top: 0px;
}
#home-main-image .slider {
  display: none;
}

#online-shop {
  width: 100%;
  height: 70px;
  overflow: hidden;
  background-color: #ff1e50;
  text-align: center;
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 30;
}
#online-shop a {
  display: block;
}
#online-shop img {
  width: 152px;
}

#online-shop2 {
  display: none;
}

#jizen {
  background-color: #000;
  color: #fff;
  padding: 0px;
  width: 100%;
  text-align: center;
  transition: all .4s;
  z-index: 30;
  font-feature-settings: "palt";
}
#jizen .jizen-date {
  margin: calc((4 / 350) * 100vw) 0px 6px 0px;
  font-size: calc((14 / 350) * 100vw);
  line-height: calc((22 / 350) * 100vw);
  font-weight: bold;
  letter-spacing: 0.05em;
}
#jizen .jizen-date span {
  display: none;
}
#jizen .jizen-time {
  background-color: #ff1e50;
  color: #000;
  margin: 0px calc((16 / 350) * 100vw) calc((16 / 350) * 100vw);
  font-size: calc((16 / 350) * 100vw);
  line-height: calc((19 / 350) * 100vw);
  font-weight: bold;
}
#jizen ul {
  margin: 0px 10px 20px;
  padding: 0px;
  list-style-type: none;
  font-size: 0;
  letter-spacing: 0;
}
#jizen ul li {
  margin: 0px 5px;
  padding: 0px;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  width: calc(50% - 10px);
  letter-spacing: 0.05em;
}
#jizen ul li a {
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
  width: 1000px;
  height: 60px;
  background-color: #fff;
  border-radius: 6px;
  color: #946951;
}

#note {
  background-color: #000;
  overflow: hidden;
  padding: 0px 20px 20px;
  font-feature-settings: "palt";
  color: #fff;
}
#note .wrapper {
  margin: 0px auto;
  max-width: 752px;
  border-width: 4px;
  border-color: #fff;
  border-style: solid;
  color: #fff;
  padding: 20px 20px;
}
#note h2 {
  font-size: 15px;
  line-height: 24px;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
}
#note p {
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.05em;
  margin: 0px;
  font-weight: bold;
}

#home-contact {
  overflow: hidden;
  background-color: #ff1e50;
  color: #fff;
  padding: 40px 20px 20px;
}
#home-contact .wrapper {
  margin: 0px auto;
  max-width: 600px;
}
#home-contact h1 {
  font-size: 12px;
  line-height: 22px;
  font-weight: bold;
  margin-top: 44px;
}
#home-contact .info {
  font-size: 12px;
  line-height: 22px;
  font-weight: bold;
  margin-bottom: 22px;
}
#home-contact .info.mb0 {
  margin-bottom: 0px;
}
#home-contact h2 {
  font-size: 11px;
  line-height: 22px;
  text-align: justify;
}
#home-contact p {
  font-size: 11px;
  line-height: 22px;
  text-align: justify;
  font-weight: bold;
  margin-bottom: 22px;
}
#home-contact .contact-logo {
  margin: 0px 0px 40px 0px;
}
#home-contact .contact-logo img {
  width: 54px;
}
#home-contact a {
  color: #fff;
}
#home-contact .oc-btn {
  margin: 10px 0px 20px;
  padding: 0px;
  list-style-type: none;
  font-size: 0;
  letter-spacing: 0;
}
#home-contact .oc-btn li {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
#home-contact .oc-btn li a {
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
  width: 1000px;
  height: 60px;
  background-color: #fff;
  border-radius: 6px;
  color: #946951;
  text-align: center;
}
#home-contact .info-note {
  background-color: #fff;
  color: #ff1e50;
  padding: 10px;
  margin-bottom: 20px;
}
#home-contact .info-note p {
  line-height: 18px;
  margin: 0px;
}

#home-works {
  overflow: hidden;
  padding: 40px 20px 20px;
  background-color: #03ff00;
}
#home-works .wrapper {
  margin: 0px auto;
  max-width: 1100px;
}
#home-works .insta-box-wrap {
  overflow: hidden;
  font-size: 0;
  margin: 0px -5px;
}
#home-works .insta-box-wrap .insta-box {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
}
#home-works .insta-box-wrap .insta-box ul {
  margin: 0px 5px 5px 5px;
  padding: 0px;
  list-style-type: none;
}
#home-works .insta-box-wrap .insta-box ul li {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  position: relative;
}
#home-works .insta-box-wrap .insta-box ul li::before {
  content: '';
  display: block;
  padding-top: 100%;
}
#home-works .insta-box-wrap .insta-box ul li a {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
}
#home-works .insta-box-wrap .insta-box ul li img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  /* 他のブラウザ用(＝通常の指定) */
  font-family: "object-fit: cover; object-position: 50% 50%;";
  transition: all .2s;
}
#home-works .insta-box-wrap .insta-box p {
  margin: 0px 5px;
  letter-spacing: 0.1em;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
}

#event {
  background-color: #7f1083;
  padding: 40px 20px 20px;
}
#event .wrapper {
  margin: 0px auto;
  max-width: 1100px;
}
#event .event-wrap {
  overflow: hidden;
  margin: 0px auto;
  margin: 0px -5px 0px -5px;
  max-width: 1304px;
  position: relative;
}
#event .event-date {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin: 0px 0px 20px 0px;
  font-weight: 500;
  vertical-align: middle;
}
#event .event-date a {
  display: inline-block;
  text-decoration: none;
  border-width: 0px;
  cursor: pointer;
  margin: 0px 2px;
}

.he-box {
  width: 50%;
}
.he-box a {
  display: block;
  margin: 0px 5px 10px 5px;
  text-decoration: none;
  border: none;
  cursor: pointer;
}
.he-box a:hover {
  opacity: 0.65;
}
.he-box a:hover img {
  opacity: 1;
}
.he-box .he-in {
  position: relative;
}
.he-box .img {
  margin: 0px 0px 8px 0px;
}
.he-box .date {
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #000;
  color: #FFF;
  display: inline-block;
  text-align: left;
  margin: 0px;
  padding: 3px 5px 3px 6px;
  font-size: 14px;
  line-height: 16px;
  vertical-align: bottom;
  overflow: hidden;
  letter-spacing: 0.1em;
}
.he-box .date span.day {
  font-size: 14px;
  line-height: 24px;
  margin-right: 3px;
  vertical-align: bottom;
}
.he-box .date span.week {
  font-size: 11px;
  line-height: 24px;
  font-feature-settings: "palt";
  vertical-align: bottom;
}
.he-box h3 {
  position: absolute;
  left: 0px;
  bottom: 1px;
  color: #000;
  text-align: left;
  margin: 0px 4px 0px 0px;
  font-size: 11px;
  line-height: 16px;
  vertical-align: middle;
  font-weight: 500;
}
.he-box h3 span {
  background-color: #FFF;
  padding: 3px 4px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.he-box h3 span.palt {
  padding: 0px;
  font-feature-settings: "palt";
}
.he-box .courase {
  font-size: 11px;
  line-height: 14px;
  margin: 0px;
  min-height: 3em;
}

#popup {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 999999;
}

.popup-bg {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
}

.popup-box {
  position: relative;
  width: 100%;
  min-height: 100px;
  background-color: #FFF;
  margin: 0px auto;
  z-index: 999999;
  padding: 0px 0px 0px 0px;
  max-width: 630px;
}

.voice-detail {
  border-width: 1px;
  border-color: #000;
  border-style: solid;
  padding-bottom: 40px;
}
.voice-detail .close {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 55px;
  margin: 0px;
  cursor: pointer;
}
.voice-detail .close:hover {
  opacity: 0.5;
}
.voice-detail .txt {
  margin: 0px 16px 16px 16px;
  font-size: 10px;
}
.voice-detail .txt p {
  font-size: 11px;
  line-height: 19px;
  margin: 0px;
}
.voice-detail .txt p.evdate {
  font-size: 12px;
  line-height: 21px;
}
.voice-detail .txt p .week {
  font-size: 90%;
  font-feature-settings: "palt";
  margin: 0px 2px;
}
.voice-detail .txt p.mb {
  margin-bottom: 1em;
}
.voice-detail .img {
  margin: 10px 10px 16px 10px;
}
.voice-detail .movie {
  margin: 10px 10px 16px 10px;
}
.voice-detail h2 {
  font-size: 14px;
  line-height: 21px;
  font-weight: normal;
  border-width: 0px;
  padding: 0px;
  margin: 0px 0px 6px 0px;
  text-align: left;
}
.voice-detail h3 {
  font-size: 11px;
  line-height: 19px;
  font-weight: bold;
  border-width: 0px;
  padding: 0px;
  margin: 16px 0px 0px 0px;
  text-align: left;
}
.voice-detail .area {
  background-color: #FFF;
  padding: 3px 0px 1px 0px;
  text-align: center;
  width: 1.5em;
  line-height: 1.3em;
  display: inline-block;
  border-width: 1px;
  border-color: #000;
  border-style: solid;
}

#map {
  background-color: #fff;
  padding: 40px 20px 40px 20px;
}
#map .wrapper {
  margin: 0px auto;
  max-width: 1000px;
}
#map #map-zu-size {
  margin: 0px -20px 26px -20px;
}

.map-box {
  border-width: 0px 0px 1px 0px;
  border-color: #727172;
  border-style: solid;
  margin: 0px 0px 28px 0px;
  padding: 0px 0px 9px 0px;
}
.map-box.sp-last {
  border-width: 0px 0px 0px 0px;
  margin: 0px 0px 56px 0px;
}
.map-box .area-no {
  font-size: 24px;
  line-height: 29px;
  width: 29px;
  font-weight: normal;
  text-align: center;
  float: left;
  margin: 3px 0px 0px 0px;
  border-width: 1px;
  border-color: #000;
  border-style: solid;
}
.map-box .area-name {
  font-size: 13px;
  line-height: 24px;
  margin: 0px 0px 0px 45px;
  overflow: hidden;
}
.map-box .area-name span {
  font-feature-settings: "palt";
}
.map-box ul {
  margin: 0px 0px 19px 45px;
  padding: 0px;
  list-style-type: none;
  overflow: hidden;
}
.map-box ul li {
  margin: 0px;
  padding: 0px;
  font-size: 13px;
  line-height: 24px;
}
.map-box ul li.type-b {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.map-box .small-memo {
  font-size: 12px;
  line-height: 20px;
  margin: -10px 0px 0px 45px;
}

.map-etc {
  border-width: 1px;
  border-color: #727172;
  border-style: solid;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  clear: both;
  overflow: hidden;
  padding: 16px 16px 0px 16px;
}

.me-box {
  overflow: hidden;
  margin: 0px auto;
}
.me-box p {
  font-size: 10px;
  line-height: 16px;
  width: 50%;
  float: left;
  margin: 0px 0px 14px 0px;
}
.me-box p img {
  width: 20px;
  margin: 0px 5px 0px 0px;
  float: left;
}
.me-box p span {
  display: block;
  overflow: hidden;
  margin: 3px 0px 0px 0px;
}
.me-box p span.cafe {
  margin: -1px 0px 0px 0px;
}
.me-box#me-04 p {
  width: 100%;
}

#access {
  background-color: #fff;
  padding: 40px 20px 40px 20px;
}
#access .wrapper {
  margin: 0px auto;
  max-width: 1000px;
}
#access .map-wide {
  margin: 0px -20px 20px;
}
#access .map-wide iframe {
  width: 100%;
  height: 355px;
  margin: 0px;
  padding: 0px;
}
#access #map-canvas {
  width: 100%;
  height: 355px;
  margin: 0px 0px 26px 0px;
}
#access .attention {
  margin-top: 21px;
  font-size: 10px;
  line-height: 20px;
}

#bus {
  margin: 60px auto 0px auto;
  overflow: hidden;
}
#bus h2 {
  font-size: 18px;
  line-height: 26px;
  margin: 0px 0px 40px 0px;
  padding: 0px 0px 0px 0px;
  font-weight: 500;
}
#bus h3 {
  font-size: 14px;
  line-height: 20px;
  margin: 0px 0px 4px 0px;
  font-weight: 500;
}
#bus h4 {
  font-size: 12px;
  line-height: 16px;
  margin: 0px 0px 6px 0px;
  font-weight: 500;
}

.bus-box {
  overflow: hidden;
  margin: 0px 0px 40px 0px;
}

.bus-txt {
  font-size: 10px;
  line-height: 16px;
  margin: 0px 0px 16px 0px;
}
.bus-txt.last {
  font-size: 13px;
  line-height: 21px;
  margin: -16px 0px 16px 0px;
}

.bus-time {
  width: 47%;
  float: left;
}
.bus-time.tab-right {
  float: right;
}

.bus-tab {
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
  border-width: 1px 0px 0px 0px;
  border-color: #000;
  border-style: solid;
  width: 100%;
  margin: 0px 0px 40px 0px;
}
.bus-tab th,
.bus-tab td {
  border-width: 0px 0px 1px 0px;
  border-color: #000;
  border-style: solid;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 0px 0px 0px 5px;
}
.bus-tab th {
  border-width: 0px 1px 1px 0px;
  text-align: center;
  color: #9e9e9f;
  color: #000;
  padding: 0px 5px 0px 2px;
  width: 1.5em;
}
.bus-tab .sankaku {
  color: #ff0000;
  color: #000;
  position: absolute;
  margin-top: 3px;
}

#sns {
  padding: 40px 20px 40px 20px;
  overflow: hidden;
  background-color: #fff;
}
#sns .wrapper {
  margin: 0px auto;
  max-width: 750px;
}
#sns h2 {
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  border-width: 1px 0px;
  border-color: #000;
  border-style: solid;
  padding: 6px 0px;
  margin: 0px 0px 10px 0px;
}
#sns h2 img {
  width: 18px;
  height: auto;
  margin-right: 10px;
}

#365体育博彩_篮球比分￥直播官网 {
  margin-bottom: 30px;
}
#365体育博彩_篮球比分￥直播官网 .wrap {
  margin: 0px auto;
  max-width: 500px;
}

#twitter .wrap {
  margin: 0px auto;
  max-width: 740px;
}

iframe.twitter-timeline {
  width: 740px !important;
}

#archive {
  background-color: #b3b3b3;
  padding: 40px 20px 40px 20px;
}
#archive .wrapper {
  margin: 0px auto;
  max-width: 1000px;
}
#archive .archive-box-wrap {
  overflow: hidden;
  font-size: 0;
  margin: 0px -5px;
}
#archive .archive-box-wrap .archive-box {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
}
#archive .archive-box-wrap .archive-box p {
  margin: 0px 5px;
  letter-spacing: 0.1em;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
}
#archive .archive-box-wrap .archive-box p.img {
  margin-bottom: 5px;
}

#home-footer {
  background-color: #000;
  color: #fff;
  padding: 40px 20px 100px 20px;
  position: relative;
}
#home-footer .wrapper {
  margin: 0px auto;
  max-width: 860px;
  overflow: hidden;
  position: relative;
}
#home-footer h2 {
  margin-bottom: 22px;
}
#home-footer p {
  font-size: 12px;
  line-height: 22px;
  font-weight: bold;
  margin-bottom: 0px;
}
#home-footer .home-footer-logo {
  margin: 0px;
  width: 54px;
  position: absolute;
  right: 0px;
  bottom: 28px;
}

/* 卒展作の様子
--------------------------------------------------------------------------------- */
.works-txt {
  margin: 0px auto 30px auto;
  max-width: 792px;
}
.works-txt h3 {
  font-size: 16px;
  line-height: 32px;
  font-weight: normal;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}
.works-txt p {
  font-size: 14px;
  line-height: 25px;
  margin: 0px;
}

.works-wrap {
  margin: 0px auto 40px auto;
  max-width: 1100px;
}
.works-wrap ul {
  margin: 0px -5px;
  padding: 0px;
  list-style-type: none;
  font-size: 0;
}
.works-wrap ul li {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  position: relative;
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.works-wrap ul li::before {
  content: '';
  display: block;
  padding-top: 100%;
}
.works-wrap ul li a {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
  padding: 5px;
}
.works-wrap ul li img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  /* 他のブラウザ用(＝通常の指定) */
  font-family: "object-fit: cover; object-position: 50% 50%;";
  transition: all .2s;
}
.works-wrap .etc {
  text-align: right;
  font-size: 14px;
  line-height: 24px;
  margin: 0px;
}

/* アニメーション
--------------------------------------------------------------------------------- */
@-webkit-keyframes anime {
  50% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes anime {
  50% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade {
  opacity: 0;
}
.fade.view {
  -webkit-animation: fadein 1s 0s ease forwards;
  animation: fadein 1s 0s ease forwards;
}

/* 共通
--------------------------------------------------------------------------------- */
/* 見出し */
.m01 {
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}

/* リスト */
ul {
  margin-left: 0px;
  padding-left: 1.4em;
}
ul li {
  margin: 0px;
  padding: 0px;
}
ul li ul {
  font-size: 100%;
}

ol {
  margin-left: 1.4em;
  padding: 0px;
}
ol li {
  margin: 0px;
  padding: 0px;
}

/* テーブル */
.basic {
  border-collapse: separate;
  border: none;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 50px;
  border-style: solid;
  border-color: #b2b2b2;
  border-width: 1px 0px 0px 0px;
  border-radius: 0px;
}
.basic th, .basic td {
  padding: 10px;
  border-style: solid;
  border-color: #b2b2b2;
  border-width: 0px 0px 1px 0px;
  border-radius: 0px;
  vertical-align: top;
  font-size: 14px;
  line-height: 21px;
}
.basic th {
  white-space: nowrap;
}

div.scroll {
  overflow: scroll;
  margin-bottom: 90px;
}
div.scroll table {
  width: 688px;
  margin-bottom: 0px;
}
div.scroll::before {
  content: "※左右にスクロールしてご覧下さい";
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
}

/* イメージ */
img {
  max-width: 100%;
  height: auto;
}

p.img {
  text-align: center;
}

.img-box {
  overflow: hidden;
  clear: both;
}
.img-box.scroll::before {
  content: "※左右にスクロールしてご覧下さい";
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
}

.ancar {
  display: block;
  height: 0px;
  overflow: hidden;
}

/* 動画 */
.movie {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* クリア */
.clear {
  clear: both;
}

/* 文字揃え */
.right {
  text-align: right;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

/* 改行 */
.tab,
.tabpc,
.pc {
  display: none;
}

/* マージン */
.mb0 {
  margin-bottom: 0px;
}

.mt0 {
  margin-top: 0px;
}

.ml1em {
  margin-left: 1em;
}

.ml2em {
  margin-left: 2em;
}

.ml3em {
  margin-left: 3em;
}

.im1em {
  text-indent: -1em;
  padding-left: 1em;
}

.im2em {
  text-indent: -2em;
  padding-left: 2em;
}

.im3em {
  text-indent: -3em;
  padding-left: 3em;
}

/* media
--------------------------------------------------------------------------------- */
/*
--------------------------------------------------------------------------------- 375 */
@media all and (min-width: 375px) {
  /* ホーム
  --------------------------------------------------------------------------------- */
  .me-box p {
    font-size: 12px;
  }

  .bus-tab th,
  .bus-tab td {
    font-size: 16px;
  }
}
/*
--------------------------------------------------------------------------------- 568 */
@media all and (min-width: 568px) {
  /* ホーム
  --------------------------------------------------------------------------------- */
  #home-works .insta-box-wrap .insta-box {
    width: 33.33%;
  }

  .he-box {
    width: 33.33%;
  }
}
/*
--------------------------------------------------------------------------------- 768 */
@media all and (min-width: 768px) {
  /* コンテンツ
  --------------------------------------------------------------------------------- */
  #contents {
    position: relative;
  }
  #contents .wrap {
    padding: 0px 26px;
  }

  /* ホーム
  --------------------------------------------------------------------------------- */
  #note h2 {
    font-size: 18px;
    line-height: 24px;
  }
  #note p {
    font-size: 16px;
    line-height: 28px;
  }

  #home-contact h1 {
    font-size: 16px;
    line-height: 26px;
    margin-top: 60px;
  }
  #home-contact h2 {
    font-size: 14px;
    line-height: 26px;
  }
  #home-contact .info {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 28px;
  }
  #home-contact .info-note {
    font-size: 14px;
    line-height: 24px;
  }
  #home-contact p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 28px;
  }
  #home-contact .contact-logo {
    margin: -80px 0px 80px 0px;
    text-align: right;
  }

  #home-works .insta-box-wrap .insta-box {
    width: 25%;
  }

  .he-box {
    width: 25%;
  }

  #map #map-zu-size {
    margin: 0px 0px 26px 0px;
  }

  .map-info-wrap {
    margin: 0px -2%;
  }
  .map-info-wrap .map-info {
    width: 29.33%;
    float: left;
    margin: 0px 2%;
    border-width: 1px 0px 0px 0px;
    border-color: #727172;
    border-style: solid;
    padding: 35px 0px 0px 0px;
  }

  .map-box {
    margin: 0px 0px 35px 0px;
    padding: 0px 0px 12px 0px;
  }
  .map-box.sp-last {
    border-width: 0px 0px 1px 0px;
  }

  .map-etc {
    padding: 26px 20px 0px 40px;
  }

  .me-box {
    overflow: hidden;
    max-width: none;
  }
  .me-box p {
    width: 33.33%;
    float: left;
    margin: 0px 0px 20px 0px;
    overflow: hidden;
  }

  #access .map-wide {
    margin: 0px -20px 26px;
  }
  #access .acc-txt {
    margin: 0px 0px 5px 0px;
    font-size: 13px;
    line-height: 21px;
  }
  #access .attention {
    margin-top: 30px;
  }

  #sns {
    padding: 40px 130px 40px 130px;
  }
  #sns .sns-inner {
    padding: 0px;
    margin: 0px -2%;
  }
  #sns h2 {
    font-size: 15px;
    line-height: 17px;
    padding: 7px 0px;
  }
  #sns h2 img {
    width: 17px;
  }

  #365体育博彩_篮球比分￥直播官网,
  #twitter {
    border-width: 0px 0px 1px 0px;
    border-color: #000;
    border-style: solid;
    padding-bottom: 20px;
  }

  #365体育博彩_篮球比分￥直播官网 {
    margin: 0px 2%;
    width: 46%;
    float: left;
  }

  #twitter {
    margin: 0px 2%;
    width: 46%;
    float: left;
    padding-bottom: 14px;
  }

  .timeline-Footer {
    display: none !important;
  }

  #archive .archive-box-wrap {
    text-align: center;
  }
  #archive .archive-box-wrap .archive-box {
    width: 20%;
    text-align: left;
  }

  #home-footer h2 {
    margin-bottom: 40px;
  }
  #home-footer p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 28px;
  }

  /* 卒展作の様子
  --------------------------------------------------------------------------------- */
  .works-wrap {
    margin-bottom: 40px;
  }
  .works-wrap ul li {
    width: 25%;
  }

  /* 共通
  --------------------------------------------------------------------------------- */
  /* 見出し */
  .m01.page {
    margin-bottom: 60px;
  }

  /* 改行 */
  .sp {
    display: none;
  }

  .tab,
  .tabpc {
    display: inline-block;
  }

  /* マージン */
  .mb0 {
    margin-bottom: 0px;
  }

  .mt0 {
    margin-top: 0px;
  }

  .ml1em {
    margin-left: 1em;
  }

  .ml2em {
    margin-left: 2em;
  }

  .ml3em {
    margin-left: 3em;
  }

  .im1em {
    text-indent: -1em;
    padding-left: 1em;
  }

  .im2em {
    text-indent: -2em;
    padding-left: 2em;
  }

  .im3em {
    text-indent: -3em;
    padding-left: 3em;
  }
}
/*
--------------------------------------------------------------------------------- 1024 */
@media all and (min-width: 1024px) {
  #contents {
    padding-top: 0px;
  }
  #contents .wrap {
    padding-left: 280px;
  }

  /* ホーム
  --------------------------------------------------------------------------------- */
  .home-main {
    height: 100vh;
    background-image: url(/sotsuten/2023/images/home_slide_bg_01.png), url(/sotsuten/2023/images/home_slide_bg_02.png);
    background-position: left top, right top;
    background-size: contain, contain;
    background-repeat: no-repeat, no-repeat;
  }

  .home-main-logo {
    display: block;
    position: absolute;
    left: 30px;
    top: 20px;
    width: 60px;
  }

  .home-main-title-01 {
    position: absolute;
    z-index: 1;
    margin: 0px;
    display: block;
    width: 328px;
    left: 110px;
    top: 20px;
  }

  #home-main-image {
    height: calc(100vh - 100px);
    width: calc((100vh - 140px) * (6800 / 1240));
  }
  #home-main-image .slider {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: block;
  }
  #home-main-image .slider li {
    margin: 0px -60px;
    padding: 0px;
  }
  #home-main-image .slider li p {
    margin: 0px;
  }
  #home-main-image .slider li p img {
    max-width: none;
    width: 100%;
  }

  .home-main-logo {
    display: block;
  }

  .home-main-img-sp {
    display: none;
  }

  .low .home-main {
    height: 100vh;
  }
  .low .home-main .home-main-title-01 {
    width: 200px;
  }
  .low .home-main .home-main-title-02 {
    width: 120px;
    left: 240px;
    top: 30px;
  }
  .low .home-main .home-main-title-03 {
    width: 38px;
  }
  .low #home-main-image {
    height: calc(100vh - 40px);
    width: calc((100vh - 40px)*(2650/630) + 20vw);
    margin-top: 40px;
  }
  .low #home-main-image .slick-list {
    padding-left: 20vw;
  }
  .low #home-main-image .slider li {
    height: calc(100vh - 40px);
  }
  .low #online-shop {
    width: 150px;
    left: 20px;
    top: 300px;
  }

  .situation {
    left: auto;
    bottom: auto;
    right: 97px;
    top: 65px;
    max-width: 340px;
  }
  .situation .copy {
    font-size: 16px;
    line-height: 18px;
    background: linear-gradient(#00ffff, #00ffff) 0 100%/18px 18px no-repeat;
    background-size: 100% 18px;
  }
  .situation .date {
    font-size: 16px;
    line-height: 23px;
  }
  .situation .txt {
    font-size: 8px;
    line-height: 12px;
    margin-bottom: 10px;
  }
  .situation .state p {
    font-size: 14px;
    line-height: 20px;
  }

  #jizen {
    padding: 0px;
    margin: 0px auto 20px;
    font-size: 0;
    width: 840px;
  }
  #jizen .jizen-date {
    margin: 0px 0px 6px 0px;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }
  #jizen .jizen-date span {
    display: inline-block;
  }
  #jizen .jizen-time {
    display: block;
    font-size: 26px;
    line-height: 34px;
    margin: 0px;
    text-align: center;
  }
  #jizen ul {
    margin: 0px;
    display: inline-block;
    vertical-align: top;
  }
  #jizen ul li {
    margin: 0px;
    font-size: 11px;
    line-height: 14px;
    width: 352px;
  }
  #jizen ul li a {
    width: 1000px;
    height: 54px;
    border-radius: 6px;
  }

  #note {
    padding-bottom: 80px;
  }
  #note .wrapper {
    padding: 20px 40px;
  }

  #home-nav {
    display: block;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 100;
  }

  #gnav-home {
    margin: 0px 0px 8px 0px;
    padding: 0px;
    list-style-type: none;
    text-align: left;
    font-size: 0;
    color: #fff;
    z-index: 100;
  }
  #gnav-home li {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
  }
  #gnav-home li::after {
    content: "｜";
    margin: 0px 5px;
  }
  #gnav-home li:last-child::after {
    content: "";
    margin: 0px;
  }
  #gnav-home a {
    display: inline-block;
    text-decoration: none;
    position: relative;
    display: inline-block;
    color: #fff;
  }
  #gnav-home a:hover {
    color: #946951;
  }
  #gnav-home a.nolink {
    color: #999;
    background: none;
  }

  #gnav-home-btn {
    margin: 0px 0px 10px 0px;
    padding: 0px;
    list-style-type: none;
    text-align: left;
    font-size: 0;
    color: #fff;
    z-index: 100;
    text-align: right;
  }
  #gnav-home-btn li {
    margin: 0px 0px 0px 10px;
    padding: 0px;
    font-size: 10px;
    line-height: 18px;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
  }
  #gnav-home-btn li.document a {
    background-color: #696969;
  }
  #gnav-home-btn li.document a:hover {
    background-color: #946951;
  }
  #gnav-home-btn a {
    display: inline-block;
    text-decoration: none;
    position: relative;
    display: block;
    background-color: #ff4d94;
    color: #fff;
    padding: 0px 10px;
  }
  #gnav-home-btn a:hover {
    background-color: #946951;
  }

  #snsnav-home {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: right;
    overflow: hidden;
    font-size: 0;
  }
  #snsnav-home li {
    margin: 0px 0px 0px 8px;
    padding: 0px;
    width: 16px;
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
    vertical-align: top;
  }
  #snsnav-home a {
    border-width: 0px;
  }
  #snsnav-home a:hover {
    opacity: 0.5;
  }

  #online-shop {
    display: none;
  }

  #online-shop2 {
    display: block;
    width: 190px;
    height: 163px;
    overflow: hidden;
    left: 30px;
    top: 620px;
    position: fixed;
    z-index: -1;
  }
  #online-shop2 a {
    display: block;
  }

  #home-contact {
    padding: 70px 114px 30px 310px;
  }
  #home-contact .oc-btn {
    margin: 10px 0px 20px;
  }
  #home-contact .oc-btn li {
    font-size: 16px;
    line-height: 24px;
  }
  #home-contact .info-note {
    padding: 40px;
    margin-bottom: 40px;
  }
  #home-contact .info-note p {
    font-size: 16px;
    line-height: 28px;
  }

  #home-works {
    padding: 80px 114px 130px 280px;
  }
  #home-works .m01 {
    margin-bottom: 60px;
  }
  #home-works .insta-box-wrap {
    margin: 0px -15px;
  }
  #home-works .insta-box-wrap .insta-box {
    margin-bottom: 35px;
  }
  #home-works .insta-box-wrap .insta-box ul {
    margin: 0px 15px 6px 15px;
  }
  #home-works .insta-box-wrap .insta-box p {
    margin: 0px 15px;
  }

  #event {
    padding: 80px 114px 130px 280px;
  }
  #event .event-date {
    font-size: 16px;
    line-height: 24px;
    margin: 0px 0px 35px 0px;
  }
  #event .event-date span.date {
    font-size: 17px;
    line-height: 24px;
    padding: 0px 0px 3px 0px;
  }
  #event .event-date span.week {
    font-size: 15px;
    line-height: 24px;
    padding: 0px 0px 3px 0px;
  }
  #event .event-date a {
    margin: 0px 2px;
  }

  .he-box a {
    margin: 0px 8px 26px 8px;
  }
  .he-box h3 {
    font-size: 11px;
    line-height: 16px;
  }
  .he-box .courase {
    font-size: 11px;
    line-height: 15px;
  }

  .voice-detail {
    padding-bottom: 0px;
  }
  .voice-detail .inner {
    width: 510px;
    margin: 85px auto 40px auto;
  }
  .voice-detail .close {
    right: 0px;
    top: 0px;
    bottom: auto;
    width: 80px;
  }
  .voice-detail .txt {
    margin: 0px;
  }
  .voice-detail .txt p {
    font-size: 13px;
    line-height: 26px;
  }
  .voice-detail .txt p.evdate {
    font-size: 14px;
    line-height: 28px;
  }
  .voice-detail .img {
    width: 510px;
    margin: 0px 0px 18px 0px;
  }
  .voice-detail .movie {
    width: 510px;
    margin: 0px 0px 18px 0px;
  }
  .voice-detail h2 {
    font-size: 17px;
    line-height: 26px;
  }
  .voice-detail h3 {
    font-size: 13px;
    line-height: 26px;
    margin: 20px 0px 0px 0px;
  }

  #map {
    padding: 80px 114px 130px 280px;
  }
  #map #map-zu-size {
    margin-bottom: 45px;
  }

  .map-info-wrap {
    margin: 0px -2% 40px -2%;
    overflow: hidden;
  }

  .map-etc {
    padding: 30px 20px 10px 40px;
  }

  .map-etc-inner {
    margin: 0px auto;
  }

  .me-box p {
    font-size: 13px;
    line-height: 20px;
    margin: 0px 0px 10px 0px;
    overflow: hidden;
    width: 30%;
  }
  .me-box p.wid01 {
    width: 40%;
  }
  .me-box p img {
    width: 26px;
    margin: 0px 5px 0px 0px;
  }
  .me-box p span {
    margin: 4px 0px 0px 0px;
  }
  .me-box p span.cafe {
    margin: -2px 0px 0px 0px;
  }

  #access {
    padding: 80px 114px 80px 280px;
  }
  #access .map-wide {
    margin: 0px 0px 60px 0px;
  }
  #access .map-wide iframe {
    height: 400px;
  }
  #access #map-canvas {
    height: 400px;
    margin: 0px 0px 60px 0px;
  }

  #bus {
    margin-top: 75px;
  }
  #bus h2 {
    font-size: 19px;
    line-height: 28px;
    margin: 0px 0px 40px 0px;
    padding: 0px;
    border-width: 0px;
  }
  #bus h3 {
    margin: 0px 0px 6px 0px;
  }

  .bus-box {
    border-width: 0px;
    margin: 0px 0px 20px 0px;
    width: 46%;
    float: left;
  }
  .bus-box .bus-time {
    width: 48%;
  }
  .bus-box#bus-bx-02 {
    margin-right: 8%;
  }
  .bus-box .bus-txt {
    margin: 0px 0px 20px 0px;
    clear: both;
  }
  .bus-box .bus-txt.last {
    margin: -26px 0px 20px 0px;
    clear: both;
  }

  .bus-tab {
    margin: 0px 0px 26px 0px;
  }
  .bus-tab th,
  .bus-tab td {
    font-size: 16px;
    line-height: 20px;
    padding: 0px 0px 0px 8px;
  }
  .bus-tab th {
    padding: 0px 8px 0px 2px;
  }

  #archive {
    padding: 80px 114px 80px 280px;
  }
  #archive .archive-box-wrap {
    margin: 0px -5px;
  }
  #archive .archive-box-wrap .archive-box {
    margin-bottom: 35px;
  }
  #archive .archive-box-wrap .archive-box p {
    margin: 0px 5px;
  }
  #archive .archive-box-wrap .archive-box p.img {
    margin-bottom: 5px;
  }

  #sns {
    padding: 40px 84px 40px 280px;
  }
  #sns .wrap {
    padding: 0px 20px;
  }

  #home-footer {
    padding: 80px 114px 140px 280px;
  }
  #home-footer .home-footer-logo {
    width: 78px;
  }

  /* 卒展作の様子
  --------------------------------------------------------------------------------- */
  .works-txt {
    margin-bottom: 25px;
  }

  .works-wrap {
    margin-bottom: 90px;
  }
  .works-wrap ul {
    margin: 0px -15px;
  }
  .works-wrap ul li a {
    padding: 15px;
  }

  /* 共通
  --------------------------------------------------------------------------------- */
  /* 見出し */
  .m01.page {
    margin-top: 70px;
    margin-bottom: 140px;
  }

  /* 改行 */
  .sp,
  .sptab,
  .tab {
    display: none;
  }

  .pc {
    display: inline-block;
  }

  /* マージン */
  .mb0 {
    margin-bottom: 0px;
  }

  .mt0 {
    margin-top: 0px;
  }

  .ml1em {
    margin-left: 1em;
  }

  .ml2em {
    margin-left: 2em;
  }

  .ml3em {
    margin-left: 3em;
  }

  .im1em {
    text-indent: -1em;
    padding-left: 1em;
  }

  .im2em {
    text-indent: -2em;
    padding-left: 2em;
  }

  .im3em {
    text-indent: -3em;
    padding-left: 3em;
  }
}
/*
--------------------------------------------------------------------------------- 1280 */
@media all and (min-width: 1280px) {
  .he-box {
    width: 20%;
  }
}
/*
--------------------------------------------------------------------------------- 1920 */
