@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;900&display=swap');

/* default
------------------------------*/
body {
  position: relative;
  font-size: 1.25rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", Arial, sans-serif;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1rem;
  }
}

/* commons
------------------------------*/
a, a:visited {
  text-decoration: none;
  color: #000;
}
a:hover {
  opacity: 0.7;
}
img {
  vertical-align: top;
}
ul {
  list-style: none;
}
table {
  width: 100%;
  margin-bottom: 20px;
}
th,td {
  padding: 12px;
  border: solid 1px #000;
}
th {
  font-weight: 400;
  background: #BB2222;
}
td {
  color: #000;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  table {
    margin-bottom: 10px;
  }
  th,td {
    padding: 5px 10px;
  }
}
.disp-pc {
  display: inline-block;
}
.disp-sp {
  display: none;
}
.fs20 {
  font-size: 1.25rem;
}
.fs28 {
  font-size: 1.75rem;
}
.fs32 {
  font-size: 2rem;
}
.fs64 {
  font-size: 4rem;
}
.lh2 {
  line-height: 2rem;
}
.lh3 {
  line-height: 3rem;
}
.mlr-auto {
  margin: 0 auto;
}
.mb0 {
  margin-bottom: 0!important;
}
.mb15 {
  margin-bottom: 15px!important;
}
.mb30 {
  margin-bottom: 30px!important;
}
.mb40 {
  margin-bottom: 40px!important;
}
.mb60 {
  margin-bottom: 60px!important;
}
.max-w1280 {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
.max-w860 {
  max-width: 860px!important;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.txt-center {
  text-align: center;
}
.f-bold {
  font-weight: 900;
}
.img-w100 {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .disp-pc {
    display: none;
  }
  .disp-sp {
    display: inline-block;
  }
  .sp-fs16 {
    font-size: 1rem;
  }
  .sp-fs20 {
    font-size: 1.25rem;
  }
  .sp-fs28 {
    font-size: 1.75rem;
  }
  .sp-fs64 {
    font-size: 4rem;
  }
  .sp-lh1 {
    line-height: 1rem;
  }
  .sp-lh2 {
    line-height: 2rem;
  }
  .sp-mlr-auto {
    margin: 0 auto;
  }
  .sp-mb15 {
    margin-bottom: 15px!important;
  }
  .sp-mb20 {
    margin-bottom: 20px!important;
  }
  .sp-mb30 {
    margin-bottom: 30px!important;
  }
  .sp-mb40 {
    margin-bottom: 40px!important;
  }
  img.sp-img-over {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}

.block-border-tb {
  border-top: dashed 10px #000;
  border-bottom: dashed 10px #000;
}
.default-block {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 15px;
  box-sizing: border-box;
}
.last-block {
  padding-bottom: 140px;
}

.default-ttl {
  margin-bottom: 30px;
  text-align: center;
  font-size: 4rem;
}
.default-icon {
  text-align: center;
  margin-bottom: 60px;
}
.section-bg-black {
  background: url("/assets/img/bg_contents.jpg") no-repeat;
  background-position: top center;
  background-size: contain;
  background-color: #000;
  color: #fff;
}
.section-bg-black-normal {
  background-color: #000;
  color: #fff;
}
.default-min-ttl {
  margin-bottom: 20px;
  padding-left: 20px;
  font-size: 2rem;
  border-left: solid 10px #BB2222;
  border-image: linear-gradient(to bottom, #BB2222, #731515) 1;
}
@media screen and (max-width: 767px) {
  .block-border-tb {
    border-top: dashed 5px #000;
    border-bottom: dashed 5px #000;
  }
  .default-block {
    padding: 40px 15px;
  }
  .last-block {
    padding-bottom: 120px;
  }
  .default-ttl {
    margin-bottom: 10px;
    font-size: 1.75rem;
  }
  .default-icon {
    margin-bottom: 30px;
  }
  .default-icon img {
    height: 45px;
    width: auto;
  }
  .section-bg-black {
    background: url("/assets/img/bg_contents_sp.jpg") no-repeat;
    background-position: top center;
    background-size: 100% auto;
    background-color: #000;
  }
  .default-min-ttl {
    margin-bottom: 10px;
    padding-left: 10px;
    font-size: 1.25rem;
  }
}

/* header
------------------------------*/
header {
  width: calc(100% - 40px);
  position: absolute;
  top: 40px;
  left: 40px;
}
header .header-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-inner .logo {
  margin-right: 30px;
  z-index: 500;
}
header .header-inner .logo a {
  display: block;
}
header .header-inner .header-nav {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
header .header-inner .header-nav .contact-menu,
header .header-inner .header-nav .global-menu {
  display: flex;
  justify-content: flex-end;
  font-size: 1.5rem;
}
header .header-inner .header-nav ul li a,
header .header-inner .header-nav ul li a:visited {
  color: #fff;
}
header .header-inner .header-nav .contact-menu li {
  margin-right: 30px;
  margin-bottom: 15px;
}
header .header-inner .header-nav .contact-menu .icon-btn a {
  width: 45px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #BB2222;
  border-radius: 5px;
}
header .header-inner .header-nav .global-menu {
  flex-wrap: wrap;
}
header .header-inner .header-nav .global-menu li {
  margin-right: 30px;
  margin-bottom: 10px;
}

header .header-inner .header-nav .global-menu-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  header {
    width: 100%;
    padding: 15px 20px 15px 15px;
    position: absolute;
    top: 0;
    left: 0;
  }
  header.scroll-to {
    padding: 0 20px 0 15px;
    position: fixed;
    background: rgba(0,0,0,0.7);
    z-index: 100;
  }
  header .header-inner .logo {
    width: 136px;
    margin: 0;
  }
  header .header-inner .logo img {
    width: 100%;
  }
  header.scroll-to .header-inner .logo {
    width: 90px;
  }
  /*header .header-inner .header-nav {
    position: absolute;
    top: 0;
    right: 0;
    transition: 0.3s;
  }
  header .header-inner .header-nav.scroll-to {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 60px;
    background: rgba(0,0,0,0.7);
    z-index: 100;
  }*/
  header.scroll-to .header-inner .header-nav {
    padding: 15px 0;
  }
  header .header-inner .header-nav ul {
    font-size: 1.5rem;
  }
  header .header-inner .header-nav .contact-menu {
    /*position: absolute;
    right: 65px;
    top: 30px;*/
    z-index: 1000;
  }
  header .header-inner .header-nav .contact-menu li {
    margin: 0 20px 0 0;
  }
  header .header-inner .header-nav .contact-menu .icon-btn a i {
    font-size: 1.125rem;
  }
  header .header-inner .header-nav .contact-menu .icon-btn a {
    width: 35px;
    height: 30px;
  }
  header .header-inner .header-nav .global-menu li {
    display: none;
  }
  header .header-inner .header-nav .global-menu-sp {
    display: block;
  }
}

.link-btn {
  width: fit-content;
  background: linear-gradient(0, #731515, #BB2222);
  border: solid 1px #fff;
  border-radius: 10px;
}
.link-btn a {
  padding: 15px 60px;
  display: block;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .link-btn a {
    padding: 10px 20px;
    display: block;
    color: #fff;
  }
}

.agreement-box {
  width: 100%;
  height: 300px;
  padding: 15px;
  box-sizing: border-box;
  overflow-y: scroll;
  background: #fff;
  color: #000;
}


/* top main view
------------------------------*/
.mv {
  padding: 240px 0;
  background: url("/assets/img/bg_main.jpg") no-repeat;
  background-position: top center;
  background-size: cover;
  color: #fff;
}
.mv .mv-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: content-box;
}
.mv h1 {
  width: fit-content;
  margin: 0 0 0 auto;
  font-size: 6.125rem;
  line-height: 1.3em;
}
@media screen and (max-width: 767px) {
  .mv {
    padding: 135px 0 115px;
    background: url("/assets/img/bg_main_sp.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .mv h1 {
    text-align: right;
    margin: 0 0 0 auto;
    font-size: 2.25rem;
    line-height: 1.3em;
  }
}

/* top about
------------------------------*/
.about-block {
  padding: 0 0 80px;
  border-top: solid 8px #BB2222;
}
.about-block h2 {
  width: fit-content;
  margin: 0 auto 40px;
  padding: 12px 5% 20px;
  position: relative;
  top: -1px;
  font-size: 4rem;
  background: linear-gradient(0, #731515, #BB2222);
  clip-path: polygon(0 0, 100% 0, 93% 100%, 7% 100%);
}
.about-block p {
  width: fit-content;
  margin: 0 auto;
  padding: 0 15px;
  font-size: 2rem;
  line-height: 1.8em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about-block {
    padding: 0 0 40px;
  }
  .about-block h2 {
    margin: 0 auto 20px;
    padding: 2px 12% 10px;
    font-size: 1.75rem;
  }
  .about-block p {
    font-size: 1.25rem;
    text-align: left;
  }
}

/* news
------------------------------*/
.news-ttl {
  max-width: 640px;
  margin: 0 auto 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-ttl h2 {
  margin-right: 30px;
  font-size: 1.75rem;
  font-weight: 900;
}
.news-ttl a {
  padding: 5px 10px;
  display: inline-flex;
  align-items: center;
  background: #eee;
  border-radius: 5px;
}
.news-ttl a:hover {
  background: #000;
  color: #fff;
}
.news-ttl i {
  margin-right: 5px;
}
.news-list {
  max-width: 640px;
  margin: 0 auto;
}
.news-list li dl {
  margin-bottom: 5px;
  padding-bottom: 5px;
  display: flex;
  border-bottom: dashed 1px #ccc;
}
.news-list li dl dt {
  margin-right: 20px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .news-ttl {
    margin: 0 auto 15px;
  }
  .news-ttl h2 {
    margin-right: 15px;
    font-size: 1.25rem;
  }
  .news-ttl a {
    padding: 5px 10px;
    display: inline-flex;
    align-items: center;
    font-size: 1rem;
    background: #eee;
    border-radius: 5px;
  }
  .news-ttl a:hover {
    background: #000;
    color: #fff;
  }
  .news-ttl i {
    margin-right: 5px;
  }
  .news-list {
    max-width: 640px;
    margin: 0 auto;
  }
  .news-list li dl {
    margin-bottom: 10px;
    padding-bottom: 10px;
    display: flex;
    border-bottom: dashed 1px #ccc;
  }
  .news-list li dl dt {
    margin-right: 20px;
    font-weight: 900;
  }
}

/* flex-box
------------------------------*/
.flex-box-half {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex-box-half > * {
  width: calc(50% - 20px);
  margin-bottom: 40px;
}
.flex-box-capture {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex-box-capture > *:first-of-type {
  width: calc(40% - 20px);
}
.flex-box-capture > *:last-of-type {
  width: calc(60% - 20px);
}
@media screen and (max-width: 767px) {
  .flex-box-half {
    display: block;
  }
  .flex-box-half > * {
    width: 100%;
    margin-bottom: 20px;
  }
  .flex-box-half > *:last-of-type {
    margin-bottom: 0;
  }
  
  .flex-box-capture {
    display: block;
  }
  .flex-box-capture > *:first-of-type {
    width: 100%;
  }
  .flex-box-capture > *:last-of-type {
    width: 100%;
  }
}
.flex-box-capture .flex-capture-ttl {
  margin-bottom: 30px;
  font-size: 2.625rem;
}
.flex-box-capture .flex-capture-img img {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .flex-box-capture .flex-capture-ttl {
    margin-bottom: 15px;
    font-size: 1.5rem;
    text-align: center;
  }
  .flex-box-capture .flex-capture-img {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
  }
  .flex-box-capture .flex-capture-img img {
    width: calc(50% - 1px);
  }
  .flex-box-capture .flex-capture-img img:only-child {
    width: 100%;
  }
}

/* reserve
------------------------------*/
.reserve-box {
  width: fit-content;
  margin: 0 auto;
  padding: 0 60px 60px;
  border: solid 8px #000;
  border-radius: 20px;
}
.reserve-box h2 {
  width: fit-content;
  margin: 0 auto -3.2rem;
  padding:0 30px;
  position: relative;
  top: -3.2rem;
  font-size: 4rem;
  background: #fff;
  color: #BB2222;
}
.reserve-box h2 i {
  margin-right: 20px;
  font-size: 4.5rem;
}
.reserve-box .icon-list {
  margin: 30px 0;
  display: flex;
  justify-content: center;
}
.reserve-box .icon-list li:not(:last-of-type) {
  margin-right: 60px;
}
@media screen and (max-width: 767px) {
  .reserve-box {
    padding: 0 15px 30px;
    border: solid 6px #000;
  }
  .reserve-box h2 {
    margin-bottom: -2rem;
    padding: 0 10px;
    top: -2rem;
    font-size: 1.75rem;
  }
  .reserve-box h2 i {
    margin-right: 10px;
    font-size: 2.5rem;
  }
  .reserve-box .icon-list {
    margin: 30px 0 20px;
    display: flex;
    justify-content: space-around;
  }
  .reserve-box .icon-list li {
    max-width: 80px;
    width: calc(33% - 35px);
  }
  .reserve-box .icon-list li:not(:last-of-type) {
    margin-right: 0;
  }
}

/* teitter-box
------------------------------*/
.tw-box {
  max-width: 640px;
  margin: 0 auto 120px;
}
.tw-box iframe {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .tw-box {
    margin: 40px auto 60px;
  }
}

/* sns-box
------------------------------*/
.sns-box {
  width: fit-content;
  margin: 0 auto;
  padding: 40px 60px 10px;
  position: relative;
  display: flex;
  border: solid 2px #BB2222;
}
.sns-box::before {
  content: "";
  height: 30px;
  width: 30px;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(0% 0, 100% 0%, 0 100%);
  background: #BB2222;
}
.sns-box::after {
  content: "";
  height: 30px;
  width: 30px;
  position: absolute;
  bottom: 0;
  right: -1px;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  background: #BB2222;
}
.sns-box .sns-box-ttl {
  margin-right: 30px;
  text-align: center;
}
.sns-box .sns-box-ttl h2 {
  font-size: 2rem;
  color: #BB2222;
}
.sns-box .sns-box-ttl img {
  width: auto;
  height: 40px;
}
.sns-box ul {
  display: flex;
  flex-wrap: wrap;
}
.sns-box ul li {
  margin-bottom: 30px;
}
.sns-box ul li:not(:last-of-type) {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .sns-box {
    margin: 0 auto;
    padding: 20px 40px 20px;
    display: block;
  }
  .sns-box::before {
    height: 20px;
    width: 20px;
    top: -1px;
    left: -1px;
  }
  .sns-box::after {
    height: 20px;
    width: 20px;
    bottom: -1px;
    right: -1px;
  }
  .sns-box .sns-box-ttl {
    margin-right: 0;
    display: flex;
    justify-content: center;
  }
  .sns-box .sns-box-ttl h2 {
    margin-right: 10px;
    font-size: 1.25rem;
  }
  .sns-box .sns-box-ttl img {
    height: 28px;
    width: auto;
  }
  .sns-box ul {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
  }
  .sns-box ul li {
    width: calc(25% - 10px);
    margin-bottom: 0;
  }
  .sns-box ul li:not(:last-of-type) {
    margin-right: 0;
  }
}

/* footer
------------------------------*/
footer {
  padding-top: 60px;
  background: #000;
  color: #fff;
}
footer a,
footer a:visited {
  color: #fff;
}
footer h2 {
  margin-bottom: 40px;
  font-size: 1.75rem;
  font-weight: 400;
  text-align: center;
}
footer .footer-menu {
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  font-size: 1.5rem;
}
footer .footer-menu li:before {
  content: "｜";
  padding: 0 5px;
}
footer .footer-menu li:first-of-type:before {
  content: unset;
}
footer p {
  padding: 10px;
  text-align: center;
  background: #BB2222;
}
@media screen and (max-width: 767px) {
  footer {
    padding-top: 30px;
  }
  footer h2 {
    margin-bottom: 20px;
    font-size: 1rem;
  }
  footer .footer-menu {
    margin-bottom: 30px;
    padding: 0 30px;
    flex-wrap: wrap;
    font-size: 1rem;
  }
  footer .footer-menu li {
    margin-bottom: 10px;
  }
  footer p {
    font-size: 0.875rem;
  }
}
.btn-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  font-size: 5.625rem;
}
.btn-top i {
  color: #BB2222;
}
@media screen and (max-width: 767px) {
  .btn-top {
    font-size: 3.875rem;
  }
}

/* slider
------------------------------*/
.slick {
  max-width: 1280px;
  margin: 60px auto;
}
.slider {
  width: 90%;
  margin: 0 auto;
}
.slider img {
  width: 52vw;
  height: auto;
}
.slider .slick-slide {
transform: scale(0.9);
transition: all .5s;
opacity: 0.3;
}
.slider .slick-slide.slick-center{
transform: scale(1);
opacity: 1;
}
.slick-prev, 
.slick-next {
  position: absolute;
  top: 42%;
  cursor: pointer;
  outline: none;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  height: 15px;
  width: 15px;
}
.slick-prev {
  left: -3%;
  transform: rotate(-135deg);
}
.slick-next {
  right: -3%;
  transform: rotate(45deg);
}
.slick-dots {
  text-align:center;
margin:20px 0 0 0;
}
.slick-dots li {
  display:inline-block;
margin:0 5px;
}
.slick-dots button {
  color: transparent;
  outline: none;
  width:15px;
  height:15px;
  display:block;
  border-radius:50%;
  background:#ccc;
}
.slick-dots .slick-active button{
  background:#BB2222;
}
@media screen and (max-width: 767px) {
  .slick {
    margin: 20px auto 0;
  }
  .slider {
    width: 90%;
    margin: 0 auto;
  }
  .slider img {
    width: 84vw;
    height: auto;
  }
  .slick-prev, 
  .slick-next {
    top: 30%;
  }
  .slick-prev {
    left: -2%;
  }
  .slick-next {
    right: -2%;
  }
  .slick-dots {
  margin: 10px 0 0 0;
  }
  .slick-dots li {
    display:inline-block;
  margin:0 5px;
  }
  .slick-dots button {
    width: 10px;
    height: 10px;
  }
}

/* ハンバーガーメニュー */
.drawer-hidden {
  display: none;
}
.drawer-open {
  width: 35px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  /*position: absolute;
  top: 45px;
  right: 40px;*/
  z-index: 100;
  cursor: pointer;
}
header .header-inner .header-nav.scroll-to .drawer-open {
  top: 30px;
}
.drawer-open span,
.drawer-open span:before,
.drawer-open span:after {
  content: '';
  display: block;
  height: 5px;
  width: 35px;
  border-radius: 2px;
  background: #fff;
  transition: 0.5s;
  position: absolute;
}
.drawer-open span:before {
  bottom: 12px;
}
.drawer-open span:after {
  top: 12px;
}
#drawer-input:checked ~ .drawer-open span {
  background: rgba(255, 255, 255, 0);
  z-index: 500;
}
#drawer-input:checked ~ .drawer-open span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#drawer-input:checked ~ .drawer-open span::after {
  top: 0;
  transform: rotate(-45deg);
}
.nav-content {
  width: 100%;
  height: 100%;
  position: fixed;
  bottom: 100%;
  left: 0%;
  z-index: 99;
  background: url("/assets/img/bg_contents_sp.jpg") no-repeat;
  background-position: top center;
  background-size: contain;
  background-color: #000;
  color: #fff;
  transition: .5s;
  text-align: center;
  padding-top: 150px;
}
.nav-list {
  list-style: none;
}
.nav-list li {
  width: 80%;
  margin: 0 auto 20px;
  padding-bottom: 20px;
  border-bottom: dashed 1px #999;
}
.nav-list li:last-of-type {
  border-bottom: none;
}
.nav-list li a {
  color: #fff;
  text-decoration: none;
}
#drawer-input:checked ~ .nav-content {
  bottom: 0;
}



/*------------------------------
      第二階層
------------------------------*/

/* mv-second
------------------------------*/
.mv-second {
  padding: 320px 0 0;
  background: #000;
}
.mv-second .mv-second-inner h1 {
  width: fit-content;
  margin: 0 auto 80px;
  padding: 0 150px 20px;
  font-size: 4rem;
  text-align: center;
  color: #fff;
  border-bottom: solid 1px #fff;
}
@media screen and (max-width: 767px) {
  .mv-second {
    padding: 135px 0 0;
  }
  .mv-second .mv-second-inner h1 {
    width: fit-content;
    margin: 0 auto 40px;
    padding: 0 20px 15px;
    font-size: 2rem;
  }
}

/* 機材紹介
------------------------------*/
.equipment-anchor-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.equipment-anchor-list li {
  margin: 0 10px 20px;
  position: relative;
  font-size: 2rem;
  background: linear-gradient(0, #731515, #BB2222);
  border-radius: 10px;
}
.equipment-anchor-list li a {
  height: 100%;
  padding: 15px;
  box-sizing: border-box;
  display: block;
  color: #fff;
}
.equipment-anchor-list li a i {
  position: absolute;
  right: 15px;
  top: calc(50% - 14px);
  font-size: 1.75rem;
}
.equipment-anchor-list .width-half {
  width: calc(50% - 20px);
  box-sizing: border-box;
}
.equipment-anchor-list .width-half a {
  padding: 15px 45px 15px 60px;
}
.equipment-anchor-list .width-half a:before {
  content: "";
  width: 65px;
  height: 65px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("/assets/img/icon_pickup.svg") no-repeat;
}
.equipment-anchor-list .width-thirds {
  width: calc(33% - 18px);
}
.equipment-anchor-list .width-thirds a {
  padding: 15px 45px 15px 15px;
}
.equipment-anchor-list li.btn-color-green {
  background: linear-gradient(0, #2a4c0d, #549719);
}
.equipment-anchor-list li.btn-color-pink {
  background: linear-gradient(0, #71002a, #e10053);
}
.equipment-anchor-list li.btn-color-orange {
  background: linear-gradient(0, #802f00, #ff5e00);
}
.equipment-anchor-list li.btn-color-skyblue {
  background: linear-gradient(0, #004880, #0090ff);
}
.equipment-anchor-list li.btn-color-blue {
  background: linear-gradient(0, #00095d, #0012ba);
}
@media screen and (max-width: 767px) {
  .equipment-anchor-list {
    max-width: 320px;
    margin: 0 auto;
    display: block;
  }
  .equipment-anchor-list li {
    margin: 0 0 15px;
    font-size: 1.25rem;
  }
  .equipment-anchor-list li a {
    height: 100%;
    padding: 10px;
  }
  .equipment-anchor-list li a i {
    top: calc(50% - 10px);
    font-size: 1.25rem;
  }
  .equipment-anchor-list .width-half {
    width: 100%;
  }
  .equipment-anchor-list .width-half a {
    padding: 15px 45px 15px 35px;
  }
  .equipment-anchor-list .width-half a:before {
    width: 55px;
    height: 55px;
    background-size: 55px 55px;
  }
  .equipment-anchor-list .width-thirds {
    width: 100%;
  }
  .equipment-anchor-list .width-thirds a {
    padding: 15px 45px 15px 35px;
  }
}

/* ２階層目共通見出し
------------------------------*/
.ttl-gradation {
  margin-bottom: 40px;
  padding: 15px;
  font-size: 4rem;
  text-align: center;
  color: #fff;
  background: linear-gradient(0, #731515, #BB2222);
}
.ttl-gradation.ttl-color-green {
  background: linear-gradient(0, #2a4c0d, #549719);
}
.ttl-gradation.ttl-color-pink {
  background: linear-gradient(0, #71002a, #e10053);
}
.ttl-gradation.ttl-color-orange {
  background: linear-gradient(0, #802f00, #ff5e00);
}
.ttl-gradation.ttl-color-skyblue {
  background: linear-gradient(0, #004880, #0090ff);
}
.ttl-gradation.ttl-color-blue {
  background: linear-gradient(0, #00095d, #0012ba);
}
@media screen and (max-width: 767px) {
  .ttl-gradation {
    width: calc(100% + 30px);
    box-sizing: border-box;
    margin-bottom: 15px;
    margin-left: -15px;
    padding: 10px;
    font-size: 1.75rem;
  }
}


/* 注釈
------------------------------*/
.annotation-list li {
  display: block;
  position: relative;
  padding: 0 0 0 22px;
}
.annotation-list li::before {
  content: "※";
  display: block;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 767px) {
  .annotation-list li {
    line-height: 1.5rem;
    font-size: 0.875rem;
  }
}

/* テーブルレイアウト
------------------------------*/
.item-table-layout li {
  margin-bottom: 20px;
}
  .item-table-layout dl {
  display: flex;
  background: #fff;
}
.item-table-layout dl dt {
  width: 20%;
  padding: 20px;
  display: flex;
  align-items: center;
  background: #BB2222;
  border-right: solid 1px #000;
}
.item-table-layout dl dd {
  width: 80%;
  display: flex;
}
.item-table-layout dl dd .item-img {
  padding: 10px;
  border-right: solid 1px #000;
}
.item-table-layout dl dd p {
  padding: 10px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .item-table-layout li {
    margin-bottom: 10px;
  }
    .item-table-layout dl {
    display: block;
  }
  .item-table-layout dl dt {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    display: block;
    border-right: none;
  }
  .item-table-layout dl dd {
    width: 100%;
    display: flex;
  }
  .item-table-layout dl dd .item-img {
    width: 85px;
    box-sizing: border-box;
    padding: 20px 0 20px 10px;
    border-right: none;
  }
  .item-table-layout dl dd .item-img img {
    width: 100%;
  }
  .item-table-layout dl dd p {
    width: calc(100% - 60px);
    padding: 10px;
    color: #000;
  }
}

/* 地図
------------------------------*/
.map-box iframe {
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 767px) {
  .map-box iframe {
    height: 300px;
  }
}