@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@font-face {
  font-family: "notoSans";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSans/NotoSansR.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "notoSans";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSans/NotoSansM.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "notoSans";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSans/NotoSansB.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "notoSerif";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSerif/NotoSerifR.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "notoSerif";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSerif/NotoSerifM.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "notoSerif";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSerif/NotoSerifB.woff") format("woff");
  font-display: swap;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.075em;
  color: #333333;
  font-family: "notoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  word-wrap: break-word;
}

a {
  text-decoration: none;
}

figure {
  padding: 0;
  margin: 0;
}

.inner {
  margin: 0 auto;
  max-width: 1000px;
}

.flex {
  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;
}

.bg100 {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

@media screen and (max-width: 1000px) {
  .inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media screen and (max-width: 640px) {
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.bornone td {
  border: none !important;
}

.pdnone td {
  padding: 0 !important;
}

.img100 img {
  width: 100%;
}

.link1 a {
  color: #33000b;
  font-weight: bold;
}

#contents_wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#contents {
  padding: 0;
  max-width: 100%;
}

#main {
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 1000px) {
  #main {
    width: 100%;
  }
}

#main #col_main {
  width: 100%;
}

@media screen and (max-width: 1000px) {
  #main #col_main {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  #side {
    width: 18.75%;
  }
}

@media screen and (max-width: 1000px) {
  #side aside {
    width: 100% !important;
  }
}

.policy h2 {
  border-bottom: 2px solid #bbbbbb;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px;
}

.policy p {
  margin: 0 0 20px;
}

table {
  table-layout: fixed;
}

table td {
  margin-bottom: -1px !important;
  padding: 15px !important;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b,
strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

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

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #b3b3b3;
}

span {
  font-weight: inherit;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

u {
  text-decoration: underline;
}

.borB {
  border-bottom: 1px dashed #333;
}

b {
  font-weight: bold;
}

.borderB {
  border-bottom: 1px dashed #333;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

#contents_wrap {
  min-width: auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1000px) {
  #contents_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#contents {
  max-width: 1000px;
  width: 100%;
}

.tacenter {
  text-align: center !important;
}

.ColLeft {
  float: left;
}

.ColRight {
  float: right;
}

.flexleft {
  display: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
}

.flexcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

@media screen and (max-width: 834px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
}

.mincho {
  font-family: "notoSerif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "notoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

header#global_header {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  margin: 0 auto;
}

footer#global_footer {
  min-width: 100% !important;
}

.dsnone {
  display: none;
}

#modal {
  display: none;
}

.modaal-close {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  right: inherit !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
}

.modaal-close::before, .modaal-close::after {
  display: none !important;
}

.cus-close {
  position: static !important;
  color: #333 !important;
  opacity: 1 !important;
  text-align: center;
  border-radius: inherit !important;
  background: #ddd !important;
  padding: 5px 0 !important;
}

.modaal-content-container {
  padding: 25px !important;
}

@media screen and (max-width: 480px) {
  .modaal-content-container {
    padding: 15px !important;
  }
  .modaal-content-container .policy h2 {
    font-size: 16px;
  }
  .modaal-content-container .policy p {
    font-size: 14px;
  }
}

.modaal-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 768px;
  overflow-y: scroll;
}

@media screen and (max-width: 480px) {
  .modaal-container {
    max-height: 100%;
  }
}

@media screen and (max-width: 480px) {
  .modaal-inner-wrapper {
    padding: 80px 10px !important;
  }
}

.bt_confirm {
  background: #eee;
  width: auto;
  text-indent: 0;
}

.bt_back {
  background: #eee;
  text-indent: 0;
}

.bt_send {
  background: #eee;
  width: auto;
  text-indent: 0;
}

.annot {
  display: none;
}

header#global_header {
  max-width: 100%;
}

#header {
  width: 100%;
}

#header_inner_wrap {
  background: #fff;
  border-top: 3px solid #590013;
  z-index: 500;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

#header_inner_wrap #header_inner {
  max-width: 1000px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
}

@media screen and (max-width: 1000px) {
  #header_inner_wrap #header_inner {
    padding: 20px;
  }
}

@media screen and (max-width: 640px) {
  #header_inner_wrap #header_inner {
    padding: 20px 10px;
  }
}

@media screen and (max-width: 480px) {
  #header_inner_wrap #header_inner #siteID {
    width: 45%;
  }
}

#header_inner_wrap #header_inner .telwrap {
  text-align: right;
  line-height: 1;
  margin-right: 15px;
}

@media screen and (max-width: 640px) {
  #header_inner_wrap #header_inner .telwrap {
    margin-right: 10px;
  }
}

#header_inner_wrap #header_inner .telwrap .call {
  color: #161616;
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  #header_inner_wrap #header_inner .telwrap .call {
    background: #161616;
    width: 45px;
    height: 45px;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 480px) {
  #header_inner_wrap #header_inner .telwrap .call {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 640px) {
  #header_inner_wrap #header_inner .telwrap .call span {
    display: none;
  }
}

#header_inner_wrap #header_inner .telwrap .call i {
  font-size: 1.9rem;
  margin-right: 4px;
  position: relative;
  top: -1px;
}

@media screen and (max-width: 640px) {
  #header_inner_wrap #header_inner .telwrap .call i {
    margin-right: 0;
  }
}

#header_inner_wrap #header_inner .telwrap .call a {
  color: #161616;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  #header_inner_wrap #header_inner .telwrap .call a {
    color: #fff;
    display: block;
  }
}

#header_inner_wrap #header_inner .telwrap p {
  font-weight: bold;
  color: #161616;
  margin-top: 5px;
}

@media screen and (max-width: 640px) {
  #header_inner_wrap #header_inner .telwrap p {
    display: none;
  }
}

#header_inner_wrap #header_inner .telwrap p span {
  font-family: "notoSerif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.2rem;
  font-weight: 400;
  color: #fff;
  background: #33000b;
  border-radius: 3px;
  display: inline-block;
  padding: 3px 5px 4px;
  margin-right: 3px;
  position: relative;
  top: -1px;
}

#header_inner_wrap #header_inner .h_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header_inner_wrap #header_inner .h_contact .h_btn a {
  font-family: "notoSerif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #fff;
  background: #8c000c;
  border-radius: 3px;
  display: block;
  line-height: 1;
  padding: 15px 28px;
  max-height: 45px;
}

#header_inner_wrap #header_inner .h_contact .h_btn a:hover {
  -webkit-transition: .5s;
  transition: .5s;
  background: #bf0010;
}

@media screen and (max-width: 768px) {
  #header_inner_wrap #header_inner .h_contact .h_btn a {
    padding: 0;
    width: 45px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 480px) {
  #header_inner_wrap #header_inner .h_contact .h_btn a {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 768px) {
  #header_inner_wrap #header_inner .h_contact .h_btn a span {
    display: none;
  }
}

#header_inner_wrap #header_inner .h_contact .h_btn a i {
  margin-right: 6px;
}

@media screen and (max-width: 768px) {
  #header_inner_wrap #header_inner .h_contact .h_btn a i {
    margin-right: 0;
    font-size: 2.4rem;
  }
}

#nav_global {
  width: 100%;
  background: url(../images/contents/bgBtn01.jpg);
}

@media screen and (max-width: 834px) {
  #nav_global {
    width: auto;
    background: none;
  }
}

#nav_global > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 1000px;
  margin: auto;
}

@media screen and (max-width: 834px) {
  #nav_global > ul {
    display: none;
  }
}

#nav_global > ul li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  width: 16.66667%;
}

#nav_global > ul li::before {
  content: "";
  width: 1px;
  height: 29px;
  border-left: 1px solid #8c001c;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#nav_global > ul li:last-child::after {
  content: "";
  width: 1px;
  height: 29px;
  border-left: 1px solid #8c001c;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#nav_global > ul li a {
  color: #fff;
  font-family: "notoSerif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  display: block;
  line-height: 1;
  padding: 20px 0;
}

#nav_global > ul li a:hover {
  -webkit-transition: .5s;
  transition: .5s;
  background: rgba(191, 0, 16, 0.3);
}

#mainArea {
  width: 100% !important;
}

#mainArea .slick-prev,
#mainArea .slick-next {
  display: none !important;
}

#mainArea ul li img {
  margin: 0 auto;
  width: 100% !important;
}

#mainArea .mainimg {
  position: relative;
}

#mainArea p {
  font-family: "notoSerif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 4rem;
  color: #fff;
}

#mainArea p.pc {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  position: absolute;
  top: 50%;
  left: 19vw;
  left: calc(2rem + ((1vw - 10px) * 41.3043));
  line-height: 1.4;
  letter-spacing: -0.3em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-height: 400px;
  height: 25vw;
  text-align: left;
  font-size: calc(2.4rem + ((1vw - 0.834rem) * 1.4733));
}

@media all and (-ms-high-contrast: none) {
  #mainArea p.pc {
    letter-spacing: 0em;
  }
}

@media screen and (max-width: 1200px) {
  #mainArea p.pc {
    height: 27.5vw;
  }
}

@media screen and (max-width: 1000px) {
  #mainArea p.pc {
    left: 20px;
    height: 30vw;
  }
}

@media screen and (max-width: 834px) {
  #mainArea p.pc {
    display: none;
  }
}

#mainArea p.pc span {
  display: inline-block;
  background: rgba(140, 0, 12, 0.85);
  margin: 0 7px;
  padding: 0 0 15px;
}

#mainArea p.tab {
  display: none;
}

@media screen and (max-width: 834px) {
  #mainArea p.tab {
    display: block;
    font-size: calc(2rem + ((1vw - 0.48rem) * 2.8249));
    position: absolute;
    left: 20px;
    bottom: 20px;
    text-align: left;
  }
}

@media screen and (max-width: 640px) {
  #mainArea p.tab {
    left: 10px;
    bottom: 10px;
  }
}

#mainArea p.tab span {
  display: inline-block;
  background: rgba(140, 0, 12, 0.85);
  margin: 7px 0;
  padding: 0 10px;
}

@media screen and (max-width: 375px) {
  #mainArea p.tab span {
    margin: 4px 0;
  }
}

@media screen and (max-width: 1000px) {
  #mainArea {
    width: auto !important;
  }
}

#subArea {
  background: url(../images/contents/bg02.jpg) center bottom;
  height: 205px;
  position: relative;
}

@media screen and (max-width: 480px) {
  #subArea {
    height: 180px;
  }
}

@media screen and (max-width: 320px) {
  #subArea {
    height: 160px;
  }
}

#subArea h1 {
  line-height: 1.4;
  color: #590013;
  font-family: "notoSerif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 4rem;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 834px) {
  #subArea h1 {
    font-size: calc(2.8rem + ((1vw - 0.32rem) * 2.3346));
  }
}

#sp {
  display: none;
}

@media screen and (max-width: 834px) {
  #sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 45px;
    height: 45px;
    position: relative;
    background: url(../images/contents/bgBtn01.jpg);
    border-radius: 3px;
    z-index: 300;
    margin-left: 15px;
  }
}

@media screen and (max-width: 640px) {
  #sp {
    margin-left: 10px;
  }
}

@media screen and (max-width: 480px) {
  #sp {
    width: 40px;
    height: 40px;
  }
}

#nav_sp {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: #fff;
  z-index: 210;
}

.nav_wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  position: absolute;
  width: 100%;
}

.nav_wrap ul {
  width: 100%;
  padding: 0 20px;
}

.nav_wrap ul li {
  opacity: 0;
}

@media screen and (max-width: 834px) {
  .nav_wrap ul li {
    padding: 16px 0;
  }
}

@media screen and (max-width: 480px) {
  .nav_wrap ul li {
    padding: 10px 0;
  }
}

.nav_wrap ul li a {
  color: #000;
  display: block;
  font-family: "notoSerif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media screen and (max-width: 834px) {
  .nav_wrap ul li a {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 640px) {
  .nav_wrap ul li a {
    font-size: 1.6rem;
  }
}

.sp_menu {
  width: 24px;
  height: 18px;
  display: block;
  z-index: 300;
  position: relative;
  display: none;
}

@media screen and (max-width: 834px) {
  .sp_menu {
    display: block;
  }
}

.sp_menu div {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  background-color: #fff;
}

.sp_menu div:nth-of-type(1) {
  top: 0;
}

.sp_menu div:nth-of-type(2) {
  top: 8px;
  opacity: 1;
}

.sp_menu div:nth-of-type(3) {
  bottom: 0;
}

.sp_menu.off div:nth-of-type(1) {
  -webkit-animation: menu-bar01 0.75s forwards;
  animation: menu-bar01 0.75s forwards;
}

@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
            transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

.sp_menu.off div:nth-of-type(2) {
  transition: all 0.25s 0.25s;
  -webkit-transition: all 0.25s 0.25s;
}

@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

.sp_menu.off div:nth-of-type(3) {
  -webkit-animation: menu-bar02 0.75s forwards;
  animation: menu-bar02 0.75s forwards;
}

.sp_menu.on div:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 0.75s forwards;
  animation: active-menu-bar01 0.75s forwards;
}

@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(45deg);
  }
}

@keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
            transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
}

.sp_menu.on div:nth-of-type(2) {
  opacity: 0;
}

.sp_menu.on div:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 0.75s forwards;
  animation: active-menu-bar03 0.75s forwards;
}

@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
  }
}

@keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
}

#footer #footer_inner {
  font-size: 1.4rem;
  line-height: 1.7;
  max-width: 1000px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 0;
}

@media screen and (max-width: 1000px) {
  #footer #footer_inner {
    padding: 50px 20px;
  }
}

@media screen and (max-width: 640px) {
  #footer #footer_inner {
    display: block;
    padding: 50px 10px;
  }
}

@media screen and (max-width: 375px) {
  #footer #footer_inner {
    padding: 35px 10px;
  }
}

#footer #footer_inner .flogo {
  text-align: left;
}

@media screen and (max-width: 640px) {
  #footer #footer_inner .flogo {
    text-align: center;
  }
}

#footer #footer_inner .flogo p {
  margin-top: 10px;
}

#footer #footer_inner .flogo p .call a {
  color: #333;
}

#footer #footer_inner .subnav {
  text-align: right;
}

@media screen and (max-width: 640px) {
  #footer #footer_inner .subnav {
    margin-top: 20px;
  }
}

@media screen and (max-width: 640px) {
  #footer #footer_inner .subnav 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;
  }
}

#footer #footer_inner .subnav ul li {
  display: inline-block;
  margin-left: 10px;
}

@media screen and (max-width: 640px) {
  #footer #footer_inner .subnav ul li {
    width: 48.5%;
    margin-left: 0;
    text-align: center;
    margin-bottom: 5px;
  }
}

#footer #footer_inner .subnav ul li a {
  color: #333;
}

#footer #footer_inner .subnav ul li a:hover {
  -webkit-transition: .5s;
  transition: .5s;
  color: #bf0010;
}

@media screen and (max-width: 640px) {
  #footer #footer_inner .subnav ul li a {
    background: #8c000c;
    color: #fff;
    display: block;
    padding: 5px 0;
    border-radius: 3px;
  }
}

@media screen and (max-width: 375px) {
  #footer #footer_inner .subnav ul li a {
    font-size: 1.2rem;
  }
}

#footer .f_copy {
  background: #590013;
  padding: 5px 0;
}

#footer .f_copy small a {
  color: #fff;
  font-size: 1.4rem;
}

#contents_wrap {
  padding: 30px 0 0;
}

@media screen and (max-width: 1000px) {
  #contents_wrap {
    padding: 30px 20px 0;
  }
}

@media screen and (max-width: 834px) {
  #contents_wrap {
    padding: 30px 20px 0;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap {
    padding: 40px 10px 0;
  }
}

.topPage #contents_wrap {
  padding: 0;
}

@media screen and (max-width: 1000px) {
  .topPage #contents_wrap {
    padding: 0 20px 0;
  }
}

@media screen and (max-width: 834px) {
  .topPage #contents_wrap {
    padding: 0 20px 0;
  }
}

@media screen and (max-width: 640px) {
  .topPage #contents_wrap {
    padding: 0 10px 0;
  }
}

.btn a {
  background: url(../images/contents/bgBtn02.jpg);
  color: #fff;
  font-family: "notoSerif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  display: block;
  text-align: center;
  padding: 8px 0;
  font-size: 1.8rem;
  position: relative;
}

.btn a:hover {
  -webkit-transition: .5s;
  transition: .5s;
  background: url(../images/contents/bgBtn02_2.jpg);
}

.btn a:hover::after {
  -webkit-transition: .5s;
  transition: .5s;
  right: -50px;
}

.btn a::after {
  content: "";
  width: 80px;
  height: 1px;
  border-top: 1px solid #b50027;
  position: absolute;
  top: 50%;
  right: -40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn.btn01 a {
  max-width: 280px;
}

@media screen and (max-width: 480px) {
  .btn.btn01 a {
    margin: auto;
  }
}

.btn.center a {
  margin: auto;
}

.title01 h1 {
  font-family: "notoSerif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 3.2rem;
  color: #590013;
  line-height: 1.4;
}

@media screen and (max-width: 834px) {
  .title01 h1 {
    font-size: calc(2.4rem + ((1vw - 0.32rem) * 1.5564));
  }
}

.title01 h1 span {
  font-size: 2.4rem;
  display: block;
  line-height: 1.6;
}

@media screen and (max-width: 834px) {
  .title01 h1 span {
    font-size: calc(1.8rem + ((1vw - 0.32rem) * 1.1673));
  }
}

.title01 h2 {
  font-family: "notoSerif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 3.2rem;
  line-height: 1.4;
  color: #590013;
}

@media screen and (max-width: 834px) {
  .title01 h2 {
    font-size: calc(2.3rem + ((1vw - 0.32rem) * 1.751));
  }
}

.title01 h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: #590013;
  margin: auto;
  margin-top: 10px;
}

.title02 h2 {
  font-family: "notoSerif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 3rem;
  color: #fff;
  background: #33000b;
  line-height: 1.4;
  padding: 5px 10px;
}

@media screen and (max-width: 834px) {
  .title02 h2 {
    font-size: calc(2.2rem + ((1vw - 0.32rem) * 1.5564));
  }
}

.title03 h2 {
  font-family: "notoSerif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 3rem;
  color: #590013;
  border-bottom: 2px solid #900000;
  line-height: 1.4;
  padding-bottom: 5px;
}

@media screen and (max-width: 834px) {
  .title03 h2 {
    font-size: calc(2rem + ((1vw - 0.32rem) * 1.1673));
  }
}

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

@media screen and (max-width: 640px) {
  .flex01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.flex01 .leftArea {
  width: 52%;
}

@media screen and (max-width: 640px) {
  .flex01 .leftArea {
    width: 100%;
  }
}

.flex01 .rightArea {
  width: 44%;
}

@media screen and (max-width: 640px) {
  .flex01 .rightArea {
    width: 100%;
    margin-bottom: 20px;
  }
  .flex01 .rightArea img {
    width: 100% !important;
  }
}

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

@media screen and (max-width: 640px) {
  .flex02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.flex02 .leftArea {
  width: 56%;
}

@media screen and (max-width: 640px) {
  .flex02 .leftArea {
    width: 100%;
  }
}

.flex02 .rightArea {
  width: 40%;
}

@media screen and (max-width: 640px) {
  .flex02 .rightArea {
    width: 100%;
    margin-bottom: 20px;
  }
  .flex02 .rightArea img {
    width: 100% !important;
  }
}

.bg01 {
  background: url(../images/contents/bg01.jpg) center top;
  padding: 80px 0;
}

@media screen and (max-width: 834px) {
  .bg01 {
    padding: 60px 0;
  }
}

@media screen and (max-width: 640px) {
  .bg01 {
    padding: 40px 0;
  }
}

.bg02 {
  background: url(../images/contents/bg02.jpg) center top;
  padding: 70px 0 80px;
}

@media screen and (max-width: 834px) {
  .bg02 {
    padding: 50px 0 60px;
  }
}

@media screen and (max-width: 640px) {
  .bg02 {
    padding: 40px 0;
  }
}

.bgContact {
  background: url(../images/contents/bg_contact.jpg) center top no-repeat;
  background-size: cover;
  padding: 70px 0 80px;
  color: #fff;
}

@media screen and (max-width: 640px) {
  .bgContact {
    padding: 50px 0 60px;
  }
}

@media screen and (max-width: 375px) {
  .bgContact {
    padding: 40px 0 50px;
  }
}

.bgContact .title01 h2 {
  color: #fff;
}

.bgContact .title01 h2::after {
  background: #fff;
}

.bgContact .contactWrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 640px) {
  .bgContact .contactWrap {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.bgContact .contactWrap .box {
  padding: 0 15px;
}

@media screen and (max-width: 640px) {
  .bgContact .contactWrap .box:not(:last-child) {
    margin-bottom: 15px;
  }
}

.bgContact .contactWrap .call {
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}

.bgContact .contactWrap .call i {
  font-size: 2rem;
  margin-right: 5px;
  position: relative;
  top: -2px;
}

.bgContact .contactWrap .call a {
  color: #fff;
  font-weight: bold;
}

.bgContact .contactWrap p {
  font-weight: bold;
  color: #fff;
  margin-top: 7px;
  text-align: right;
  line-height: 1;
}

.bgContact .contactWrap p span {
  font-family: "notoSerif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.2rem;
  font-weight: 400;
  color: #fff;
  background: #33000b;
  border-radius: 3px;
  display: inline-block;
  padding: 3px 5px 4px;
  margin-right: 3px;
  position: relative;
  top: -1px;
}

.bgContact .contactWrap .h_btn a {
  font-family: "notoSerif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #fff;
  font-size: 1.8rem;
  background: #8c000c;
  border-radius: 3px;
  display: block;
  line-height: 1;
  padding: 18px 50px;
}

.bgContact .contactWrap .h_btn a:hover {
  -webkit-transition: .5s;
  transition: .5s;
  background: #bf0010;
}

.bgContact .contactWrap .h_btn a i {
  margin-right: 6px;
}

.news {
  max-height: 190px;
  overflow-y: auto;
}

@media screen and (max-width: 640px) {
  .news {
    max-height: 240px;
  }
}

.news dl {
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
}

.news dl:first-child {
  padding-top: 0;
}

@media screen and (max-width: 640px) {
  .news dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.news dl dt {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  width: 125px !important;
}

@media screen and (max-width: 640px) {
  .news dl dt {
    width: 100% !important;
  }
}

.news dl dt span {
  background: #590013;
  color: #fff;
  line-height: 1;
  padding: 5px;
  border-radius: 3px;
}

.news dl dd {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  width: auto !important;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 640px) {
  .news dl dd {
    width: 100% !important;
  }
}

.service {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 480px) {
  .service {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

.service .box {
  width: 48%;
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
  padding: 20px 30px 30px;
}

@media screen and (max-width: 480px) {
  .service .box {
    width: 100%;
    padding: 15px 25px 25px;
  }
  .service .box:not(:last-child) {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 375px) {
  .service .box {
    padding: 15px;
  }
}

.service .box h3 {
  font-family: "notoSerif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.6rem;
  color: #590013;
  border-bottom: 2px solid #900000;
  line-height: 1.4;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

@media screen and (max-width: 834px) {
  .service .box h3 {
    font-size: calc(2rem + ((1vw - 0.32rem) * 1.1673));
  }
}

.service .box article > div {
  margin-top: 10px;
}

.service .box article > div .btn {
  margin-top: 15px;
}

.service .box article > div .btn a {
  margin: auto;
}

.point .box {
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
}

@media screen and (max-width: 768px) {
  .point .box {
    padding: 30px;
  }
}

@media screen and (max-width: 480px) {
  .point .box {
    padding: 20px;
  }
}

@media screen and (max-width: 375px) {
  .point .box {
    padding: 15px;
  }
}

.point .box:nth-child(1) h3::before {
  content: "01";
  display: inline-block;
  margin-right: 15px;
  color: #b50027;
  border-bottom: 2px solid #b50027;
  position: relative;
  top: -2px;
}

.point .box:nth-child(2) h3::before {
  content: "02";
  display: inline-block;
  margin-right: 15px;
  color: #b50027;
  border-bottom: 2px solid #b50027;
  position: relative;
  top: -2px;
}

.point .box:nth-child(3) h3::before {
  content: "03";
  display: inline-block;
  margin-right: 15px;
  color: #b50027;
  border-bottom: 2px solid #b50027;
  position: relative;
  top: -2px;
}

.point .box:nth-child(4) h3::before {
  content: "04";
  display: inline-block;
  margin-right: 15px;
  color: #b50027;
  border-bottom: 2px solid #b50027;
  position: relative;
  top: -2px;
}

.point .box:nth-child(even) article {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .point .box:nth-child(even) article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .point .box:nth-child(even) article img {
    width: 100% !important;
  }
}

.point .box:not(:last-child) {
  margin-bottom: 30px;
}

.point .box article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.point .box article img {
  width: 360px !important;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .point .box article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .point .box article img {
    width: 100% !important;
  }
}

.point .box article div {
  padding: 20px 30px 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 768px) {
  .point .box article div {
    padding: 0;
    margin-top: 20px;
  }
}

.point .box article div h3 {
  font-family: "notoSerif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.8rem;
  color: #590013;
  line-height: 1.4;
  margin-bottom: 15px;
}

@media screen and (max-width: 834px) {
  .point .box article div h3 {
    font-size: calc(2rem + ((1vw - 0.32rem) * 1.5564));
  }
}

.pankuzu {
  font-size: 1.4rem;
  text-align: right;
}

@media screen and (max-width: 640px) {
  .pankuzu {
    display: none;
  }
}

.contact_tel .call {
  color: #161616;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
}

.contact_tel .call i {
  margin-right: 6px;
  font-size: 2.6rem;
}

.layout01 dl {
  border-bottom: 1px solid #ccc;
  padding: 8px 0;
}

.layout01 dl dt {
  border: none !important;
  padding: 0 !important;
  background: none !important;
}

.layout01 dl dd {
  border: none !important;
  padding: 0 !important;
  background: none !important;
}

@media screen and (max-width: 640px) {
  .layout02 dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 640px) {
  .layout02 dl dt {
    width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  .layout02 dl dd {
    width: 100% !important;
  }
}

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

@media screen and (max-width: 375px) {
  .gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.gallery .box {
  width: 32%;
  margin-bottom: 2%;
}

.gallery .box img {
  height: 240px !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 1000px) {
  .gallery .box img {
    height: 23.025vw !important;
  }
}

@media screen and (max-width: 640px) {
  .gallery .box img {
    height: 35.27344vw !important;
  }
}

@media screen and (max-width: 375px) {
  .gallery .box img {
    height: 71vw !important;
  }
}

@media screen and (max-width: 640px) {
  .gallery .box {
    width: 48.5%;
  }
}

@media screen and (max-width: 375px) {
  .gallery .box {
    width: 100%;
    margin-bottom: 10px;
  }
}

.tbl_layout01 table {
  table-layout: auto;
}

.tbl_layout01 td {
  padding: 10px !important;
}

.check ul li {
  border-bottom: 1px solid #ccc;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 8px 0;
}

.check ul li:first-child {
  padding-top: 0;
}

@media screen and (max-width: 640px) {
  .check ul li {
    font-size: 1.6rem;
  }
}

.check ul li::before {
  content: "\f14a";
  font-family: "Font Awesome 5 Pro";
  color: #b50027;
}

.color {
  margin-left: -1.477% !important;
}

@media screen and (max-width: 640px) {
  .color {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .color::before {
    content: "";
    width: 23.5%;
    display: block;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .color::after {
    content: "";
    width: 23.5%;
    display: block;
  }
}

.color .box {
  width: 13%;
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 2%;
  margin-right: 1.28%;
}

@media screen and (max-width: 640px) {
  .color .box {
    width: 23.5%;
    margin-right: 0;
  }
}

@media screen and (max-width: 375px) {
  .color .box {
    width: 32%;
  }
}

.flexBox01 .box {
  width: 100%;
}

.flexBox01 .box:not(:last-child) {
  margin-bottom: 30px;
}

.flexBox01 .box article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 640px) {
  .flexBox01 .box article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.flexBox01 .box article img {
  width: 40% !important;
}

@media screen and (max-width: 640px) {
  .flexBox01 .box article img {
    width: 100% !important;
    margin-bottom: 15px;
  }
}

.flexBox01 .box article div {
  width: 56%;
}

@media screen and (max-width: 640px) {
  .flexBox01 .box article div {
    width: 100% !important;
  }
}

.flexBox01 .box article div h3 {
  font-family: "notoSerif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.6rem;
  color: #590013;
  line-height: 1.4;
  margin-bottom: 10px;
}

@media screen and (max-width: 834px) {
  .flexBox01 .box article div h3 {
    font-size: calc(2rem + ((1vw - 0.32rem) * 1.1673));
  }
}

.frame {
  background: #f3f3f3;
  border: 1px solid #eee;
}

.frame h3 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
  .gmap iframe {
    height: 250px;
  }
}
/*# sourceMappingURL=common_style.css.map */