@charset "UTF-8";
/*

media
768?
1024?
1240?

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

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

/* 注意
--------------------------------------------------------------------------------- */
#home-popup {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  z-index: 100;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
#home-popup .box {
  border-style: solid;
  border-color: #000;
  border-width: 1px;
  border-radius: 0px;
  margin: 20px;
  padding: 0px;
  height: auto;
  max-height: 93%;
  background-color: #FFF;
  overflow: scroll;
}
#home-popup .box .inner {
  padding: 20px;
  position: relative;
}
#home-popup .box h2,
#home-popup .box h3,
#home-popup .box h4,
#home-popup .box p {
  font-size: 13px;
  line-height: 21px;
  font-weight: normal;
}
#home-popup .box h2,
#home-popup .box p {
  margin-bottom: 2em;
}
#home-popup .box h2 {
  margin-top: 40px;
}
#home-popup .box .closebtn {
  width: 40px;
  position: fixed;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
#home-popup .box .uline {
  text-decoration: underline;
}

/* ホーム
--------------------------------------------------------------------------------- */
.home-main {
  width: 3000px;
  height: 100vh;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.home-main .video {
  display: block;
  margin: -90px auto 0px auto;
  max-width: 762px;
}
.home-main .home-main-img {
  display: block;
  margin: -90px auto 0px auto;
  max-width: 762px;
}
.home-main .txt-real {
  width: 246px;
  position: absolute;
  top: 16px;
  left: 53px;
  margin: 0px;
}
.home-main .txt-change {
  width: 22px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin: -150px 0px 0px 0px;
}
.home-main .txt-buy {
  width: 22px;
  position: absolute;
  top: 50%;
  left: 10px;
  margin: -150px 0px 0px 0px;
}
.home-main .txt-date {
  width: 160px;
  position: absolute;
  right: 12px;
  bottom: 74px;
  margin: 0px 0px 0px 0px;
}
.home-main .txt-state {
  position: absolute;
  left: 10px;
  bottom: 20px;
  margin: 0px;
  text-decoration: underline;
  font-size: 15px;
  line-height: 24px;
}
.home-main .state {
  position: absolute;
  left: 10px;
  bottom: 20px;
}
.home-main .state p {
  margin: 0px;
  text-decoration: underline;
  font-size: 15px;
  line-height: 24px;
}
.home-main .img02 {
  margin-left: 30px;
  margin-right: -30px;
}

#home-intro {
  overflow: hidden;
  margin: 0px auto;
  max-width: 796px;
  margin-bottom: 20px;
  margin-top: 60px;
}
#home-intro p {
  font-size: 11px;
  line-height: 21px;
  text-align: justify;
  font-weight: bold;
  margin-bottom: 21px;
}

#contact {
  margin: 0px auto;
  max-width: 796px;
  margin-top: 60px;
  margin-bottom: 60px;
}
#contact h3 {
  font-size: 11px;
  line-height: 21px;
  font-weight: bold;
}
#contact p {
  font-size: 11px;
  line-height: 21px;
  font-weight: bold;
}
#contact p .uline {
  text-decoration: underline;
}

.contact-logo {
  margin: 50px 0px 0px 210px;
  width: 54px;
}

#home-works {
  overflow: hidden;
  max-width: 1100px;
  margin: 0px auto;
  margin-bottom: 60px;
}
#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;
  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;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 0.1em;
}

#event {
  max-width: 1100px;
  margin: 0px auto;
  margin-bottom: 40px;
}
#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: center;
  margin: 0px;
  padding: 0px 5px 0px 6px;
  font-size: 14px;
  line-height: 22px;
  vertical-align: bottom;
  overflow: hidden;
  height: 22px;
  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: 2px;
  color: #000;
  text-align: left;
  margin: 0px 4px 0px 0px;
  font-size: 11px;
  line-height: 15px;
  vertical-align: middle;
  font-weight: 500;
}
.he-box h3 span {
  background-color: #FFF;
  padding: 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: 2.6em;
}

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

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

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

.voice-detail {
  border-width: 1px;
  border-color: #000;
  border-style: solid;
}
.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 {
  max-width: 1000px;
  margin: 0px auto;
  margin-bottom: 60px;
}
#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;
  background-color: #FFF;
  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 {
  max-width: 1000px;
  margin: 0px auto;
  margin-bottom: 60px;
}
#access .map-wide {
  margin: 0px -20px;
}
#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 0px 0px 0px;
}
#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 16px 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 {
  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;
  font-size: 10px;
  line-height: 10px;
  position: absolute;
  margin-top: 3px;
}

#sns {
  margin: 0px auto 60px auto;
  max-width: 796px;
  overflow: hidden;
}
#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;
}

/* 変える?買える
--------------------------------------------------------------------------------- */
.home-greeting {
  overflow: hidden;
  margin: 0px auto;
  max-width: 796px;
  margin-bottom: 60px;
}
.home-greeting p {
  font-size: 11px;
  line-height: 21px;
  text-align: justify;
  font-weight: bold;
  margin-bottom: 21px;
}
.home-greeting p.btn {
  font-size: 22px;
  line-height: 80px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}
.home-greeting p.btn a {
  display: block;
  background-color: #436eb4;
  color: #FFF;
  text-decoration: none;
}
.home-greeting p.btn a:hover {
  opacity: 0.65;
}

/* 卒展作品
--------------------------------------------------------------------------------- */
.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;
}

/* 共通
--------------------------------------------------------------------------------- */
/* 見出し */
.m01 {
  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: 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;
}

/* 動画 */
.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) {
  /* ホーム
  --------------------------------------------------------------------------------- */
  .home-greeting p {
    font-size: 12px;
    line-height: 23px;
    margin-bottom: 23px;
  }

  #home-intro p {
    font-size: 12px;
    line-height: 23px;
    margin-bottom: 23px;
  }

  #contact h3 {
    font-size: 12px;
    line-height: 23px;
  }
  #contact p {
    font-size: 12px;
    line-height: 23px;
  }

  .contact-logo {
    margin-left: 240px;
  }

  .me-box p {
    font-size: 12px;
  }

  .bus-tab th,
  .bus-tab td {
    font-size: 16px;
  }

  /* 変える?買える
  --------------------------------------------------------------------------------- */
  .home-greeting p {
    font-size: 12px;
    line-height: 23px;
    margin-bottom: 23px;
  }
}
/*
--------------------------------------------------------------------------------- 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 .wrap {
    padding: 0px 26px;
  }

  /* 注意
  --------------------------------------------------------------------------------- */
  #home-popup .box {
    position: absolute;
    margin: -350px 0px 0px -335px;
    max-height: none;
    width: 670px;
    height: 700px;
    left: 50%;
    top: 50%;
    overflow: hidden;
  }
  #home-popup .box .inner {
    padding: 40px;
  }
  #home-popup .box .closebtn {
    position: absolute;
    right: 0px;
    top: 0px;
  }

  /* ホーム
  --------------------------------------------------------------------------------- */
  .home-main .video {
    margin-top: 0px;
    padding: 0px 140px;
  }
  .home-main .home-main-img {
    margin-top: 0px;
    padding: 0px 140px;
  }
  .home-main .txt-real {
    width: 456px;
    top: 24px;
    left: 180px;
  }
  .home-main .txt-change {
    width: 43px;
    right: 15px;
    margin: -232px 0px 0px 0px;
  }
  .home-main .txt-buy {
    width: 43px;
    left: 15px;
    margin: -232px 0px 0px 0px;
  }
  .home-main .txt-date {
    width: 294px;
    right: 90px;
    top: 114px;
    bottom: auto;
    margin: 0px 0px 0px 0px;
  }
  .home-main .txt-state {
    position: absolute;
    left: 40px;
    font-size: 16px;
    line-height: 24px;
  }
  .home-main .state {
    left: 40px;
  }
  .home-main .state p {
    font-size: 16px;
    line-height: 24px;
  }
  .home-main .img02 {
    margin-left: 50px;
    margin-right: -50px;
  }

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

  #contact {
    margin-bottom: 80px;
  }
  #contact h3 {
    font-size: 16px;
    line-height: 28px;
  }
  #contact p {
    font-size: 16px;
    line-height: 28px;
  }

  .contact-logo {
    margin-top: 100px;
    margin-left: 310px;
  }

  #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: 25%;
    float: left;
    margin: 0px 0px 20px 0px;
    overflow: hidden;
  }

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

  #sns {
    margin-bottom: 100px;
  }
  #sns .sns-inner {
    padding: 0px 40px 60px 40px;
  }

  /* 変える?買える
  --------------------------------------------------------------------------------- */
  .home-greeting p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 28px;
  }
  .home-greeting p.btn {
    font-size: 28px;
    line-height: 100px;
    margin-bottom: 80px;
  }

  /* 卒展作品
  --------------------------------------------------------------------------------- */
  .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;
  }

  /* 注意
  --------------------------------------------------------------------------------- */
  #home-popup .box {
    margin: -365px 0px 0px -455px;
    width: 910px;
    height: 730px;
  }
  #home-popup .box .inner {
    padding: 80px 70px;
  }
  #home-popup .box h2,
  #home-popup .box h3,
  #home-popup .box h4,
  #home-popup .box p {
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
  }
  #home-popup .box h2 {
    margin-top: 0px;
  }
  #home-popup .box .closebtn {
    width: 70px;
  }

  /* ホーム
  --------------------------------------------------------------------------------- */
  .home-main .img02 {
    margin-left: -30px;
    margin-right: 30px;
  }

  #home-intro {
    margin-bottom: 80px;
    margin-top: 240px;
  }
  #home-intro p {
    font-size: 24px;
    line-height: 42px;
    margin-bottom: 42px;
  }

  #contact {
    margin-bottom: 180px;
    margin-top: 240px;
  }
  #contact h3 {
    font-size: 24px;
    line-height: 42px;
  }
  #contact p {
    font-size: 24px;
    line-height: 42px;
  }

  .contact-logo {
    margin-top: 80px;
    margin-left: 610px;
    width: 70px;
  }

  #home-works {
    margin-bottom: 160px;
  }
  #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 {
    margin-bottom: 100px;
  }
  #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 {
    width: 20%;
  }
  .he-box a {
    margin: 0px 8px 26px 8px;
  }
  .he-box h3 {
    font-size: 11px;
    line-height: 15px;
  }
  .he-box .courase {
    font-size: 11px;
    line-height: 15px;
  }

  .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 {
    margin-bottom: 160px;
  }
  #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 20px 0px;
    overflow: hidden;
  }
  .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 {
    margin-bottom: 160px;
  }
  #access .map-wide {
    margin: 0px;
  }
  #access #map-canvas {
    height: 400px;
    margin: 0px 0px 60px 0px;
  }

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

  .bus-box {
    border-width: 0px;
    margin: 0px 6% 20px 0px;
    width: 33.5%;
    float: left;
  }
  .bus-box .bus-time {
    width: 46%;
  }
  .bus-box#bus-bx-02 {
    margin: 0px 6% 20px 0px;
    width: 29.5%;
  }
  .bus-box#bus-bx-02 .bus-time {
    width: 46%;
  }
  .bus-box#bus-bx-03 {
    margin: 0px 0px 20px 0px;
    width: 25%;
  }
  .bus-box#bus-bx-03 .bus-time {
    width: 45%;
  }
  .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;
  }

  #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;
  }

  /* 変える?買える
  --------------------------------------------------------------------------------- */
  .home-greeting p {
    font-size: 24px;
    line-height: 42px;
    margin-bottom: 42px;
  }
  .home-greeting p.btn {
    font-size: 33px;
    line-height: 120px;
    margin-bottom: 130px;
  }

  /* 卒展作品
  --------------------------------------------------------------------------------- */
  .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 */
/*
--------------------------------------------------------------------------------- 1920 */
