html {
  font-size: 62.5%;
}
body {
  font-family: "sans-serif";
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  /* 16px*/
  line-height: 1.6;
  background: #fff;
  color: #333;
  min-width: 320px;
  position: relative;
}
body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
.kon2 {
  color: #6888b0;
  font-family: "myriad-pro", sans-serif;
  font-weight: 400;
}
.kon3 {
  color: #163760;
  font-family: "myriad-pro", sans-serif;
  font-weight: 700;
}
.kon {
  color: #163760;
}
.topspace {
  margin-top: 70px;
}
.breadcrumbs {
  color: #003461;
  font-size: 12px;
}
.nolink {
  pointer-events: none;
}
@media (min-width: 992px) {
  .cont920 {
    max-width: 960px;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.myriad {
  font-family: "myriad-pro", sans-serif;
}
.light {
  font-weight: 300;
  font-style: normal;
}
.regular {
  font-weight: 400;
  font-style: normal;
}
.medium {
  font-weight: 600;
  font-style: normal;
}
.bold {
  font-weight: 700;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "myriad-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.waku {
  border: 1px solid #000;
}
.hidden {
  display: none;
}
.overfh {
  overflow: hidden;
}
/* hover */
a {
  outline: none;
  color: inherit;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
a:hover {
  color: inherit;
  text-decoration: underline;
  text-decoration: none;
}
.pc a:hover {
  opacity: 0.6;
}
.pc a.opa:hover img,
.pc a.opa:hover {
  opacity: 0.7;
  transition: 0.5s ease-in-out;
}
.br-sm {
  display: none;
}
.br-md {
  display: none;
}
.br-lg {
  display: inline;
}
.disp-sp {
  display: none;
}
.disp-pc {
  display: block;
}
.top-margin {
  margin-top: 130px;
}
@media (max-width: 991.98px) {
  .br-md {
    display: inline;
  }
}
@media (max-width: 767.98px) {
  .disp-sp {
    display: block;
  }
  .disp-pc {
    display: none;
  }
  .br-sm {
    display: inline;
  }
  .br-lg {
    display: none;
  }
  .img-100-sm {
    width: 100% !important;
  }
  .img-90-sm {
    width: 90% !important;
  }
  .img-80-sm {
    width: 80% !important;
  }
  .img-70-sm {
    width: 70% !important;
  }
  .img-60-sm {
    width: 60% !important;
  }
  .img-50-sm {
    width: 50% !important;
  }
  .img-40-sm {
    width: 40% !important;
  }
  .img-30-sm {
    width: 30% !important;
  }
}
/* gmap */
.gmap {
  position: relative;
  width: 100%;
  padding-top: 40%;
  /* = height ÷ width × 100 */
}
.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767.98px) {
  .gmap {
    padding-top: 80%;
  }
}
/* mw wp */
.contact-area dl {
  display: flex;
  flex-direction: column;
  margin: 0;
  width: 100%;
  margin-bottom: 1em;
}
.contact-area dl dt {
  font-weight: normal;
}
.contact-area .error {
  font-size: 18px;
  font-weight: bold;
  animation: blinkAnime 1s infinite alternate;
}
.contact-area .submit-btn {
  background: #0091E3;
  color: #fff;
  padding: 5px 85px;
  border: none;
  border-radius: 5px;
}
.contact-area .pc .submit-btn:hover {
  opacity: 0.6;
}
.contact-area .back-btn {
  background: #6c757d;
  color: #fff;
  padding: 5px 30px;
  border: none;
  border-radius: 5px;
}
.contact-area .pc .back-btn:hover {
  opacity: 0.6;
}
.contact-area .mwform-radio-field label {
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.contact-area .mwform-radio-field label input {
  width: auto;
}
/* bootstrap */
/* animation */
.pc .img-expand {
  display: block;
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
}
.pc .img-expand img {
  width: 100%;
  transition-duration: 0.5s;
}
.pc .img-expand:hover img {
  transform: scale(1.2);
  transition-duration: 0.5s;
}
.pc a.nav-link,
.pc a.text-expand {
  display: inline-block;
}
.pc a.nav-link:hover,
.pc a.text-expand:hover {
  -webkit-animation: zoom 0.3s;
  animation: zoom 0.3s;
}
@-webkit-keyframes zoom {
  50% {
    -webkit-transform: scale(1.1);
  }
}
@keyframes zoom {
  50% {
    transform: scale(1.1);
  }
}
@keyframes blinkAnime {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
/* header */
/* nav */
.nav {
  position: fixed;
  top: 0;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px;
  pointer-events: none;
}
.gnav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  pointer-events: auto;
}
.menu-btn img {
  width: 30px;
  height: auto;
}
.menu-list {
  display: flex;
  visibility: hidden;
  opacity: 0;
  transition: all 1s ease-out;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}
.menu-list a {
  padding-left: 5px;
  padding-right: 5px;
}
.menu-list img {
  height: 24px;
  width: auto;
}
.menu-list-on {
  visibility: visible;
  opacity: 1;
}
.menu-logo {
  width: 50px;
  height: auto;
  pointer-events: auto;
  transition: all 1s ease-out;
  visibility: hidden;
  opacity: 0;
}
.bgsm .menu-logo,
.scrolled .menu-logo {
  visibility: visible;
  opacity: 1;
}
#header {
  transition: all 1s ease-out;
  pointer-events: none;
}
#header.scrolled {
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
#header.bgsm {
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
/* footer */
footer {
  background: #163760;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.icon-area {
  display: flex;
  justify-content: center;
}
.icon-area ul {
  display: flex;
}
.icon-area ul li {
  padding-right: 15px;
}
.icon-area ul img {
  height: 30px;
}
.link-area {
  display: flex;
  justify-content: center;
}
.link-area ul {
  display: flex;
}
.link-area ul li {
  padding-right: 15px;
  font-size: 12px;
}
.foot-logo {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.idt1 {
  padding-left: 1em;
  text-indent: -1em;
}
@media (max-width: 767.98px) {
  .foot-logo {
    flex-direction: column;
    align-items: center;
  }
}
/* Top page */
.pr25 {
  padding-right: 12.5%;
}
.news-col {
  background: #cccccc;
  padding-top: 30px;
  height: 100%;
}
.rec-col {
  background: #fff;
}
.text-area {
  padding: 10px;
}
.news-tab {
  display: flex;
}
.news-tab li {
  padding-right: 15px;
}
.more-btn {
  background: #163760;
  color: #fff;
  font-size: 20px;
  border-radius: 21px;
  padding: 5px 1em;
  width: 14em;
  display: inline-block;
}
.more-btn:hover {
  color: #fff;
  text-decoration: none;
}
.store-btn {
  background: #fff;
  color: #163760;
}
.store-btn:hover {
  color: #163760;
}
.bg-kon {
  background: #163760;
}
.mactive {
  border-bottom: 1px solid #163760;
  padding-bottom: 1px;
}
.top-msg {
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-msg .logo img {
  width: 180px;
  padding-right: 30px;
}
.top-msg .logo .msg {
  text-align: left;
}
.blog-area dd {
  border-bottom: 1px solid #eee;
}
@media (max-width: 767.98px) {
  .top-msg {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .top-msg .logo img {
    width: 240px;
    padding-right: 30px;
  }
  .top-msg .msg {
    text-align: left;
  }
  .top-msg .msg h1 {
    text-align: center;
  }
}
/* STADIUM */
.st-pos {
  margin-top: -100px;
}
.center-left {
  text-align: center;
}
.center-left p {
  display: inline-block;
  text-align: left;
}
.more2-btn {
  background: #163760;
  color: #fff;
  font-size: 13px;
  border-radius: 10px;
  padding: 3px 2em;
}
.more2-btn:hover {
  color: #fff;
  text-decoration: none;
}
.more3-btn {
  display: inline-block;
  background: #163760;
  color: #fff;
  font-size: 16px;
  border-radius: 16px;
  padding: 5px 0;
  width: 100%;
}
.more3-btn:hover {
  color: #fff;
  text-decoration: none;
}
.div3 {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991.98px) {
  .div3 {
    width: 100%;
  }
}
.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
  /* 比率を4:3に固定 */
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.tani {
  float: right;
  width: 30%;
  height: auto;
  padding-left: 10px;
  padding-bottom: 10px;
}
@media (max-width: 767.98px) {
  .tani {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-top: 10px;
  }
  .st-pos {
    margin-top: -10vw;
  }
}
/* about */
.about-table th {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: dotted 1px #000;
  text-align: center;
  width: 20%;
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: top;
}
.about-table td {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: dotted 1px #000;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: top;
}
@media (max-width: 767.98px) {
  .about-table th {
    display: block;
    width: 100%;
    text-align: left;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
    padding-top: 10px;
    padding-bottom: 0;
    vertical-align: top;
  }
  .about-table td {
    display: block;
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: dotted 1px #000;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: top;
  }
}
/* single post */
article.post img {
  max-width: 100%;
  height: auto;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
article.post img:first-child {
  padding-top: 0;
}
.card {
  border: none;
}
.card-header {
  background: #fff;
  border: none;
}
.card-footer {
  display: none;
}
.card-body {
  padding: 0;
}
a[rel="prev"],
a[rel="next"] {
  background: #163760;
  color: #fff;
  padding: 8px 1em;
  font-size: 16px;
  margin: 0 10px;
}
.dmbs-post-date {
  color: #666;
}
/* archive */
.page-item.active .page-link {
  background-color: #163760;
  border-color: #163760;
}
.page-link {
  color: #163760;
}
/* maintanance */
.link-right,
.link-left {
  display: block;
  font-size: 18px;
  color: #fff;
  padding: 5px 0;
  text-align: center;
}
.link-right {
  background: #6888b0;
}
.link-left {
  background: #163760;
}
.link-right:hover,
.link-left:hover {
  color: #fff;
  text-decoration: none;
}
.row0 {
  margin-left: 0;
  margin-right: 0;
}
.row0 > div {
  padding-left: 0;
  padding-right: 0;
}
.price-table {
  width: 100%;
  background: #edefea;
}
.price-table th,
.price-table td {
  font-weight: 400;
  border: 1px solid #000;
  padding: 5px;
}
.price-table th {
  width: 25%;
}
.price-table td.c3 {
  width: 25%;
  white-space: nowrap;
}
.oil-table {
  background: #fff;
}
.oil-table th {
  border-right: none;
  width: auto;
  padding: 10px 15px;
}
.oil-table td {
  border-left: none;
  padding: 10px 15px;
}
.price-tab {
  display: flex;
  justify-content: space-around;
  font-size: 15px;
}
.price-tab li {
  text-align: center;
}
.g2 {
  display: none;
}
@media (max-width: 767.98px) {
  .price-tab {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    font-size: 14px;
  }
  .price-table {
    font-size: 14px;
  }
}
.hide {
  display: none;
}
.tab-bg {
  background: #6888b0;
}
.tactive {
  background: #163760;
  font-family: "myriad-pro", sans-serif;
  font-weight: 700;
}
.dummybox {
  background: #ccc;
  width: 100%;
  height: 300px;
  padding: 15px;
}
/* privacy */
@media (max-width: 767.98px) {
  .nav {
    align-items: baseline;
  }
  .gnav {
    align-items: baseline;
    width: 30px;
    height: 30px;
  }
  .menu-list {
    display: flex;
    visibility: hidden;
    opacity: 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .menu-list li {
    padding-bottom: 10px;
  }
  .menu-list a {
    padding-left: 5px;
    padding-right: 5px;
  }
  .menu-list img {
    height: 30px;
    width: auto;
  }
  #header.bgsm {
    background: rgba(255, 255, 255, 0.9);
  }
  #header.bgsm .gnav {
    width: 30px;
    height: auto;
  }
}
.menu-list-on {
  visibility: visible;
  opacity: 1;
}
