@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap");
/* アニメーションベンダープレフィックス込み指定 */
/* アニメーションベンダープレフィックス込み指定 */
body {
  color: #323232;
  font-family: "YakuHanJP","Noto Sans Japanese";
  font-size: 1.5rem;
  line-height: 1.8;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
}

a {
  color: #a3010e;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

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

.bold {
  font-weight: bold;
}

@-webkit-keyframes view-zoomin {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes view-zoomin {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes view-slideup {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 35px);
            transform: translate(0, 35px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes view-slideup {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 35px);
            transform: translate(0, 35px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.animation {
  opacity: 0;
}

.slideup.on {
  opacity: 1;
  -webkit-animation: view-slideup 0.65s cubic-bezier(0.2, 1, 0.2, 1);
          animation: view-slideup 0.65s cubic-bezier(0.2, 1, 0.2, 1);
}

.zoomin.on {
  opacity: 1;
  -webkit-animation: view-zoomin 0.65s cubic-bezier(0.2, 1, 0.2, 1);
          animation: view-zoomin 0.65s cubic-bezier(0.2, 1, 0.2, 1);
}

.loader {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}

.loader::after {
  -webkit-animation: loader .5s linear infinite;
          animation: loader .5s linear infinite;
  border: 1px solid #81000a;
  border-radius: 50%;
  border-right: 1px solid rgba(231, 0, 18, 0.2);
  border-top: 1px solid rgba(231, 0, 18, 0.2);
  content: '';
  height: 70px;
  width: 70px;
}

.loader.off {
  display: none;
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

#top-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 360px;
}

#top-logo.is-hide {
  display: none;
}

@media (orientation: landscape) and (max-width: 823px) {
  #top-logo {
    width: 150px;
  }
}

@media all and (max-width: 639px) {
  #top-logo {
    width: 220px;
  }
}

#top-animation {
  background: #fff;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
}

#top-animation.up {
  height: 0;
  right: auto;
  bottom: auto;
}

#top-animation.up #top-logo {
  z-index: -200;
}

@-webkit-keyframes hd-scrolled {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes hd-scrolled {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

#header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4000;
  width: 100%;
}

#header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1020px;
  margin: 0 auto 0;
  padding: 10px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .inner #logo .logoA {
  display: block;
}

#header .inner #logo .logoB {
  display: none;
}

#header #head-txt {
  background: #ccc;
  padding: 2px 0;
}

#header #head-txt > p {
  color: #111;
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
}

#header .head-logo {
  margin-right: auto;
}

#header .head-logo #logo {
  padding-left: 10px;
}

#header .head-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#header .head-comment {
  font-size: 1.3rem;
  color: #555;
}

#header .head-tel a {
  color: #111;
  font-weight: bold;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 200px;
  padding: 5px 10px;
  text-align: center;
  background: #f5d300;
  border-radius: 30px;
  font-size: 2rem;
}

#header .head-tel a:before {
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
  content: "\f095";
}

#header .head-tel a:hover {
  background: #a67c20;
}

#header .head-mail {
  margin-left: 10px;
}

#header .head-mail a {
  display: block;
  width: 50px;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-top: 30px;
  background: #fcfcfc;
  line-height: 1.2;
  color: #111;
  text-align: center;
}

#header .head-mail a:before {
  position: absolute;
  font-size: 2.2rem;
  content: "\f0e0";
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  top: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#header .head-mail a:hover {
  background: #4e0006;
  color: #fff;
}

#header .inner {
  width: 1020px;
  margin: 0 auto;
  position: relative;
}

#header .inner #head-right {
  margin-left: auto;
}

#header.scrolled {
  position: fixed;
  z-index: 9999;
  -webkit-animation: hd-scrolled 0.65s cubic-bezier(0.2, 1, 0.2, 1);
          animation: hd-scrolled 0.65s cubic-bezier(0.2, 1, 0.2, 1);
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 0;
}

#header.scrolled .inner #logo .logoA {
  display: none;
}

#header.scrolled .inner #logo .logoB {
  display: block;
}

#header.scrolled #navi ul li a {
  color: #111;
}

@media all and (max-width: 800px) {
  #header #head-txt > p {
    text-align: left;
    padding-left: 3px;
  }
}

@media all and (max-width: 325px) {
  #header #head-txt {
    display: none;
  }
}

@media all and (max-width: 800px) {
  #header .head-right {
    display: none;
  }
}

@media all and (max-width: 639px) {
  #header .head-comment {
    font-size: 11px;
    width: 100%;
    text-align: center;
  }
}

@media all and (max-width: 639px) {
  #header .head-tel a {
    font-size: 1.4rem;
    width: 130px;
  }
}

#head-type01 #header .head-logo {
  display: none;
}

#head-type01 #header .head-right {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#head-type01 #header #navi {
  margin: 0 auto;
  width: 1020px;
}

#navi {
  margin-left: auto;
  width: 640px;
}

#navi ul {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#navi ul li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  text-align: center;
}

#navi ul li a {
  display: block;
  position: relative;
  line-height: 1.5;
  font-size: 1.5rem;
  padding: 10px 0 10px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

#navi ul li a span {
  display: block;
  font-size: 1.2rem;
  color: #81000a;
  font-weight: normal;
  text-shadow: none;
}

#navi ul li a:before {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 4px;
  background: #81000a;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#navi ul li a:hover span {
  color: lemonchiffon;
}

#navi ul li a:hover:before {
  background: #81000a;
}

#page-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
}

#page-top a {
  display: block;
  background: #f5d300;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
          box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
  color: #333;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  font-family: 'FontAwesome';
  font-size: 1.2rem;
  text-align: center;
}

#page-top a:hover {
  opacity: 0.6;
}

.foot_navi {
  padding: 10px 0;
}

.foot_navi ul {
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.foot_navi ul li {
  width: 32%;
  margin-bottom: 4px;
  margin: 0 0.5% 4px;
}

.foot_navi ul li a {
  color: #fff;
  font-size: 1.4rem;
  position: relative;
  padding-left: 20px;
  font-weight: bold;
}

.foot_navi ul li a:before {
  content: "";
  background-color: #f5d300;
  width: 10px;
  height: 4px;
  position: absolute;
  top: .45em;
  left: 0;
}

.foot_navi ul li a:hover {
  color: lemonchiffon;
}

#footer {
  border-top: 1px solid #eee;
  background: #222;
  font-size: 1.2rem;
  color: #fff;
}

#footer .inner {
  width: 1020px;
  margin: 0 auto;
  padding: 15px 0;
}

#footer .inner .address {
  margin-bottom: 10px;
}

.copyright {
  padding: 3px 0;
  background: #81000a;
  color: #fff;
}

#slideshow {
  position: relative;
}

#catch, #catch2, #catch3 {
  z-index: 1000;
  position: absolute;
  left: 50%;
  top: 55%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  width: 360px;
}

#catch.catchOn, #catch2.catchOn, #catch3.catchOn {
  opacity: 1;
  -webkit-transition: 3s;
  transition: 3s;
}

@media (orientation: landscape) and (max-width: 823px) {
  #catch, #catch2, #catch3 {
    width: 150px;
  }
}

@media all and (max-width: 639px) {
  #catch, #catch2, #catch3 {
    width: 220px;
  }
}

@-webkit-keyframes zoom-out {
  0% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoom-out {
  0% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.swiper-slide-active .slide-img, .swiper-slide-duplicate-active .slide-img, .swiper-slide-prev .slide-img {
  -webkit-animation: zoom-out 10s linear 0s 1 normal both;
          animation: zoom-out 10s linear 0s 1 normal both;
}

.slide-img {
  overflow: hidden;
  height: 100vh;
}

.slide-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media all and (max-width: 639px) {
  .slide-img {
    height: 100vh;
  }
}

#juicysliderbox {
  position: relative;
}

#myslider {
  height: 90vh !important;
}

@media all and (max-width: 800px) {
  #myslider {
    height: 65vh !important;
  }
}

.juicysliderimg {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 500;
}

.juicysliderimg h1, .juicysliderimg div {
  opacity: 0;
  -webkit-transition: 4s;
  transition: 4s;
  width: 100%;
  color: #FFFFFF;
  line-height: 1.3;
  left: 0;
}

#catch01 {
  z-index: 1000;
  margin-bottom: 2rem;
  position: absolute;
  left: 50%;
  top: 55%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}

#catch01.catch01On {
  opacity: 1;
  -webkit-transition: 3s;
  transition: 3s;
}

@media all and (max-width: 800px) {
  #catch01 {
    width: 400px;
  }
}

@media all and (max-width: 639px) {
  #catch01 {
    width: 310px;
    top: auto;
    bottom: 20px;
  }
}

#flash {
  background: url(../bxslider/images/0.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

.slide0 {
  background-image: url(../bxslider/images/0.jpg);
  background-position: center center;
}

.slide1 {
  background-image: url(../bxslider/images/1.jpg);
  background-position: center center;
}

.slide2 {
  background-image: url(../bxslider/images/2.jpg);
  background-position: center center;
}

.slide3 {
  background-image: url(../bxslider/images/3.jpg);
  background-position: center center;
}

.slide0, .slide1, .slide2, .slide3 {
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  background-attachment: scroll;
  padding: 0px 0;
}

.slideimg {
  max-width: 1020px;
  height: auto;
  margin: 0 auto;
}

.bg_contact {
  border-top: 1px solid rgba(255, 255, 255, 0.7);
  background: #f0f0f0;
  background: url(../img/bg02.jpg);
}

.bg_contact .single {
  padding: 30px 0;
}

.bg_contact .news-bl {
  background: #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 600px;
  margin: 10px auto 0;
  font-size: 1.4rem;
}

@media all and (max-width: 639px) {
  .bg_contact .single {
    padding: 20px 0;
  }
}

.contact-txt {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.contact_bnr {
  text-align: center;
}

.contact_bnr li {
  display: inline-block;
  margin: 0 15px;
}

.contact_bnr li .bnr_tel {
  border: 1px solid #81000a;
  color: #FFFFFF;
  letter-spacing: .1em;
  background: #81000a;
}

.contact_bnr li .bnr_tel:before {
  content: "\f095";
}

.contact_bnr li .bnr_tel:hover {
  background: #350004;
  color: #FFFFFF;
}

.contact_bnr li .bnr_fax {
  background: #FFFFFF;
  border: 1px solid #81000a;
  color: #81000a;
}

.contact_bnr li .bnr_fax:before {
  content: "\f1ac";
}

.contact_bnr li .bnr_mail {
  border: 1px solid #f5d300;
  background: #f5d300;
  color: #111;
}

.contact_bnr li .bnr_mail:before {
  content: "\f0e0";
}

.contact_bnr li .bnr_mail:hover {
  background: #dcbd00;
}

.contact_bnr li a, .contact_bnr li span {
  display: block;
  padding: 8px 5px;
  width: 260px;
  color: #FFFFFF;
  font-size: 1.7rem;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 25px;
}

.contact_bnr li a:before, .contact_bnr li span:before {
  font-family: 'FontAwesome';
  margin-right: 5px;
}

.single {
  width: 1020px;
  margin: 0 auto;
  padding: 40px 0;
}

.single01 {
  width: 1020px;
  margin: 0 auto;
  padding: 100px 0;
}

.single02 {
  margin: 0 auto;
  padding: 40px 0;
}

.margin-top {
  margin-top: -40px;
}

@media all and (max-width: 639px) {
  .margin-top {
    margin-top: -30px;
  }
}

.lsingle, .rsingle {
  width: 48.44%;
}

.lsingle {
  float: left;
}

.rsingle {
  float: right;
}

.mbox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
}

.mbox.sd {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.mbox.sd2 {
  -webkit-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
}

@media all and (max-width: 639px) {
  .mbox.small {
    padding: 10px;
  }
}

.small-box {
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
}

.mbox2 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.7rem;
}

@media all and (max-width: 639px) {
  .mbox2 {
    font-size: 14px;
  }
}

.mbox3 {
  padding: 10px;
  background: rgba(255, 255, 255, 0.6);
  font-size: 1.4rem;
}

@media all and (max-width: 639px) {
  .mbox3 {
    font-size: 1.2rem;
  }
}

.mbox4 {
  padding: 10px;
  border: 1px solid #f5d300;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.bg01 {
  background: url(../img/bg_body2.jpg);
}

.bg02 {
  background: rgba(231, 0, 18, 0.2);
  padding-bottom: 200px;
}

.bg-grid {
  background: url(../img/body_bg.png);
  background-image: -webkit-linear-gradient(transparent 95%, rgba(221, 221, 221, 0.2) 50%, rgba(221, 221, 221, 0.2)), -webkit-linear-gradient(0deg, transparent 95%, rgba(221, 221, 221, 0.2) 50%, rgba(221, 221, 221, 0.2));
  background-size: 20px 20px;
  background-repeat: repeat;
}

.bg-gray {
  background: #f7f7f7;
}

.bg-base {
  background: rgba(129, 0, 10, 0.07);
}

.bg-map {
  background: url(../img/map.png) no-repeat right bottom;
  min-height: 250px;
  background-size: contain;
}

@media all and (max-width: 639px) {
  .bg-map {
    background-size: auto 200px;
    background-position: right top;
  }
}

#main {
  float: left;
  width: 70%;
}

@media all and (max-width: 639px) {
  #main {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
}

#side {
  float: right;
  width: 26%;
}

#side > .pages {
  display: none;
}

@media all and (max-width: 639px) {
  #side {
    float: none;
    width: 100%;
  }
}

.mtitle {
  color: #222;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.8rem;
}

.mtitle span {
  font-size: 5rem;
  display: block;
  position: relative;
  color: #a3010e;
  font-weight: normal;
  font-family: "Anton",sans-serif;
}

.mtitle span:after {
  content: "";
  height: 2px;
  width: 20px;
  border-radius: 10px;
  background: #f5d300;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 2px;
}

.mtitle.white {
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.mtitle.white span {
  color: #f5d300;
}

.mtitle.white span:after {
  background-color: #ffcf33;
}

.mtitle.mtitle_left {
  text-align: left;
}

.mtitle.mtitle_left span:after {
  left: 0;
  -webkit-transform: none;
          transform: none;
}

.mtitle2 {
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  color: #81000a;
}

.mtitle3 {
  position: relative;
  z-index: 2;
  font-size: 3rem;
  color: #a3010e;
  margin: 20px 0 30px;
  font-weight: bold;
}

.mtitle3.black span {
  color: rgba(129, 0, 10, 0.1);
}

.mtitle3 span {
  position: absolute;
  z-index: -1;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none;
  font-size: 6rem;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  top: -55px;
  left: -10px;
}

@media all and (max-width: 639px) {
  .mtitle3 {
    margin-top: 30px;
  }
  .mtitle3 span {
    font-size: 2.7rem;
    top: -38px;
  }
}

.mtitle_point {
  margin-bottom: 15px;
  font-size: 1.7rem;
  position: relative;
  text-align: center;
}

.mtitle_point:after {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #81000a;
  display: block;
  margin: 10px auto 0;
}

.mtitle-bll {
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 2px solid #EEEEEE;
  position: relative;
  margin-bottom: 15px;
  padding-left: 10px;
  color: #81000a;
}

.mtitle-bll:before {
  font-family: 'FontAwesome';
  content: "\f105";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #AAAAAA;
}

.mtitle-bll:after {
  position: absolute;
  content: "";
  height: 2px;
  display: block;
  background: #81000a;
  bottom: -2px;
  width: 100px;
  left: 0;
}

@media all and (max-width: 639px) {
  .mtitle-bll {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.mtitle_sub {
  color: #3a200c;
  line-height: 2.0;
  padding-left: 0.5em;
  font-weight: 600;
  position: relative;
  border-left: 6px solid #81000a;
  margin: 8px 0;
}

.mtitle_sub:before {
  position: absolute;
  left: -6px;
  bottom: 0;
  content: '';
  width: 6px;
  height: 50%;
  background-color: #f5d300;
}

.mtitle_box {
  background: #81000a;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  font-size: 2.2rem;
  position: relative;
  padding: 5px 10px;
  margin-bottom: 25px;
}

.mtitle_box span {
  font-weight: normal;
  font-size: 14px;
}

.mtitle_box:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: '\f30a';
  display: block;
  right: -1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
}

.mtitle_box2 {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #111;
  font-size: 1.7rem;
  position: relative;
  font-weight: normal;
  border: 1px solid #555;
  overflow: hidden;
  padding: 5px 10px;
  margin-bottom: 10px;
}

.mtitle_box2 .small-cap {
  font-weight: normal;
  font-size: 14px;
}

.mtitle_box2:before {
  background-color: #555;
  content: '';
  display: block;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
  position: absolute;
  bottom: 0px;
  right: -120px;
  width: 300px;
  height: 280px;
}

@media all and (max-width: 800px) {
  .mtitle_box2 {
    font-size: 15px;
    line-height: 1.5;
    padding-right: 40px;
  }
  .mtitle_box2 span {
    font-size: 12px;
  }
  .mtitle_box2:before {
    width: 215px;
    right: -120px;
  }
}

.mtext1 {
  font-size: 3rem;
  font-weight: bold;
}

.mtext2 {
  font-size: 3.5rem;
  font-weight: normal;
  font-family: "YakuHanMP","Noto Serif JP",serif;
  text-align: center;
  letter-spacing: .1rem;
}

.mtext3 {
  font-size: 2rem;
}

@media all and (max-width: 639px) {
  .mtext3 {
    font-size: 1.6rem;
  }
}

.mtitle_bnr {
  font-size: 2rem;
  font-weight: 600;
  color: #81000a;
  text-align: center;
  margin-bottom: 10px;
}

.mtitle_bnr:before {
  font-family: 'FontAwesome';
  font-weight: bold;
  margin-right: 5px;
}

.mtitle_bnr.mtitle_bnr_01:before {
  content: "\f015";
}

.mtitle_bnr.mtitle_bnr_02:before {
  content: "\f0ad";
}

.mtitle_category {
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: normal;
  border-bottom: 1px solid #ccc;
}

.mtitle_category:before {
  font-family: 'FontAwesome';
  font-weight: normal;
  content: "\f0ca";
  margin-right: 5px;
  color: #81000a;
}

@media all and (max-width: 639px) {
  .mtitle_category {
    font-size: 1.5rem;
  }
}

.mtitle_catch {
  font-weight: bold;
  margin: 10px 0;
  color: #a3010e;
  border-bottom: 1px solid #81000a;
  font-size: 1.8rem;
  background: #f5f5f5;
}

.btn01 a {
  background: #81000a;
  text-align: center;
  width: 250px;
  margin: 0 auto;
  display: block;
  color: #fff;
  padding: 8px 5px;
  font-weight: bold;
  border: 1px solid #81000a;
  border-radius: 25px;
}

.btn01 a:hover {
  background: #f5d300;
  border-color: #f5d300;
  color: #111;
}

.btn02 {
  width: 300px;
  margin: 20px auto 0;
}

.btn02 a {
  display: block;
  position: relative;
  padding: 15px 0;
  background-color: #000;
  line-height: 24px;
  letter-spacing: .1rem;
  font-size: 1.6rem;
  text-align: center;
  color: #FFFFFF;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.btn02 a i {
  display: block;
  position: absolute;
  top: 50%;
  right: -10px;
  width: 50px;
  height: 1px;
  background-color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn02 a:hover i {
  width: 34px;
}

@media all and (max-width: 639px) {
  .btn02 {
    width: 280px;
  }
}

.news {
  overflow: hidden;
}

.news dt {
  float: left;
  width: 8em;
  padding-top: 10px;
  font-weight: normal;
}

.news dd {
  padding: 10px 0 10px 8em;
  border-bottom: 1px dotted #DDDDDD;
}

.news dd:last-child {
  border-bottom: none;
}

.news-bl {
  overflow: hidden;
  margin: 15px auto;
}

.news-bl dt {
  float: left;
  width: 7em;
  padding: 3px 5px;
  line-height: 1.3;
  background: #81000a;
  color: #FFFFFF;
  text-align: center;
}

.news-bl dd {
  padding: 0 0 10px 9em;
  line-height: 1.6;
  border-bottom: 1px dotted #DDDDDD;
  margin: 0 0 10px;
}

.news-bl dd:last-child {
  margin: 0;
  border-bottom: none;
}

.news-bl.white dd a {
  color: #fff;
}

.bg-greet {
  background: url(../img/slide3.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
  position: relative;
  z-index: 0;
}

.bg-greet:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.bg-greet .inner {
  width: 1020px;
  margin: 0 auto;
  padding: 120px 0 60px;
  position: relative;
  z-index: 3;
}

@media all and (max-width: 800px) {
  .bg-greet {
    background-attachment: scroll;
  }
  .bg-greet .inner {
    width: 99%;
    margin: 0 auto;
    padding: 85px 0 20px;
  }
}

.bg-01 {
  background: url(../img/bg01.jpg);
}

.bg-02 {
  background: url(../img/bg-02.jpg) no-repeat center center;
  background-size: cover;
}

.bg-03 {
  background: url(../img/bg-03.jpg) no-repeat center bottom;
  background-size: cover;
}

.bg-gradient {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(231, 0, 18, 0.4)), to(rgba(163, 232, 255, 0.2)));
  background-image: linear-gradient(to top, rgba(231, 0, 18, 0.4) 0%, rgba(163, 232, 255, 0.2) 100%);
}

.bg-sec1 {
  position: relative;
  z-index: 0;
  margin: 30px 0;
}

.bg-sec1:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 350px;
  background: url(../img/bg-03.jpg) no-repeat center bottom;
  background-size: cover;
  z-index: -1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.bg-sec1 .sec1-box {
  padding: 30px 60px;
  border: 2px solid #81000a;
  background: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

@media all and (max-width: 639px) {
  .bg-sec1 .sec1-box {
    padding: 30px 20px;
  }
}

@media all and (max-width: 639px) {
  .bg-sec1:before {
    height: 400px;
  }
}

.article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.article .article_image {
  width: 60%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.article .article_detail {
  width: 40%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 100px 0;
}

.article .article_detail .inner {
  margin: 0 auto;
  width: 80%;
}

.article.article_01 {
  background: rgba(231, 0, 18, 0.8);
  color: #fff;
}

.article.article_01 .article_image {
  background-image: url(../img/article_image_01.jpg);
}

.sentence p + p {
  margin-top: 20px;
}

@media all and (max-width: 800px) {
  .article .article_detail .inner {
    width: 90%;
  }
}

@media all and (max-width: 639px) {
  .article .article_image, .article .article_detail {
    width: 100%;
  }
  .article .article_image {
    display: none;
  }
  .article .article_detail {
    padding: 30px 0;
  }
}

.tbl {
  width: 100%;
}

.tbl th, .tbl td {
  padding: 10px;
  vertical-align: middle;
  border: 1px solid #7a7978;
}

.tbl th {
  background: rgba(231, 0, 18, 0.2);
  font-weight: 500;
}

.tbl th span {
  font-size: 1.4rem;
}

.tbl.timetable th {
  text-align: center;
  font-size: 1.4rem;
}

.tbl.timetable td {
  text-align: center;
  font-size: 1.4rem;
  color: #3a200c;
  background: #fff;
}

.tbl.timetable .tr-01 td {
  background: lemonchiffon;
  text-align: center;
  font-weight: 500;
}

@media all and (max-width: 639px) {
  .tbl.timetable th, .tbl.timetable td {
    font-size: 1.2rem;
    padding: 5px;
  }
}

.tbl_new {
  width: 100%;
}

.tbl_new tr th, .tbl_new tr td {
  vertical-align: middle;
  padding: 10px;
}

.tbl_new tr th {
  font-weight: 700;
}

.tbl_new tr th span {
  font-size: 1.4rem;
}

.tbl_new tr:nth-child(odd) th, .tbl_new tr:nth-child(odd) td {
  background: #f0f0f0;
}

@media all and (max-width: 800px) {
  .tbl_new tr th, .tbl_new tr td {
    font-size: 1.3rem;
  }
}

.company {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 5px;
}

.company th, .company td {
  padding: 10px;
  vertical-align: middle;
}

.company th {
  text-align: left;
  width: 25%;
  position: relative;
  background: #81000a;
  color: #FFFFFF;
  font-weight: bold;
}

.company th::after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: #F9F9F9;
  border-width: 10px;
  border-left-color: #81000a;
  margin-top: -10px;
}

.company td {
  background: #F9F9F9;
  padding-left: 20px;
}

.tbl0 th, .tbl0 td {
  padding: 3px 6px;
}

.tbl-border {
  width: 100%;
}

.tbl-border th,
.tbl-border td {
  padding: 15px;
  border-bottom: 1px solid #81000a;
  vertical-align: middle;
}

@media all and (max-width: 639px) {
  .tbl-border th,
  .tbl-border td {
    padding: 10px;
    font-size: 1.2rem;
  }
}

.tbl-border th {
  width: 18%;
  text-align: left;
  font-weight: 600;
  border-bottom-color: #81000a;
}

.tbl-border th.th-1 {
  width: 45%;
}

@media all and (max-width: 639px) {
  .tbl-border th {
    width: 30%;
  }
}

.price {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  color: #ff7b00;
}

@media all and (max-width: 639px) {
  .price {
    font-size: 1.4rem;
  }
}

.ggmap {
  position: relative;
  padding-bottom: 46.25%;
  height: 0;
  overflow: hidden;
}

.ggmap iframe, .ggmap object, .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.list_common li {
  padding-bottom: 10px;
  padding-left: 1rem;
  margin-bottom: 10px;
  border-bottom: 1px dotted #CCCCCC;
}

.list_common li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.list_check li {
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.list_check li:not(:last-child) {
  border-bottom: 1px dotted #CCCCCC;
}

.list_check li:before {
  font-family: 'FontAwesome';
  content: "\f14a";
  margin-right: 5px;
  color: rgba(231, 0, 18, 0.8);
}

.list_check.type01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.list_check.type01 > li {
  width: 48%;
}

@media all and (max-width: 639px) {
  .list_check.type01 > li {
    width: 100%;
  }
}

.list_check.type02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 60%;
  margin: 0 auto;
}

@media all and (max-width: 800px) {
  .list_check.type02 {
    width: 90%;
  }
}

.list_check.type02 > li {
  width: 31%;
  border-bottom: none;
}

@media all and (max-width: 639px) {
  .list_check.type02 > li {
    width: 100%;
    padding-bottom: 0;
    text-align: center;
    margin-bottom: 5px;
  }
}

.list-type01 li {
  position: relative;
  background: #eee;
  padding: 5px 10px 5px 30px;
  margin-bottom: 5px;
  position: relative;
  overflow: hidden;
  font-weight: bold;
}

.list-type01 li:before {
  content: "";
  width: 45px;
  background: rgba(231, 0, 18, 0.3);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  height: 40px;
  position: absolute;
  left: -30px;
  top: 0;
}

.list-type01 li:last-child {
  margin-bottom: 0;
}

.list_disc li {
  padding: 5px 0;
}

.list_disc li:not(:last-of-type) {
  margin-bottom: 5px;
  border-bottom: 1px dashed #ccc;
}

.list_disc li:before {
  content: "●";
  margin-right: 5px;
  color: #81000a;
}

.ol-list {
  counter-reset: number;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ol-list li {
  line-height: 2;
  border-bottom: 1px solid #aaa;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 1.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 49%;
}

.ol-list li:before {
  counter-increment: number;
  content: counter(number);
  background: #81000a;
  display: inline-block;
  width: 2em;
  height: 2em;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  margin-right: .3em;
}

.ol-list.full li {
  width: 100%;
  font-weight: normal;
}

@media all and (max-width: 639px) {
  .ol-list {
    font-size: 1.6rem;
  }
}

.list-center {
  text-align: center;
}

.list-center li {
  display: inline-block;
}

.list-center.type01 li {
  border-radius: 30px;
  background: rgba(209, 156, 40, 0.8);
  color: #fff;
  border: 2px solid #f5d300;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4px 10px;
  width: 20%;
  margin-bottom: 10px;
  font-weight: bold;
}

@media all and (max-width: 639px) {
  .list-center.type01 li {
    width: 49%;
  }
}

.point-wrap {
  border-bottom: 1px soldi #ccc;
  padding: 10px 0;
  margin-bottom: 5px;
}

.point-wrap dt {
  position: relative;
  overflow: hidden;
  padding-left: 90px;
  font-size: 1.8rem;
  color: #81000a;
  border-bottom: 1px dashed #81000a;
  margin-bottom: 5px;
}

.point-wrap dt span {
  position: absolute;
  display: block;
  width: 80px;
  height: 80px;
  background: #a3010e;
  font-size: 4rem;
  color: #fff;
  left: 0;
  bottom: -30px;
  text-align: center;
}

.point-wrap dd {
  padding: 5px;
}

@media all and (max-width: 639px) {
  .point-wrap dt {
    font-size: 1.6rem;
    line-height: 1.6;
    overflow: visible;
    padding-left: 70px;
  }
  .point-wrap dt span {
    width: 60px;
    height: 40px;
    line-height: 40px;
    bottom: 0;
    font-size: 2rem;
  }
}

.column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.column2 .child {
  position: relative;
  width: 45%;
}

.column2 .child.child1 {
  width: 53%;
}

@media all and (max-width: 639px) {
  .column2 .child.child1 {
    width: 100%;
    margin: 0 auto 10px;
  }
}

@media all and (max-width: 639px) {
  .column2 .child {
    width: 100%;
    margin: 0 auto 10px;
  }
}

.column3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -3%;
}

.column3 .child {
  width: 31.3%;
  margin: 0 3% 3% 0;
  position: relative;
}

.column3 .child:nth-child(3n) {
  margin: 0 0 3% 0;
}

.column3.align-items {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cut {
  overflow: hidden;
  zoom: 1;
}

.w300 {
  width: 300px;
}

.spbr {
  display: none;
}

.color1 {
  color: #81000a;
}

.color2 {
  color: #c8210b;
}

.color3 {
  color: #81000a;
}

.num {
  color: #FF0000;
  font-weight: bold;
  margin-right: 5px;
}

.breadcrumb {
  padding-left: 0;
  font-size: 1.3rem;
}

.breadcrumb li {
  display: inline;
  color: #111;
  padding: 3px;
  background: rgba(255, 255, 255, 0.8);
}

.breadcrumb li a {
  color: #81000a;
}

.breadcrumb li + li:before {
  margin: 0 10px;
  content: ">";
}

.breadcrumb li .home {
  font-family: 'FontAwesome';
}

.form {
  margin: 0 auto;
  width: 90%;
}

.form dl dt {
  float: left;
  width: 280px;
  padding-top: 20px;
  font-weight: bold;
}

.form .form-contents dd:not(.pattern-exclusion) .textarea {
  border-radius: 0;
}

.form dl dt span,
.form .form-pattern-1 dl dt:not(.pattern-exclusion) span.required::before {
  color: #fff;
  background: #81000a;
  padding: 0 5px 0;
  margin-right: 5px;
  font-size: 11px;
  border-radius: 2px;
  position: relative;
  top: -2px;
}

.form dl dt span.nini {
  background-color: #333;
}

.form dl dd {
  padding-left: 280px;
  padding-bottom: 20px;
  padding-top: 23px;
  line-height: 1.5;
  border-bottom: 1px dotted #CCCCCC;
}

.form dl dd:last-child {
  border-bottom: none;
}

.form .textarea, .form textarea {
  border: 1px solid #ddd;
  padding: 5px;
  width: 100%;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.form .textarea {
  height: 30px;
}

.form .textarea02 {
  width: 48.5%;
  margin-right: 3%;
}

.form .textarea02:last-child {
  margin-right: 0;
}

.form .textarea03 {
  width: 20%;
  margin-right: 1%;
}

.form button,
.form .form-pattern-1 .submit-btn {
  cursor: pointer;
  display: block;
  color: #111;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  font-family: "-apple-system", BlinkMacSystemFont, "Helvetica Neue", Roboto, "Droid Sans", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 8px 5px;
  margin: 0 auto;
  width: 250px;
  background: #81000a;
  border: 1px solid #81000a;
  border-radius: 25px;
  color: #fff;
}

.form button:hover,
.form .form-pattern-1 .submit-btn:hover {
  background: #fff;
  color: #81000a;
}

.form .form-pattern-1 .submit-btn::before {
  transition: all .2s ease-in-out 0s;
}

.form .form-pattern-1 .submit-btn:hover::before {
  background: #81000a;
}


.form button:before {
  font-family: 'FontAwesome';
  font-weight: normal;
  content: "\f0e0";
  margin-right: 10px;
}

.form .select-wrap {
  position: relative;
  overflow: hidden;
  display: inline-block;
  min-width: 192px;
  min-width: 12em;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  color: #333;
}

.form .select-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 2;
  display: block;
  width: 200%;
  width: -webkit-calc(100% + 5em);
  margin: 0;
  padding: 11px 35px 11px 11px;
  padding: .6875rem 2.1875rem .6875rem .6875rem;
  background: transparent;
  border: 0;
  outline: none;
  line-height: 1.5;
}

.form .entypo-down-open-mini:before {
  font-family: "FontAwesome";
  content: "\f0ab";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 12px;
  right: .75rem;
  margin-top: -8px;
  margin-top: -.5rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  color: #81000a;
}

.form label.radio_text {
  cursor: pointer;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
  padding-left: 20px;
  display: inline-block;
}

.form label.radio_text:before {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 50%;
  left: 0px;
  top: 2px;
  content: '';
  z-index: 3;
}

.form label.radio_text:after {
  content: '';
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  left: 3px;
  top: 5px;
  background-color: #81000a;
  z-index: 1;
}

.form label.radio_text input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  left: -23px;
  top: 0px;
  margin: 0px;
  -webkit-box-shadow: 20px -1px #f5f5f5;
          box-shadow: 20px -1px #f5f5f5;
}

.form label.radio_text input[type="radio"]:checked {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form label.radio_text input[type="radio"]:focus {
  opacity: 0.2;
  -webkit-box-shadow: 20px -1px #eeebda;
          box-shadow: 20px -1px #eeebda;
}

.form label.checkbox_text {
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin: 0 20px 5px 0;
  overflow: hidden;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.form label.checkbox_text:before {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0px;
  top: 0;
  border: 1px solid #ccc;
  z-index: 3;
  padding: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.form label.checkbox_text:after {
  content: '';
  position: absolute;
  top: 40%;
  left: 5px;
  display: block;
  margin-top: -9px;
  width: 8px;
  height: 12px;
  border-right: 3px solid #81000a;
  border-bottom: 3px solid #81000a;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1;
}

.form label.checkbox_text input[type="checkbox"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  left: -40px;
  width: 20px;
  height: 20px;
  display: block;
  -webkit-box-shadow: 41px 0px #FFF;
          box-shadow: 41px 0px #FFF;
  z-index: 2;
  margin: 0px;
  padding: 0px;
}

.form label.checkbox_text input[type="checkbox"]:checked {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form label.checkbox_text input[type="checkbox"]:checked:focus {
  -webkit-box-shadow: 40px 0px #666;
          box-shadow: 40px 0px #666;
  opacity: 0.1;
}

.form label.checkbox_text input[type="checkbox"]:focus {
  -webkit-box-shadow: 41px 0px #EEE;
          box-shadow: 41px 0px #EEE;
}

.fm-txt {
  font-size: 1.4rem;
  background: rgba(255, 255, 255, 0.5);
  padding: 5px;
}

.memo {
  background: rgba(255, 255, 255, 0.7);
  font-size: 1.4rem;
  padding: 10px;
}

.top_bnr {
  position: relative;
  overflow: hidden;
  min-width: 220px;
  width: 100%;
  background: #000000;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  color: #FFFFFF;
}

.top_bnr * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}

.top_bnr img {
  max-width: 100%;
  position: relative;
  opacity: 0.9;
}

.top_bnr figcaption {
  position: absolute;
  top: 45%;
  left: 7%;
  right: 7%;
  bottom: 45%;
  border: 1px solid white;
  border-width: 1px 1px 0;
}

.top_bnr .heading {
  overflow: hidden;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  position: absolute;
  bottom: 0;
  width: 100%;
}

.top_bnr h2 {
  display: table;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  text-align: center;
  width: auto;
  font-size: 2.2rem;
  text-transform: uppercase;
  text-shadow: -2px 1px 0 rgba(0, 0, 0, 0.6);
  font-weight: bold;
}

.top_bnr h2:before, .top_bnr h2:after {
  position: absolute;
  display: block;
  width: 1000%;
  height: 1px;
  content: '';
  background: white;
  top: 50%;
}

.top_bnr h2:before {
  left: -1000%;
}

.top_bnr h2:after {
  right: -1000%;
}

.top_bnr p {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  width: 100%;
  padding: 0 20px;
  margin: 0;
  opacity: 0;
  line-height: 1.6em;
}

.top_bnr a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

.top_bnr:hover img, .top_bnr.hover img {
  opacity: 0.25;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.top_bnr:hover figcaption, .top_bnr.hover figcaption {
  top: 7%;
  bottom: 7%;
}

.top_bnr:hover p, .top_bnr.hover p {
  opacity: 1;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.shadow {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.gallery li {
  width: calc((100% - 30px) /3);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 15px 20px 0;
}

.gallery li:nth-child(3n) {
  margin-right: 0;
}

.gallery li a {
  background: #f2f2f2;
  display: block;
  text-align: center;
  padding: 0px;
  height: 230px;
}

.gallery li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.gallery.gallery2 li {
  width: calc((100% - 32px) /5);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 8px 20px 0;
}

.gallery.gallery2 li:nth-child(5n) {
  margin-right: 0;
}

@media all and (max-width: 639px) {
  .gallery.gallery2 li {
    width: calc((100% - 40px) /3);
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    margin: 0 6px 10px;
  }
  .gallery.gallery2 li:nth-child(3n) {
    margin-right: 0;
  }
  .gallery.gallery2 li:nth-child(5n) {
    margin-right: 6px;
  }
}

@media screen and (max-width: 800px) {
  .gallery li {
    width: 48%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 1% 20px;
  }
  .gallery li:nth-child(2n) {
    margin-right: 0;
  }
  .gallery li:nth-child(3n) {
    margin: 0 1% 20px;
  }
  .gallery li a {
    height: 200px;
  }
}

@media all and (max-width: 639px) {
  .gallery li {
    width: 95%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto 50px;
  }
  .gallery li:nth-child(2n) {
    margin: 0 auto 50px;
  }
  .gallery li:nth-child(3n) {
    margin: 0 auto 50px;
  }
  .gallery li a {
    height: 180px;
  }
}

.gallery-box {
  background: #f2f2f2;
  width: 100%;
  height: 200px;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  margin-bottom: 10px;
}

@media all and (max-width: 800px) {
  .gallery-box {
    height: 150px;
  }
}

@media all and (max-width: 639px) {
  .gallery-box {
    height: 180px;
  }
}

.prv dt {
  color: #81000a;
  border-bottom: 1px solid #ccc;
  margin: 10px 0;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
}

.flex li {
  width: 32%;
  padding: 15px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.flex li .border {
  position: absolute;
  background: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.flex li .border:nth-of-type(1) {
  top: 0;
  left: 0;
  border-left: 1px solid #f5d300;
  border-top: 1px solid #f5d300;
  width: 50px;
  height: 30px;
}

.flex li .border:nth-of-type(2) {
  bottom: 0;
  right: 0;
  border-right: 1px solid #f5d300;
  border-bottom: 1px solid #f5d300;
  width: 50px;
  height: 30px;
}

.flex li:hover .border {
  width: 102%;
  height: 105%;
}

.flex li:hover .linkbtn-more {
  background: #81000a;
  color: #fff;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
}

.flex li a {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
}

.flex li:hover .snip1445 img, .flex li:hover .snip1445 .hover img {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.4;
  opacity: 0.4;
}

.flex li:hover .snip1445 figcaption:before, .flex li:hover .snip1445 .hover figcaption:before, .flex li:hover .snip1445 figcaption:after, .flex li:hover .snip1445 .hover figcaption:after, .flex li:hover .snip1445 figcaption div:before, .flex li:hover .snip1445 .hover figcaption div:before, .flex li:hover .snip1445 figcaption div:after, .flex li:hover .snip1445 .hover figcaption div:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.flex li:hover .snip1445 figcaption:before, .flex li:hover .snip1445 .hover figcaption:before, .flex li:hover .snip1445 figcaption:after, .flex li:hover .snip1445 .hover figcaption:after {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.snip1445 {
  position: relative;
  overflow: hidden;
  min-width: 230px;
  max-width: 100%;
  height: 200px;
  width: 100%;
  text-align: center;
  font-size: 13px;
  color: #fff;
  background-color: #111;
}

.snip1445 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
}

.snip1445 *:before, .snip1445 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
}

.snip1445 img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  vertical-align: top;
}

.snip1445 figcaption {
  position: absolute;
  bottom: 20px;
  right: 20px;
  padding: 10px 10px 10px;
}

.snip1445 figcaption:before, .snip1445 figcaption:after {
  height: 1px;
  width: 100%;
  position: absolute;
  content: '';
  background-color: #ffffff;
}

.snip1445 figcaption:before {
  top: 0;
  left: 0;
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
}

.snip1445 figcaption:after {
  bottom: 0;
  right: 0;
  -webkit-transform: translateX(-250%);
  transform: translateX(-250%);
}

.snip1445 figcaption > div:before, .snip1445 figcaption > div:after {
  width: 1px;
  height: 300px;
  position: absolute;
  content: '';
  background-color: #ffffff;
}

.snip1445 figcaption > div:before {
  top: 0;
  left: 0;
  -webkit-transform: translateY(200%);
  transform: translateY(200%);
}

.snip1445 figcaption > div:after {
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(-250%);
  transform: translateY(-250%);
}

.snip1445 h2, .snip1445 h4 {
  margin: 0;
  width: 150px;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  color: #81000a;
}

.snip1445 h2 {
  font-size: 1.8rem;
  letter-spacing: 1px;
}

.snip1445 .click {
  display: block;
  font-weight: bold;
  width: 150px;
  margin-left: auto;
  background-color: #f5d300;
  padding: 3px 10px;
  color: #111;
  text-shadow: #fff 0px 0px 0px;
}

.snip1445 img {
  opacity: 0.9;
}

.linkbtn-ttl {
  font-size: 1.8rem;
  color: #81000a;
  margin-bottom: 10px;
  float: left;
}

@media all and (max-width: 639px) {
  .linkbtn-ttl {
    font-size: 1.6rem;
  }
}

.linkbtn-more {
  float: right;
  color: #81000a;
  padding: 3px;
  border: 1px solid #81000a;
}

@media all and (max-width: 639px) {
  .linkbtn-more {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .flex li {
    width: 80%;
    margin-bottom: 30px;
  }
  .snip1445 {
    min-width: 230px;
    max-width: 100%;
    height: 200px;
  }
  .snip1445 img {
    opacity: 0.6;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .flex li {
    width: 95%;
  }
}

.linkbtn-txt {
  color: #111;
  line-height: 1.5;
  margin-top: 10px;
}

.topbnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 700px;
  margin: 0 auto 30px;
}

.topbnr li {
  width: 31%;
  margin: 0 1% 0;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border: 0.9px solid rgba(0, 0, 0, 0.1);
}

.topbnr li .topbnr-img {
  overflow: hidden;
  height: 230px;
}

.topbnr li .topbnr-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media all and (max-width: 639px) {
  .topbnr li .topbnr-img {
    height: 150px;
  }
}

.topbnr li:before {
  content: "";
  position: absolute;
  right: 5px;
  bottom: 45px;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-left: 15px solid transparent;
  border-right: 15px solid #f5d300;
  border-bottom: 15px solid #f5d300;
  z-index: 20;
}

.topbnr li:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: 0;
  height: 0;
  border-top: 15px solid #f5d300;
  border-left: 15px solid #f5d300;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
  z-index: 20;
}

.topbnr li:hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-shadow: 0 0 15px rgba(17, 17, 17, 0.2);
          box-shadow: 0 0 15px rgba(17, 17, 17, 0.2);
}

.topbnr li.type01 {
  width: 48%;
}

.topbnr li.type02 {
  width: 97%;
}

@media all and (max-width: 639px) {
  .topbnr li {
    width: 98%;
    margin: 0 auto 30px;
  }
  .topbnr li:last-child {
    margin-bottom: 0;
  }
}

@media all and (max-width: 639px) {
  .topbnr li.type01 {
    width: 98%;
    margin: 0 auto;
  }
  .topbnr li.type02 {
    width: 98%;
    margin: 0 auto;
  }
}

.top-bnr-wrap {
  position: relative;
  background: #fff;
  padding: 10px;
}

.top-bnr-wrap a {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  z-index: 10;
}

.top-bnr-wrap .top-bnr-title {
  display: block;
  width: 100%;
  color: #81000a;
  font-size: 1.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 5px 5px 5px 10px;
  text-align: center;
}

.top-bnr-wrap .top-bnr-title:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f101";
  margin-right: 5px;
}

.top-bnr-wrap:hover a {
  cursor: pointer;
}

.top-bnr-wrap:hover .top-bnr-title {
  background: #81000a;
  color: #fff;
}

.memo2 {
  background: #ede5d8;
  padding: 10px;
}

.memo2 span {
  padding-right: 5px;
}

.note {
  border: 3px solid #ddd;
  padding: 10px;
  background: lemonchiffon;
}

.flow-dl > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px;
  background: rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 5px rgba(231, 0, 18, 0.5);
          box-shadow: 0 0 5px rgba(231, 0, 18, 0.5);
}

.flow-dl dt {
  background: #a67c20;
  font-size: 4rem;
  color: #3a200c;
  width: 150px;
  text-shadow: 2px 2px 2px rgba(231, 0, 18, 0.2);
  font-weight: bold;
  text-align: center;
  margin-right: 20px;
  line-height: 1.4;
  margin-bottom: 10px;
  padding-top: 10px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.flow-dl dt:before {
  content: "";
  position: absolute;
  right: 3px;
  bottom: 3px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-right: 8px solid #a3e8ff;
  border-bottom: 8px solid #a3e8ff;
  z-index: 20;
}

.flow-dl dt span {
  font-size: 1.5rem;
  margin-right: 5px;
}

.flow-dl dd {
  width: calc(100% - 180px);
  margin-bottom: 10px;
}

@media all and (max-width: 639px) {
  .flow-dl dt {
    width: 80px;
    font-size: 2.7rem;
  }
  .flow-dl dt span {
    font-size: 1.3rem;
  }
  .flow-dl dd {
    width: calc(100% - 105px);
  }
}

.txt1 {
  padding-left: 10px;
}

.fee-box {
  margin: 10px 0 20px;
  font-weight: bold;
  background: lemonchiffon;
  padding: 5px;
}

.fee-box span {
  display: block;
  font-weight: normal;
}

.list3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}

.list3 li {
  width: 31%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 1% 10px;
}

.list3.top-list {
  width: 87%;
}

.list3.top-list img {
  -webkit-transition: .2s all ease-in;
  transition: .2s all ease-in;
  border: 4px solid #fff;
}

.list3.top-list img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0 0 5px rgba(231, 0, 18, 0.2);
          box-shadow: 0 0 5px rgba(231, 0, 18, 0.2);
}

.list3.top-list:first-of-type {
  margin-left: 0;
}

.list3.top-list:last-of-type {
  margin-left: auto;
  margin-right: 0;
}

@media all and (max-width: 639px) {
  .list3 li {
    width: 100%;
  }
}

@media all and (max-width: 639px) {
  .list3.top-list {
    width: 95%;
    margin: 0 auto;
  }
  .list3.top-list:first-of-type, .list3.top-list:last-of-type {
    margin: 0 auto;
  }
}

.fukidashi {
  position: relative;
  display: inline-block;
  padding: 20px;
  max-width: 100%;
  background: #f5d300;
  border-radius: 10px;
}

.fukidashi:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -30px;
  border: 15px solid transparent;
  border-right: 15px solid #f5d300;
}

.fukidashi.fukidashi2 {
  background: rgba(231, 0, 18, 0.2);
}

.fukidashi.fukidashi2:before {
  border-bottom: 15px solid rgba(231, 0, 18, 0.2);
}

@media all and (max-width: 639px) {
  .fukidashi:before {
    border-right: solid 15px transparent;
    border-bottom: 15px solid #f5d300;
    top: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.list2 > li {
  width: 48%;
  margin: 0 1% 10px;
}

@media all and (max-width: 639px) {
  .list2 li {
    width: 100%;
    margin: 0 auto 10px;
  }
}

.foot_list3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.foot_list3 .child {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 28%;
}

.foot_list3 .child.child1 {
  width: 42%;
}

@media all and (max-width: 800px) {
  .foot_list3 .child {
    width: 100%;
    text-align: center;
  }
  .foot_list3 .child.child1 {
    width: 100%;
    margin: 0 auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
  }
  .foot_list3 .child.child1 img {
    max-width: 300px;
  }
  .foot_list3 .child.child2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.box1 {
  width: 90%;
  border: 4px solid #999;
  font-size: 1.7rem;
  line-height: 1.5;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  background: rgba(255, 255, 255, 0.9);
}

@media all and (max-width: 639px) {
  .box1 {
    font-size: 1.3rem;
  }
}

.flex-l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-l > .fukidashi {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.l-child {
  width: 400px;
  margin-right: 20px;
}

@media all and (max-width: 639px) {
  .l-child {
    width: 100%;
    margin: 10px auto;
    text-align: center;
  }
}

.policy li {
  font-size: 2rem;
  font-family: "YakuHanMP","Noto Serif JP",serif;
}

.policy li span {
  color: #81000a;
}

@media all and (max-width: 639px) {
  .policy li {
    font-size: 1.6rem;
  }
}

.policy2 dt {
  font-weight: bold;
  font-size: 3rem;
  font-family: "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", serif;
  border-bottom: 1px solid #f5d300;
  border-top: 1px solid #f5d300;
  letter-spacing: .1rem;
  padding-top: 4px;
}

.policy2 dt:first-letter {
  font-size: 3.2rem;
}

.policy2 dd {
  width: 97%;
  margin-left: auto;
  font-family: "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", serif;
  padding: 15px;
  font-size: 1.7rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 1px solid #f5d300;
}

.policy2 dd:not(:last-of-type) {
  margin-bottom: 10px;
}

@media all and (max-width: 639px) {
  .policy2 dt {
    font-size: 2.2rem;
  }
  .policy2 dt:first-letter {
    font-size: 2.7rem;
  }
  .policy2 dd {
    font-size: 1.4rem;
  }
}

.origin {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 2.5rem;
  color: #81000a;
  font-weight: 900;
  line-height: 1.5;
}

@media all and (max-width: 639px) {
  .origin {
    font-size: 2rem;
  }
}

.mincho {
  font-family: "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "游明朝", "Yu Mincho", serif;
}

.tcen {
  text-align: center;
}

@media all and (max-width: 639px) {
  .tcen {
    text-align: left;
  }
}

.img-jh {
  width: 400px;
  overflow: hidden;
  margin-bottom: 0;
}

.img-jh img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.img-jh.long img {
  height: 450px;
}

.img-jh.min img {
  height: 150px;
}

.img-jh.w-min {
  width: 300px;
}

@media all and (max-width: 800px) {
  .img-jh {
    width: 250px;
  }
  .img-jh img {
    height: 250px;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  .img-jh.long img {
    height: 550px;
  }
}

@media all and (max-width: 639px) {
  .img-jh {
    width: 100%;
    margin-bottom: 20px;
  }
  .img-jh img {
    height: 250px;
    -o-object-position: 50% 60%;
       object-position: 50% 60%;
  }
  .img-jh.long img, .img-jh.min img {
    height: 250px;
    -o-object-position: 50% 60%;
       object-position: 50% 60%;
  }
  .img-jh.w-min {
    width: 100%;
  }
}

.hukidashi {
  position: relative;
  padding: 1.5rem 2rem;
  border: 3px solid #81000a;
  border-radius: 10px;
  width: 50%;
  margin: 0 auto 30px;
}

@media all and (max-width: 800px) {
  .hukidashi {
    width: 60%;
  }
}

@media all and (max-width: 639px) {
  .hukidashi {
    width: 90%;
  }
}

.hukidashi:before {
  position: absolute;
  bottom: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #81000a transparent transparent transparent;
}

.hukidashi:after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.hukidashi.ue:before {
  position: absolute;
  bottom: auto;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  content: '';
  border-width: 0 12px 14px 12px;
  border-style: solid;
  border-color: transparent transparent #81000a transparent;
}

.hukidashi.ue:after {
  position: absolute;
  bottom: auto;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  content: '';
  border-width: 0 12px 14px 12px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}

.bg-sec2 {
  position: relative;
  padding: 40px 0;
  background: #323232;
}

.bg-sec2:before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background: url(../img/bg-03.jpg) no-repeat center bottom/cover;
  background-attachment: fixed;
}

.top-lead-box {
  max-width: 500px;
  padding: 80px 30px;
  -webkit-box-shadow: 0 0 15px rgba(58, 32, 12, 0.01);
          box-shadow: 0 0 15px rgba(58, 32, 12, 0.01);
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  line-height: 2;
  position: relative;
  z-index: 4;
}

@media all and (max-width: 639px) {
  .top-lead-box {
    max-width: 95%;
    padding: 40px 15px;
    margin-bottom: 0;
    margin-top: 100px;
  }
}

.mtitle_line {
  font-size: 2rem;
  font-family: "YakuHanMP", "Noto Serif JP", serif;
  border-bottom: 1px solid #333;
  color: #333;
  margin-bottom: 20px;
}

.mtitle_line::first-letter {
  color: #81000a;
  font-size: 3rem;
}

/* accordion
----------------------------------*/
.accordion dt, .accordion dd {
  position: relative;
  padding: 1em;
  z-index: 20;
}

.accordion dt {
  background: #fff;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: 600;
  border-top: 1px dotted #111;
  border-bottom: 1px dotted #111;
  color: #111;
}

.accordion dt:after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  font-weight: 900;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.7rem;
}

.accordion dt:hover {
  background: rgba(129, 0, 10, 0.2);
}

.accordion dt.on:after {
  font-family: "Font Awesome 5 Free";
  content: "\f068";
  font-weight: 900;
}

.accordion dd {
  display: none;
  padding: 20px 30px;
  background: #fff;
  color: #333;
  border-bottom: 1px dotted #111;
}

.mtitle_small {
  color: #81000a;
  font-size: 1.5rem;
  padding: 10px 0;
  font-weight: bold;
  margin-bottom: 20px;
  border-bottom: 1px solid #81000a;
}

/* blog
----------------------------------*/
.top-blog .pages {
  display: none;
}

.top-blog .blog-wrap3 > li {
  padding: 8px;
  background: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top-blog .blog-wrap3 > li .blog-img {
  width: 150px;
  height: 100px;
  overflow: hidden;
}

@media all and (max-width: 639px) {
  .top-blog .blog-wrap3 > li .blog-img {
    width: 120px;
    height: 80px;
  }
}

.top-blog .blog-wrap3 > li .blog-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-family: "object-fit: cover;";
  /*IE対策*/
}

.top-blog .blog-wrap3 > li .blog-img:hover img {
  opacity: 1 !important;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.top-blog .blog-wrap3 > li .blog-detail {
  width: calc(100% - 180px);
  margin-left: 25px;
}

@media all and (max-width: 639px) {
  .top-blog .blog-wrap3 > li .blog-detail {
    width: calc(100% - 130px);
    margin-left: 10px;
  }
}

.top-blog .blog-wrap3 > li > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.top-blog .blog-wrap3 > li > a:hover ~ .blog-img img {
  opacity: 1;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

#main .blog-wrap > li {
  width: 32%;
}

@media all and (max-width: 639px) {
  #main .blog-wrap > li {
    width: 90%;
    margin: 0 auto 10px;
  }
}

.blog-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.blog-wrap * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blog-wrap > li {
  width: 24%;
  margin: 0 0.5% 20px 0.5%;
  padding: 15px;
  background: #fefefe;
  position: relative;
  border: 1px solid #ddd;
}

.blog-wrap > li > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.blog-wrap > li > a:hover ~ .blog-img img {
  opacity: 1;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

@media all and (max-width: 639px) {
  .blog-wrap > li {
    width: 90%;
    margin: 0 auto 10px;
  }
}

.blog-wrap2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.blog-wrap2 * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blog-wrap2 > li {
  width: 100%;
  margin: 0 0.5% 20px 0.5%;
  padding: 15px;
  background: #fefefe;
  position: relative;
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.blog-wrap2 > li > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.blog-wrap2 > li > a:hover ~ .blog-img img {
  opacity: 1;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

@media all and (max-width: 639px) {
  .blog-wrap2 > li {
    width: 100%;
    margin: 0 auto 10px;
    padding: 15px 5px;
  }
}

.blog-wrap2 .blog-detail {
  width: 70%;
}

@media all and (max-width: 639px) {
  .blog-wrap2 .blog-detail {
    width: 65%;
  }
}

.blog-wrap2 .blog-date {
  border-bottom: 1px solid #ccc;
  width: 100px;
  padding: 5px 0;
  line-height: 1.3;
  display: inline-block;
  color: #aaa;
  font-size: 12px;
}

.blog-wrap2 .blog-title {
  font-weight: 600;
  line-height: 1.3;
  margin: 6px 0;
}

@media all and (max-width: 800px) {
  .blog-wrap2 .blog-title {
    font-size: 1.2rem;
  }
}

.blog-wrap2 .blog-img {
  width: 25%;
  height: 100px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.blog-wrap2 .blog-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-family: "object-fit: cover;";
  /*IE対策*/
}

.blog-wrap2 .blog-img:hover img {
  opacity: 1 !important;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

@media all and (max-width: 639px) {
  .blog-wrap2 .blog-img {
    width: 30%;
  }
}

.blog-img {
  width: 100%;
  height: 200px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.blog-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-family: "object-fit: cover;";
  /*IE対策*/
}

.blog-img:hover img {
  opacity: 1 !important;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.blog-detail {
  margin-top: 10px;
}

.blog-detail-upper {
  position: relative;
  z-index: 2;
  margin: -31px 0 0;
  color: #fff;
  font-size: 12px;
}

.blog-category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.blog-category ul li {
  width: 44%;
  padding: 10px 5px;
  margin-bottom: 10px;
  line-height: 1.3;
  text-align: center;
  background: #111;
  font-size: 1.3rem;
}

.blog-category ul li a {
  color: #fefefe;
}

.blog-category ul li:hover {
  background-color: #81000a;
}

.blog-page-detail {
  margin-bottom: 15px;
}

.blog-date {
  border: 1px solid #ccc;
  width: 100px;
  padding: 5px 0;
  line-height: 1.3;
  text-align: center;
  display: inline-block;
  color: #aaa;
  font-size: 12px;
}

.blog-date2 {
  color: #350004;
  font-size: 0.9em;
  margin-bottom: 5px;
  margin-right: 5px;
}

.blog-date2:before {
  font-family: "Font Awesome 5 Free";
  content: "\f017";
  font-weight: 900;
  margin-right: 5px;
}

.blog-title {
  font-weight: 600;
  line-height: 1.3;
  margin: 6px 0;
}

.blog-txt {
  line-height: 1.5;
  padding: 8px;
}

@media all and (max-width: 639px) {
  .blog-txt {
    font-size: 12px;
  }
}

.pages {
  text-align: center;
  margin-top: 30px;
}

.pages .page_next,
.pages .page_prev {
  display: inline-block;
  margin: 0 20px;
}

.pages .page_next a,
.pages .page_prev a {
  color: #81000a;
  padding: 4px 5px;
  background: #fff;
  font-size: 12px;
}

.category_nav {
  border: 1px solid #dddddd;
}

.category_nav li a {
  display: block;
  padding: 15px;
  border-bottom: 1px dotted #dddddd;
  background-color: #ffffff;
}

.category_nav li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0a9";
  font-weight: 900;
  margin-right: 5px;
}

.category_nav li a:hover {
  background: #f1edee;
}

.category_nav li:last-child a {
  border-bottom: none;
}

.sentence p + p {
  margin-top: 20px;
}
