@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Oswald:wght@400&family=New+Tegomin&family=Zen+Old+Mincho:wght@400&display=swap");
/*@mixin hover2 {
  transition: .1s;
  box-shadow: 0 5px 0 0 darken($black, 20%);
  &:hover {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    text-decoration: none;
    box-shadow: 0 0 0 0 darken($black, 20%);
  }
}*/
/******************************************
[column & thumbnail] カラム表示2〜6
******************************************/
.column-2n,
.thumbnail-2n {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.column-2n.space2 .column-box,
.thumbnail-2n.space2 .column-box {
  width: calc((100% + 2px) / 2 - 2px);
  margin: 2px 2px 0 0;
}
.column-2n.space2 .column-box:nth-child(-n+2),
.thumbnail-2n.space2 .column-box:nth-child(-n+2) {
  margin-top: 0;
}

.column-2n,
.thumbnail-2n {
  margin-top: 60px;
}
.column-2n:first-child,
.thumbnail-2n:first-child {
  margin-top: 0;
}
.column-2n .column-box,
.column-2n .thumbnail-box,
.thumbnail-2n .column-box,
.thumbnail-2n .thumbnail-box {
  width: calc((100% + 10px) / 2 - 10px);
  margin: 10px 10px 0 0;
  width: calc((100% + 10px) / 2 - 10px);
  margin: 10px 10px 0 0;
  /* フレックスアイテムの並べ替え */
}
.column-2n .column-box:nth-child(-n+2),
.column-2n .thumbnail-box:nth-child(-n+2),
.thumbnail-2n .column-box:nth-child(-n+2),
.thumbnail-2n .thumbnail-box:nth-child(-n+2) {
  margin-top: 0;
}
.column-2n .column-box:nth-child(2n), .column-2n .column-box:last-child,
.column-2n .thumbnail-box:nth-child(2n),
.column-2n .thumbnail-box:last-child,
.thumbnail-2n .column-box:nth-child(2n),
.thumbnail-2n .column-box:last-child,
.thumbnail-2n .thumbnail-box:nth-child(2n),
.thumbnail-2n .thumbnail-box:last-child {
  margin-right: 0;
}
.column-2n .column-box.left,
.column-2n .thumbnail-box.left,
.thumbnail-2n .column-box.left,
.thumbnail-2n .thumbnail-box.left {
  order: 1;
  margin: 0 10px 0 0;
}
.column-2n .column-box.right,
.column-2n .thumbnail-box.right,
.thumbnail-2n .column-box.right,
.thumbnail-2n .thumbnail-box.right {
  order: 2;
  margin: 0 0 0 0;
}
.column-2n .column-box.w100,
.column-2n .thumbnail-box.w100,
.thumbnail-2n .column-box.w100,
.thumbnail-2n .thumbnail-box.w100 {
  width: 100%;
}

.column-3n,
.thumbnail-3n {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.column-3n.space2 .column-box,
.thumbnail-3n.space2 .column-box {
  width: calc((100% + 2px) / 3 - 2px);
  margin: 2px 2px 0 0;
}
.column-3n.space2 .column-box:nth-child(-n+3),
.thumbnail-3n.space2 .column-box:nth-child(-n+3) {
  margin-top: 0;
}

.column-3n,
.thumbnail-3n {
  margin-top: 60px;
}
.column-3n:first-child,
.thumbnail-3n:first-child {
  margin-top: 0;
}
.column-3n .column-box,
.column-3n .thumbnail-box,
.thumbnail-3n .column-box,
.thumbnail-3n .thumbnail-box {
  width: calc((100% + 10px) / 3 - 10px);
  margin: 10px 10px 0 0;
}
.column-3n .column-box:nth-child(-n+3),
.column-3n .thumbnail-box:nth-child(-n+3),
.thumbnail-3n .column-box:nth-child(-n+3),
.thumbnail-3n .thumbnail-box:nth-child(-n+3) {
  margin-top: 0;
}
.column-3n .column-box:nth-child(3n),
.column-3n .thumbnail-box:nth-child(3n),
.thumbnail-3n .column-box:nth-child(3n),
.thumbnail-3n .thumbnail-box:nth-child(3n) {
  margin-right: 0;
}

.column-4n,
.thumbnail-4n {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.column-4n.space2 .column-box,
.thumbnail-4n.space2 .column-box {
  width: calc((100% + 2px) / 4 - 2px);
  margin: 2px 2px 0 0;
}
.column-4n.space2 .column-box:nth-child(-n+4),
.thumbnail-4n.space2 .column-box:nth-child(-n+4) {
  margin-top: 0;
}

.column-4n,
.thumbnail-4n {
  margin-top: 60px;
}
.column-4n:first-child,
.thumbnail-4n:first-child {
  margin-top: 0;
}
.column-4n .column-box,
.column-4n .thumbnail-box,
.thumbnail-4n .column-box,
.thumbnail-4n .thumbnail-box {
  width: calc((100% + 10px) / 4 - 10px);
  margin: 10px 10px 0 0;
}
.column-4n .column-box:nth-child(-n+4),
.column-4n .thumbnail-box:nth-child(-n+4),
.thumbnail-4n .column-box:nth-child(-n+4),
.thumbnail-4n .thumbnail-box:nth-child(-n+4) {
  margin-top: 0;
}
.column-4n .column-box:nth-child(4n),
.column-4n .thumbnail-box:nth-child(4n),
.thumbnail-4n .column-box:nth-child(4n),
.thumbnail-4n .thumbnail-box:nth-child(4n) {
  margin-right: 0;
}

.column-5n,
.thumbnail-5n {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.column-5n.space2 .column-box,
.thumbnail-5n.space2 .column-box {
  width: calc((100% + 2px) / 5 - 2px);
  margin: 2px 2px 0 0;
}
.column-5n.space2 .column-box:nth-child(-n+5),
.thumbnail-5n.space2 .column-box:nth-child(-n+5) {
  margin-top: 0;
}

.column-5n,
.thumbnail-5n {
  margin-top: 60px;
}
.column-5n:first-child,
.thumbnail-5n:first-child {
  margin-top: 0;
}
.column-5n .column-box,
.column-5n .thumbnail-box,
.thumbnail-5n .column-box,
.thumbnail-5n .thumbnail-box {
  width: calc((100% + 10px) / 5 - 10px);
  margin: 10px 10px 0 0;
}
.column-5n .column-box:nth-child(-n+5),
.column-5n .thumbnail-box:nth-child(-n+5),
.thumbnail-5n .column-box:nth-child(-n+5),
.thumbnail-5n .thumbnail-box:nth-child(-n+5) {
  margin-top: 0;
}
.column-5n .column-box:nth-child(5n),
.column-5n .thumbnail-box:nth-child(5n),
.thumbnail-5n .column-box:nth-child(5n),
.thumbnail-5n .thumbnail-box:nth-child(5n) {
  margin-right: 0;
}

.column-6n,
.thumbnail-6n {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.column-6n.space2 .column-box,
.thumbnail-6n.space2 .column-box {
  width: calc((100% + 2px) / 6 - 2px);
  margin: 2px 2px 0 0;
}
.column-6n.space2 .column-box:nth-child(-n+6),
.thumbnail-6n.space2 .column-box:nth-child(-n+6) {
  margin-top: 0;
}

.column-6n,
.thumbnail-6n {
  margin-top: 60px;
}
.column-6n:first-child,
.thumbnail-6n:first-child {
  margin-top: 0;
}
.column-6n .column-box,
.column-6n .thumbnail-box,
.thumbnail-6n .column-box,
.thumbnail-6n .thumbnail-box {
  width: calc((100% + 10px) / 6 - 10px);
  margin: 10px 10px 0 0;
}
.column-6n .column-box:nth-child(-n+6),
.column-6n .thumbnail-box:nth-child(-n+6),
.thumbnail-6n .column-box:nth-child(-n+6),
.thumbnail-6n .thumbnail-box:nth-child(-n+6) {
  margin-top: 0;
}
.column-6n .column-box:nth-child(6n),
.column-6n .thumbnail-box:nth-child(6n),
.thumbnail-6n .column-box:nth-child(6n),
.thumbnail-6n .thumbnail-box:nth-child(6n) {
  margin-right: 0;
}

/******************************************
[topics]
******************************************/
/* トピックスページャー */
.topics_paging {
  margin: 40px 0 0;
  clear: both;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  /* sp */
}
.topics_paging li {
  font-size: 0.875rem;
  line-height: 1;
  text-align: center;
  width: 24px !important;
  height: 24px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 4px !important;
  list-style: none;
  border: 1px solid #9d9d9d !important;
  padding: 0 !important;
}
.topics_paging li a {
  font-size: 0.875rem;
  color: #9a1515;
  text-decoration: underline;
  display: block;
  padding: 5px;
}
@media screen and (max-width: 767px) {
  .topics_paging li {
    width: auto;
    font-size: 0.75rem;
    padding: 2px;
  }
  .topics_paging li a {
    font-size: 0.75rem;
  }
}

/******************************************
[floatImg] 画像回り込み
******************************************/
.floatImg {
  overflow: hidden;
  /* sp */
}
.floatImg-left, .floatImg-right {
  font-size: 1rem;
  text-align: center;
  display: block;
}
.floatImg-left img,
.floatImg-left .floatImg-photo, .floatImg-right img,
.floatImg-right .floatImg-photo {
  margin-bottom: 10px;
  display: block;
}
.floatImg p {
  overflow: hidden;
}
.floatImg-right {
  float: right;
  margin: 0 0 20px 40px;
}
.floatImg-left {
  float: left;
  margin: 0 40px 20px 0;
}
@media screen and (max-width: 767px) {
  .floatImg-left, .floatImg-right {
    float: none;
    margin: 0 auto 20px;
  }
  .floatImg-left img, .floatImg-right img {
    height: auto;
  }
}

/******************************************
ローディング　loading
******************************************/
#loading {
  width: 100vw;
  height: 100vh;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
}

#loading_barWrap {
  width: 100px;
  height: 114px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: rotate(180deg);
}
#loading_barWrap:after {
  content: "";
  background: url("../img/loading.png") center no-repeat;
  background-size: contain;
  width: 100px;
  height: 114px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: rotate(180deg);
}

#loading_bar {
  width: 99px;
  height: 0;
  background: #9a1515;
  transition-duration: 1s;
  bottom: -1px;
}

.text {
  text-align: center;
  color: #000;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  transform: rotate(180deg);
}

.loadingNone {
  display: none;
  animation: loadingAnime 1s forwards;
}

@keyframes loadingAnime {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
/******************************************
[sideBnr] 追随バナー
******************************************/
.sideBnr {
  width: 60px;
  position: fixed;
  right: -5px;
  top: 20%;
  z-index: 10;
  transition: 0.1s;
  /* sp */
}
.sideBnr a {
  font-size: 1.125rem;
  color: #9a1515;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background: #eeded7;
  border-radius: 5px;
  padding: 15px 22px 15px 15px;
  display: block;
  line-height: 1;
}
.sideBnr a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .sideBnr {
    width: 100%;
    right: 0;
    left: 0;
    top: auto;
    bottom: 0;
  }
  .sideBnr a {
    font-size: 1rem;
    line-height: 1;
    text-align: center;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    border-width: 0;
    border-radius: 0;
    padding: 10px;
    display: block;
  }
}

/******************************************
[global]
******************************************/
html,
body {
  /*height: 100%;*/
  max-width: 720px;
  margin: auto;
}

html {
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #000;
  background: url("../img/bg1.jpg") center top repeat;
  background-size: 100px 100px;
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
}

.inner {
  width: 100%;
  padding: 0 15px;
}

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

a {
  color: #ff9900;
}
a:hover {
  text-decoration: underline;
}

p {
  line-height: 1.8;
  text-align: justify;
}
p a {
  color: #ff9900;
  text-decoration: underline;
}

br.space {
  content: "";
  display: block;
  margin: 15px 0;
}

hr {
  margin: 0;
  padding: 30px 0;
  border: 0;
}
hr:before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #eae8e8;
}

small {
  font-size: 80%;
}

.small {
  font-size: 1em;
}

.tel i {
  margin-right: 5px;
}

.fz0 {
  font-size: 0;
}

.eng {
  font-family: "Oswald";
  font-weight: 400;
}

.jp {
  font-family: "Zen Old Mincho";
  font-weight: 400;
}

.img {
  font-size: 0;
}
.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

/******************************************
[文字拡大]
******************************************/
.big {
  font-size: 120% !important;
  font-weight: 600 !important;
  /* sp */
}
@media screen and (max-width: 767px) {
  .big {
    line-height: 1.6;
  }
}

/******************************************
[テキスト揃え]
******************************************/
.t-center {
  text-align: center !important;
}

.t-center-pc {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .t-center-pc {
    text-align: justify;
  }
}

.t-left {
  text-align: left !important;
}

.t-right {
  text-align: right !important;
}

/******************************************
[左右寄せ float]
******************************************/
.f-left {
  float: left;
  margin: 0 20px 0 0;
}

.f-right {
  float: right;
  margin: 0 0 0 20px;
}

/******************************************
[テキストカラー]
******************************************/
.color-main {
  color: #9a1515;
}

.color-sub {
  color: #eeded7;
}

.black {
  color: #000;
}

.white {
  color: #fff;
}

.red {
  color: #d30616;
}

.orange {
  color: #ff9900;
}

.yellow {
  color: #fff000;
}

.green {
  color: #bbce8e;
}

.blue {
  color: #3551a4;
}

.brown {
  color: #8b674c;
}

.gray {
  color: #9d9d9d;
}

.gray-light {
  color: #eae8e8;
}

/******************************************
[見出し]
******************************************/
h3 {
  font-size: 1.5625rem;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 2px;
  text-indent: 2px;
  text-align: center;
  margin-bottom: 30px;
}
h3 span {
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 400;
  display: block;
  letter-spacing: 0;
  text-indent: 0;
  color: #9a1515;
}

h4 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  color: #9a1515;
  border-bottom: 2px solid #eae8e8;
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: inline-block;
}
h4:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #ff9900;
  position: absolute;
  bottom: -2px;
}

h5 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
  color: #3551a4;
  margin: 10px 0;
}

/******************************************
[header]
******************************************/
.scrollOn header {
  top: 0;
  transition: 0.5s;
}

header {
  background: #fff;
  max-width: 720px;
  position: fixed;
  top: -60px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1000;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  transition: 0.5s;
}
header .header {
  height: 60px;
  padding: 5px 70px;
}
header .header .logo a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
header .header .logo a img {
  height: 50px;
}

/******************************************
[footer]
******************************************/
footer {
  background: #fff url("../img/bg_seigaiha-g.png") center repeat;
  background-size: 100px 57px;
  padding: 40px 15px;
  border-top: 1px solid #9d9d9d;
}
footer .footer p {
  line-height: 1.4;
  margin: 5px 0;
}
footer .footer .logo {
  text-align: center;
}
footer .footer .logo img {
  height: 80px;
}
footer .footer .tel {
  font-size: 1.5625rem;
  line-height: 1;
  color: #d30616;
  text-align: center;
  padding: 7px 20px 10px;
  border-radius: 100px;
  background-color: #fff;
  display: inline-block;
  margin: 10px 0;
}
footer .footer .footNav {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 211px;
  margin-top: 15px;
}
footer .footer .footNav > li {
  width: 60%;
  margin-top: 10px;
}
footer .footer .footNav > li a {
  font-size: 1rem;
  font-weight: 700;
  color: #9a1515;
}
footer .footer .footNav > li:nth-child(-n+4) {
  width: 40% !important;
}
footer .footer .nav-sub {
  margin-top: -2px;
}
footer .footer .nav-sub li a {
  font-size: 0.875rem;
  font-weight: normal;
  color: #000;
}
footer .footer .nav-sub li a:before {
  content: "-";
  margin: 0 5px;
}

/* コピーライト */
.copy {
  font-size: 0.75rem;
  text-align: center;
  color: #000;
  margin-top: 30px;
}

/******************************************
[section]
******************************************/
section {
  padding: 40px 0;
  overflow: hidden;
}
section:nth-child(even) {
  background: url("../img/bg2.jpg") center top repeat;
  background-size: 100px 100px;
}
section:nth-child(even) hr:before {
  background: rgba(154, 21, 21, 0.4);
}

/******************************************
[グローバルナビ]
******************************************/
nav {
  position: fixed;
  left: -100vw;
  top: 0;
  width: 100%;
  height: 100%;
  background: #eae8e8 url("../img/bg_seigaiha-g.png") center repeat;
  background-size: 100px 57px;
  overflow-y: auto;
  z-index: 1000000;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  will-change: transform;
  border-width: 0;
  border-radius: 0;
  padding: 25px 15px 20px;
}
nav > ul {
  display: block;
  width: 100%;
}
nav > ul.navStore {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
nav > ul.navStore li:nth-child(1) {
  width: 100%;
}
nav > ul.navStore li:nth-child(1) li {
  width: 32.333% !important;
}
nav > ul.navStore li:nth-child(2) {
  width: 40%;
}
nav > ul.navStore li:nth-child(3) {
  width: 58%;
}
nav > ul.navStore li.nav-main > a {
  line-height: 1;
  text-align: center;
  padding: 15px 0;
  display: block;
  font-weight: 700;
  color: #fff;
  background-color: #000;
}
nav > ul.navStore li .nav-sub {
  display: flex;
  justify-content: space-between;
}
nav > ul.navStore li .nav-sub li {
  width: 100%;
}
nav > ul.navStore li .nav-sub li a {
  font-size: 1rem;
  display: block;
  text-align: center;
  padding: 20px 0;
  margin: 10px 0;
  background-color: #fff;
}
nav > ul.navRecruit {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
nav > ul.navRecruit li {
  width: 49%;
}
nav > ul.navRecruit li.nav-main > a {
  line-height: 1;
  text-align: center;
  padding: 15px 0;
  display: block;
  font-weight: 700;
  color: #fff;
  background-color: #000;
}
nav > ul.navRecruit li .nav-sub {
  display: flex;
  justify-content: space-between;
}
nav > ul.navRecruit li .nav-sub li {
  width: 100%;
}
nav > ul.navRecruit li .nav-sub li a {
  font-size: 1rem;
  display: block;
  text-align: center;
  padding: 20px 0;
  margin: 10px 0;
  background-color: #fff;
}
nav > ul.navOther {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
nav > ul.navOther li {
  width: 32.333%;
}
nav > ul.navOther li .nav-sub {
  display: flex;
  justify-content: space-between;
}
nav > ul.navOther li .nav-sub li {
  width: 100%;
}
nav > ul.navOther li .nav-sub li a {
  font-size: 1rem;
  color: #fff;
  display: block;
  text-align: center;
  padding: 20px 0;
  margin: 10px 0;
  background-color: #000;
}
nav > ul li a {
  color: #000;
}
nav .ttl {
  font-size: 1.25rem;
  font-weight: 700;
}
nav .spNav-info {
  padding: 15px;
}
nav .spNav-info dl {
  margin-bottom: 10px;
}
nav .spNav-info dl dt > p {
  line-height: 1;
  color: #9a1515;
  padding: 5px;
}
nav .spNav-info dl dd {
  font-size: 0.875rem;
  margin-left: 5px;
  line-height: 1.3;
}
nav .spNav-info dl dd.tel {
  font-size: 1.25rem;
}
nav .spNav-info .schedule {
  padding: 5px;
  margin-bottom: 20px;
}
nav .spNav-info .schedule table tr th, nav .spNav-info .schedule table tr td {
  font-size: 0.75rem;
}
nav .spNav-info .schedule table tr td.maru, nav .spNav-info .schedule table tr td.holiday {
  padding: 8px;
}

/* スマホ用グローバルナビボタン
******************************************/
.button,
.telBtn,
.screen {
  position: fixed;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.button,
.telBtn {
  background: #9a1515;
  top: 5px;
  width: 50px;
  height: 50px;
  z-index: 999999;
  cursor: pointer;
  border-radius: 4px;
}
.button:after,
.telBtn:after {
  font-size: 0.75rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  bottom: 6px;
  width: 100%;
  display: block;
  position: absolute;
}

.button {
  left: 5px;
  outline: none;
}
.button:after {
  content: "MENU";
  color: #fff;
}
.button .bar {
  display: block;
  position: absolute;
  top: 16px;
  right: 0;
  left: 0;
  width: 35px;
  height: 2px;
  margin: auto;
  background: #fff;
}
.button .bar:before, .button .bar:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  width: 35px;
  height: 2px;
  margin: auto;
  background: #fff;
}
.button .bar:before {
  top: -8px;
}
.button .bar:after {
  top: 8px;
}

.open nav {
  left: 0;
}
.open .button {
  background: #9a1515;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  left: initial;
  right: 5px;
  box-shadow: none;
  z-index: 1000000;
}
.open .button:after {
  content: "CLOSE";
  color: #fff;
  bottom: 4px;
}
.open .telBtn {
  z-index: 999998;
}
.open .bar {
  background: none;
}
.open .bar:before, .open .bar:after {
  top: 0;
  background: #fff;
}
.open .bar:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.open .bar:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.open .screen {
  opacity: 0.9;
  visibility: visible;
}

.open2 .modalTel {
  right: 0;
}
.open2 .telBtn:after {
  content: "CLOSE";
}
.open2 .telBtn:before {
  content: "";
}
.open2 .icon-tel {
  display: none;
}
.open2 .telBtn {
  z-index: 1000000;
}
.open2 .bar {
  display: block;
  position: absolute;
  top: 16px;
  right: 0;
  left: 0;
  width: 35px;
  height: 2px;
  margin: auto;
}
.open2 .bar:before, .open2 .bar:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 35px;
  height: 2px;
  margin: auto;
  background: #fff;
}
.open2 .bar:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.open2 .bar:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.open2 .screen {
  opacity: 0.9;
  visibility: visible;
}

.telBtn {
  right: 5px;
  padding: 5px 0;
  text-align: center;
  z-index: 999997;
}
.telBtn:after {
  content: "TEL";
  color: #fff;
}
.telBtn i {
  font-size: 1.5625rem;
  line-height: 1;
  color: #fff;
  top: 2px;
}

.screen {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0;
  visibility: hidden;
  z-index: 999998;
}

/* クローンナビ */
.clone-nav {
  width: 100%;
  height: 70px;
  z-index: 1000;
  position: fixed;
  left: 0;
  top: -10px;
  max-width: 100% !important;
  transition: 0.3s;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  background: #9a1515;
  border-top-width: 0;
  padding: 0;
  margin: auto !important;
  display: flex;
  border-radius: 0 !important;
}
.clone-nav.is-show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  top: 0;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
.clone-nav.is-show .clone-navi-logo {
  display: block;
  padding: 10px 0 10px 20px;
}
.clone-nav.is-show .clone-navi-logo a {
  font-size: 0;
}
.clone-nav.is-show .clone-navi-logo a img {
  width: auto;
  height: 100%;
}
.clone-nav ul {
  width: 100%;
  justify-content: flex-end;
  flex: 1;
  margin: 0;
  padding-right: 10px;
}
.clone-nav ul li {
  background-color: #9a1515;
  border-right-width: 0 !important;
}
.clone-nav ul li.nav-main a:after {
  font-size: 8px;
  bottom: -3px;
}
.clone-nav ul li a {
  font-size: 16px !important;
}
/******************************************
[totop] トップへ戻るボタン
******************************************/
.pagetop {
  position: fixed;
  z-index: 10;
  transition: 0.3s;
  bottom: -40px;
  right: 0;
  width: 40px;
  height: 40px;
  background-color: #9a1515;
}
.pagetop a {
  font-size: 0.75rem;
  color: #fff;
  /*font-family: "Waterfall";
  letter-spacing: 5px;
  text-indent: 5px;
  font-weight: normal;*/
  line-height: 1;
  text-align: center;
  display: block;
  padding: 7px;
  transition: 0.3s;
}
.pagetop a i {
  display: block;
  transform: rotate(180deg);
}
.pagetop:active a {
  text-decoration: none;
}
.pagetop.fade {
  bottom: 0;
}

/******************************************
[google map]
******************************************/
.gmap {
  background-color: #fff;
  padding: 10px;
  overflow: hidden;
  height: 420px;
}

/******************************************
[画像・ボックスの影]
******************************************/
.shadow-1 {
  box-shadow: 5px 5px 0px 0px rgba(238, 222, 215, 0.5);
}

.shadow-2 {
  box-shadow: 10px 10px 0px 0px rgba(238, 222, 215, 0.5);
}

.shadow-3 {
  box-shadow: 5px 5px 5px 0px rgba(238, 222, 215, 0.5);
}

/******************************************
注釈.note
******************************************/
.note {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  text-indent: -1em;
  padding: 0 0 0 1em;
  margin: 2px 0;
  display: block;
  width: 100%;
}
.note-big {
  font-size: initial;
  line-height: 1.5;
  text-indent: -1rem;
  padding: 0 0 0 1rem;
  display: block;
}

/******************************************
[topics] トピックス
******************************************/
.topics.news ul li {
  width: 100%;
  margin-bottom: 15px;
}
.topics.news ul li .topics_date {
  color: #9a1515;
  display: block;
  margin: 0;
  font-weight: 800;
}
.topics.news ul li .category_name {
  font-size: 0.75rem;
  color: #fff;
  margin-left: 5px;
  padding: 5px 10px;
  background: #9a1515;
}
.topics.news ul li .topics_title {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  margin: 5px 0 15px;
}
.topics.news ul li a {
  color: #000;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #eae8e8;
}
.topics.news ul li a:hover {
  text-decoration: none;
}
.topics.news ul li a span {
  line-height: 1;
}
.topics.detail .topics_title {
  font-size: 1rem;
  font-weight: 600;
}
.topics.detail .topics_date {
  font-size: 0.75rem;
  text-align: right;
  margin: 15px 0;
}
.topics.detail .topics_thumb {
  margin: 10px 0;
}
.topics.detail .topics_thumb img {
  height: auto;
  max-height: 400px;
  display: block;
  margin: auto;
}
.topics.detail .topics_body {
  font-size: 0.875rem;
}
.topics.detail .topics_body a {
  text-decoration: underline;
}
.topics.thumbnail ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 2%;
}
.topics.thumbnail ul li {
  width: 23%;
}
.topics.thumbnail ul li a {
  color: #fff;
  display: block;
  line-height: 1.2;
}
.topics.thumbnail ul li .topics_thumb {
  width: 100%;
  height: 15vw;
  display: block;
  margin-bottom: 5px;
  overflow: hidden;
  background: rgba(139, 103, 76, 0.8) url("../img/logo.png") center no-repeat;
  background-size: 50%;
}
.topics.thumbnail ul li .topics_thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.topics.thumbnail ul li .topics_title {
  font-size: 1rem;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

/******************************************
[.imgTxt] 画像とテキストのセット
******************************************/
.imgTxt {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 4%;
}
.imgTxt-img {
  font-size: 0;
}
.imgTxt-img img {
  width: 60px;
  height: 100%;
  object-fit: contain;
}
.imgTxt-txt {
  flex: 1;
}
.imgTxt-txt .ttl {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 800;
  margin: 0 0 10px;
  color: #9a1515;
}
.imgTxt-txt .txt {
  line-height: 1.4;
}
.imgTxt:nth-of-type(even) .imgTxt-img {
  order: 2;
}
.imgTxt:nth-of-type(even) .imgTxt-txt {
  order: 1;
}
.imgTxt.mini .imgTxt-img {
  width: 300px;
}
.imgTxt.mini .imgTxt-txt {
  flex: 1;
}
.imgTxt.reverse .imgTxt-img {
  order: 2;
}
.imgTxt.reverse .imgTxt-txt {
  order: 1;
}

/******************************************
[btn] ボタン
******************************************/
.btn {
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 20px auto 5px;
  z-index: 1;
}
.btn a {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  background: #000 url("../img/bg_ishidatami.png") center repeat;
  background-size: 5px 5px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  margin: 0 10px;
  transition: 0.5s;
  min-width: 200px;
  transition: 0.1s;
  box-shadow: 0 3px 0 0 #6d0f0f;
  /*&:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 10px 15px rgba($black, 0.3);
    text-decoration: none;
    opacity: 0.8;
  }*/
}
.btn a:hover {
  -webkit-transform: translateY(3px);
  transform: translate(0, 3px);
  text-decoration: none;
  box-shadow: 0 0 0 0 #1c2b57;
}
.btn a:after {
  font-family: "icomoon";
  font-weight: normal;
  content: "\e902";
  margin: 2px 0 0 10px;
}

.btn2 {
  text-align: right;
  display: flex;
  justify-content: right;
  margin: 10px 0 0;
  z-index: 1;
}
.btn2 a {
  font-size: 1rem;
  color: #eeded7;
  text-decoration: none;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn2 a:after {
  font-family: "icomoon";
  content: "\e902";
  margin: 2px 0 0 5px;
}

.btn3 {
  display: flex;
  margin: 10px 0 0;
  z-index: 1;
}
.btn3 a {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 6px;
  border: 1px solid #9a1515;
  padding: 15px 0;
  background-color: rgba(154, 21, 21, 0.6);
}
.btn3 a:after {
  font-family: "icomoon";
  content: "\e904";
  margin: 2px 0 0 5px;
}

/******************************************
基本テーブルデザイン
******************************************/
table.basic {
  width: 100%;
  table-layout: fixed;
  margin: 0;
}
table.basic tr > th, table.basic tr td {
  font-size: 0.8125rem;
  vertical-align: text-top;
  padding: 10px 5px;
  border-bottom: 1px solid #eae8e8;
  line-height: 1.4;
}
table.basic tr > th {
  text-align: left;
  width: 70px;
  color: #9a1515;
}
table.basic tr:first-child > th, table.basic tr:first-child td {
  padding-top: 0;
}
table.basic.about th, table.basic.about td {
  font-size: 0.75rem;
  line-height: 1.4;
  padding: 10px 5px;
}
table.basic.about th {
  width: 65px !important;
  font-weight: 600;
  border-bottom: 2px solid #bbce8e;
  color: #bbce8e;
  padding-left: 0;
}
table.basic.about td {
  padding-left: 10px;
  border-bottom: 2px solid #eae8e8;
}
table.normal {
  background: #fff;
}
table.normal tr th, table.normal tr td {
  font-size: 0.625rem;
  line-height: 1.6;
  color: #000;
  border: 1px solid #9d9d9d;
  padding: 5px;
}
table.normal tr th {
  text-align: center;
  background: #eae8e8;
  width: 80px;
}

/******************************************
[.frame] フレーム
******************************************/
.frame {
  color: #000;
  background: #f0e0d8;
  padding: 24px;
  margin: 20px 0;
}
.frame-line {
  border: 1px solid #fff;
  padding: 0 20px;
  border-radius: 2px;
  margin: 10px 0;
}
.frame-white {
  background-color: #fff;
  padding: 15px;
  margin: 20px 0;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

/******************************************
[.check] チェックボックス
******************************************/
ul.normal li {
  line-height: 1.4;
  margin: 5px 0 0;
  padding: 0 0 0 17px;
  text-indent: -7px;
}
ul.normal li:before {
  color: #9a1515;
  font-size: 60%;
  content: "●";
  line-height: 1;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
}
ul.normal li:first-child {
  margin-top: 0;
}
ul.check li {
  line-height: 1.4;
  display: flex;
  align-items: baseline;
  margin: 5px 0 0;
  padding-bottom: 5px;
}
ul.check li:before {
  color: #9a1515;
  font-size: 1.3em;
  content: "\e901";
  font-family: "icomoon";
  display: block;
  text-align: center;
  margin-right: 5px;
}
ul.check li:first-child {
  margin-top: 0;
}
ul.check.inline {
  display: flex;
  flex-wrap: wrap;
}
ul.check.inline li {
  margin: 0 15px 5px 0;
}

dl.normal dt {
  font-weight: 700;
  text-indent: -21px;
  padding-left: 25px;
  margin-top: 10px;
}
dl.normal dd {
  padding-left: 12px;
}
dl.check {
  margin-bottom: 15px;
  padding-bottom: 15px;
}
dl.check:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom-width: 0;
}
dl.check dt {
  font-size: 1rem;
  line-height: 1;
  font-weight: bold;
  color: #eeded7;
  display: flex;
  align-items: baseline;
  margin-top: 20px;
}
dl.check dt p {
  line-height: 1;
}
dl.check dt:first-of-type {
  margin-top: 0;
}
dl.check dt:before {
  font-size: 1.3em;
  content: "\e901";
  font-family: "icomoon";
  display: block;
  text-align: center;
}
dl.check dd {
  font-size: 0.875rem;
  padding-bottom: 15px;
  border-bottom: 1px solid #eae8e8;
}
dl.check dd p {
  line-height: 1.4;
}

/******************************************
[値段共通] .price
******************************************/
.price {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding: 8px 10px 10px;
  margin: 5px 0 0;
  border-bottom: 1px solid #eae8e8;
  background-color: #fff;
}
.price:first-of-type {
  margin-top: 0;
}
.price dt, .price dd {
  line-height: 1.4;
}
.price dt {
  font-size: 1rem;
  flex: 1;
  color: #eeded7;
}
.price dt small {
  color: #000;
}
.price dd {
  font-size: 1.125rem;
  padding-left: 10px;
  color: #ff9900;
  text-align: right;
}

/******************************************
ローディング　loading
******************************************/
#load_animation {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10000;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#load_animation .load-icon {
  padding: 50px 0;
}

#load_animation .load-icon img {
  width: 200px;
  height: auto;
  display: none;
}

#load_animation .loading_gif {
  padding: 50px 0;
}

#load_animation .loading_gif img {
  height: auto;
  display: none;
}

/******************************************
コンタクトエリア　.contactSec
******************************************/
#contactSec {
  background-color: #fff !important;
  box-shadow: 0 -5px 5px 0 rgba(0, 0, 0, 0.1);
}
#contactSec h3 {
  margin-bottom: 40px;
}
#contactSec .contactSec {
  display: flex;
  gap: 4%;
}
#contactSec .contactSec li {
  width: 50%;
  text-align: center;
}
#contactSec .contactSec li p {
  text-align: center;
  line-height: 1;
}
#contactSec .contactSec li .ttl {
  font-size: 1rem;
  color: #9a1515;
  background-color: #fff;
  display: inline-block;
  padding: 0 5px;
  z-index: 1;
}
#contactSec .contactSec li .tel {
  font-size: 1rem;
  border: 2px solid #eae8e8;
  border-radius: 10px;
  padding: 20px 10px 15px;
  margin-top: -17px;
}
#contactSec .contactSec-bnr {
  text-align: center;
  margin-top: 20px;
}
#contactSec .contactSec-bnr a {
  display: inline-block;
  margin: 0 5px;
}
#contactSec .contactSec-bnr a img {
  width: auto;
  height: 50px;
}

.modalTel {
  position: fixed;
  right: -100vw;
  top: 0;
  width: 100%;
  height: 100%;
  background: #eae8e8 url("../img/bg_seigaiha-g.png") center repeat;
  background-size: 100px 57px;
  overflow-y: auto;
  z-index: 1000000;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  will-change: transform;
  border-width: 0;
  border-radius: 0;
  padding: 25px 15px 20px;
}
.modalTel .ttl {
  font-weight: 700;
  color: #fff;
  background-color: #000;
  padding: 10px 10px 12px;
  line-height: 1;
  margin: 10px 0 5px;
}
.modalTel dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.modalTel dl dt, .modalTel dl dd {
  padding: 7px 10px 5px;
  margin: 5px 0;
  line-height: 1;
}
.modalTel dl dt {
  width: 30%;
  background-color: #eeded7;
  text-align: center;
}
.modalTel dl dd {
  width: 70%;
  font-size: 1.25rem;
  font-weight: 700;
}
.modalTel dl dd a {
  color: #000;
}

/******************************************
ローディング　loading
******************************************/
#load_animation {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}

#load_animation.is-active {
  opacity: 0;
  visibility: hidden;
}

.load-icon {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #fff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}
.load-icon img {
  width: 70%;
  height: auto;
}

.load-icon.is-active {
  opacity: 1;
  visibility: visible;
}

/******************************************
下部固定ボタン.fixBnr
******************************************/
.fixBnr {
  width: 100%;
  height: 50px;
  display: flex;
  gap: 2%;
  padding: 10px;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  z-index: 999;
}
.fixBnr > div.line {
  width: 58%;
}
.fixBnr > div.line a {
  background-color: #00B900;
}
.fixBnr > div.line a:after {
  font-size: 100%;
  font-family: "icomoon";
  content: "\e900";
  display: inline-block;
  margin-left: 5px;
  line-height: 1;
}
.fixBnr > div.web {
  width: 42%;
}
.fixBnr > div.web a {
  background-color: #d30616;
}
.fixBnr > div.web a:after {
  font-size: 100%;
  font-family: "icomoon";
  content: "\e904";
  display: inline-block;
  margin-left: 5px;
  line-height: 1;
}
.fixBnr > div a {
  font-size: 1rem;
  text-align: center;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
}

.anchorBtn .btn {
  margin: 0;
  padding: 0;
}
.anchorBtn .btn a {
  font-size: 0.875rem;
  min-width: initial;
  width: 100%;
  margin: 0;
  padding: 8px 10px 10px;
}
.anchorBtn .btn a:after {
  margin: 2px 0 0 5px;
  transform: rotate(90deg);
}

.stepBox {
  background-color: #fff;
  border: 3px solid #9a1515;
  border-radius: 10px;
  padding: 15px;
  margin-top: 30px;
}
.stepBox:first-of-type {
  margin-top: 0;
}
.stepBox .step {
  font-size: 1.875rem;
  color: #fff;
  text-align: center;
  line-height: 1;
  width: 65px;
  height: 65px;
  border-radius: 100px;
  overflow: hidden;
  position: absolute;
  top: -18px;
  left: -10px;
  margin: auto;
  background: #d30616;
  padding: 11px;
  z-index: 100;
}
.stepBox .step span {
  font-size: 0.8125rem;
  display: block;
  margin-bottom: -2px;
}
.stepBox .ttl {
  font-size: 1.25rem;
  color: #d30616;
  font-weight: 700;
  padding-left: 50px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.stepBox .btn {
  margin-top: 10px;
}
.stepBox .btn a {
  font-size: 0.875rem;
  padding: 5px 20px 7px;
}

.ub:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background-color: #d30616;
  border-radius: 10px;
}

.btn.tel a {
  width: 100%;
  color: #fff;
  background-color: #9a1515;
}
.btn.tel a:after {
  content: "\e90d";
}

dl.accordion:first-child dt {
  margin-top: 0;
}
dl.accordion dt {
  font-size: 0;
  margin-top: 5px;
}
dl.accordion dt:after {
  font-size: 0.75rem;
  color: #fff;
  font-family: "icomoon";
  content: "\e908";
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
}
dl.accordion dd {
  display: none;
  padding: 0 5px;
  margin-bottom: 20px;
}
dl.accordion dd a {
  font-size: 1.125rem;
  color: #000;
  text-align: center;
  font-weight: 500;
  display: block;
  line-height: 1.3;
  background-color: #fff;
  padding: 15px;
  margin-top: 5px;
}
dl.accordion dd a:after {
  font-size: 0.625rem;
  font-family: "icomoon";
  content: "\e90a";
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
}

#index {
  /******************************************
  [mv]
  ******************************************/
  /******************************************
  [sec1]  こだわり
  ******************************************/
  /******************************************
  [sec3]  採用情報
  ******************************************/
  /******************************************
  [sec4]  トップお知らせ
  ******************************************/
}
#index .mv {
  z-index: 1;
}
#index .mv-box {
  width: 100%;
  height: 100%;
  margin: auto;
}
#index .mv-box .mv-logo {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  z-index: 1;
  text-align: center;
}
#index .mv-box .mv-logo img {
  width: 60%;
  height: auto;
}
#index .mv-box .mv-img {
  font-size: 0;
  width: 100%;
  height: auto;
}
#index .intro .ttl {
  font-family: "New Tegomin";
  font-size: 2.1875rem;
  color: #d30616;
  line-height: 1.1;
  text-align: center;
  letter-spacing: -2px;
  margin-bottom: 20px;
}
#index .intro .ttl small {
  color: #000;
}
#index .intro .kodawari {
  margin: auto;
  border: 4px solid #f0e0d8;
  background: rgba(240, 224, 216, 0.4) url("../img/bg_sayagata.png") center repeat;
  background-size: 70px 85px;
  padding: 15px;
  margin-bottom: 60px;
}
#index .intro .kodawari ul li {
  font-size: clamp(16px, 16px + 19 * (100vw - 375px) / 1545, 35px);
  line-height: 1.4;
  text-indent: -32px;
  padding-left: 32px;
  margin-top: 20px;
}
#index .intro .kodawari ul li:before {
  content: "";
  background-position: centers;
  background-size: contain;
  position: absolute;
}
#index .intro .kodawari ul li:first-child {
  margin-top: 0;
}
#index .intro .kodawari ul li:nth-child(odd) {
  margin-left: 19px;
}
#index .intro .kodawari ul li:nth-child(1) {
  margin-left: 35px;
}
#index .intro .kodawari ul li:nth-child(1):before {
  background-image: url("../img/index_sec1-img1.png");
  width: 60px;
  height: 60px;
  left: -70px;
  top: -10px;
}
#index .intro .kodawari ul li:nth-child(2):before {
  background-image: url("../img/index_sec1-img2.png");
  width: 118px;
  height: 75px;
  right: -40px;
  top: -20px;
}
#index .intro .kodawari ul li:nth-child(4):before {
  background-image: url("../img/index_sec1-img3.png");
  width: 101px;
  height: 80px;
  left: 160px;
  bottom: -60px;
}
#index .recruitBtn {
  margin-top: 40px;
  padding: 5px;
}
#index .recruitBtn .ttl {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  padding: 10px 20px;
  background: #9a1515 url("../img/bg_shippo.png") center repeat;
  background-size: 25px 25px;
  display: inline-block;
  position: absolute;
  left: -5px;
  top: -13px;
  z-index: 1;
}
#index .recruitBtn .img {
  font-size: 0;
}
#index .recruitBtn .txt {
  font-size: 0.9375rem;
  color: #fff;
  padding: 20px;
  background: #9a1515 url("../img/bg_seigaiha-w.png") center repeat;
  background-size: 100px 56px;
}
#index .recruitBtn .btn {
  margin-top: 0;
  width: 100%;
}
#index .recruitBtn .btn a {
  width: 100%;
  margin: 0;
}
#index .recruitBtn:first-child {
  margin-top: 0;
}
#index .recruitBtn:nth-child(odd) .ttl {
  right: -5px;
  left: initial;
  top: -13px;
}
#index #news {
  background: #9a1515 url("../img/bg_shippo.png") center repeat;
  background-size: 25px 25px;
}
#index #news h3 {
  color: #fff;
}
#index #news h3 span {
  color: #fff000;
}
#index #news .news {
  background-color: #fff;
  padding: 15px;
}
#index #news .news ul li a {
  font-size: 0.875rem;
}

#second {
  /******************************************
  [mv] メインタイトル
  ******************************************/
  /******************************************
  [concept.html] こだわり
  ******************************************/
  /******************************************
  [shonai.html] 
  ******************************************/
  /******************************************
  [fc.html] FC加盟オーナー募集
  ******************************************/
  /******************************************
  [entry] 募集要項
  ******************************************/
  /******************************************
  [recruit.html] 求職者の方へ
  ******************************************/
  /******************************************
  [news.html] トピックスリスト
  ******************************************/
  /******************************************
  [contact.html] お問い合わせ
  ******************************************/
}
#second header {
  top: 0px;
}
#second .mv {
  width: 100%;
  margin-top: 60px;
}
#second .mv .mv-ttl {
  font-size: 1.25rem;
  line-height: 1.4;
  color: #fff;
  font-weight: 700;
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  text-align: left;
  display: flex;
  align-items: center;
}
#second .mv-img {
  font-size: 0;
  width: 100%;
  height: auto;
}
#second .intro .kodawari ul li {
  border: 4px solid #f0e0d8;
  background: rgba(240, 224, 216, 0.4) url("../img/bg_sayagata.png") center repeat;
  background-size: 70px 85px;
  padding: 15px;
  margin-top: 10px;
}
#second .intro .kodawari ul li p {
  font-size: clamp(15px, 15px + 20 * (100vw - 375px) / 1545, 35px);
  font-weight: bold;
  line-height: 1.4;
  text-indent: -32px;
  padding-left: 32px;
  z-index: 2;
  text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}
#second .intro .kodawari ul li img {
  width: 70px;
  position: absolute;
  right: -25px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
#second .intro .kodawari ul li:first-child {
  margin-top: 0;
}
#second .salt .img {
  margin-bottom: 20px;
}
#second .salt .img img {
  z-index: 0;
}
#second .salt .img img:last-child {
  width: 100px;
  position: absolute;
  right: -10px;
  bottom: 10px;
  z-index: 1;
}
#second .btn.menu {
  margin: 0;
}
#second .btn.menu a {
  font-size: 1.25rem;
  line-height: 1.4;
  width: 100%;
  padding: 20px 0;
  background: #9a1515 url("../img/bg_ishidatami.png") center repeat;
  background-size: 5px 5px;
}
#second .fc dl {
  display: flex;
  margin-top: 10px;
}
#second .fc dl:first-child {
  margin-top: 0;
}
#second .fc dl dt, #second .fc dl dd {
  font-size: 0.875rem;
  line-height: 1.6;
  padding: 10px 5px;
}
#second .fc dl dt {
  width: 70px;
  font-weight: 700;
  color: #fff;
  background-color: #9a1515;
  text-align: center;
}
#second .fc dl dd {
  margin-left: 10px;
  flex: 1;
}
#second .calculation {
  width: 100%;
}
#second .calculation tr th, #second .calculation tr td {
  font-size: 0.875rem;
  font-weight: 700;
  border: 3px solid #fff;
  padding: 5px 10px;
}
#second .calculation tr th {
  width: 150px;
  text-align: left;
  background-color: rgba(187, 206, 142, 0.4);
  color: #000;
}
#second .calculation tr td {
  text-align: right;
}
#second .calculation tr:nth-child(odd) td {
  background-color: rgba(234, 232, 232, 0.5);
}
#second .calculation tr:last-child th, #second .calculation tr:last-child td {
  background-color: #9a1515;
  color: #fff;
}
#second .entry h4 {
  font-size: 1rem;
  width: 100%;
}
#second .entry .tag {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  display: inline-block;
  padding: 7px 10px 8px;
  margin: 5px 0 15px;
}
#second .entry .tag.class {
  background-color: #3551a4;
}
#second .entry .tag.status {
  background-color: #d30616;
}
#second .recruit-search {
  font-size: 18px;
  padding: 20px 0;
  border-top: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  display: block;
  align-items: baseline;
  background-color: #f9f9f9;
}
#second .recruit-search li {
  display: inline-flex;
  align-items: center;
  margin-right: 20px;
  padding: 5px 0;
}
#second .recruit-search p {
  font-size: 18px;
  line-height: 1;
  padding: 10px;
  display: inline-block;
}
#second .recruit-search p:first-child {
  font-weight: 700;
}
#second .recruit-search input, #second .recruit-search select {
  font-size: 1rem;
  border: 1px solid #bbbbbb;
  border-radius: 5px;
  padding: 0 10px;
  margin: 5px;
  height: 30px;
  -webkit-appearance: auto;
  -moz-appearance: auto;
}
#second .recruit-search .recruit-search input[type=text] {
  width: 300px;
}
#second .entryDetail {
  width: 100%;
}
#second .entryDetail tr {
  display: block;
  width: 100%;
  margin-top: 10px;
  border: 1px solid #000;
}
#second .entryDetail tr th, #second .entryDetail tr td {
  width: 100%;
  font-size: 0.875rem;
  padding: 10px;
  display: block;
}
#second .entryDetail tr th {
  color: #fff;
  background-color: #3551a4;
}
#second .number {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px 4%;
}
#second .number li {
  width: 165px;
  padding: 15px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  text-align: center;
}
#second .number li h5 {
  margin: 0 auto 10px;
}
#second .number li .num {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
#second .number li .num span {
  font-size: 2.1875rem;
  color: #d30616;
}
#second .number li .img {
  width: 80%;
  margin: 20px auto 0;
}
#second #news .inner {
  max-width: 800px;
}
#second .topics.thumbnail ul {
  flex-wrap: wrap;
  justify-content: left;
  gap: 3%;
}
#second .topics.thumbnail ul li {
  width: 31.333%;
  margin-bottom: 3%;
}
#second .topics.thumbnail ul li:nth-child(4n) {
  margin-right: 0;
}
#second .formTable {
  width: 100%;
}
#second .formTable tr {
  border-bottom: 1px solid #eae8e8;
  display: block;
}
#second .formTable tr th, #second .formTable tr td {
  font-size: 0.75rem;
  line-height: 1.5;
  padding: 5px 0;
  width: 100% !important;
  display: block;
}
#second .formTable tr th {
  font-weight: 600;
  text-align: left;
  margin-top: 10px;
}
#second .formTable tr th span {
  font-size: 0.625rem;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  background-color: #d30616;
  border-radius: 2px;
  padding: 3px 5px;
  display: inline-block;
  margin-left: 10px;
}
#second .formTable tr td {
  margin-bottom: 10px;
}
#second .formTable tr td input,
#second .formTable tr td select,
#second .formTable tr td textarea {
  width: 100% !important;
  border: 1px solid #9d9d9d;
  border-radius: 2px;
  padding: 5px 10px;
  /* IE */
  /* Edge */
}
#second .formTable tr td input::placeholder,
#second .formTable tr td select::placeholder,
#second .formTable tr td textarea::placeholder {
  color: #ccc;
}
#second .formTable tr td input:-ms-input-placeholder,
#second .formTable tr td select:-ms-input-placeholder,
#second .formTable tr td textarea:-ms-input-placeholder {
  color: #ccc;
}
#second .formTable tr td input::-ms-input-placeholder,
#second .formTable tr td select::-ms-input-placeholder,
#second .formTable tr td textarea::-ms-input-placeholder {
  color: #ccc;
}
#second .formTable tr td .select {
  display: inline-flex;
  align-items: center;
}
#second .formTable tr td .select i {
  font-size: 70%;
  color: #9a1515;
  display: inline-block;
  position: absolute;
  right: 26px;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 14px 0;
  z-index: 1;
}
#second .formTable tr td .select select {
  padding-right: 20px;
  margin-right: 5px;
}
#second .formTable tr td label {
  margin-right: 10px;
}
#second .formTable tr td label input[type=checkbox],
#second .formTable tr td label input[type=radio] {
  margin-right: 5px;
  -webkit-appearance: checkbox;
  width: auto !important;
}
#second .submit {
  text-align: center;
  margin-top: 20px;
}
#second .submit input {
  font-size: 0.9375rem;
  text-align: center;
  border: 1px solid #9d9d9d;
  padding: 5px 10px;
  margin: 0 5px;
  width: 100px;
}
#second .submit input[type=submit] {
  color: #fff;
  background: #9a1515;
}
#second .privacy-box {
  width: 100%;
  height: 300px;
  background: #fff;
  border: 1px solid #9d9d9d;
  margin-top: 0 !important;
  padding: 10px;
}
#second .privacy-box-txt {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
#second .privacy-box-txt > p {
  font-size: 0.75rem;
  line-height: 1.6;
  margin-bottom: 20px;
}
#second .privacy-box-txt dl dt, #second .privacy-box-txt dl dd {
  font-size: 0.75rem;
  line-height: 1.6;
}
#second .privacy-box-txt dl dt p, #second .privacy-box-txt dl dd p {
  line-height: 1.6;
}
#second .privacy-box-txt dl dt {
  font-weight: bold;
  color: #3551a4;
  margin: 20px 0 5px;
}
#second .privacy-box-txt dl dd:nth-child(2) {
  margin-bottom: 10px;
}
#second .privacy-box-txt dl dd a {
  color: #ff9900;
  text-decoration: underline;
}
#second .privacy-box-txt ul {
  margin: 0 0 20px 2em;
}
#second .privacy-box-txt ul.parenthesized {
  margin: 0 0 20px 1em;
}
#second .privacy-box-txt ul.parenthesized li {
  list-style-type: none;
  counter-increment: cnt;
}
#second .privacy-box-txt ul.parenthesized li::before {
  content: "（ " counter(cnt) " ）";
}
#second .privacy-box-txt ul.decimal li {
  list-style-type: decimal;
}
#second .privacy-box-txt ul li {
  font-size: 0.75rem;
  margin: 5px 0;
}
#second .privacy table tr th, #second .privacy table tr td {
  border: 1px solid #9d9d9d;
  padding: 10px;
}
#second .privacy table tr th {
  width: 100px;
  background-color: #eae8e8;
}
#second .cookie .cookieTable {
  overflow-y: scroll;
}
#second .cookie .cookieTable table {
  width: 800px;
}
#second .cookie .cookieTable table tr th, #second .cookie .cookieTable table tr td {
  font-size: 0.875rem;
}
#second .cookie .cookieTable table tr th {
  width: 33.333% !important;
}