@charset "UTF-8";
/*共通scss*/
/*use colors*/
/*size*/
/*font family*/
/*共通scss*/
/*共通scss*/
/*common style*/
body {
  font-size: 16px;
  font-family: "Noto Sans CJK", "Noto Sans JP", ヒラギノ角ゴシック, "Hiragino Sans", メイリオ, Meiryo, sans-serif;
  font-weight: 400;
  background-color: #f7f7f5;
}
@media screen and (max-width: 1200px) {
  body {
    font-size: 14px;
  }
}
body .inner {
  width: 100%;
  overflow-x: hidden;
}

/*main*/
main {
  width: 100%;
}

@media screen and (min-width: 767px) {
  a {
    transition: 0.25s ease-in-out;
    opacity: 1;
  }
  a:hover {
    transition: 0.25s ease-in-out;
    opacity: 0.6;
  }
}
/*container*/
.container {
  width: calc(1200 / 1400 * 100%);
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .container {
    width: calc(787 / 867 * 100%);
  }
}
@media screen and (max-width: 500px) {
  .container {
    width: calc(450 / 500 * 100%);
  }
}

section .section-inner {
  width: 71.6666666667%;
  margin: 0 auto;
}
section .section-inner_2 {
  width: 85%;
  margin: 0 auto;
}
section .page-title {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0em;
  margin-top: 15px;
  font-family: "Noto Sans CJK", "Noto Sans JP", ヒラギノ角ゴシック, "Hiragino Sans", メイリオ, Meiryo, sans-serif;
}
section .section-title {
  font-weight: bold;
  margin-top: 15px;
  font-family: "Noto Sans CJK", "Noto Sans JP", ヒラギノ角ゴシック, "Hiragino Sans", メイリオ, Meiryo, sans-serif;
  text-align: center;
  font-size: 28px;
  margin-bottom: 15px;
  color: #df7132;
  font-size: 42px;
  margin-bottom: 32px;
  letter-spacing: 0.8rem;
  position: relative;
}
section .section-title span {
  display: block;
  font-size: 10px;
  color: #df7132;
}
section .section-title::before {
  content: "";
  position: absolute;
  width: 70px;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: 0 auto;
  height: 2px;
  background-color: #df7132;
}
section .section-title-antique {
  letter-spacing: 0em;
  margin-top: 15px;
  font-family: "Noto Sans CJK", "Noto Sans JP", ヒラギノ角ゴシック, "Hiragino Sans", メイリオ, Meiryo, sans-serif;
  text-align: center;
  color: #70131c;
  font-size: 28px;
  margin-bottom: 15px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0.2rem;
  font-size: 48px;
  font-weight: 900;
}
section .secion-title_2 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0em;
  font-family: "Noto Sans CJK", "Noto Sans JP", ヒラギノ角ゴシック, "Hiragino Sans", メイリオ, Meiryo, sans-serif;
  position: relative;
  text-align: center;
  margin-bottom: 78px;
}
section .secion-title_2::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 6px;
  background-color: #70131c;
  border-radius: 5px;
  bottom: -20px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
section .section-title_3 {
  font-size: 30px;
  color: #70131c;
  font-weight: bold;
  letter-spacing: 0em;
  font-family: "Noto Sans CJK", "Noto Sans JP", ヒラギノ角ゴシック, "Hiragino Sans", メイリオ, Meiryo, sans-serif;
  text-align: center;
  padding-bottom: 15px;
  color: #70131c;
}
section .section-sub-title {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #70131c;
  font-family: "Noto Sans CJK", "Noto Sans JP", ヒラギノ角ゴシック, "Hiragino Sans", メイリオ, Meiryo, sans-serif;
}
section h2 {
  font-size: 35px;
  position: relative;
  font-weight: 500;
  letter-spacing: 0.19em;
  font-family: "Noto Sans CJK", "Noto Sans JP", ヒラギノ角ゴシック, "Hiragino Sans", メイリオ, Meiryo, sans-serif;
}
section h3 {
  letter-spacing: 0.1em;
  font-size: 32px;
  line-height: 1.5;
  font-family: "Noto Sans CJK", "Noto Sans JP", ヒラギノ角ゴシック, "Hiragino Sans", メイリオ, Meiryo, sans-serif;
}
section p, section a, section li, section td {
  font-size: 16px;
  word-wrap: break-word;
  line-height: 1.5;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1200px) {
  section .section-inner {
    width: 91.6666666667%;
  }
  section .section-inner_2 {
    width: 93.3333333333%;
    margin: 0 auto;
  }
  section .section-title {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0em;
    margin-top: 15px;
    font-family: "Noto Sans CJK", "Noto Sans JP", ヒラギノ角ゴシック, "Hiragino Sans", メイリオ, Meiryo, sans-serif;
  }
  section .secion-title_2 {
    font-size: 24px;
    margin-bottom: 50px;
  }
  section .secion-title_2::after {
    width: 30px;
    height: 4px;
    bottom: -15px;
  }
  section .section-title_3 {
    font-size: 24px;
    padding-bottom: 10px;
    border-bottom: 3px dotted #70131c;
  }
  section .section-title-antique {
    font-size: 24px;
  }
  section .section-sub-title {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #70131c;
    font-family: "Noto Sans CJK", "Noto Sans JP", ヒラギノ角ゴシック, "Hiragino Sans", メイリオ, Meiryo, sans-serif;
  }
  section h2 {
    font-size: 24px;
    font-weight: 500;
  }
  section h3 {
    font-size: 20px;
    line-height: 1.5;
  }
  section p, section a, section td, section li {
    font-size: 14px;
  }
}

/*animation*/
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fadeIn2 {
  0% {
    opacity: 0;
    transform: translateY(22px) translateX(110%);
  }
  100% {
    opacity: 1;
    transform: translateY(-82px) translateX(110%);
  }
}
.fade-content {
  transform: translateY(50px);
  opacity: 0;
}

.fade-content-active {
  animation: fadeIn 0.5s forwards;
}

.fade-content2 {
  transform: translateY(25px);
  opacity: 0;
}

.fade-content2-active {
  animation: fadeIn2 0.5s forwards;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
.fade-left {
  transform: translateX(50px);
  opacity: 0;
}

.fade-left-active {
  overflow: hidden;
  animation: fadeInLeft 1s forwards;
}

@keyframes fadeRight {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
.fade-right {
  transform: translateX(-50px);
  opacity: 0;
}

.fade-right-active {
  overflow: hidden;
  animation: fadeRight 1s forwards;
}

@keyframes fadeScale {
  0% {
    opacity: 0;
    transform: scale(10%);
  }
  100% {
    opacity: 1;
    transform: scale(100%);
  }
}
.fade-scale {
  transform: scale(10%);
  opacity: 0;
}

.fade-scale-active {
  animation: fadeScale 1s forwards;
}

/*共通scss*/
.arrow-btn {
  transition: 0.25s ease-in-out;
  display: flex;
  padding: 0 23px;
  background-color: #359a64;
  border-radius: 23px;
  align-items: center;
  border: 1px solid #359a64;
}
.arrow-btn p {
  transition: 0.25s ease-in-out;
  line-height: 50px;
  color: #ffffff;
  width: calc(100% - 26px);
  text-align: center;
}

@media screen and (max-width: 767px) {
  .arrow-btn p {
    line-height: 40px;
  }
}
.arrow-icon_a {
  transition: 0.25s ease-in-out;
  margin-left: auto;
  position: relative;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #ffffff;
}
.arrow-icon_a::before {
  transition: 0.25s ease-in-out;
  content: "";
  position: absolute;
  top: 9px;
  right: 8px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #359a64;
  border-top: 2px solid #359a64;
  transform: rotate(45deg);
}
.arrow-icon_a::after {
  transition: 0.25s ease-in-out;
  content: "";
  position: absolute;
  top: 13px;
  right: 8px;
  width: 12px;
  background: #359a64;
  height: 2px;
}

@media screen and (max-width: 767px) {
  .arrow-icon_a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #ffffff;
  }
  .arrow-icon_a::before {
    transition: 0.25s ease-in-out;
    content: "";
    position: absolute;
    top: 10px;
    right: 8px;
    width: 8px;
    height: 8px;
  }
  .arrow-icon_a::after {
    transition: 0.25s ease-in-out;
    content: "";
    position: absolute;
    top: 13px;
    right: 9px;
    width: 12px;
    background: #359a64;
    height: 2px;
  }
}
.arrow-icon_b {
  transition: 0.25s ease-in-out;
  margin-left: auto;
  position: relative;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #359a64;
}
.arrow-icon_b::before {
  transition: 0.25s ease-in-out;
  content: "";
  position: absolute;
  top: 15px;
  right: 13px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #359a64;
  border-top: 2px solid #359a64;
  transform: rotate(45deg);
}
.arrow-icon_b::after {
  transition: 0.25s ease-in-out;
  content: "";
  position: absolute;
  top: 18px;
  right: 14px;
  width: 12px;
  background: #359a64;
  height: 2px;
}

@media screen and (max-width: 767px) {
  .arrow-icon_b {
    transition: 0.25s ease-in-out;
    margin-left: auto;
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid #359a64;
  }
  .arrow-icon_b::before {
    transition: 0.25s ease-in-out;
    content: "";
    position: absolute;
    top: 10px;
    right: 8px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #359a64;
    border-top: 2px solid #359a64;
    transform: rotate(45deg);
  }
  .arrow-icon_b::after {
    transition: 0.25s ease-in-out;
    content: "";
    position: absolute;
    top: 13px;
    right: 9px;
    width: 12px;
    background: #359a64;
    height: 2px;
  }
}
.side-arrow {
  width: 40px;
  height: 40px;
}
.side-arrow::before {
  transition: 0.25s ease-in-out;
  content: "";
  position: absolute;
  top: 15px;
  right: 13px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #359a64;
  border-top: 2px solid #359a64;
  transform: rotate(45deg);
}
.side-arrow::after {
  transition: 0.25s ease-in-out;
  content: "";
  position: absolute;
  top: 18px;
  right: 14px;
  width: 12px;
  background: #359a64;
  height: 2px;
}

@media screen and (min-width: 767px) {
  a:hover .arrow-btn {
    transition: 0.25s ease-in-out;
    display: flex;
    padding: 0 23px;
    border: 1px solid #359a64;
    background-color: #ffffff;
    border-radius: 23px;
    align-items: center;
  }
  a:hover .arrow-btn p {
    transition: 0.25s ease-in-out;
    color: #359a64;
  }
  a:hover .arrow-icon_a {
    margin-left: auto;
    position: relative;
    border-radius: 50%;
    background-color: #ffffff;
    transition: 0.25s ease-in-out;
    transform: translateX(10px);
  }
  a:hover .arrow-icon_a::before {
    border-right: 2px solid #359a64;
    border-top: 2px solid #359a64;
  }
  a:hover .arrow-icon_a::after {
    background: #359a64;
    height: 2px;
  }
  a:hover .arrow-icon_b {
    margin-left: auto;
    position: relative;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid transparent;
    transition: 0.25s ease-in-out;
    transform: translateX(10px);
  }
  a:hover .arrow-icon_b::before {
    content: "";
    position: absolute;
    border-right: 2px solid #359a64;
    border-top: 2px solid #359a64;
    transform: rotate(45deg);
  }
  a:hover .arrow-icon_b::after {
    content: "";
    position: absolute;
    background: #359a64;
    height: 2px;
  }
  a:hover .side-arrow {
    background-color: #70131c;
  }
  a:hover .side-arrow::before {
    border-right: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
  }
  a:hover .side-arrow::after {
    background: #ffffff;
  }
}
.side-btn {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  right: 15px;
  bottom: 50px;
  transform: translateY(50px) rotate(-90deg);
  transition: 0.5s ease-in;
  z-index: 999;
}

.side-show {
  transition: 0.5s ease-in;
  opacity: 1;
  visibility: visible;
  transform: translateY(0) rotate(-90deg);
}

.arrow-right {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}

/*チェック項目*/
.check-item-text {
  position: relative;
  padding-left: 25px;
}
.check-item-text::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  background-image: url(../img/ilst/ilst_check.jpg);
  background-size: cover;
}

/*single*/
/*共通scss*/
.news-page {
  margin: 84px 0;
}
.news-page strong {
  font-size: 100%;
  font-weight: bold;
}
.news-page .page-title-area {
  background-color: initial;
  padding-left: 0%;
  width: 73.5416666667%;
  margin: 0 auto;
}
.news-page .title-area-inner {
  background-image: none;
  height: auto;
  padding-left: 0;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  padding-top: 70px;
}
.news-page .title-area-inner .page-title {
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
}
.news-page .title-area-inner .post-meta {
  display: flex;
  align-items: center;
}
.news-page .title-area-inner .post-meta .post_cat {
  color: #70131c;
  font-size: 12px;
  width: 78px;
  max-width: 100px;
  text-align: center;
  height: 20px;
  border: 1px solid #70131c;
  border-radius: 20px;
  margin: 0 0 0 15px;
}
.news-page .title-area-inner .post-meta .kimidori {
  color: #70131c;
  border: 1px solid #70131c;
}
.news-page .title-area-inner .post-meta .section-sub-title {
  font-size: 16px;
}
.news-page .bread {
  padding-right: 0;
}

@media screen and (max-width: 767px) {
  .news-page .page-title-area {
    padding-right: 0%;
    padding-left: 0%;
    width: 90.6666666667%;
  }
  .news-page .page-title-area .title-area-inner {
    padding-left: 0;
  }
  .news-page .page-title-area .title-area-inner .title-text {
    padding-left: 0;
  }
  .news-page .page-title-area .title-area-inner .page-title {
    padding-bottom: 10px;
    font-size: 24px;
  }
  .news-page .page-title-area .title-area-inner .post-meta {
    display: flex;
    align-items: center;
  }
  .news-page .page-title-area .title-area-inner .post-meta .post_cat {
    color: #70131c;
    font-size: 12px;
    width: 78px;
    max-width: 100px;
    text-align: center;
    height: 20px;
    border: 1px solid #70131c;
    border-radius: 20px;
    margin: 0 0 0 15px;
  }
  .news-page .page-title-area .title-area-inner .post-meta .kimidori {
    color: #70131c;
    border: 1px solid #70131c;
  }
  .news-page .page-title-area .title-area-inner .post-meta .section-sub-title {
    font-size: 16px;
  }
  .news-page .bread {
    padding-right: 0;
  }
}
/*news-single*/
.news-inner {
  width: 73.5416666667%;
  margin: 30px auto 0 auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: 70px;
}
.news-inner .title {
  margin-bottom: 0;
}
.news-inner .post-meta {
  text-align: right;
  margin-bottom: 19px;
  color: #ccc;
}
.news-inner #primary {
  width: 60.4343720491%;
}
.news-inner #primary .prev-next-post {
  width: 100%;
  margin: 60px 0;
  display: flex;
  justify-content: space-between;
  border-radius: 20px;
}
.news-inner #primary .prev-next-post a {
  width: fit-content;
  display: flex;
  align-items: center;
}
.news-inner #primary .prev-next-post a p {
  margin: 0 15px;
}
.news-inner #primary .prev-next-post .prev-post {
  margin-right: auto;
}
.news-inner #primary .prev-next-post .prev-post .arrow-icon_b {
  transform: rotate(180deg);
}
.news-inner #primary .prev-next-post .prev-post:hover .arrow-icon_b {
  transform: rotate(180deg) translateX(10px);
}
.news-inner #primary .prev-next-post .next-post {
  margin-left: auto;
}
.news-inner #primary .info-lilsts {
  padding-top: 15px;
}
.news-inner #primary .info-lilsts .info-lilst {
  align-items: center;
  padding: 20px 10px;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
.news-inner #primary .info-lilsts .info-lilst:hover {
  transition: 0.25s ease-in;
  background-color: rgba(112, 19, 28, 0.2);
}
.news-inner #primary .info-lilsts .info-lilst:nth-child(1) {
  border-top: none;
}
.news-inner #primary .info-lilsts .info-lilst .list-meta {
  display: flex;
}
.news-inner #primary .info-lilsts .info-lilst .list-meta .post-date {
  color: #70131c;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
}
.news-inner #primary .info-lilsts .info-lilst .list-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: -webkit-fill-available;
}
.news-inner #primary .info-lilsts .info-lilst .list-title .post-title {
  font-size: 18px;
}
.news-inner #primary .pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.news-inner #primary .pagination .page-numbers li {
  margin: 0 10px;
}
.news-inner #primary .pagination .page-numbers li .page-numbers {
  width: 39px;
  height: 39px;
  border: 1px solid #70131c;
  text-align: center;
  line-height: 39px;
  border-radius: 50%;
}
.news-inner #primary .pagination .page-numbers li .arrow-icon_b {
  border: none;
}
.news-inner #primary .pagination .page-numbers li .prev-arrow {
  transform: rotate(180deg);
}
.news-inner #primary .pagination .page-numbers li .current {
  border: 1px solid #70131c;
  color: #fff;
  background-color: #70131c;
}
.news-inner #primary .pagination .page-numbers li .next, .news-inner #primary .pagination .page-numbers li .prev {
  font-size: 12px;
}
.news-inner #secondary {
  width: 32.5779036827%;
}
.news-inner #secondary .side-bar {
  padding: 20px 7.5362318841% 20px 7.5362318841%;
  background-color: #ffffff;
  box-shadow: 0px 8px 18px -11px #777777;
  position: relative;
  overflow: hidden;
}
.news-inner #secondary .side-bar .info-bar {
  position: absolute;
  height: 5px;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #70131c;
}
.news-inner #secondary .side-bar .secion-title_2 {
  font-size: 24px;
  margin-bottom: 16px;
}
.news-inner #secondary .side-bar .latest-news-lists {
  margin-top: 60px;
  width: 100%;
  margin-bottom: 38px;
}
.news-inner #secondary .side-bar .latest-news-lists .latest-news-list {
  margin-bottom: 12px;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 12px;
}
.news-inner #secondary .side-bar .latest-news-lists .latest-news-list:nth-child(3) {
  margin-bottom: 0;
}
.news-inner #secondary .side-bar .latest-news-lists .latest-news-list a {
  display: flex;
  justify-content: center;
}
.news-inner #secondary .side-bar .latest-news-lists .latest-news-list a .news-text {
  width: 100%;
}
.news-inner #secondary .side-bar .latest-news-lists .latest-news-list a .news-text .news-meta-box {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.news-inner #secondary .side-bar .latest-news-lists .latest-news-list a .news-text .news-meta-box .news-meta {
  color: #70131c;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
}
.news-inner #secondary .side-bar .latest-news-lists .latest-news-list a .news-text .news-des-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-inner #secondary .side-bar .latest-news-lists .latest-news-list a .news-text .news-des-box .news-des {
  font-weight: 500;
  line-height: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  width: calc(100% - 50px);
}
.news-inner .more-btn {
  padding: 5px 20px;
  border-radius: 12px;
  background-color: #70131c;
  color: #ffffff;
  margin: 0 auto;
  display: block;
  width: fit-content;
}

@media screen and (max-width: 767px) {
  .news-inner {
    width: 90.6666666667%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: initial;
    margin-top: 7px;
  }
  .news-inner .title {
    margin-bottom: 0;
  }
  .news-inner #primary {
    width: 100%;
  }
  .news-inner #primary .info-lilsts {
    margin-left: 0%;
    width: 100%;
    padding-top: 15px;
  }
  .news-inner #primary .info-lilsts .info-lilst {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .news-inner #primary .info-lilsts .info-lilst .list-meta {
    align-items: center;
  }
  .news-inner #primary .info-lilsts .info-lilst .list-meta .post-date {
    font-size: 12px;
  }
  .news-inner #primary .info-lilsts .info-lilst .list-meta .post-category {
    font-size: 12px;
    line-height: 18px;
    height: 18px;
    margin: 0px auto 0 15px;
  }
  .news-inner #primary .info-lilsts .info-lilst .list-meta .kimidori {
    color: #70131c;
    border: 1px solid #70131c;
  }
  .news-inner #primary .info-lilsts .info-lilst .list-title {
    margin-top: 10px;
  }
  .news-inner #primary .info-lilsts .info-lilst .list-title .post-title {
    font-size: 14px;
    margin-left: 0px;
  }
  .news-inner #secondary {
    width: 100%;
  }
  .news-inner #secondary .side-bar {
    border-radius: 0;
  }
}
.news-inner {
  /* image */
  /* list */
  /* block quote */
  /* captions */
}
.news-inner .post_content p {
  line-height: 1.8;
  letter-spacing: 0.08em;
  margin: 0 0 1em 0;
}
.news-inner .post_content li {
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin: 0 0 0.5em 0;
}
.news-inner .post_content h1,
.news-inner .post_content h2,
.news-inner .post_content h3,
.news-inner .post_content h4,
.news-inner .post_content h5,
.news-inner .post_content h6 {
  clear: both;
  margin: 0 0 10px 0;
}
.news-inner .post_content h1 {
  display: block;
  line-height: 1.5;
  padding-bottom: 8px;
  font-size: 28px;
}
.news-inner .post_content h2 {
  display: block;
  line-height: 1.5;
  padding-bottom: 8px;
  font-size: 24px;
}
.news-inner .post_content h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  padding: 6px 0px;
}
.news-inner .post_content h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}
.news-inner .post_content h5 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.news-inner .post_content a {
  border-bottom: 2px solid #70131c;
  transition: 0.25s all;
}
.news-inner .post_content a:hover {
  transition: 0.25s all;
  color: #70131c;
}
.news-inner .post_content h6 {
  font-size: 100%;
  font-weight: 500;
  line-height: 24px;
}
@media screen and (max-width: 1200px) {
  .news-inner .post_content h1 {
    font-size: 18px;
    line-height: 27px;
  }
  .news-inner .post_content h2 {
    font-size: 20px;
    font-weight: 500;
  }
  .news-inner .post_content h3 {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
  }
  .news-inner .post_content h4 {
    font-size: 15px;
    line-height: 23px;
  }
  .news-inner .post_content p, .news-inner a, .news-inner li {
    font-size: 14px;
  }
  .news-inner .post_content h5 {
    font-size: 13px;
    line-height: 26px;
  }
}
.news-inner .post_content img[class*=align],
.news-inner .post_content img[class*=wp-image-],
.news-inner .post_content img[class*=attachment-],
.news-inner .post_content img.size-full,
.news-inner .post_content img.size-large,
.news-inner .post_content .wp-post-image,
.news-inner .post_content img {
  height: auto;
  max-width: 100%;
  margin-bottom: 31px;
}
.news-inner .post_content li,
.news-inner .post_content dt,
.news-inner .post_content dd {
  line-height: 2.2;
}
.news-inner .post_content ul,
.news-inner .post_content ol,
.news-inner .post_content dl {
  margin-bottom: 24px;
}
.news-inner .post_content ol {
  list-style: decimal outside none;
  margin-left: 1.5em;
}
.news-inner .post_content ul {
  list-style: circle outside none;
  margin-left: 1.3em;
}
.news-inner .post_content li > ul,
.news-inner .post_content li > ol {
  margin-bottom: 0;
}
.news-inner .post_content dt {
  font-weight: bold;
}
.news-inner .post_content dd {
  margin-bottom: 1em;
}
.news-inner .post_content blockquote {
  margin: 0 0 25px 0;
  padding: 27px 30px 0;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 4px 0px 0px #f8f8f8;
  position: relative;
}
.news-inner .post_content blockquote:before {
  content: '"';
  font-style: italic;
  font-size: 30px;
  font-weight: normal;
  line-height: 40px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 5px;
  left: 10px;
  color: #5cbcd7;
}
.news-inner .post_content blockquote:after {
  content: '"';
  font-style: italic;
  font-size: 30px;
  font-weight: normal;
  text-align: left;
  line-height: 60px;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 7px;
  right: -2px;
  color: #5cbcd7;
}
.news-inner .post_content blockquote cite {
  border-top: 1px dotted #aaa;
  display: block;
  padding: 20px 0 0 0;
  font-style: italic;
  text-align: right;
  font-size: 90%;
}
.news-inner .post_content .wp-caption {
  margin-bottom: 24px;
  background: #f8f8f8;
  border: 1px solid #ccc;
  padding: 5px;
  max-width: 100%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.news-inner .post_content .wp-caption-text {
  text-align: center;
  font-size: 12px;
  font-style: italic;
  line-height: 1.5;
  margin: 9px auto;
}
.news-inner .post_content .wp-caption img[class*=wp-image-] {
  display: block;
  margin: 0 auto;
}

.bread {
  width: fit-content;
  margin-left: auto;
  display: flex;
  align-items: center;
  padding-right: 7%;
  margin-top: 27px;
}
.bread li {
  z-index: 10;
  font-size: 14px;
}
.bread li a {
  font-size: 14px;
}
.bread .crt {
  color: #70131c;
}
.bread .arrow-right-box {
  margin: 0 7px;
  color: #a5a5a5;
}

.next-btn-circle {
  width: 40px;
  height: 40px;
  position: relative;
  background-color: #70131c;
  border-radius: 50%;
  display: block;
}

.next-btn-circle::before {
  transition: 0.25s ease-in-out;
  content: "";
  position: absolute;
  top: 16px;
  right: 16px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  transform: rotate(45deg);
}

.prev-btn-circle {
  width: 40px;
  height: 40px;
  position: relative;
  background-color: #70131c;
  border-radius: 50%;
  display: block;
}

.prev-btn-circle::before {
  transition: 0.25s ease-in-out;
  content: "";
  position: absolute;
  top: 16px;
  right: 16px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  transform: rotate(-135deg);
}

.arrow-right {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}

/*scss page*/
/*共通scss*/
.single-store {
  background-color: #e5dec6;
}
.single-store .single-mv {
  width: 100%;
  position: relative;
}
.single-store .single-mv .single-mv-wrap {
  padding-top: calc(100vh - 140px);
  height: 0;
}
.single-store .single-mv .single-mv-wrap .single-mv-fit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single-store .single-mv .single-mv-wrap .single-mv-fit video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-store .single-mv .single-mv-wrap .single-mv-fit img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-store .single-mv .single-mv-wrap .single-mv-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-store .single-mv .single-mv-wrap .single-mv-text .single-mv-title {
  width: 50%;
  min-width: 300px;
  line-height: 2;
  letter-spacing: 0.09rem;
  padding: 32px 0;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0.2rem;
  font-weight: 900;
}
.single-store .single-mv .single-mv-wrap .single-mv-text .single-mv-title .single-mv-logo {
  width: 40%;
  margin: 0 auto;
  padding: 12px;
  background: rgba(255, 255, 255, 0.7);
}
.single-store .single-mv .single-mv-wrap .single-mv-text .single-mv-title .single-mv-logo img {
  width: 100%;
  height: auto;
  max-height: 500px;
}
.single-store .single-mv .single-mv-wrap .single-mv-text .single-mv-title .single-mv-title_text {
  padding: 0 12px;
  width: fit-content;
  margin: 12px auto 0 auto;
  margin-top: 12px;
  color: #70131c;
  background-color: #fff;
  text-align: center;
  font-size: 20px;
  display: block;
}
.single-store .single-mv .single-mv-wrap .single-mv-desc {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.single-store .single-mv .single-mv-wrap .single-mv-desc p {
  background-color: #e5dec6;
  color: #70131c;
  padding: 12px 24px;
  font-size: 14px;
  width: fit-content;
  margin: 0 auto;
  font-weight: bold;
  border-radius: 8px;
  position: relative;
  padding-left: 50px;
}
.single-store .single-mv .single-mv-wrap .single-mv-desc p::before {
  background-image: url(../img/css/./img/css/icon_bk_02.png);
  width: 25px;
  height: 25px;
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: 10px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(200%);
  background-blend-mode: lighten;
}

@media screen and (max-width: 767px) {
  .single-store .single-mv .single-mv-wrap {
    padding-top: calc(100vh - 110px);
  }
  .single-store .single-mv .single-mv-wrap .single-mv-text .single-mv-title {
    width: 80%;
    font-size: 18px;
  }
  .single-store .single-mv .single-mv-wrap .single-mv-text .single-mv-title .single-mv-title_text {
    font-size: 14px;
  }
}
.single-store .single-concept {
  margin-top: 100px;
}
.single-store .single-concept .single-concept-desc {
  text-align: center;
  font-size: 16px;
  margin-top: 20px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .single-store .single-concept {
    margin-top: 100px;
  }
  .single-store .single-concept .single-concept-desc {
    text-align: left;
    font-size: 13px;
  }
}
.single-youtube {
  margin-top: 72px;
  background-color: #e5a83f;
  padding: 42px 0;
}
.single-youtube .section-title {
  color: #fff;
}
.single-youtube .section-title span {
  color: #fff;
}
.single-youtube .section-title::before {
  background-color: #fff;
}
.single-youtube .youtube-wrap {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.single-youtube .youtube-wrap iframe {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0;
}

.single-menu {
  margin-top: 100px;
}
.single-menu .single-menu_lists-wrap {
  margin-top: 72px;
}
.single-menu .single-menu_lists-wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.single-menu .single-menu_lists-wrap ul li.index0,
.single-menu .single-menu_lists-wrap ul li.index1,
.single-menu .single-menu_lists-wrap ul li.index2 {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 42px;
}
.single-menu .single-menu_lists-wrap ul li.index0 .single-menu_list-img,
.single-menu .single-menu_lists-wrap ul li.index1 .single-menu_list-img,
.single-menu .single-menu_lists-wrap ul li.index2 .single-menu_list-img {
  width: 50%;
  padding-top: 37.5%;
  margin-bottom: 0;
}
.single-menu .single-menu_lists-wrap ul li.index0 .single-menu_list-body,
.single-menu .single-menu_lists-wrap ul li.index1 .single-menu_list-body,
.single-menu .single-menu_lists-wrap ul li.index2 .single-menu_list-body {
  width: 50%;
  height: 100%;
  border-top: 3px solid #df7132;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  background: rgba(255, 255, 255, 0.4);
}
.single-menu .single-menu_lists-wrap ul li.index0 .single-menu_list-body .single-menu_list-title,
.single-menu .single-menu_lists-wrap ul li.index1 .single-menu_list-body .single-menu_list-title,
.single-menu .single-menu_lists-wrap ul li.index2 .single-menu_list-body .single-menu_list-title {
  font-size: 18px;
}
.single-menu .single-menu_lists-wrap ul li.index0 .single-menu_list-body .single-menu_list-price,
.single-menu .single-menu_lists-wrap ul li.index1 .single-menu_list-body .single-menu_list-price,
.single-menu .single-menu_lists-wrap ul li.index2 .single-menu_list-body .single-menu_list-price {
  font-size: 14px;
}
.single-menu .single-menu_lists-wrap ul li.index0 .single-menu_list-body::before,
.single-menu .single-menu_lists-wrap ul li.index1 .single-menu_list-body::before,
.single-menu .single-menu_lists-wrap ul li.index2 .single-menu_list-body::before {
  content: "PICKUP01";
  position: absolute;
  top: 0;
  width: fit-content;
  padding: 12px 24px 0px 24px;
  height: 50px;
  background-color: #df7132;
  color: #fff;
  right: 0;
  left: 0;
  margin: 0 auto;
  font-size: 14px;
}
.single-menu .single-menu_lists-wrap ul li.index0 .single-menu_list-body::after,
.single-menu .single-menu_lists-wrap ul li.index1 .single-menu_list-body::after,
.single-menu .single-menu_lists-wrap ul li.index2 .single-menu_list-body::after {
  content: "";
  position: absolute;
  top: 49px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 10px solid #df7132;
}
.single-menu .single-menu_lists-wrap ul li.index1 .single-menu_list-img {
  order: 2;
}
.single-menu .single-menu_lists-wrap ul li.index1 .single-menu_list-body {
  order: 1;
}
.single-menu .single-menu_lists-wrap ul li.index1 .single-menu_list-body::before {
  content: "PICKUP02";
}
.single-menu .single-menu_lists-wrap ul li.index0 .single-menu_list-body::before {
  content: "PICKUP01";
}
.single-menu .single-menu_lists-wrap ul li.index2 .single-menu_list-body::before {
  content: "PICKUP03";
}
.single-menu .single-menu_lists-wrap ul li {
  width: 30%;
  margin-bottom: 32px;
}
.single-menu .single-menu_lists-wrap ul li .single-menu_list-img {
  width: 100%;
  padding-top: 75%;
  position: relative;
  margin-bottom: 20px;
}
.single-menu .single-menu_lists-wrap ul li .single-menu_list-img .img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single-menu .single-menu_lists-wrap ul li .single-menu_list-img .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-menu .single-menu_lists-wrap ul li .single-menu_list-title {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.03em;
  color: #70131c;
  margin-bottom: 3px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.single-menu .single-menu_lists-wrap ul li .single-menu_list-price {
  text-align: center;
  font-size: 14px;
}
.single-menu .single-no-image-menu_lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.single-menu .single-no-image-menu_lists li {
  width: 45%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  position: relative;
  padding-left: 12px;
}
.single-menu .single-no-image-menu_lists li::after {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
}
.single-menu .single-no-image-menu_lists li h4 {
  font-size: 13px;
  margin-right: 24px;
}
.single-menu .single-no-image-menu_lists li p {
  font-size: 13px;
  font-weight: bold;
}
.single-menu .single-no-image-menu_lists li.subtitle {
  width: 100%;
  padding-left: 0;
  flex-direction: column;
  padding-top: 12px;
  border-top: 1px solid #70131c;
  margin-top: 24px;
}
.single-menu .single-no-image-menu_lists li.subtitle h4 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 12px;
  width: fit-content;
  padding: 6px 10px;
  background: #70131c;
  color: #fff;
  border-radius: 4px;
}
.single-menu .single-no-image-menu_lists li.subtitle p {
  font-size: 14px;
  width: 100%;
}
.single-menu .single-no-image-menu_lists li.subtitle::after {
  content: "";
}

@media screen and (max-width: 767px) {
  .single-menu {
    margin-top: 100px;
  }
  .single-menu .single-menu_lists-wrap {
    margin-top: 72px;
  }
  .single-menu .single-menu_lists-wrap ul li.index0,
  .single-menu .single-menu_lists-wrap ul li.index1,
  .single-menu .single-menu_lists-wrap ul li.index2 {
    flex-direction: column;
  }
  .single-menu .single-menu_lists-wrap ul li.index0 .single-menu_list-img,
  .single-menu .single-menu_lists-wrap ul li.index1 .single-menu_list-img,
  .single-menu .single-menu_lists-wrap ul li.index2 .single-menu_list-img {
    width: 100%;
    padding-top: 75%;
  }
  .single-menu .single-menu_lists-wrap ul li.index0 .single-menu_list-body,
  .single-menu .single-menu_lists-wrap ul li.index1 .single-menu_list-body,
  .single-menu .single-menu_lists-wrap ul li.index2 .single-menu_list-body {
    height: fit-content;
    border-top: 0px solid #df7132;
    padding-top: 50px;
    width: 100%;
  }
  .single-menu .single-menu_lists-wrap ul li.index0 .single-menu_list-body .single-menu_list-title,
  .single-menu .single-menu_lists-wrap ul li.index1 .single-menu_list-body .single-menu_list-title,
  .single-menu .single-menu_lists-wrap ul li.index2 .single-menu_list-body .single-menu_list-title {
    font-size: 16px;
  }
  .single-menu .single-menu_lists-wrap ul li.index0 .single-menu_list-body .single-menu_list-price,
  .single-menu .single-menu_lists-wrap ul li.index1 .single-menu_list-body .single-menu_list-price,
  .single-menu .single-menu_lists-wrap ul li.index2 .single-menu_list-body .single-menu_list-price {
    font-size: 14px;
  }
  .single-menu .single-menu_lists-wrap ul li.index0 .single-menu_list-body::before,
  .single-menu .single-menu_lists-wrap ul li.index1 .single-menu_list-body::before,
  .single-menu .single-menu_lists-wrap ul li.index2 .single-menu_list-body::before {
    content: "おすすめMENU01";
    width: 100%;
    padding: 0px;
    text-align: center;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
  }
  .single-menu .single-menu_lists-wrap ul li.index0 .single-menu_list-body::after,
  .single-menu .single-menu_lists-wrap ul li.index1 .single-menu_list-body::after,
  .single-menu .single-menu_lists-wrap ul li.index2 .single-menu_list-body::after {
    top: 35px;
  }
  .single-menu .single-menu_lists-wrap ul li.index1 .single-menu_list-img {
    order: 1;
  }
  .single-menu .single-menu_lists-wrap ul li.index1 .single-menu_list-body {
    order: 2;
  }
  .single-menu .single-menu_lists-wrap ul li {
    width: 49%;
    margin-bottom: 32px;
  }
  .single-menu .single-menu_lists-wrap ul li .single-menu_list-img {
    margin-bottom: 12px;
  }
  .single-menu .single-menu_lists-wrap ul li .single-menu_list-title {
    font-size: 14px;
  }
  .single-menu .single-menu_lists-wrap ul li .single-menu_list-price {
    text-align: center;
    font-size: 13px;
  }
  .single-menu .single-no-image-menu_lists li {
    width: 100%;
  }
}
.single-menu-slide {
  margin-top: 72px;
}
.single-menu-slide .single-menu-slider-wrap li .single-menu_list-img {
  padding-top: 75%;
  position: relative;
}
.single-menu-slide .single-menu-slider-wrap li .single-menu_list-img .img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single-menu-slide .single-menu-slider-wrap li .single-menu_list-img .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .single-menu-slide {
    margin-top: 32px;
  }
}
/*店舗情報*/
.institution {
  margin-top: 80px;
}
.institution .container .section-inner {
  padding-bottom: 84px;
}
.institution .container .section-inner .secion-title_2 {
  margin-bottom: 65px;
}
.institution .container .section-inner .slider-container ul .slide-content {
  width: 100%;
}
.institution .container .section-inner .slider-container ul .slide-content .slide-wrapper {
  position: relative;
  height: 0;
  width: 100%;
}
.institution .container .section-inner .slider-container ul .slide-content .slide-wrapper .slide-desc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  padding: 12px 24px;
  color: #fff;
}
.institution .container .section-inner .slider-container ul .slide-content .slide-wrapper .img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.institution .container .section-inner .slider-container ul .slide-content .slide-wrapper .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.institution .container .section-inner .slider-container #institution-slick .slide-content .slide-wrapper {
  padding-top: 484px;
}
.institution .container .section-inner .slider-container #institution-thumbs .slide-content .slide-wrapper {
  padding-top: 110px;
}
.institution .container .section-inner .slider-container .slide-arrow {
  cursor: pointer;
  position: absolute;
  top: 40%;
  z-index: 1;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid #df7132;
}
.institution .container .section-inner .slider-container .slide-arrow .arrow-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.institution .container .section-inner .slider-container .slide-arrow .arrow-wrap::before {
  content: "";
  position: absolute;
  top: 7.5px;
  left: 9px;
  color: #df7132;
  width: 11px;
  height: 11px;
  border: 3px solid #df7132;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(-135deg);
}
.institution .container .section-inner .slider-container .prev-arrow {
  left: -40px;
}
.institution .container .section-inner .slider-container .next-arrow {
  right: -40px;
  transform: rotate(180deg);
}
.institution .container .section-inner .slider-container .slick-slide {
  padding: 10px;
}
.institution .container .section-inner .slider-container .slick-prev,
.institution .container .section-inner .slider-container .slick-next {
  z-index: 2;
}
.institution .container .section-inner .slider-container .slick-prev {
  left: 0 !important;
}
.institution .container .section-inner .slider-container .slick-next {
  right: 0 !important;
}

@media screen and (max-width: 767px) {
  .institution .container .section-inner {
    padding-bottom: 70px;
  }
  .institution .container .section-inner .slider-container #institution-slick .slide-content .slide-wrapper {
    padding-top: 242px;
  }
  .institution .container .section-inner .slider-container #institution-thumbs .slide-content .slide-wrapper {
    padding-top: 60px;
  }
  .institution .container .section-inner .slider-container .prev-arrow {
    left: -20px;
  }
  .institution .container .section-inner .slider-container .next-arrow {
    right: -20px;
  }
}
.load-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* background: #e2e7eb; */
  background: #e5dec6;
}

.logo-cover {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: #e5dec6;
  /* 初期状態で全て隠す */
  animation: logoAni 2s ease-in forwards;
  transition: 0.25s ease-in;
}

.logo-cover.text {
  animation: logoAniText 2s ease-in forwards;
  bottom: initial;
  top: 0;
  right: 0;
  left: initial;
  width: 100%;
  height: 100%;
}

.loader-hidden {
  transition: 0.5s ease-in;
  opacity: 0;
  visibility: hidden;
}

.load-wrap .single-mv-logo {
  width: 300px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .load-wrap .single-mv-logo {
    width: 150px;
  }
}
.load-wrap .single-mv-logo img {
  width: 100%;
  /* height: 0; */
  opacity: 1;
  height: auto;
}

.no_scroll {
  overflow: hidden;
}

@keyframes logoAni {
  0% {
    height: 100%;
    /* height: 0; */
  }
  100% {
    height: 0%;
    /* height: auto; */
  }
}
@keyframes logoAniText {
  0% {
    width: 100%;
    /* height: 0; */
  }
  100% {
    width: 0%;
    /* height: auto; */
  }
}
.load-wrap .single-mv-title_text {
  padding: 12px;
  color: #000;
  text-align: center;
  font-size: 16px;
  display: block;
  position: relative;
}

@media screen and (max-width: 767px) {
  .load-wrap .single-mv-title_text {
    width: 50%;
    font-size: 14px;
  }
}/*# sourceMappingURL=custom_single.css.map */