@charset "UTF-8";

.forTAB {
  display: none;
}

.wrap {
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 240px;
  grid-template-rows: 89px 1fr;
  display: -ms-grid;
  -ms-grid-columns: 1fr 240px;
  -ms-grid-rows: 89px 1fr;
}

.sp{
  display: none;
}

main {
  padding-top: 3.5em;
  position: static;
  grid-column: 1;
  grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-row: 2;
}

header {
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  padding-top: 60px;
}

.header {
  height: 0;
  padding: 0;
  position: static;
}

.header .logo {
  position: absolute;
  top: 0.5em;
  right: 0.4em;
}

.header > *:not(.logo) {
  display: none;
}

.menuBtn {
  display: none;
}

.searchBox {
  position: absolute;
  padding: 0.6em 0.5em;
  z-index: 200;
  top: 4em;
  right: 0;
  width: 240px;
  background: #fff;
  margin-right: 0;
}

.searchBox form > div {
  display: block;
}

.searchBox .input_search {
  border-radius: 0.5em;
  padding: 0.5em 0.5em 0.5em 2.5em;
  line-height: 1;
}

.searchBox .btnArea {
  padding-left: 0.25em;
  width: 4em;
}

.searchBox .btnArea button {
  padding: 0.5em;
  font-weight: bold;
  font-size: 1.1em;
  white-space: nowrap;
}

.breadcrumb,
.header_news {
  padding: 0;
  padding-right: 240px;
  width: calc(100% - 240px);
  z-index: 100;
}

.breadcrumb li a {
  line-height: 1;
  padding: 0.5em 1em;
}

.breadcrumb li:nth-of-type(1) a {
  padding-left: 1em;
}



footer {
  padding: 0;
  grid-row: 3;
  grid-column: 1;
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  position: static;
}

.footermenu {
  padding-top: 2em;
}

.footer_stadium {
  padding-bottom: 2em;
}

.footer_contact {
  padding: 1em 0;
}

.footerNav {
  background: none;
  position: absolute;
  top: 0;
  right: 20em;
/*  position: static;*/
  padding: 0.5em;
  grid-column: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  text-align: right;
  margin-left: auto;
  height: fit-content;
  height: -moz-fit-content;
}

.footerNav ul {
  display: inline-block;
}

.footerNav li {
  width: auto;
}

.footerNav li a {
  font-size: 100%;
  border: none;
  color: inherit;
}

.footerNav .fukidashi {
  width: 3em;
  height: 3em;
  top: 0.2em;
  left: 18%;
}

.footerNav .icon {
  width: 1.3em;
  height: 1.3em;
  top: 50%;
  left: 1.1em;
  transform: translate(-50%, -50%);
  font-size: 1.2em;
}

.footerNav li:nth-child(1) .icon {
  left: 1.25em;
}

.footerNav p {
  padding-bottom: 0.5em;
  padding-top: 2.3em;
  padding: 1em 1em 1em 3.5em;
  font-weight: bold;
  font-size: 0.9em;
  color: #b40001;
}

.side {
  position: static;
  padding-top: 7.5em;
  background-color: #fff;
  border-left: 1px solid #ccc;
  width: 100%;
  height: 100%;
  margin: 0;
  grid-column: 2;
  grid-row: 1 / 4;
  -ms-grid-column: 2;
  -ms-grid-row: 1 / 4;
}

.side > figure {
  text-align: right;
  padding: 0.5em 1em;
}

.side > figure a {
  display: inline-block;
  width: 7em;
}

.side_menu {
  position: relative;
  right: 0;
  top: 0;
}

.side_menu_close {
  display: none;
}
.side_menu li{
  transition: .3s;
}
.side_menu li a {
  font-size: 1em;
  padding: 1em 1em 1em 2em;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.side_menu li:hover{
  opacity: 0.8;
}

.side_menu .icon {
  position: static;
  fill: white;
  width: 1.8em;
  height: 1.8em;
  opacity: 1;
  margin-right: 1em;
}

.side_ranking h2 {
  display: none;
}

.side_ranking section {
  width: 100%;
  padding: 1em 1em 0 1em;
}

.side_ranking li {
  float: none;
  width: 100%;
  margin: 0;
}

.side_ranking figure {
  min-height: 4em;
  margin-bottom: 1em;
}

.side_ranking h4 {
  font-size: 1.2em;
}

.topBtn {
  right: 250px;
  bottom: -100px;
}

.topBtn.active {
  bottom: 10px;
}

.document_writer {
  padding: 0 0 1em 0;
}

.balloon {
  background-size: 5em;
  padding-left: 6em;
  min-height: 5em;
}
.kokuban .balloon.hakase .contentBar{
  margin-left: 7em;
  width: 14.3em;
}
.lum-lightbox.lum-open {
  z-index: 100;
}

.lum-close-button {
  top: 0;
  right: 1em;
  font-size: 1.2em;
}

.lum-lightbox-inner img {
  max-width: 800px;
}


.quote {
  padding: 1.5em 1.75em 1em 2.8em;
}

.quote:before {
  font-size: 1.1em;
}

/*右側*/

.right {
  background-position: top right;
  position: relative;
}

.right p {
  margin-left: auto;
  margin-right: 6.5em;
}

.balloon.joshu.right p::before {
  left: 99.9%;
}

.balloon.hakase.right p::before {
  left: 99.9%;
}

/* ランキング修正 */
.side_ranking section .btn-red {
  width: 100%;
  position: static;
}

.side_ranking section .btn-blu {
  border-radius: 0px;
}

.side_ranking figure img {
  width: 4.5em;
  position: absolute;
  top: 0;
  left: 0;
}

.side_ranking figure figcaption {
  padding-top: 0;
  padding-left: 5.3em;
}

.side_ranking section.side_ranking_free .btn-blu {
  width: 100%;
  position: static;
}

.side_ranking section .btn-yellow {
  border-radius: 0;
}

.side_ranking section .btn-green {
  border-radius: 0;
}

.side_ranking h3 {
  justify-content: start;
  font-size: 1.2em;
  margin-bottom: 0.3em;
}

.side_ranking section a::after {
  content: none;
}

.side_ranking li > div {
  min-height: auto;
}

.side_ranking figure ~ div {
  position: static;
}

.line_banner_pc {
  display: block;
  width: 240px;
  height: 240px;
  margin-top: 1em;
}

.line_banner_header {
  display: none !important;
}

.side_ranking h4 {
  height: 3.4em;
}

.side_ranking h4::before {
  top: 0;
  width: 3em;
  height: 3em;
}

.document_parentnav h2 {
  border: none;
  font-size: 1.2em;
  padding: 0;
  pointer-events: none;
}


.document_parentnav h2 + div {
  display: block !important;
}

.menuBtn {
  pointer-events: none;
}



.document.site.site-review .reviewlist ul{
  padding: 1em;
  border: solid 1px #ccc;
}

.site_reviewlist{
  height: 30em;
  overflow-y:scroll;
}

.site_reviewlist::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
/* スクロールの背景の設定 */
.site_reviewlist::-webkit-scrollbar-track {
  box-shadow: 0 0 4px #aaa inset;
}

/* スクロールのつまみ部分の設定 */
.site_reviewlist::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #01b365;
}

.site_reviewlist li:nth-child(n+4){
  display: block;
}


@media (min-width: 1280px) {
  .search article section > div {
    width: auto;
    padding: 0 1em;
  }

  .search .categorynav + form {
    width: 740px;
  }
    .categorynav{
      justify-content: space-between;
    }
  .categorynav li {
    width: calc(100%/2 - 0.5em);
  }
/*
  .categorynav li:not(:nth-of-type(3n)) {
    margin-right: 0.5em;
  }*/
}
.document_floatmenu a{
  bottom: 0.8em;
  width: 10em;
}
@media screen and (min-width: 1920px) {
/*  .categorynav li {
    width: calc(25% - 0.4em);
  }
*/
/*  .categorynav li:nth-of-type(3n) {
    margin-right: 0.5em;
  }

  .categorynav li:nth-of-type(4n) {
    margin-right: 0;
  }*/
}
