/* reset_setting */
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
a {
  margin: 0;
  padding: 0;
  font: inherit;
  font-size: 100%;
  list-style: none;
  vertical-align: baseline;
  text-decoration: none;
}

html.is-fixed body {
  height: 100%;
  overflow: hidden;
}

body {
  font-size: 16px;
  line-height: 1.6;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  color: #000;
  font-weight: 500;
}

a:hover {
  opacity: 0.8;
}

br.pc {
  display: block;
}

@media screen and (max-width: 768px) {
  br.pc {
    display: none;
  }
}

br.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  br.sp {
    display: block;
  }
}

img {
  max-width: 100%;
  height: auto;
}

img.pc {
  display: block !important;
}

@media screen and (max-width: 768px) {
  img.pc {
    display: none !important;
  }
}

img.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  img.sp {
    display: block !important;
  }
}

.section {
  padding: 100px 0;
}

@media screen and (max-width: 768px) {
  .section {
    padding: 11.68vw 0;
  }
}

.section__title {
  width: 1140px;
  margin: 0 auto;
  padding-bottom: 50px;
}

@media screen and (max-width: 1220px) {
  .section__title {
    width: 93.46vw;
  }
}

@media screen and (max-width: 768px) {
  .section__title {
    padding-bottom: 11.68vw;
  }
}

.section__title-en {
  font-size: 60px;
  line-height: 1;
  font-weight: 900;
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .section__title-en {
    font-size: 7.01vw;
    margin-bottom: 2.8vw;
    text-align: center;
  }
}

.section__title-ja {
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .section__title-ja {
    font-size: 3.74vw;
    text-align: center;
  }
}

.second__preface {
  background: #e83828;
  padding: 14px 0 60px;
}

@media screen and (max-width: 768px) {
  .second__preface {
    padding: 3.27vw 0 14.02vw;
  }
}

.second__latest {
  display: flex;
  width: 1140px;
  margin: 0 auto;
  justify-content: flex-end;
}

@media screen and (max-width: 1710px) {
  .second__latest {
    padding-left: 5%;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 1570px) {
  .second__latest {
    padding-left: 10%;
  }
}

@media screen and (max-width: 1430px) {
  .second__latest {
    padding-left: 15%;
  }
}

@media screen and (max-width: 1330px) {
  .second__latest {
    padding-left: 20%;
  }
}

@media screen and (max-width: 1220px) {
  .second__latest {
    width: 93.46vw;
    margin: 80px auto 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 850px) {
  .second__latest {
    margin: 100px auto 0;
  }
}

@media screen and (max-width: 768px) {
  .second__latest {
    margin: 3.97vw auto 0;
  }
}

.second__latest-wrap {
  width: 100%;
  display: flex;
}

.second__latest-icon {
  padding: 13px;
  text-align: center;
  background: #ffbd00;
  border-radius: 3px 0 0 3px;
}

@media screen and (max-width: 768px) {
  .second__latest-icon {
    padding: 4.21vw;
  }
}

.second__latest-icon i {
  font-size: 24px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .second__latest-icon i {
    font-size: 5.61vw;
  }
}

.second__latest-main {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  background: #fff;
  flex: 1;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 13px;
  border-radius: 0 3px 3px 0;
}

@media screen and (max-width: 768px) {
  .second__latest-main {
    font-size: 4.21vw;
    padding: 4.91vw 4.21vw;
  }
}

.second__title {
  width: 1140px;
  margin: 50px auto 0;
  color: #fff;
}

@media screen and (max-width: 1220px) {
  .second__title {
    width: 93.46vw;
  }
}

@media screen and (max-width: 768px) {
  .second__title {
    margin: 9.35vw auto 0;
  }
}

.second__title-en {
  font-size: 60px;
  line-height: 1;
  font-weight: 900;
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .second__title-en {
    font-size: 9.35vw;
    margin-bottom: 1.87vw;
  }
}

.second__title-ja {
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 20px;
}

.second__comment {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 10px;
  text-indent: -2em;
  /* 行の最初を少し左にずらす */
  padding-left: 2em;
  /* ずらした分を補正する */
}

.custom-small-text {
  font-size: 10px;
  /* 希望の文字サイズに設定 */
}

.second__comment::before {
  content: "★";
  /* 表示したい内容 */
  padding-right: 5px;
  /* 記号とテキストの間のスペース */
}

@media screen and (max-width: 768px) {
  .second__title-ja {
    font-size: 3.74vw;
    margin-bottom: 20px;
  }

  .second__comment {
    font-size: 3.74vw;
    margin-bottom: 10px;
    text-indent: -2em;
    /* 行の最初を少し左にずらす */
    padding-left: 2em;
    /* ずらした分を補正する */
  }

  .custom-small-text {
    font-size: 10px;
    /* 希望の文字サイズに設定 */
  }

  .second__comment::before {
    content: "★";
    /* 表示したい内容 */
    padding-right: 5px;
    /* 記号とテキストの間のスペース */
  }
}

.pager {
  text-align: center;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .pager {
    font-size: 4.67vw;
    line-height: 2.5;
  }
}

.pager .current {
  background: none;
  border: solid 1px #fff;
  border-radius: 3px;
  margin: 0 5px;
  color: #e83828;
  background: #e83828;
  color: #fff;
  padding: 10px 14px;
}

@media screen and (max-width: 768px) {
  .pager .current {
    margin: 0 1.17vw;
    padding: 2.34vw 3.27vw;
  }
}

.pager a {
  color: #e83828;
}

.pager a.page,
.pager a.previouspostslink,
.pager a.nextpostslink {
  background: #fff;
  border: solid 1px #fff;
  border-radius: 3px;
  padding: 10px 14px;
  margin: 0 5px;
  color: #e83828;
}

@media screen and (max-width: 768px) {
  .pager a.page,
  .pager a.previouspostslink,
  .pager a.nextpostslink {
    padding: 2.34vw 3.27vw;
    margin: 0 1.17vw;
  }
}

.header {
  background: #000;
  color: #fff;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
  }
}

.header__wrap {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
  padding-left: 280px;
  width: 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .header__wrap {
    padding: 3.27vw 0 3.27vw 3.27vw;
    display: block;
    flex: 1;
  }
}

/* PC表示（画面幅769px以上）の時だけロゴを強制表示する */
@media screen and (min-width: 769px) {
  .header__logo {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: absolute !important; /* 親要素 .header__wrap に対して絶対配置 */
    top: 10px !important;
    left: 30px !important;
    z-index: 9999 !important;
    width: 220px !important;
    height: auto !important;
  }

  .header__logo img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-width: none !important;
  }
}

@media screen and (max-width: 768px) {
  .header__logo {
    left: 3.27vw;
    top: 8.5vw;
  }

  .header__logo img {
    width: 37.3831776vw;
  }
}

.header__title {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
}

@media screen and (max-width: 900px) {
  .header__title {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .header__title {
    order: 1;
    font-size: 3.27vw;
    margin-bottom: 2.1vw;
  }
}

.header__address {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 1;
  margin-left: 10px;
}

@media screen and (max-width: 1190px) {
  .header__address {
    display: none;
  }
}

.header__tel {
  display: flex;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .header__tel {
    order: 3;
    margin-left: 39.0186916vw;
  }
}

.header__tel-icon {
  background: #e83828;
  font-size: 40px;
  line-height: 1;
  padding: 10px 14px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1000px) {
  .header__tel-icon {
    display: none;
  }
}

.header__tel-text {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
}

@media screen and (max-width: 900px) {
  .header__tel-text {
    padding: 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .header__tel-text {
    padding: 1.17vw;
  }
}

.header__tel-num {
  color: #e83828;
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
  margin-bottom: 5px;
  box-sizing: border-box;
}

@media screen and (max-width: 900px) {
  .header__tel-num {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .header__tel-num {
    font-size: 4.67vw;
    margin-bottom: 0.47vw;
  }
}

.header__tel-num a {
  color: #e83828;
}

.header__tel-time {
  color: #000;
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .header__tel-time {
    font-size: 2.8vw;
  }
}

.header__menu {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  font-size: 30px;
  height: 60px;
}

@media screen and (max-width: 768px) {
  .header__menu {
    width: 13.32vw;
    font-size: 7.01vw;
    height: auto;
  }
}

.header__menu-main {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  display: flex;
  width: 100%;
  align-items: center;
  align-content: center;
  justify-content: center;
  background: #fff;
  transform: translateX(100vw);
  transition: transform 0.3s linear;
}

@media screen and (max-width: 768px) {
  .header__menu-main {
    width: 100vw;
  }
}

.header__menu-main.is-active {
  transform: translateX(0);
}

.header__menu-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1140px;
}

@media screen and (max-width: 1220px) {
  .header__menu-list {
    width: 93.4579439%;
  }
}

.header__menu-item {
  margin-bottom: 20px;
  width: 23.6842105%;
}

@media screen and (max-width: 768px) {
  .header__menu-item {
    margin-bottom: 1vh;
    width: 48.25%;
  }
}

.header__menu-item a {
  display: block;
  border: solid 6px #e83828;
  box-sizing: border-box;
  color: #000;
  width: 100%;
  text-align: center;
  padding: 65px 30px 30px;
  border-radius: 3px;
}

@media screen and (max-width: 980px) {
  .header__menu-item a {
    padding: 30px 15px 15px;
  }
}

@media screen and (max-width: 768px) {
  .header__menu-item a {
    padding: 2vh 0;
  }
}

.header__menu-item a img {
  display: block;
  margin: 0 auto 48px;
}

@media screen and (max-width: 980px) {
  .header__menu-item a img {
    margin: 0 auto 24px;
  }
}

@media screen and (max-width: 768px) {
  .header__menu-item a img {
    margin: 0 auto 2vw;
    width: auto;
    height: 10vw;
  }
}

.header__menu-item a span {
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  width: 100%;
  text-align: center;
  color: #e83828;
}

@media screen and (max-width: 1220px) {
  .header__menu-item a span {
    font-size: 1.4vw;
  }
}

@media screen and (max-width: 768px) {
  .header__menu-item a span {
    font-size: 3.27vw;
  }
}

.header__menu-item a:hover {
  background: #e83828;
  opacity: 1;
}

.header__menu-item a:hover img {
  filter: brightness(0) invert(1);
}

.header__menu-item a:hover span {
  color: #fff;
}

.catch img {
  display: block;
  width: 100%;
  height: auto;
}

.rec {
  width: 900px;
  margin: 0 auto;
  border-radius: 3px;
  position: relative;
  z-index: 2;
  margin-top: -120px;
}

@media screen and (max-width: 1220px) {
  .rec {
    width: 93.46vw;
  }
}

@media screen and (max-width: 768px) {
  .rec {
    margin-top: -7.01vw;
  }
}

.latest {
  display: flex;
  width: 100%;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .latest {
    margin-bottom: 3.74vw;
  }
}

.latest__icon {
  padding: 18px;
  text-align: center;
  background: #ffbd00;
  border-radius: 3px 0 0 3px;
}

@media screen and (max-width: 768px) {
  .latest__icon {
    padding: 4.21vw;
  }
}

.latest__icon i {
  font-size: 24px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .latest__icon i {
    font-size: 5.61vw;
  }
}

.latest__main {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  background: #fff;
  flex: 1;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 18px;
  border-radius: 0 3px 3px 0;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .latest__main {
    font-size: 4.21vw;
  }
}

.latest__main span {
  display: inline-block;
  padding-left: 100%;
  white-space: nowrap;
  animation: marquee 10s linear infinite;
}

@keyframes marquee {
  from {
    transform: translate(0%);
  }

  to {
    transform: translate(-100%);
  }
}

.slider__main {
  position: relative;
}

.slider__main .slick-arrow {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .slider__main--pc {
    display: none !important;
  }
}

.slider__main--sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .slider__main--sp {
    display: block !important;
  }
}

.slider__main li img {
  width: 100%;
}

.slider__main-img {
  position: absolute;
}

@media screen and (max-width: 768px) {
  .slider__main-img {
    display: none;
  }
}

.slider__main-img--boy {
  bottom: -35px;
  left: 0;
  width: 114px;
  height: auto;
}

.slider__main-img--girl {
  width: 94px;
  height: auto;
  bottom: -35px;
  right: 0;
}

.slider .slick-dots {
  bottom: -45px;
}

.slider .slick-dots li button:before {
  color: #ffbd00;
  font-size: 14px;
}

.slider .slick-dots li.slick-active button:before {
  color: #ffbd00;
}

.section__pickup-main {
  width: 1140px;
  margin: 0 auto;
}

@media screen and (max-width: 1220px) {
  .section__pickup-main {
    width: 93.46vw;
  }
}

.section__pickup-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.section__pickup-item {
  margin-bottom: 20px;
  width: 23.6842105%;
}

@media screen and (max-width: 768px) {
  .section__pickup-item {
    margin-bottom: 3.27vw;
    width: 45.09vw;
  }
}

.section__pickup-item a {
  display: block;
  border: solid 6px #e83828;
  box-sizing: border-box;
  color: #000;
  width: 100%;
  text-align: center;
  padding: 65px 30px 30px;
  border-radius: 3px;
}

@media screen and (max-width: 1220px) {
  .section__pickup-item a {
    padding: 65px 15px 30px;
  }
}

@media screen and (max-width: 768px) {
  .section__pickup-item a {
    padding: 5.61vw 3vw;
  }
}

.section__pickup-item a img {
  display: block;
  margin: 0 auto 48px;
}

@media screen and (max-width: 768px) {
  .section__pickup-item a img {
    margin: 0 auto 3.74vw;
    height: 18.69vw;
    width: auto;
  }
}

.section__pickup-item a span {
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  width: 100%;
  text-align: center;
  color: #e83828;
}

@media screen and (max-width: 1220px) {
  .section__pickup-item a span {
    font-size: 1.6vw;
  }
}

@media screen and (max-width: 768px) {
  .section__pickup-item a span {
    font-size: 3.27vw;
  }
}

.section__pickup-item a:hover {
  background: #e83828;
  opacity: 1;
}

.section__pickup-item a:hover img {
  filter: brightness(0) invert(1);
}

.section__pickup-item a:hover span {
  color: #fff;
}

.section__newstopics {
  background: #e83828;
  color: #fff;
}

.section__newstopics-main {
  width: 1140px;
  margin: 0 auto;
}

@media screen and (max-width: 1220px) {
  .section__newstopics-main {
    width: 93.46vw;
  }
}

.section__newstopics-list {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .section__newstopics-list {
    margin-bottom: 7.01vw;
  }
}

.section__newstopics-item {
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .section__newstopics-item {
    margin-bottom: 3.5vw;
  }
}

.section__newstopics-item:last-child {
  margin-bottom: 0;
}

.section__newstopics-item .newstopics-item__date {
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  width: 110px;
}

@media screen and (max-width: 768px) {
  .section__newstopics-item .newstopics-item__date {
    font-size: 3.74vw;
    width: 100%;
    margin-bottom: 2vw;
  }
}

.section__newstopics-item .newstopics-item__wrap {
  flex: 1;
}

.section__newstopics-item .newstopics-item__title {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 15px;
  color: #e83828;
}

@media screen and (max-width: 768px) {
  .section__newstopics-item .newstopics-item__title {
    font-size: 4.21vw;
    line-height: 1.6;
    margin-bottom: 3.5vw;
  }
}

.section__newstopics-item .newstopics-item__excerpt {
  font-size: 14px;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .section__newstopics-item .newstopics-item__excerpt {
    font-size: 3.27vw;
  }
}

.section__newstopics-link {
  background: #fff;
  border-radius: 3px;
  color: #000;
  padding: 20px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .section__newstopics-link {
    padding: 4.67vw;
    display: block;
  }
}

.section__newstopics-more a {
  display: block;
  background: #ffbd00;
  color: #000;
  font-size: 20px;
  line-height: 1;
  padding: 18px 0;
  border-radius: 3px;
  text-align: center;
  font-weight: 900;
}

@media screen and (max-width: 768px) {
  .section__newstopics-more a {
    font-size: 4.67vw;
    padding: 4.21vw 0;
  }
}

.section__technique {
  background: #f3f3f3;
}

.section__technique-main {
  width: 1140px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 1220px) {
  .section__technique-main {
    width: 93.46vw;
  }
}

@media screen and (max-width: 980px) {
  .section__technique-main {
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  .section__technique-main {
    padding: 3.27vw;
    margin-bottom: 11.68vw;
  }
}

@media screen and (max-width: 980px) {
  .section__technique-main:last-child {
    margin-bottom: 0;
  }
}

.section__technique-img {
  width: 48%;
}

@media screen and (max-width: 980px) {
  .section__technique-img {
    width: 100%;
    order: 1;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .section__technique-img {
    margin-bottom: 7.01vw;
  }
}

.section__technique-img img {
  display: block;
}

.section__technique-text {
  width: 47%;
  padding: 0px 10px 0px;
}

@media screen and (max-width: 980px) {
  .section__technique-text {
    width: 100%;
    order: 2;
  }
}

.section__technique-text h4 {
  font-size: 25px;
  line-height: 1;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .section__technique-text h4 {
    font-size: 5vw;
    margin-bottom: 4.67vw;
  }
}

.section__technique-text p {
  font-size: 16px;
  line-height: 1.6;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .section__technique-text p {
    font-size: 3.74vw;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
}

.section__pay {
  width: 666px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .section__pay {
    width: 93.46vw;
  }
}

.section__pay h2 {
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .section__pay h2 {
    font-size: 7.01vw;
    margin-bottom: 9.35vw;
  }
}

.section__pay-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.section__pay-item {
  margin: 0 10px 24px;
  width: 105px;
}

@media screen and (max-width: 768px) {
  .section__pay-item {
    margin: 0 5.61vw 5.61vw;
    width: 35%;
  }
}

.banner {
  width: 1140px;
  margin: 0 auto;
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1220px) {
  .banner {
    width: 93.46%;
  }
}

@media screen and (max-width: 768px) {
  .banner {
    padding: 11.68vw 0;
    flex-wrap: wrap;
  }
}

.banner__fb {
  width: 43.8596491%;
}

@media screen and (max-width: 768px) {
  .banner__fb {
    width: 100%;
    margin-bottom: 7.01vw;
  }
}

.banner__special {
  width: 53.0701754%;
}

@media screen and (max-width: 1220px) {
  .banner__special {
    flex: 1;
    padding-left: 50px;
  }
}

@media screen and (max-width: 768px) {
  .banner__special {
    width: 100%;
    padding-left: 0;
    flex: auto;
  }
}

.banner__special a img {
  display: block;
}

.banner__special a img:hover {
  opacity: 0.8;
}

.banner__special-youtube {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .banner__special-youtube {
    margin-bottom: 7.01vw;
  }
}

.footer {
  background: #e83828;
  color: #fff;
  padding: 80px 0 0;
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 11.68vw 0 0;
  }
}

.footer__menu {
  width: 1140px;
  margin: 0 auto;
}

@media screen and (max-width: 1220px) {
  .footer__menu {
    width: 93.46vw;
  }
}

@media screen and (max-width: 768px) {
  .footer__menu {
    width: 100%;
  }
}

.footer__menu-list {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1220px) {
  .footer__menu-list {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 1220px) {
  .footer__menu-item {
    width: 25%;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .footer__menu-item {
    width: 50%;
    text-align: center;
    margin-bottom: 7.01vw;
  }
}

.footer__menu-item a {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .footer__menu-item a {
    font-size: 3.74vw;
  }
}

.footer__menu-item a:hover {
  text-decoration: underline;
}

.footer__main {
  width: 1140px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 80px 65px;
  box-sizing: border-box;
}

@media screen and (max-width: 1220px) {
  .footer__main {
    width: 100%;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 768px) {
  .footer__main {
    padding: 4.67vw 0 11.68vw;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  .footer__main-map {
    width: 93.46vw;
    margin: 0 auto;
    order: 2;
  }
}

.footer__main-map iframe {
  width: 423px;
  height: 260px;
}

@media screen and (max-width: 768px) {
  .footer__main-map iframe {
    width: 100%;
  }
}

@media screen and (max-width: 1220px) {
  .footer__main-info {
    padding-left: 50px;
  }
}

@media screen and (max-width: 768px) {
  .footer__main-info {
    order: 1;
    margin: 0 auto 7.01vw;
    padding-left: 0;
    width: 93.46vw;
  }
}

.footer__main-logo {
  margin-bottom: 20px;
}

.footer__main-logo img {
  display: block;
}

@media screen and (max-width: 768px) {
  .footer__main-logo img {
    width: 58.18vw;
    margin: 0 auto;
  }
}

.footer__main-name {
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
  margin-bottom: 10px;
}

.footer__main-company {
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .footer__main-name {
    font-size: 4.21vw;
    margin-bottom: 2.34vw;
  }

  .footer__main-company {
    font-size: 4.21vw;
    margin-bottom: 2.34vw;
  }
}

.footer__main-address {
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .footer__main-address {
    font-size: 3.27vw;
    margin-bottom: 4.67vw;
  }
}

.footer__main-tel {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 5px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .footer__main-tel {
    font-size: 7.01vw;
    margin-bottom: 1.17vw;
  }

  .footer__main-tel a {
    color: #fff;
  }
}

.footer__main-tel i {
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
  .footer__main-tel i {
    margin-right: 1.17vw;
  }
}

.footer__main-time {
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .footer__main-time {
    font-size: 3.27vw;
  }
}

@media screen and (max-width: 1220px) {
  .footer__main-illust {
    display: none;
  }
}

.footer__main-illust img {
  display: block;
}

.footer__copy {
  background: #000;
  color: #fff;
  line-height: 1;
  font-size: 14px;
  font-weight: bold;
  padding: 30px 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .footer__copy {
    font-size: 2.8vw;
    padding: 7.01vw 0;
  }
}

.repair {
  width: 1140px;
  margin: 0 auto;
  padding: 50px 0;
}

@media screen and (max-width: 1220px) {
  .repair {
    width: 93.46vw;
  }
}

@media screen and (max-width: 768px) {
  .repair {
    padding: 11.68vw 0 0;
  }
}

.repair__info {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .repair__info {
    margin-bottom: 7.01vw;
  }
}

.repair__info p {
  font-size: 16px;
  line-height: 1.6;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .repair__info p {
    font-size: 3.74vw;
  }
}

.repair__list {
  margin-bottom: 85px;
}

@media screen and (max-width: 768px) {
  .repair__list {
    margin-bottom: 7.01vw;
  }
}

.repair__list--others {
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .repair__list--others {
    margin-bottom: 7.01vw;
  }
}

.repair__item a {
  display: flex;
  border: solid 6px #e83828;
  border-radius: 3px;
  align-items: center;
  color: #e83828;
  padding: 20px;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 1;
  font-weight: 900;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .repair__item a {
    font-size: 5.14vw;
    padding: 4.67vw;
    margin-bottom: 3.5vw;
  }
}

.repair__item a img {
  display: block;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .repair__item a img {
    margin-right: 4.67vw;
  }
}

.repair__item a small {
  width: 100%;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  padding-top: 12px;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .repair__item a small {
    font-size: 3.74vw;
    padding-top: 2.8vw;
  }
}

.repair__item a:hover {
  background: #e83828;
  opacity: 1;
}

.repair__item a:hover img {
  filter: brightness(0) invert(1);
}

.repair__item a:hover span,
.repair__item a:hover small {
  color: #fff;
}

.repair__item--others a {
  padding: 30px 35px;
}

@media screen and (max-width: 768px) {
  .repair__item--others a {
    padding: 7.01vw 8.18vw;
  }
}

.repair__other h3 {
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .repair__other h3 {
    font-size: 5.14vw;
    margin-bottom: 3.5vw;
  }
}

.repair__other p {
  font-size: 16px;
  line-height: 1.6;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .repair__other p {
    font-size: 3.74vw;
  }
}

.repair__other--others {
  text-align: right;
}

.repair-post {
  padding: 50px 0;
  width: 1140px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media screen and (max-width: 1220px) {
  .repair-post {
    width: 93.46vw;
  }
}

@media screen and (max-width: 768px) {
  .repair-post {
    padding: 11.68vw 0;
  }
}

.repair-post__info {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .repair-post__info {
    margin-bottom: 7.01vw;
  }
}

.repair-post__info p {
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .repair-post__info p {
    line-height: 1.6;
    font-size: 3.74vw;
  }
}

.repair-post__info--others p {
  line-height: 1.6;
}

.repair-post__title {
  background: #8d0e03;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
  padding: 30px 0;
  text-align: center;
  margin-bottom: 2px;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .repair-post__title {
    font-size: 3.74vw;
    padding: 7.01vw 3.27vw;
    margin-top: 11.68vw;
  }
}

.repair-post__main {
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .repair-post__main {
    margin-bottom: 11.68vw;
  }
}

.repair-post__main table {
  width: 100%;
  border-collapse: collapse;
}

.repair-post__main table thead {
  text-align: left;
}

.repair-post__main table thead th {
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
  padding: 30px 40px;
  background: #e83828;
  color: #fff;
  width: 50%;
}

@media screen and (max-width: 768px) {
  .repair-post__main table thead th {
    font-size: 3.74vw;
    padding: 7.01vw 3.5vw;
    text-align: left;
  }

  .repair-post__main table thead th:last-child {
    text-align: right;
  }
}

.repair-post__main table tbody tr:nth-child(even) {
  background: #f6f6f6;
}

.repair-post__main table tbody tr td {
  padding: 30px 40px;
  font-size: 16px;
  line-height: 1.6;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .repair-post__main table tbody tr td {
    font-size: 3.74vw;
    padding: 7.01vw 3.5vw;
  }
}

.repair-post__main table tbody tr td:last-child {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .repair-post__main table tbody tr td:last-child {
    text-align: right;
  }
}

.repair-post__main table tfoot td {
  text-align: right;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .repair-post__main table tfoot td {
    font-size: 3.74vw;
  }
}

.repair-post__link {
  width: 1140px;
  margin: 0 auto;
}

@media screen and (max-width: 1220px) {
  .repair-post__link {
    width: 93.46vw;
  }
}

.repair-post__link a {
  display: block;
  background: #ffbd00;
  color: #000;
  font-size: 20px;
  line-height: 1;
  padding: 18px 0;
  border-radius: 3px;
  text-align: center;
  font-weight: 900;
}

@media screen and (max-width: 768px) {
  .repair-post__link a {
    font-size: 3.74vw;
    padding: 4.21vw 0;
  }
}

.repair-post__link--others {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .repair-post__link--others {
    margin-top: 11.68vw;
  }
}

.privacy {
  padding: 50px 0 0;
}

@media screen and (max-width: 768px) {
  .privacy {
    padding: 11.68vw 0 0;
  }
}

.privacy__main {
  width: 1140px;
  margin: 0 auto;
  border: solid 1px #979797;
  padding: 40px;
  box-sizing: border-box;
  border-radius: 3px;
  line-height: 1.6;
  font-weight: normal;
  font-size: 16px;
}

@media screen and (max-width: 1220px) {
  .privacy__main {
    width: 93.46vw;
  }
}

@media screen and (max-width: 768px) {
  .privacy__main {
    padding: 0;
    border: none;
    font-size: 3.74vw;
  }
}

.privacy__main p {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .privacy__main p {
    margin-bottom: 7.01vw;
  }
}

.privacy__main dl dt {
  color: #e83828;
  font-weight: bold;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .privacy__main dl dt {
    margin-bottom: 3.5vw;
  }
}

.privacy__main dl dd {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .privacy__main dl dd {
    margin-bottom: 7.01vw;
  }
}

.privacy__main dl:last-child dd {
  margin-bottom: 0;
}

.company {
  padding: 50px 0 0;
}

@media screen and (max-width: 768px) {
  .company {
    padding: 4.67vw 0 0;
  }
}

.company__main {
  width: 1140px;
  margin: 0 auto;
  border: solid 1px #979797;
  border-radius: 3px;
  line-height: 1.6;
}

@media screen and (max-width: 1220px) {
  .company__main {
    width: 93.46vw;
  }
}

@media screen and (max-width: 768px) {
  .company__main {
    width: 100%;
    border: none;
  }
}

.company__main table {
  width: 100%;
  border-radius: 3px;
  border-collapse: collapse;
}

@media screen and (max-width: 768px) {
  .company__main table {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .company__main table tbody {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .company__main table tr {
    display: block;
  }
}

.company__main table tr:nth-child(even) {
  background: #f6f6f6;
}

.company__main table th,
.company__main table td {
  padding: 30px 40px;
  text-align: left;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .company__main table th,
  .company__main table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
}

.company__main table th {
  color: #e83828;
  font-weight: bold;
  width: 15%;
}

@media screen and (max-width: 1220px) {
  .company__main table th {
    width: 30%;
  }
}

@media screen and (max-width: 768px) {
  .company__main table th {
    padding: 7.01vw 3.27vw 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .company__main table td {
    padding: 3.27vw 3.27vw 7.01vw;
  }
}

.contact {
  padding: 50px 0;
}

@media screen and (max-width: 768px) {
  .contact {
    padding: 11.68vw 0;
  }
}

.contact__main {
  width: 1140px;
  margin: 0 auto;
}

@media screen and (max-width: 1220px) {
  .contact__main {
    width: 100%;
  }
}

.contact__main-title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .contact__main-title {
    font-size: 5.14vw;
    margin-bottom: 0;
  }
}

.contact__main-list {
  padding: 13px 40px;
}

@media screen and (max-width: 768px) {
  .contact__main-list {
    padding: 7.01vw 3.27vw;
  }
}

.contact__main-list:nth-child(even) {
  background: #f6f6f6;
}

.contact__main-submit {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .contact__main-submit {
    margin-top: 0;
  }
}

.contact__main-submit .btn {
  display: block;
  margin: 0 auto;
  width: 43.8596491%;
  background: #ffbd00;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  padding: 18px 0;
}

@media screen and (max-width: 768px) {
  .contact__main-submit .btn {
    width: 93.46%;
    box-sizing: border-box;
    padding: 4.21vw 0;
    font-size: 4.67vw;
  }
}

.contact__main-submit input[type="submit"],
.contact__main-submit input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}

.contact__main-submit input[type="submit"]::-webkit-search-decoration,
.contact__main-submit input[type="button"]::-webkit-search-decoration {
  display: none;
}

.contact__main-submit input[type="submit"]::focus,
.contact__main-submit input[type="button"]::focus {
  outline-offset: -2px;
}

.contact__preface {
  margin-bottom: 100px;
}

@media screen and (max-width: 1220px) {
  .contact__preface {
    width: 93.46vw;
    margin: 0 auto 100px;
  }
}

@media screen and (max-width: 768px) {
  .contact__preface {
    margin: 0 auto 11.68vw;
  }
}

.contact__preface p {
  font-size: 16px;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .contact__preface p {
    font-size: 3.74vw;
  }
}

.contact__preface p span {
  color: #e83828;
  font-weight: bold;
}

.contact .form-item {
  font-size: 16px;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .contact .form-item {
    font-size: 3.74vw;
  }
}

.contact .form-item label {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .contact .form-item label {
    display: block;
  }
}

.contact .form-item__title {
  color: #e83828;
  font-weight: bold;
  width: 20%;
}

@media screen and (max-width: 980px) {
  .contact .form-item__title {
    width: 24%;
  }
}

@media screen and (max-width: 860px) {
  .contact .form-item__title {
    width: 28%;
  }
}

@media screen and (max-width: 768px) {
  .contact .form-item__title {
    width: 100%;
    margin-bottom: 3.5vw;
  }
}

.contact .form-item__main {
  flex: 1;
}

.contact .form-item__main input,
.contact .form-item__main textarea,
.contact .form-item__main select,
.contact .form-item__main option {
  display: block;
  width: 100%;
  border-radius: 3px;
  border: solid 1px #979797;
  padding: 17px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .contact .form-item__main input,
  .contact .form-item__main textarea,
  .contact .form-item__main select,
  .contact .form-item__main option {
    padding: 3.97vw;
  }
}

.news {
  padding: 0 0 100px;
  background: #e83828;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .news {
    padding: 0 0 11.68vw;
  }
}

.news__main {
  width: 1140px;
  margin: 0 auto;
}

@media screen and (max-width: 1220px) {
  .news__main {
    width: 93.46%;
  }
}

.news-list {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .news-list {
    margin-bottom: 7.01vw;
  }
}

.news-list__item {
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .news-list__item {
    margin-bottom: 3.5vw;
  }
}

.news-list__item:last-child {
  margin-bottom: 0;
}

.news-list__item a {
  display: block;
  background: #fff;
  border-radius: 3px;
  color: #000;
  padding: 20px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .news-list__item a {
    padding: 4.67vw;
    display: block;
  }
}

.news-list__date {
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  width: 110px;
}

@media screen and (max-width: 768px) {
  .news-list__date {
    font-size: 3.74vw;
    width: 100%;
    margin-bottom: 2vw;
  }
}

.news-list__wrap {
  flex: 1;
}

@media screen and (max-width: 768px) {
  .news-list__wrap {
    flex: auto;
  }
}

.news-list__title {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 15px;
  color: #e83828;
}

@media screen and (max-width: 768px) {
  .news-list__title {
    font-size: 4.21vw;
    line-height: 1.6;
    margin-bottom: 3.5vw;
  }
}

.news-list__excerpt {
  font-size: 14px;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .news-list__excerpt {
    font-size: 3.27vw;
  }
}

.news-post {
  padding: 50px 0;
}

@media screen and (max-width: 768px) {
  .news-post {
    padding: 11.68vw 0 0;
  }
}

.news-post__main {
  width: 1140px;
  margin: 0 auto 50px;
  border: solid 1px #979797;
  padding: 40px;
  box-sizing: border-box;
  border-radius: 3px;
  line-height: 1.6;
  font-weight: normal;
}

@media screen and (max-width: 1220px) {
  .news-post__main {
    width: 93.46vw;
  }
}

@media screen and (max-width: 768px) {
  .news-post__main {
    padding: 0;
    border: none;
    margin: 0 auto 11.68vw;
  }
}

.news-post__main-title {
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  color: #e83828;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .news-post__main-title {
    font-size: 4.67vw;
    margin-bottom: 7.01vw;
  }
}

.news-post__main-date {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .news-post__main-date {
    font-size: 3.74vw;
    margin-bottom: 7.01vw;
  }
}

.news-post__main-main {
  font-size: 16px;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .news-post__main-main {
    font-size: 3.74vw;
  }
}

.news-post__link {
  width: 1140px;
  margin: 0 auto;
}

@media screen and (max-width: 1220px) {
  .news-post__link {
    width: 93.46vw;
  }
}

.news-post__link a {
  display: block;
  background: #ffbd00;
  color: #000;
  font-size: 20px;
  line-height: 1;
  padding: 18px 0;
  border-radius: 3px;
  text-align: center;
  font-weight: 900;
}

@media screen and (max-width: 768px) {
  .news-post__link a {
    font-size: 4.67vw;
    padding: 4.21vw 0;
  }
}

.blog {
  padding: 0 0 100px;
  background: #e83828;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .blog {
    padding: 0 0 11.68vw;
  }
}

.blog__main {
  width: 1140px;
  margin: 0 auto;
}

@media screen and (max-width: 1220px) {
  .blog__main {
    width: 93.46%;
  }
}

.blog-list {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .blog-list {
    margin-bottom: 7.01vw;
  }
}

.blog-list__item {
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .blog-list__item {
    margin-bottom: 3.5vw;
  }
}

.blog-list__item:last-child {
  margin-bottom: 0;
}

.blog-list__item a {
  display: block;
  background: #fff;
  border-radius: 3px;
  color: #000;
  padding: 20px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .blog-list__item a {
    padding: 4.67vw;
    display: block;
  }
}

.blog-list__img {
  padding-right: 20px;
}

@media screen and (max-width: 768px) {
  .blog-list__img {
    padding-right: 4.67vw;
  }
}

.blog-list__img img {
  display: block;
  width: 150px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .blog-list__img img {
    width: 35.05vw;
  }
}

.blog-list__txt {
  flex: 1;
}

.blog-list__date {
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .blog-list__date {
    font-size: 3.74vw;
    margin-bottom: 3.5vw;
  }
}

.blog-list__wrap {
  display: flex;
}

.blog-list__title {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 15px;
  color: #e83828;
}

@media screen and (max-width: 768px) {
  .blog-list__title {
    font-size: 4.21vw;
    line-height: 1.6;
    margin-bottom: 2.34vw;
  }
}

.blog-list__excerpt {
  font-size: 14px;
  line-height: 1.4;
}

.blog-list__excerpt--sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .blog-list__excerpt--pc {
    display: none;
  }

  .blog-list__excerpt--sp {
    display: block;
    font-size: 3.27vw;
    margin-top: 4.67vw;
  }
}

.notfound {
  text-align: center;
  background: #e83828;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.notfound__en {
  font-size: 60px;
  line-height: 1;
  font-weight: 900;
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .notfound__en {
    font-size: 9.35vw;
    margin-bottom: 2.34vw;
  }
}

.notfound__ja {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 80px;
  font-weight: bold;
}

.error_msg {
  font-size: 20px;
  line-height: 3;
  margin-bottom: 80px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .notfound__ja {
    font-size: 3.74vw;
    margin-bottom: 18.69vw;
  }

  .error_msg {
    font-size: 3.74vw;
    margin-bottom: 18.69vw;
  }
}

.notfound__link a {
  display: block;
  background: #ffbd00;
  color: #000;
  font-size: 20px;
  line-height: 1;
  padding: 18px 0;
  border-radius: 3px;
  text-align: center;
  font-weight: 900;
  width: 43.8596491%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .notfound__link a {
    font-size: 4.67vw;
    padding: 4.21vw 0;
    width: 93.4579439%;
  }
}

.fixed-menu {
  display: none;
}

@media screen and (max-width: 768px) {
  .fixed-menu {
    display: block;
    position: fixed;
    z-index: 99;
    left: 0;
    bottom: 0;
    width: 100%;
    border-top: solid 2px #fff;
  }

  .fixed-menu ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }

  .fixed-menu ul li {
    width: 100%;
    box-sizing: border-box;
  }

  .fixed-menu ul li:nth-child(2) {
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
  }

  .fixed-menu ul li a {
    background: rgba(0, 87, 184, 0.95);
    color: #fff;
    padding: 3.74vw;
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .fixed-menu ul li:nth-child(2) a {
    background: rgba(6, 199, 85, 0.95);
  }

  .fixed-menu ul li a img {
    height: 7.01vw;
    width: auto;
    display: block;
    margin-bottom: 1.87vw;
  }

  .fixed-menu ul li a span {
    font-size: 4.67vw;
    font-weight: bold;
  }
}

/* ================================
   SPで店名の横に電話番号を配置
   ================================ */
@media screen and (max-width: 768px) {
  /* blockをやめて横並びにする */
  .header__wrap {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 3.27vw 3.27vw !important;
  }

  /* ロゴはそのまま（位置だけ微調整） */
  .header__logo {
    left: 3.27vw !important;
    top: 2.5vw !important;
  }

  /* 店名を左に */
  .header__title {
    order: 1 !important;
    flex: 1 1 auto !important;
    margin: 0 !important;
    font-size: 3.5vw !important;
    line-height: 1.2 !important;
  }

  /* 住所は非表示（スペース確保） */
  .header__address {
    display: none !important;
  }

  /* 電話を右側へ */
  .header__tel {
    order: 2 !important;
    margin-left: 0 !important; /* ← 39vwを無効化 */
    flex: 0 0 auto !important;
  }

  /* 電話アイコンは非表示（スッキリ） */
  .header__tel-icon {
    display: none !important;
  }

  .header__tel-text {
    padding: 1.2vw 2vw !important;
  }

  .header__tel-num {
    font-size: 3.8vw !important;
    margin-bottom: 0 !important;
    white-space: nowrap !important;
  }

  /* 時間は小さめ */
  .header__tel-time {
    font-size: 2.6vw !important;
    white-space: nowrap !important;
  }
}


/* ==============================
   SEOイントロブロック専用デザイン
============================== */

.section__seo-intro{
  margin: 30px auto 10px;
  padding: 38px 30px;
  background: linear-gradient(135deg,#fff 0%,#fff6f6 100%);
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(0,0,0,.06);
  position: relative;
  overflow: hidden;
}

/* 赤ライン装飾 */
.section__seo-intro::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:6px;
  height:100%;
  background:#e53935;
}

.section__seo-intro .inner{
  max-width:900px;
  margin:auto;
}

/* H1 */
.section__seo-intro h1{
  font-size:28px;
  line-height:1.4;
  margin-bottom:16px;
  font-weight:700;
  letter-spacing:.03em;
}

/* 強調色 */
.section__seo-intro h1::after{
  content:"";
  display:block;
  width:60px;
  height:3px;
  background:#e53935;
  margin-top:10px;
  border-radius:2px;
}

/* 本文 */
.section__seo-intro p{
  font-size:16px;
  line-height:1.9;
  color:#333;
}

/* PCでは改行しない */
.sp-break{
  display:inline;
}

/* SPだけ改行 */
@media (max-width:768px){
  .sp-break{
    display:block;
  }
}

/* スマホ */
@media (max-width:768px){

.section__seo-intro{
  padding:26px 18px;
  border-radius:14px;
}

.section__seo-intro h1{
  font-size:22px;
}

.section__seo-intro p{
  font-size:14.5px;
  line-height:1.8;
}

}