@charset "UTF-8";
@import url("lightbox.min.css");
@font-face {
  font-family: "mplus-2p";
  font-weight: 400;
  src: url("../fonts/mplus-2p-regular.ttf") format("truetype"), url("../fonts/mplus-2p-regular.eot?") format("eot"), url("../fonts/mplus-2p-regular.woff2") format("woff2"), url("../fonts/mplus-2p-regular.woff") format("woff");
}

@font-face {
  font-family: "mplus-2p";
  font-weight: 700;
  src: url("../fonts/mplus-2p-bold.ttf") format("truetype"), url("../fonts/mplus-2p-bold.eot?") format("eot"), url("../fonts/mplus-2p-bold.woff2") format("woff2"), url("../fonts/mplus-2p-bold.woff") format("woff");
}

body {
  font-family: 'mplus-2p', sans-serif;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

@media (max-width: 1141.98px) {
  body {
    font-size: 0.875rem;
  }
}

html, body {
  width: 100%;
  height: 100%;
}

.wrapper {
  overflow-x: hidden;
  height: 100%;
}

.wrapper > .container {
  position: relative;
  margin-top: 5vh;
  padding-left: 50px;
  padding-right: 50px;
}

.wrapper > .container::before {
  position: absolute;
  top: 6vw;
  left: 0;
  display: block;
  content: "";
  background-color: #fff;
  width: 100%;
  height: calc(100% - 6vw);
  z-index: -1;
}

@media (min-width: 1350px) {
  .wrapper > .container::before {
    top: 100px;
    height: calc(100% - 100px);
  }
}

@media (max-width: 1141.98px) {
  .wrapper > .container {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .wrapper > .container::before {
    top: 0;
    height: 100%;
  }
}

.not-contents {
  height: 90px;
}

header #site-title {
  width: 100%;
}

@media (min-width: 1142px) {
  header #site-title {
    margin-bottom: 1rem;
    padding-top: 15.2777%;
    background-image: url("../img/common/th_ikutokukan-judo.svg");
  }
}

@media (max-width: 1141.98px) {
  header #site-title {
    margin-bottom: 0;
    padding-top: 60px;
    background-color: #00a29a;
    background-size: auto 70%;
    background-position: left 15px center;
    background-image: url("../img/common/th_ikutokukan-judo_sp.svg");
  }
}

@media (min-width: 1142px) {
  header .mainvisual {
    border-radius: 3.5% / 7.0%;
  }
}

header nav {
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}

header nav .mnBtn {
  border-bottom: 8px solid rgba(0, 162, 154, 0.3);
  padding-top: 40px;
}

header nav .mnBtn.about {
  background-image: url("../img/common/mn-about.svg");
}

header nav .mnBtn.schedule {
  background-image: url("../img/common/mn-schedule.svg");
}

header nav .mnBtn.access {
  background-image: url("../img/common/mn-access.svg");
}

header nav .mnBtn.result {
  background-image: url("../img/common/mn-result.svg");
}

header nav .mnBtn.inquiry {
  background-image: url("../img/common/mn-inquiry.svg");
}

header nav .mnBtn:hover, header nav .mnBtn:focus {
  border-bottom: 8px solid #00a29a;
}

header nav .sns-link li:first-child {
  color: #adb5bd;
}

header nav .sns-link li:not(:first-child) {
  margin: 5px;
  font-size: 0.75em;
}

header nav .sns-link li .snsBtn {
  position: relative;
  display: block;
  height: 40px;
  line-height: 40px;
  padding-left: 50px;
  color: #212529;
}

header nav .sns-link li .snsBtn::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 40px;
  height: 40px;
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  content: "";
}

header nav .sns-link li .snsBtn.youtube::before {
  width: 135px;
  background-image: url("../img/common/logo_sns-yt.png");
}

header nav .sns-link li .snsBtn.facebook::before {
  background-image: url("../img/common/icon_sns-fb.png");
}

header nav .sns-link li .snsBtn.ameblo::before {
  background-image: url("../img/common/icon_sns-am.png");
}

header nav .sns-link li .snsBtn.twitter::before {
  background-image: url("../img/common/icon_sns-tw.png");
}

@media (max-width: 1600px) {
  header nav .sns-link li {
    text-align: center;
  }
  header nav .sns-link li:first-child {
    font-size: 0.75em;
    line-height: 1.2;
  }
  header nav .sns-link li .snsBtn {
    width: 0;
    overflow: hidden;
    padding-left: 40px;
  }
  header nav .sns-link li .snsBtn.youtube::before {
    width: 40px;
    background-image: url("../img/common/icon_sns-yt.png");
  }
}

@media (max-width: 1141.98px) {
  header nav {
    margin-top: 0;
    margin-bottom: 0;
  }
  header nav .menubar-offcanvas .row {
    margin: 0 auto;
    height: 100%;
  }
  header nav .menubar-offcanvas .row li {
    padding-top: 1rem;
  }
  header nav .menubar-offcanvas .row li .mnBtn {
    border-bottom: none;
    background-size: auto 70%;
  }
  header nav .sns-link {
    position: relative;
    margin-top: 30px;
    text-align: center;
  }
  header nav .sns-link li:first-child {
    margin-bottom: 15px;
  }
  header nav .sns-link li:not(:first-child) {
    display: inline-block;
    vertical-align: top;
  }
}

@media (min-width: 1142px) {
  header nav .sns-link {
    position: absolute;
    top: 20vh;
    left: 102%;
  }
}

footer {
  padding: 1em;
  text-align: center;
}

.img-txt, .mnBtn, .th_section {
  margin: auto;
  display: block;
  overflow: hidden;
  height: 0;
  padding: 0;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.rounded {
  border-radius: 12px !important;
}

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

#under nav .back-toppage {
  display: block;
  height: 45px;
  overflow: hidden;
}

#under nav .back-toppage::before {
  display: inline-block;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg preserveAspectRatio='xMidYMid' 	viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' fill='none' d='M 18,5 8,15 18,25'/%3E%3C/svg%3E");
  content: "";
  vertical-align: top;
}

@media (min-width: 1142px) {
  #under nav .back-toppage {
    position: relative;
    margin-top: -0.5em;
    line-height: 45px;
  }
  #under nav .back-toppage::before {
    width: 45px;
    background-color: #ced4da;
    background-size: 75%;
    border-radius: 50%;
    margin-right: 0.5em;
  }
}

@media (max-width: 1141.98px) {
  #under nav .back-toppage {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
  }
  #under nav .back-toppage::before {
    width: 100%;
    background-size: 60%;
    background-color: transparent;
  }
}

@media (min-width: 1142px) {
  #under main {
    padding-bottom: 30px;
  }
}

@media (max-width: 1141.98px) {
  #under main {
    padding-top: 30px;
  }
}

.menubar-toggler,
.menubar-close {
  display: none;
}

@media (max-width: 1141.98px) {
  .menubar-toggler {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    border: none;
    z-index: 10001;
    cursor: pointer;
  }
  .menubar-toggler .menubar-toggler-icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 50%;
  }
  .menubar-toggler:hover, .menubar-toggler:focus, .menubar-toggler:visited {
    outline: none;
  }
  .menubar-toggler {
    background-color: #00a29a;
  }
  .menubar-toggler .menubar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg preserveAspectRatio='xMidYMid' viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }
  .menubar-toggler.active {
    background-color: #f8f9fa;
  }
  .menubar-toggler.active .menubar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg preserveAspectRatio='xMidYMid' viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%2300a29a' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 4l22 22 M4 26l22 -22'/%3E%3C/svg%3E");
  }
  .menubar-offcanvas {
    position: fixed;
    height: 100%;
    min-height: 100%;
    top: 0;
    width: 100%;
    left: -100%;
    z-index: 10000;
    overflow-y: auto;
    opacity: 0;
    padding: 1rem;
    background-color: white;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .menubar-offcanvas.active {
    left: 0;
    opacity: 1;
  }
}

@media (max-width: 1141.98px) and (prefers-reduced-motion: reduce) {
  .menubar-offcanvas {
    -webkit-transition: none;
    transition: none;
  }
}

a:hover, a:focus, button:hover, button:focus {
  outline: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  a:hover, a:focus, button:hover, button:focus {
    -webkit-transition: none;
    transition: none;
  }
}

p {
  text-align: justify;
  text-justify: inter-ideograph;
}

.rice, .square {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

.rice::before, .square::before {
  margin-right: 0.3em;
}

.rice::before {
  content: "※";
}

.square::before {
  content: "□";
}

.more-link .more {
  position: relative;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.more-link .more::after {
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  border-bottom: 2px solid #00a29a;
  content: "";
}

@media (max-width: 1141.98px) {
  .more-link {
    text-align: right;
  }
  .more-link .more {
    padding: 0;
  }
  .more-link .more::before {
    content: ">>";
    padding-right: 4px;
  }
  .more-link .more::after {
    position: relative;
    border-bottom: none;
  }
}

.caution {
  font-weight: 700;
  color: #00a29a;
}

dl.row + dl.row {
  margin-top: -1rem;
}

dl.row dt {
  font-weight: 400;
}

@media (max-width: 1141.98px) {
  dl.row dt {
    padding-right: 5px;
  }
  dl.row dd {
    margin-bottom: 0;
    padding-left: 5px;
  }
}

main section {
  position: relative;
  padding-top: 120px;
}

main section > .th_section {
  position: absolute;
  left: -50px;
  top: 30px;
  padding-top: 40px;
  width: 200px;
  height: 0;
  overflow: hidden;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #00a29a;
  background-position: 50px center;
  background-size: auto 75%;
}

main section + .back-top {
  margin: 1rem 0 1rem auto;
  padding-left: 9px;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
  display: block;
  width: 150px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  font-size: 1.25em;
  background-color: #ced4da;
}

@media (max-width: 1141.98px) {
  main section {
    padding-bottom: 30px;
    padding-left: 18px;
    padding-right: 18px;
  }
  main section > .th_section {
    left: 50%;
    padding-top: 30px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-position: center;
    width: 50%;
    background-size: auto 24px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  main section > .th_section + span {
    position: absolute;
    left: 120px;
    top: 10px;
  }
  main section + .back-top {
    display: none;
  }
}

main #news > .th_section {
  background-image: url("../img/toppage/th_section_news.svg");
}

main #news .figure {
  position: relative;
}

main #news .figure img {
  margin: 0;
}

main #news .figure .figure-caption {
  position: absolute;
  bottom: 9px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  padding: 3px 0.5rem;
  border-radius: 8px;
  width: calc(100% - 18px);
  color: #fff;
  background-color: #00a29a;
}

@media (max-width: 1141.98px) {
  main #news {
    padding-top: 30px;
  }
  main #news > .th_section {
    display: none;
  }
  main #news .row.notice {
    margin-left: -18px;
    margin-right: -18px;
  }
  main #news .row.notice > .col {
    padding: 0;
  }
  main #news .figure.img-fluid {
    max-width: 75%;
    margin-top: 1rem;
  }
}

main #message > .th_section {
  background-image: url("../img/toppage/th_section_message.svg");
}

main #message .figure .figure-caption {
  text-align: center;
  font-size: 1.125em;
  color: #212529;
}

@media (max-width: 1141.98px) {
  main #message .figure.img-fluid {
    max-width: 75%;
  }
}

main #schedule > .th_section {
  background-image: url("../img/toppage/th_section_schedule.svg");
}

main #schedule > .th_section + span {
  position: absolute;
  left: 160px;
  top: 48px;
  font-weight: 700;
  color: rgba(0, 162, 154, 0.5);
}

main #schedule .row.calendar-block {
  margin-top: 30px;
}

main #schedule .row.calendar-block h3, main #schedule .row.calendar-block .btn {
  display: inline-block;
}

main #schedule .row.calendar-block h3 {
  font-weight: 400;
  font-size: 1.5em;
}

main #schedule .row.calendar-block .table thead th, main #schedule .row.calendar-block .table thead td {
  border: 0;
  text-align: center;
  padding: 0.5em;
  color: #adb5bd;
}

main #schedule .row.calendar-block .table tbody.table-bordered td {
  border-right: 0;
  border-bottom: 0;
}

main #schedule .row.calendar-block .table tbody td {
  position: relative;
  padding: 0;
  width: 14.28%;
}

main #schedule .row.calendar-block .table tbody td.date {
  border: 1px solid #6c757d;
}

main #schedule .row.calendar-block .table tbody td::after {
  content: "";
  display: block;
  padding-top: 100%;
}

main #schedule .row.calendar-block .table tbody td.on {
  background-position: center bottom 30%;
  background-size: 60%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg preserveAspectRatio='xMidYMid' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='none' fill-opacity='0.4' fill='%2300a29a' d='M 0,50 A 50,50 0 1,1 100,50 A 50,50 0 1,1 0,50 z'/%3E%3C/svg%3E");
}

main #schedule .row.calendar-block .table tbody td span {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  padding: 4px 8px;
  font-size: 0.875em;
}

@media (max-width: 1141.98px) {
  main #schedule .row.calendar-block #this-month, main #schedule .row.calendar-block #next-month {
    position: relative;
    text-align: center;
  }
  main #schedule .row.calendar-block #this-month h3 + .btn, main #schedule .row.calendar-block #next-month h3 + .btn {
    position: absolute;
    left: 50%;
    vertical-align: top;
    height: 0;
    padding: 0 1rem;
    padding-top: 24px;
    background-color: transparent;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

@media (min-width: 1142px) {
  main #schedule .row.calendar-block #this-month, main #schedule .row.calendar-block #next-month {
    text-align: left;
  }
  main #schedule .row.calendar-block #this-month h3 + .btn, main #schedule .row.calendar-block #next-month h3 + .btn {
    display: none;
  }
}

@media (max-width: 1141.98px) {
  main #schedule .row.calendar-block #this-month h3 + .btn {
    -webkit-transform: translate(4em, 0);
        -ms-transform: translate(4em, 0);
            transform: translate(4em, 0);
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg preserveAspectRatio='xMidYMid' viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%2300a29a' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' fill='none' d='M 5,5 15,15 5,25 M 15,5 25,15 15,25'/%3E%3C/svg%3E");
  }
  main #schedule .row.calendar-block #next-month h3 + .btn {
    -webkit-transform: translate(-6em, 0);
        -ms-transform: translate(-6em, 0);
            transform: translate(-6em, 0);
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg preserveAspectRatio='xMidYMid' viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%2300a29a' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' fill='none' d='M 15,5 5,15 15,25 M 25,5 15,15 25,25'/%3E%3C/svg%3E");
  }
}

@media (max-width: 1141.98px) {
  main #schedule > .th_section + span {
    left: 75%;
    top: 40px;
  }
  main #schedule .img-fluid {
    max-width: 75%;
    margin-bottom: 1rem;
  }
}

main #access > .th_section {
  background-image: url("../img/toppage/th_section_access.svg");
}

main #access .col-lg + .col-lg picture img {
  max-width: 75%;
}

@media (max-width: 1141.98px) {
  main #access .col-lg + .col-lg {
    margin-top: 30px;
  }
  main #access .col-lg + .col-lg h3 {
    font-size: 18px;
  }
  main #access .col-lg + .col-lg picture img {
    position: absolute;
    top: 0;
    right: 18px;
    width: 20%;
  }
  main #access .col-lg + .col-lg address {
    margin-bottom: 0;
  }
}

main #result > .th_section {
  background-image: url("../img/toppage/th_section_result.svg");
}

main #result > .row + .row {
  margin-top: 30px;
}

main #result dl dt, main #result dl dd {
  font-size: 1.125em;
}

main #result div.img-fluid {
  margin-left: auto;
  margin-right: auto;
  background-size: cover;
}

@media (max-width: 1141.98px) {
  main #result .img-fluid {
    max-width: 75%;
    margin-bottom: 1rem;
  }
}

main #gallery > .th_section {
  background-image: url("../img/toppage/th_section_gallery.svg");
}

main #gallery > .th_section + span {
  position: absolute;
  display: inline-block;
  left: 160px;
  top: 48px;
  font-size: 0.875em;
}

main #gallery [class*="gallery-columns-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

main #gallery .gallery-item img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

main #gallery .gallery-columns-1 .gallery-item {
  width: 100%;
  padding: 0 .1rem;
}

main #gallery .gallery-columns-2 .gallery-item {
  width: 50%;
  padding: 0 .1rem;
}

main #gallery .gallery-columns-3 .gallery-item {
  width: 33.33333%;
  padding: 0 .1rem;
}

main #gallery .gallery-columns-4 .gallery-item {
  width: 25%;
  padding: 0 .1rem;
}

main #gallery .gallery-columns-5 .gallery-item {
  width: 20%;
  padding: 0 .1rem;
}

main #gallery .gallery-columns-6 .gallery-item {
  width: 16.66667%;
  padding: 0 .1rem;
}

main #gallery .gallery-columns-7 .gallery-item {
  width: 14.28571%;
  padding: 0 .1rem;
}

main #gallery .gallery-columns-8 .gallery-item {
  width: 12.5%;
  padding: 0 .1rem;
}

main #gallery .gallery-columns-9 .gallery-item {
  width: 11.11111%;
  padding: 0 .1rem;
}

@media (max-width: 1141.98px) {
  main #gallery > .th_section + span {
    position: relative;
    top: -24px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  main #gallery > .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  main #gallery > .row > [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
  }
  main #gallery > .row > [class*="col-"] .figure {
    margin-bottom: 2px;
  }
  main #gallery > .row > [class*="col-"] .figure > .figure-caption {
    display: none;
  }
}

main #inquiry > .th_section {
  background-image: url("../img/toppage/th_section_inquiry.svg");
}

main #inquiry h3 {
  font-size: 1em;
  font-weight: 700;
}

@media (min-width: 1142px) {
  main #inquiry .form-group.required .col-form-label + div::after {
    position: absolute;
    top: 6px;
    right: -50px;
    content: "（必須）";
  }
}

@media (max-width: 1141.98px) {
  main #inquiry .form-group.required .col-form-label::after {
    position: relative;
    content: "*";
  }
}

main #inquiry .form-check-inline .form-check-input[name=reply],
main #inquiry .mwform-radio-field .form-check-input[name=reply] {
  display: none;
}

main #inquiry .form-check-inline .form-check-input[name=reply] + label, main #inquiry .form-check-inline .form-check-input[name=reply] + span,
main #inquiry .mwform-radio-field .form-check-input[name=reply] + label,
main #inquiry .mwform-radio-field .form-check-input[name=reply] + span {
  position: relative;
  padding-left: 30px;
}

main #inquiry .form-check-inline .form-check-input[name=reply] + label::before, main #inquiry .form-check-inline .form-check-input[name=reply] + span::before,
main #inquiry .mwform-radio-field .form-check-input[name=reply] + label::before,
main #inquiry .mwform-radio-field .form-check-input[name=reply] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #6c757d;
  border-radius: 50%;
}

main #inquiry .form-check-inline .form-check-input[name=reply] + label::after, main #inquiry .form-check-inline .form-check-input[name=reply] + span::after,
main #inquiry .mwform-radio-field .form-check-input[name=reply] + label::after,
main #inquiry .mwform-radio-field .form-check-input[name=reply] + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
  width: 12px;
  height: 12px;
  background: #e9ecef;
  border-radius: 50%;
}

main #inquiry .form-check-inline .form-check-input[name=reply]:checked + label::after, main #inquiry .form-check-inline .form-check-input[name=reply]:checked + span::after,
main #inquiry .mwform-radio-field .form-check-input[name=reply]:checked + label::after,
main #inquiry .mwform-radio-field .form-check-input[name=reply]:checked + span::after {
  background: #00a29a;
}

main #inquiry button[type=submit] {
  background-color: rgba(0, 162, 154, 0.5);
  border-color: rgba(0, 162, 154, 0);
}

main #inquiry button[type=submit]:hover {
  background-color: #00a29a;
}

main #link > .th_section {
  background-image: url("../img/toppage/th_section_link.svg");
}

main #link h3.img-txt {
  display: block;
  background-size: auto 60%;
}

@media (min-width: 1142px) {
  main #link h3.img-txt {
    padding-top: 54px;
    background-color: #00a29a;
    border-radius: 27px;
  }
  main #link h3.img-txt.juyukan {
    background-image: url("../img/toppage/link_juyukan.svg");
  }
  main #link h3.img-txt.aoijudoclub {
    background-image: url("../img/toppage/link_aoijudoclub.svg");
  }
  main #link h3.img-txt.kusakura {
    background-image: url("../img/toppage/link_kusakura.svg");
  }
}

@media (max-width: 1141.98px) {
  main #link h3.img-txt {
    padding-top: 30px;
    background-color: transparent;
    border-radius: 0;
    background-position: left center;
  }
  main #link h3.img-txt.juyukan {
    background-image: url("../img/toppage/link_juyukan_sp.svg");
  }
  main #link h3.img-txt.aoijudoclub {
    background-image: url("../img/toppage/link_aoijudoclub_sp.svg");
  }
  main #link h3.img-txt.kusakura {
    background-image: url("../img/toppage/link_kusakura_sp.svg");
  }
}

main #link h3 + div p {
  margin-bottom: 0.5em;
}

@media (max-width: 1141.98px) {
  main #link {
    padding-bottom: 0;
  }
}

main #link a, main #link button {
  color: #003c39;
}

main #link a:hover, main #link a:focus, main #link button:hover, main #link button:focus {
  color: #00a29a;
}

main #notfound > .th_section {
  background-image: url("../img/toppage/th_section_404.svg");
}

@media (max-width: 1141.98px) {
  .front-page main #news {
    padding-top: 30px;
  }
  .front-page main #news > .th_section {
    display: none;
  }
}

@media (max-width: 1141.98px) {
  .single main section h3 {
    font-size: 1.5em;
  }
}

body#comming-soon {
  background-color: #00a29a;
}

body#comming-soon .wrapper {
  position: relative;
}

body#comming-soon .wrapper, body#comming-soon .container, body#comming-soon .row {
  margin: 0 auto;
  padding: 0;
  height: 100%;
}

body#comming-soon .wrapper > .container::before {
  display: none;
}

body#comming-soon #site-title {
  margin-bottom: 1rem;
  background-image: url("../img/common/soon_ikutokukan-judo.svg");
  background-color: transparent;
  background-position: center;
}

@media (min-width: 1142px) {
  body#comming-soon #site-title {
    width: 50%;
    padding-top: 33.3333333%;
  }
}

@media (max-width: 1141.98px) {
  body#comming-soon #site-title {
    width: 100%;
    padding-top: 66.6666666%;
  }
}

body#comming-soon footer {
  position: absolute;
  bottom: 1rem;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
}
