body {
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-style: normal;
  font-weight: 200;
  margin: 0 !important;
}

@media screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .sp {
    display: none !important;
  }

  .box-content .bottom {
    min-height: 40px;
  }
}

.content .clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.content .mv {
  background: url(../images/mv_pc.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 600px;
  margin: -1px auto;
}

@media screen and (max-width: 1024px) {
  .content .mv {
    background: url(../images/mv_sp.jpg) no-repeat center;
    padding: 0;
    background-size: cover;
    height: 40vw;
  }
}

.content section {
  /*border-left: 16px solid #D138B0;*/
  /*padding-bottom:2vh;*/
}

@media screen and (max-width: 1024px) {
  .content section {
    /*border-left: 6px solid #D138B0;*/
  }
}

.content section:nth-child(even) {
  background-color: #FFF;
}

.content section.seq_shop.clearfix {
  padding-bottom: 5vw;
}

@media screen and (max-width: 1024px) {
  .content section.seq_shop {
    padding-bottom: 9%;
  }
}

.content section .section-box {
  width: 940px;
  margin: 0 auto;
  padding: 2vh 0 0 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

@media screen and (max-width: 1024px) {
  .content section .section-box {
    width: auto;
    margin: 0 2%;
  }
}

@media screen and (min-width: 2000px) {
  .content section .section-box {
    margin: 0 auto;
  }
}

.content section .section-box .title-box {
  background-color: #000;
  color: #fff;
  width: 23%;
  height: 21vw;
  text-align: center;
  display: table;
}

.content section .section-box .title-box h2 {
  font-size: 2vw;
}

@media screen and (max-width: 1024px) {
  .content section .section-box .title-box {
    float: none;
    height: 48vw;
    width: 48%;
    font-size: 3.3vw;
  }
}

.content section .section-box .title-box .inner {
  display: table-cell;
  vertical-align: middle;
}
.content section .section-box .title-box .inner h2{
  font-family: 'Carme', sans-serif !important;
  font-size:30px;
  font-weight:normal;
  letter-spacing:1px;
}

.more_btn {
  border: solid 1px #000;
  padding: 1% 0;
  transition: all 300ms linear;
  text-align: center;
  position: relative;
}

.more_btn_lg {
  max-width: 400px;
  margin-right: auto !important;
  margin-left: auto !important;
}

.content section .section-box.blog .title-box {
  float: left;
  height: 31vw;
}

@media screen and (max-width: 1024px) {
  .content section .section-box.blog .title-box {
    float: left;
    height: 85vw;
    width: 45vw;
    font-size: 3.3vw;
  }
}

.content section .section-box.blog .box-content {
  float: left;
  margin-top: 50px;
}

.content section .section-box .box-content {
  position: relative;
  width: 25%;
  padding-bottom: 10px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

section.seq_blog .box-content {
  border: 1px solid #eee;
}

@media screen and (max-width: 1024px) {
  .content section .section-box .box-content {
    width: 45vw;
  }
}

.content section .section-box .box-content img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 45%;
}

@media screen and (max-width: 1024px) {
  .content section .section-box .box-content img {
    height: 30vw;
  }
}

@media screen and (max-width: 1024px) {
  .content section .section-box .box-content .txt {
  }
}

.content section .section-box .box-content .txt .cat {
  display: block;
  background: #FFF;
  color: #878687;
  font-style:normal;
  width: auto;
  padding: 2% 1%;
  font-size: 12px;
  text-align:center;
}

@media screen and (max-width: 1024px) {
  .content section .section-box .box-content .txt .cat {
    font-size: 2.5vw;
    font-style:normal;
    padding:0.5vw;
  }
}

.content section .section-box .box-content .txt .cat i {
  font-size: 11px;
  font-style: normal;
  letter-spacing: 1px;
  margin-right: 0.5vw;
  transform: scale(1.6, 1);
}

@media screen and (max-width: 1024px) {
  .content section .section-box .box-content .txt .cat i {
    font-size: 2vw;
    font-style: normal;
    letter-spacing: 1px;
    transform: scale(1.6, 1);
  }
}

.content section .section-box .box-content .txt .title {
  padding: 0.8vw 0.5vw 0.5vw;
  margin: 0;
  color: #111;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
}

@media screen and (max-width: 1024px) {
  .content section .section-box .box-content .txt .title {
    margin: 0;
    font-size: 3vw;
    padding: 1vw;
  }
}

.content section .section-box .btn-link  {
  margin-left: 0.5vw;
  margin-right: 0.5vw;
  font-weight: bold;
  text-decoration: none;
}
.content section .section-box .view  {
  margin-top: 0;
  margin-bottom: 0;
  float: right;
}
.content section .section-box hr  {
  margin-left: 0.5vw;
  margin-right: 0.5vw;
}





.content section .section-box .box-content .text-right  {
  margin-top: 0;
}
.content section .section-box .box-content .txt .content {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: .1em;
  padding: 1vw .5vw;
}
@media screen and (max-width: 1024px) {
  .content section .section-box .box-content .txt .content {
    margin: 0;
    font-size: 2.5vw;
    padding: 1.5vw 1vw;
  }
}

.content section .section-box .box-content .txt .date {
  font-size: 0.6vw;
  padding: 1% 3%;
  color: #7F7E7F;
  text-align: left !important;
}

@media screen and (max-width: 1024px) {
  .content section .section-box .box-content .txt .date {
    font-size: 2vw;
  }
}

.content section .section-box .box-content .link {
  display:block;
  font-size: 0.8vw;
  text-align: center;
  position: relative;
  bottom: -0.2vw;
  right: 0.4vw;
}
.content section .section-box .box-content .link::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0.2vw;
  left: 4.5vw;
  margin: auto;
  box-sizing: border-box;
  border: 5px solid transparent;
  border-left: 8px solid #000;
}

@media screen and (max-width: 1024px) {
  .content section .section-box .box-content .link {
    width: initial;
    font-size: 2.5vw;
  }
}
.inner {
  text-align: center;
}
.content section .section-box .box-content .link a {
  color: #000;
  text-decoration: underline;
  transform: scale(1.6, 1);
  font-family: 'Carme', sans-serif !important;
  letter-spacing: 0.2em;
}
section.seq_blog h2 {
  font-size: 35px;
  font-weight: normal;
  letter-spacing: 1px;
  padding: 0;
}

section.seq_blog .inner a {
  border: 1px solid #000;
  padding: 8px 10px;
  letter-spacing: 0.2em;
}
section.seq_blog .inner a:hover {
  border:1px solid #DA5FBF;
  color:#DA5FBF;
  padding:8px 10px;
}
/*
p.head {
  margin-bottom: 40px;
}
*/

/***店舗一覧***/

.content section .section-box .title-box-shop{
  text-align:center;
}
.title-box-shop h2{
  font-family: 'Carme', sans-serif !important;
  font-size:35px;
  font-weight:normal;
  letter-spacing:1px;
  padding:0;
}
.title-box-shop p {
  margin-bottom: 40px;
}
.title-box-shop .inner p{
  font-size:14px;
}
.title-box-shop .inner a{
  border:1px solid #000;
  padding:8px 10px;
  letter-spacing: 0.2em;
}
.title-box-shop .inner a:hover{
  border:1px solid #DA5FBF;
  color:#DA5FBF;
  padding:8px 10px;
}




.content section.box-recruite {
  position: relative;
  box-sizing: border-box;
  display: block;
  font-size: 14px;
  line-height: 180%;
  height: 380px !important;
  padding: 150px 5px 32px 460px;
  margin: 0 auto 60px auto;
  background: url(../images/top_recruit.png) no-repeat;
  background-size: 100% auto !important;
}

.content section.box-recruite a {
  position: absolute;
  bottom: 20px;
  right: 2vw;
  padding: 0.2vw 0.5vw;
  background: #000;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .content section.box-recruite {
    background: url(../images/top_recruit_sp.png) no-repeat;
    background-size: 100% auto !important;
    box-sizing: border-box;
    display: block;
    font-size: 3vw;
    margin: 30px 0 5vw 0;
    padding: 45vw 4vw 10vw 4vw;
    width: 100% !important;
    height: auto !important;
    white-space: normal;
    word-wrap: normal;
  }
  .content section.box-recruite a {
    background: #FFF;
    color: #000;
    border: 1px solid #000;
    text-align: center;
    display: block;
    margin: 2vw 0 0 0;
    padding: 1vw;
    position: relative;
    bottom: 0;
    right: 0;
  }

  .content section.box-recruite a::before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 2.2vw;
    left: 24vw;
    margin: auto;
    box-sizing: border-box;
    border: 5px solid transparent;
    border-left: 8px solid #000;
  }
}

/*
.content section.box-recruite .recruit-logo img {
  z-index: 3;
  position: relative;
  width: 30%;
  top: 29px;
  right: 13%;
}

@media screen and (max-width: 1024px) {
  .content section.box-recruite .recruit-logo img {
    top: -1vw;
    width: 50%;
  }
}

.content section.box-recruite .recruit-txt {
  font-size: 35px;
  font-family: ryo-text-plusn, serif;
  font-style: normal;
  font-weight: 200;
  margin: 2% 0 4%;
}

@media screen and (max-width: 1024px) {
  .content section.box-recruite .recruit-txt {
    font-size: 5vw;
    font-weight: bold;
  }
}

.content section.box-recruite .more_btn {
  text-align: center;
  border: solid 1px #6B6B6B;
  padding: 1% 0;
  font-weight: bold;
  margin: 0 39%;
  transition: all 300ms linear;
}

.content section.box-recruite .more_btn:hover {
  color: #FFF;
  background-color: #000;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .content section.box-recruite .more_btn {
    margin: 0 19%;
    font-size: 3vw;
  }
}
*/
