@charset "UTF-8";
/*****************************************************************************
shopTop
*****************************************************************************/
#shopTop, #shopTop2 {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#shopTop > .inner, #shopTop2 > .inner {
  width: 100%;
  height: 500px;
  display: flex;
}

body.vlr #shopTop > .inner, body.vlr #shopTop2 > .inner {
  height: 460px;
}

#shopTop .shopTitle, #shopTop2 .shopTitle {
  width: 50%;
  background: #dc0012;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}

#shopTop .shopTitle > .inner, #shopTop2 .shopTitle > .inner {
  float: right;
  width: 600px;
  padding-right: 20px;
  line-height: 1;
  color: #ffffff;
  margin-right: 62px;
}
@media screen and (max-width: 1400px) {
  #shopTop .shopTitle > .inner, #shopTop2 .shopTitle > .inner {
  margin-right: 0;
}
}

#shopTop .shopTitle a, #shopTop2 .shopTitle a {
  color: #ffffff;
  text-decoration: none;
}

#shopTop .shopTitle .logo, #shopTop2 .shopTitle .logo {
  height: 36px;
}

#shopTop .shopTitle .logo img, #shopTop2 .shopTitle .logo img {
  height: 100%;
}

#shopTop .shopTitle .name, #shopTop2 .shopTitle .name {
  margin-top: 0;
  font-size: 3rem;
  font-weight: 700;
}

#shopTop .shopTitle .name a:hover, #shopTop2 .shopTitle .name a:hover {
  text-decoration: underline;
}

#shopTop .shopTitle .name i, #shopTop2 .shopTitle .name i {
  font-size: 20px;
}

#shopTop .shopTitle .ew, #shopTop2 .shopTitle .ew {
  margin-top: 18px;
  font-size: 18px;
}

#shopTop .shopTitle .address, #shopTop2 .shopTitle .address {
  margin-top: 15px;
  line-height: 1.2;
}

#shopTop .shopTitle .tel, #shopTop2 .shopTitle .tel {
  margin-top: 8px;
  font-size: 25px;
}

#shopTop .shopTitle .telA, #shopTop2 .shopTitle .telA {
  margin-top: 15px;
  display: flex;
  align-items: flex-end;
}

#shopTop .shopTitle .telA a, #shopTop2 .shopTitle .telA a,
#shopTop .shopTitle .shop_t_chuko a {
  display: inline-block;
  /*border: 1px solid #ffffff;*/
  line-height: 40px;
  border-radius: 22px;
  font-size: 1.8rem;
  padding: 0 20px 2px 55px;
  position: relative;
  background: #df817e;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: all 0.3s ease;
}

#shopTop .shopTitle .telA a:hover, #shopTop2 .shopTitle .telA a:hover, #shopTop .shopTitle .shop_t_chuko a:hover {
  background: #ffffff;
  color: #dc0002;
}

#shopTop .shopTitle .telA a .fa, #shopTop2 .shopTitle .telA a .fa {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

#shopTop .shopTitle .telA .m, #shopTop2 .shopTitle .telA .m {
  font-size: 0.8rem;
  margin-left: 5px;
}

#shopTop .shopTitle .fax, #shopTop2 .shopTitle .fax {
  margin-top: 12px;
  font-size: 1.14rem;
}

#shopTop .shopTitle .open, #shopTop2 .shopTitle .open {
  margin-top: 15px;
  font-size: 18px;
}

#shopTop .shopTitle .open .pit, #shopTop2 .shopTitle .open .pit {
  font-size: 0.85em;
}

#shopTop .shopTitle .openBox, #shopTop2 .shopTitle .openBox {
  margin-top: 15px;
  display: flex;
}

#shopTop .shopTitle .openBox dt, #shopTop2 .shopTitle .openBox dt {
  white-space: nowrap;
  font-size: 18px;
}

#shopTop .shopTitle .openBox dd, #shopTop2 .shopTitle .openBox dd {
  line-height: 1.3;
}

#shopTop .shopTitle .openBox dd p:nth-child(2), #shopTop2 .shopTitle .openBox dd p:nth-child(2) {
  margin-top: 8px;
}

#shopTop .shopTitle .openBox dd .duration, #shopTop2 .shopTitle .openBox dd .duration {
  font-size: 0.95rem;
}

#shopTop .shopTitle .openBox dd .hours, #shopTop2 .shopTitle .openBox dd .hours {
  font-size: 1.4rem;
}

#shopTop .shopTitle .openBox dd .pit, #shopTop2 .shopTitle .openBox dd .pit {
  font-size: 0.8rem;
}

#shopTop .shopTitle .card, #shopTop2 .shopTitle .card {
  margin-top: 18px;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  color: #dc0012;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
}

#shopTop .shopTitle .card dt, #shopTop2 .shopTitle .card dt {
  padding: 0 10px;
  white-space: nowrap;
}

#shopTop .shopTitle .card dd, #shopTop2 .shopTitle .card dd {
  padding: 8px 15px;
}

#shopTop .shopTitle .card dd img, #shopTop2 .shopTitle .card dd img {
  width: 100%;
}

#shopTop .shopTitle .card2, #shopTop2 .shopTitle .card2 {
  margin-top: 18px;
}

#shopTop .shopTitle .card2 .img, #shopTop2 .shopTitle .card2 .img {
  background: #ffffff;
  border-radius: 8px;
  padding: 5px 10px;
  text-align: center;
}

#shopTop .shopTitle .card2 .img img, #shopTop2 .shopTitle .card2 .img img {
  width: 100%;
  max-width: 438px;
}

#shopTop .shopTitle .card2 .capt, #shopTop2 .shopTitle .card2 .capt {
  padding: 5px 10px 0;
  text-align: center;
}

#shopTop .shopTitle .sns, #shopTop2 .shopTitle .sns {
  position: absolute;
  right: 62px;
  top: 15px;
  font-size: 30px;
}
@media screen and (max-width: 600px) {
  #shopTop .shopTitle .sns, #shopTop2 .shopTitle .sns {
    position: absolute;
    right: 15px;
    }
  }

#shopTop .shopTitle .sns a, #shopTop2 .shopTitle .sns a {
  display: block;
  height: 50px;
  line-height: 50px;
  width: 50px;
  text-align: center;
  border-radius: 100%;
  transition: all 0.3s ease;
}

#shopTop .shopTitle .sns a:hover, #shopTop2 .shopTitle .sns a:hover {
  background: #ffffff;
  color: #dc0012;
}

#shopTop .shopTitle .rsvReq, #shopTop2 .shopTitle .rsvReq {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 30px;
}

#shopTop .shopTitle .rsvReq img, #shopTop2 .shopTitle .rsvReq img {
  width: 100px;
  height: auto;
}

#shopTop .topImg, #shopTop2 .topImg {
  width: 50%;
  background: #cccccc;
  overflow: hidden;
  position: relative;
  background-color: #dc0012;
}

#shopTop .topImg img, #shopTop2 .topImg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 744px;
  height: 100%;
  padding: 40px 0;
}
@media screen and (max-width: 600px) {
  #shopTop .topImg.topImg202409 img, #shopTop2 .topImg.topImg202409 img {
    padding: 0;
  }
}

#shopTop2 {
  display: none;
}

@media screen and (max-width: 600px) {
  #shopTop {
    display: none;
  }

  #shopTop.topPage {
    display: block;
  }

  #shopTop2 {
    display: block;
    margin: 60px 0 -40px;
  }

  #shopTop.topPage > .inner, #shopTop2 > .inner {
    width: auto;
    display: block;
    margin-left: 0;
    height: auto;
  }

  body.vlr #shopTop > .inner, body.vlr #shopTop2 > .inner {
    height: auto;
  }

  #shopTop.topPage .shopTitle, #shopTop2 .shopTitle {
    width: auto;
    justify-content: center;
  }

  #shopTop.topPage .shopTitle > .inner, #shopTop2 .shopTitle > .inner {
    float: none;
    width: auto;
    padding: 20px;
  }

  #shopTop.topPage .shopTitle .name, #shopTop2 .shopTitle .name {
    font-size: 34px;
  }

  #shopTop.topPage .topImg, #shopTop2 .topImg {
    width: auto;
  }

  #shopTop.topPage .topImg img, #shopTop2 .topImg img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }

  #shopTop .shopTitle .telA, #shopTop2 .shopTitle .telA {
    display: block;
  }

  #shopTop .shopTitle .telA a, #shopTop2 .shopTitle .telA a {
    display: block;
  }

  #shopTop .shopTitle .telA .m, #shopTop2 .shopTitle .telA .m {
    text-align: center;
    position: relative;
    margin-top: 9px;
  }

  #shopTop .shopTitle .telA .m:after, #shopTop2 .shopTitle .telA .m:after {
    content: "";
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
  }

  #shopTop .shopTitle .telA .m span, #shopTop2 .shopTitle .telA .m span {
    background: #dc0012;
    position: relative;
    z-index: 2;
    padding: 0 5px;
  }

  #shopTop .shopTitle .open .pit, #shopTop2 .shopTitle .open .pit {
    display: block;
    margin-top: 5px;
    font-size: 0.8em;
  }

  #shopTop .shopTitle .openBox, #shopTop2 .shopTitle .openBox {
    display: block;
  }

  #shopTop .shopTitle .openBox dd, #shopTop2 .shopTitle .openBox dd {
    margin: 5px 0 0 15px;
  }

  #shopTop .shopTitle .openBox dd .pit, #shopTop2 .shopTitle .openBox dd .pit {
    display: block;
  }

  #shopTop .shopTitle .address, #shopTop2 .shopTitle .address {
    margin-right: 100px;
  }

  #shopTop .shopTitle .card, #shopTop2 .shopTitle .card {
    display: inherit;
  }

  #shopTop .shopTitle .card dt, #shopTop2 .shopTitle .card dt {
    text-align: center;
    padding: 5px 10px 3px;
  }

  #shopTop .shopTitle .card dt br, #shopTop2 .shopTitle .card br {
    display: none;
  }

  #shopTop .shopTitle .card dd, #shopTop2 .shopTitle .card dd {
    padding: 5px 10px 5px;
  }
}
/*****************************************************************************
shopLnv
*****************************************************************************/
#shopLnv {
  padding: 30px 0;
}

#shopLnv ul {
  width: 1000px;
  margin: 0 auto;
  display: flex;
}

#shopLnv li {
  width: calc(100%/6);
}

#shopLnv.shopLnv201902 li {
  width: calc(100%/3);
}

#shopLnv.shopLnv201902 ul {
  width: 1200px;
}

#shopLnv.valor li {
  width: calc(100%/5);
}

#shopLnv.shopLnv201902.valor li {
  width: calc(100%/3);
}

#shopLnv li a {
  display: block;
  text-align: center;
  color: #ffffff;
  background: #000000;
  font-size: 13px;
  line-height: 45px;
  text-decoration: none;
  transition: background 0.3s ease;
}

#shopLnv li.sl a {
  background: #dc0012;
}

#shopLnv li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 600px) {
  #shopLnv {
    padding: 0 2px 0;
  }

  #shopLnv ul, #shopLnv.shopLnv201902 ul {
    width: auto;
    /*flex-wrap: wrap;*/
  }

  #shopLnv li, #shopLnv.shopLnv201902 li {
    width: calc((100% - 2px)/2) !important;
    margin: 2px 0 0;
  }

  #shopLnv li:nth-child(2n), #shopLnv.shopLnv201902 li:not(:nth-child(1)) {
    margin-left: 2px;
  }

  #shopLnv li a {
    font-size: 12px;
    line-height: 1.2;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #shopLnv li a i {
    display: none;
  }
}
/*****************************************************************************
shopTopSaleBnr
*****************************************************************************/
#shopTopSaleBnr {
  padding: 40px 0 0;
}

#shopTopSaleBnr ul {
  width: 1000px;
  margin: 0 auto;
}

#shopTopSaleBnr li:not(:nth-child(1)) {
  margin: 10px 0 0;
}

#shopTopSaleBnr a {
  display: block;
}

#shopTopSaleBnr a img {
  width: 100%;
}

@media screen and (max-width: 600px) {
  #shopTopSaleBnr {
    padding: 15px 0 0;
  }

  #shopTopSaleBnr ul {
    width: auto;
  }
}
/*****************************************************************************
banner1
*****************************************************************************/
/*****************************************************************************
shopBanner
*****************************************************************************/
#shopBanner {
  padding: 130px 0 0;
}

#shopBanner ul {
  width: 1000px;
  margin: 0 auto;
  background: #ffffff;
  text-align: center;
  padding: 25px 0;
}

#shopBanner li {
  display: inline-block;
  padding: 0 10px;
}

#shopBanner li a {
  display: block;
}

@media screen and (max-width: 600px) {
  #shopBanner {
    padding: 60px 0 0;
  }

  #shopBanner ul {
    width: auto;
    margin: 0 15px;
  }

  #shopBanner li {
    padding: 10px 0;
  }
}
/*****************************************************************************
shopFront
*****************************************************************************/
#shopFront {
  padding: 20px 0 0;
}

#shopFront > .inner {
  width: 1000px;
  margin: 0 auto;
  display: flex;
}

/* .infoList
-------------------------------------*/
#shopFront .infoList {
  width: calc((100% - 60px)/4*3+ 60px);
}

#shopFront .infoList ul {
  display: flex;
  flex-wrap: wrap;
}

#shopFront .infoList li {
  width: calc((100% - 60px)/3);
  margin-left: 20px;
  margin-top: 20px;
  position: relative;
  background: #f1f1f1;
}

#shopFront .infoList li:nth-child(3n+1) {
  margin-left: 0;
}

#shopFront .infoList a.entryLink {
  display: block;
  padding: 309px 0 0;
  width: 100%;
  overflow: hidden;
  text-align: center;
  color: #333333;
  font-size: 14px;
  text-decoration: none;
}

#shopFront .infoList a.entryLink:hover {
  text-decoration: underline;
}

#shopFront .infoList .title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: auto;
  padding: 40px 15px 15px;
  background: #ffffff;
  font-weight: bold;
}

#shopFront .infoList li:first-child a.entryLink {
  background: #dc0012;
  color: #ffffff;
}

#shopFront .infoList li:first-child .title {
  background: #dc0012;
}

#shopFront .infoList .img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 100% 0 0;
  overflow: hidden;
}

#shopFront .infoList .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  transition: transform 0.3s linear;
  transform-origin: 50% 50%;
}

#shopFront .infoList a.entryLink:hover img {
  transform: scale(1.1, 1.1);
}

#shopFront .infoList .cat {
  position: absolute;
  z-index: 3;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
  font-size: 12px;
}

#shopFront .infoList .cat a {
  display: block;
  line-height: 40px;
  height: 40px;
  text-decoration: none;
}

#shopFront .infoList .cat a:hover {
  text-decoration: underline;
}

#shopFront .infoList li:first-child .cat a {
  color: #ffffff;
}

/* .banner
-------------------------------------*/
#shopFront .banner {
  width: calc((100% - 60px)/4);
}

#shopFront .banner li {
  margin-top: 20px;
}

#shopFront .staff a {
  display: block;
  background: #ffffff;
  padding: 301px 0 0;
  width: 100%;
  overflow: hidden;
  border: 4px solid #dc0012;
  position: relative;
}

#shopFront .staff .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

#shopFront .staff .img img {
  width: 100%;
}

#shopFront .staff .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(220, 0, 18, 0.75);
  text-align: center;
  padding: 12px 0 8px;
}

#shopFront .staff .title img {
  width: 178px;
  max-width: 94%;
}

#shopFront .dressUp a {
  display: block;
  padding: 309px 0 0;
  width: 100%;
  overflow: hidden;
  position: relative;
}

#shopFront .dressUp .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

#shopFront .dressUp .img img {
  height: auto;
  width: 100%;
}

#shopFront .dressUp .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #000000;
  text-align: center;
  padding: 15px 0 20px;
}

#shopFront .dressUp .title img {
  width: 194px;
  max-width: 94%;
}

#shopFront .dressUp2 img {
  width: 100%;
}

@media screen and (max-width: 600px) {
  #shopFront {
    padding: 0 0 0;
  }

  #shopFront > .inner {
    width: auto;
    display: inherit;
    margin: 0 10px;
  }

  	/* .infoList
  -------------------------------------*/
  #shopFront .infoList {
    width: auto;
  }

  #shopFront .infoList li, #shopFront .infoList li:nth-child(3n+1) {
    width: calc((100% - 10px)/2);
    margin-left: 10px;
    margin-top: 10px;
  }

  #shopFront .infoList li:nth-child(2n+1) {
    margin-left: 0;
  }

  #shopFront .infoList a.entryLink {
    padding: 130% 0 0;
  }

  	/* .banner
  -------------------------------------*/
  #shopFront .banner {
    width: auto;
  }

  #shopFront .banner ul {
    width: auto;
    display: flex;
  }

  #shopFront .banner li {
    width: calc((100% - 10px)/2);
    margin-top: 10px;
  }

  #shopFront .banner li.dressUp, #shopFront .banner li.dressUp2 {
    margin-left: 10px;
  }

  #shopFront .staff a {
    padding-top: calc(130% - 8px);
  }

  #shopFront .dressUp a {
    padding: 130% 0 0;
  }
}
/*****************************************************************************
*****************************************************************************/
.pageTitle {
  padding: 35px 0;
  text-align: center;
}

.pageTitle > .inner {
  width: 1200px;
  margin: 0 auto;
}

.pageTitle > .inner > span {
  display: block;
}

.pageTitle .name {
  margin-top: 10px;
  font-size: 26px;
  line-height: 36px;
  color: #959596;
  font-weight: 500;
}

.pageTitle .name i {
  font-size: 16px;
}

.pageTitle .name img {
  height: 36px;
  width: auto;
  margin: 0 7px 0 0;
  vertical-align: top;
}

.pageTitle .title {
  font-size: 43px;
  line-height: 1;
}

.pageTitle .title .s {
  font-size: 0.6em;
  padding-left: 20px;
  font-weight: 500;
  position: relative;
}

.pageTitle .title .s::before {
  content: "";
  border-top: 1px solid #333333;
  width: 12px;
  position: absolute;
  left: 5px;
  top: 50%;
}

@media screen and (max-width: 600px) {
  .pageTitle {
    padding: 20px 20px;
  }

  .pageTitle > .inner {
    width: auto;
  }

  .pageTitle .title {
    font-size: 38px;
  }
}
/*****************************************************************************
staff
*****************************************************************************/
/*札幌専用*/
.staffList ul {
  width: 1000px;
  margin: -50px auto 0;
  display: flex;
  flex-wrap: wrap;
}

.staffList li {
  width: calc((100% - 60px)/2);
  margin-top: 60px;
}

.staffList li:nth-child(2n) {
  margin-left: 60px;
}

.staffList li .boxTop {
  display: flex;
  align-items: center;
}

.staffList li .img span {
  display: block;
  width: 180px;
  padding: 133% 0 0;
  overflow: hidden;
  position: relative;
}

.staffList li .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.staffList li .text {
  flex: 1;
  padding-left: 20px;
}

.staffList li .title {
  display: inline-block;
  color: #ffffff;
  padding: 2px 4px 0;
  line-height: 18px;
}

.staffList li .title.chief {
  background: #dc0012;
}

.staffList li .title.nChief {
  background: #df817e;
}

.staffList li .name {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px dotted #ababac;
  padding: 4px 0 6px;
}

.staffList li .name span {
  font-size: 14px;
  color: #ababac;
  margin-left: 0.5em;
}

.staffList li .data1 {
  margin: 10px 0 0;
}

.staffList li .data2 {
  margin: 20px 0 0;
}

.staffList li .data3 {
  margin: 15px 0 0;
}

.staffList li .data2 dt, .staffList li .data3 dt {
  padding-left: 16px;
  position: relative;
  font-size: 15px;
}

.staffList li .data2 dt:before, .staffList li .data3 dt:before {
  content: "";
  display: block;
  height: 4px;
  width: 12px;
  background: #ababac;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}

.staffList li .data2 dd, .staffList li .data3 dd {
  margin-top: 0.5em;
  padding-left: 16px;
}

@media screen and (max-width: 600px) {
  .staffList ul {
    display: inherit;
    width: 100%;
    margin: -50px auto 0;
  }

  .staffList li, .staffList li:nth-child(2n) {
    width: 80%;
    margin: 60px auto 0;
  }

  .staffList li .boxTop {
    display: inherit;
  }

  .staffList li .img {
    width: 180px;
    margin: 0 auto;
  }

  .staffList li .text {
    padding-left: 0;
    margin: 20px 0 0;
  }

  .staffList li .name {
    text-align: center;
  }

  .staffList li .data1 {
    text-align: center;
  }
}
.staffList2 > ul {
  width: 1000px;
  margin: 0 auto 0;
}

.staffList2 > ul > li {
  font-size: 1rem;
  margin-top: 60px;
  background: #ffffff;
  padding: 10px;
  overflow: hidden;
  position: relative;
}

.staffList2 > ul > li::after {
  content: "";
  background: url(../images/taMKb.png) no-repeat 0 0;
  background-size: cover;
  width: 380px;
  height: 380px;
  position: absolute;
  z-index: 0;
  right: -20px;
  top: 150px;
  opacity: 0.55;
}

.staffList2 > ul > li:nth-child(1) {
  margin-top: 0;
}

.staffList2 > ul > li .box1 {
  background: #000000;
  color: #ffffff;
  padding: 35px 230px 20px 315px;
  position: relative;
  margin: -10px 0 0;
}

.staffList2 > ul > li .box1 .title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  z-index: 1;
}

.staffList2 > ul > li .box1 .title li {
  line-height: 30px;
  padding: 0 15px;
  font-size: 0.875rem;
  margin: 3px 0;
  text-align: center;
}

.staffList2 > ul > li .title .chief {
  background: #dc0012;
}

.staffList2 > ul > li .title .nChief {
  background: #df817e;
}

.staffList2 > ul > li .box1 .name span {
  display: block;
  font-weight: bold;
  line-height: 1.4;
}

.staffList2 > ul > li .box1 .name .yomi {
  opacity: 0.7;
  font-size: 1rem;
}

.staffList2 > ul > li .box1 .name .kanji {
  font-size: 2.5rem;
}

.staffList2 > ul > li .box2 {
  display: flex;
  align-items: flex-start;
  padding: 0 40px 25px;
  margin-top: -110px;
  position: relative;
  z-index: 2;
}

.staffList2 > ul > li .box2 .img {
  width: 230px;
  position: relative;
  overflow: hidden;
}

.staffList2 > ul > li .box2 .img img {
  width: 100%;
}

.staffList2 > ul > li .box2 .data {
  flex: 1;
  padding: 140px 0 25px 40px;
}

.staffList2 > ul > li .box2 .data dl {
  display: flex;
  align-items: baseline;
}

.staffList2 > ul > li .box2 .data dl > * {
  line-height: 1.3;
  margin: 3px 0;
}

.staffList2 > ul > li .box2 .data dt {
  width: 9em;
  text-align: right;
  margin-top: -0.05px;
}

.staffList2 > ul > li .box2 .data dt::after {
  content: "●";
  color: #dc0012;
  margin-left: 0.35em;
}

.staffList2 > ul > li .box2 .data dd {
  margin-left: 0.35em;
  flex: 1;
}

.staffList2 > ul > li .box3 {
  display: flex;
  position: relative;
  z-index: 1;
}

.staffList2 > ul > li .box3 dl {
  background: #0046c4;
  width: calc((100% - 5px)/2);
  padding: 30px 40px;
}

.staffList2 > ul > li .box3 dl:nth-child(2) {
  margin-left: 5px;
}

.staffList2 > ul > li .box3 dt {
  color: #ffde00;
  margin-bottom: 1em;
  font-size: 1.14rem;
}

.staffList2 > ul > li .box3 dt::before {
  content: "●";
  margin-right: 0.2em;
}

.staffList2 > ul > li .box3 dd {
  color: #ffffff;
  line-height: 1.6;
}

@media screen and (max-width: 600px) {
  .staffList2 > ul {
    width: auto;
    margin: 0 auto 0;
  }

  .staffList2 > ul > li {
    margin-top: 40px;
    overflow: visible;
  }

  .staffList2 > ul > li::after {
    display: none;
  }

  .staffList2 > ul > li .box1 {
    margin: -10px 0 0 -10px;
    width: 100vw;
    padding: 35px 0 55px;
  }

  .staffList2 > ul > li .box1 .title {
    top: auto;
    right: auto;
    position: relative;
    display: flex;
    justify-content: center;
    padding: 0 10px;
  }

  .staffList2 > ul > li .box1 .title li {
    line-height: 26px;
    padding: 0 8px;
    margin: 0 2px;
    font-size: 0.75rem;
  }

  .staffList2 > ul > li .box1 .name {
    padding: 0 10vw;
    text-align: center;
  }

  .staffList2 > ul > li .box1 .name .yomi {
    font-size: 0.75rem;
  }

  .staffList2 > ul > li .box1 .name .kanji {
    font-size: 2.1rem;
  }

  .staffList2 > ul > li .box2 {
    display: block;
    padding: 0 10% 10px;
    margin-top: -40px;
  }

  .staffList2 > ul > li .box2 .img {
    text-align: center;
    width: auto;
  }

  .staffList2 > ul > li .box2 .data {
    padding: 0;
  }

  .staffList2 > ul > li .box2 .data dl {
    display: block;
    margin: 20px 0 0;
  }

  .staffList2 > ul > li .box2 .data dt {
    width: 100%;
    padding-bottom: 1.5em;
    text-align: center;
    position: relative;
  }

  .staffList2 > ul > li .box2 .data dt::after {
    margin-left: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .staffList2 > ul > li .box2 .data dd {
    margin-left: 0;
    text-align: center;
  }

  .staffList2 > ul > li .box3 {
    display: block;
  }

  .staffList2 > ul > li .box3 dl, .staffList2 > ul > li .box3 dl:nth-child(2) {
    width: auto;
    margin-left: 0;
    margin-top: 5px;
    padding: 20px;
  }
}
/*****************************************************************************
dressUp
*****************************************************************************/
.dressUpList ul {
  width: 1000px;
  margin: -35px auto 0;
}

.dressUpList li {
  display: flex;
  padding: 35px 0 0;
}

.dressUpList li > .img {
  width: 600px;
}

.dressUpList li > .img img {
  width: 100%;
}

.dressUpList li > .text {
  flex: 1;
  padding-left: 20px;
}

.dressUpList li .date {
  color: #959596;
  font-family: "Hind Madurai", sans-serif;
  width: 15%;
}

.dressUpList li .car, .dressUpList li .wheel {
  font-size: 20px;
  font-weight: bold;
}

.dressUpList li .car .label, .dressUpList li .wheel .label {
  /*font-family: 'NotoSansCJKjp-Medium', sans-serif;*/
  padding-right: 6px;
}

.dressUpList li .data {
  display: table;
  margin: 10px 0 0;
}

.dressUpList li .data > * {
  display: table-cell;
  vertical-align: middle;
  padding: 3px 8px;
}

.dressUpList li .data .th {
  background: #ababac;
  color: #ffffff;
  font-family: "Hind Madurai", sans-serif;
}

.dressUpList li .data .td {
  color: #959596;
}

.dressUpList li .data .td .label {
  font-family: "Hind Madurai", sans-serif;
  padding-right: 4px;
}

.dressUpList li .entryBody {
  margin: 20px 0 0;
  line-height: 1.6;
}

@media screen and (max-width: 600px) {
  .dressUpList ul {
    width: auto;
    margin: 0 10px;
    display: inherit;
  }

  .dressUpList li {
    display: inherit;
    padding: 60px 0 0;
  }

  .dressUpList li > .img {
    width: 100%;
  }

  .dressUpList li .text {
    padding: 20px 0 0;
  }
}
/*****************************************************************************
voice
*****************************************************************************/
.voiceList ul {
  width: 1000px;
  margin: -35px auto 0;
}

.voiceList li {
  display: flex;
  margin: 35px 0 0;
}

.voiceList li .poster {
  width: 260px;
  padding-right: 15px;
}

.voiceList li > .text {
  flex: 1;
  border-left: 7px solid #A9A9AA;
  padding-left: 15px;
}

.voiceList li .name {
  /*font-family: 'NotoSansCJKjp-Medium', sans-serif;*/
  font-size: 26px;
}

.voiceList li .car {
  /*font-family: 'NotoSansCJKjp-Medium', sans-serif;*/
  font-weight: bold;
  font-size: 17px;
}

.voiceList li .item {
  /*font-family: 'NotoSansCJKjp-Medium', sans-serif;*/
  font-weight: bold;
  font-size: 20px;
}

.voiceList li .voice1 {
  margin-top: 20px;
}

.voiceList li .voice1 dt {
  /*font-family: 'NotoSansCJKjp-Medium', sans-serif;*/
}

.voiceList li .voice2 {
  margin-top: 20px;
  font-size: 16px;
  color: #182980;
}

.voiceList li .voice2 dt {
  /*font-family: 'NotoSansCJKjp-Medium', sans-serif;*/
}

.voiceList li .voice2 table {
  width: 100%;
  line-height: 1;
}

.voiceList li .voice2 table th, .voiceList li .voice2 table td {
  padding: 5px 0;
}

.voiceList li .voice2 table th {
  padding-right: 10px;
}

.voiceList li .voice2 table td {
  width: 250px;
}

.voiceList li .voice2 table th p {
  border-top: 1px dashed #182980;
  margin-top: 0.5em;
}

.voiceList li .voice2 table th span {
  display: block;
  margin-top: -0.5em;
}

.voiceList li .voice2 table th i {
  display: inline-block;
  background: #f9efe3;
  padding-right: 10px;
}

.voiceList li .voice2 table .bad {
  margin-right: 5px;
}

.voiceList li .voice2 table .good {
  margin-left: 5px;
}

.voiceList li .voice2 table .fa {
  margin: 0 5px;
}

.voiceList li .voice2 table .fa {
  color: #dddddd;
}

.voiceList li .voice2 table .stars1 .fa:nth-of-type(1) {
  color: #ffd200;
}

.voiceList li .voice2 table .stars2 .fa:nth-of-type(1), .voiceList li .voice2 table .stars2 .fa:nth-of-type(2) {
  color: #ffd200;
}

.voiceList li .voice2 table .stars3 .fa:nth-of-type(1), .voiceList li .voice2 table .stars3 .fa:nth-of-type(2), .voiceList li .voice2 table .stars3 .fa:nth-of-type(3) {
  color: #ffd200;
}

.voiceList li .voice2 table .stars4 .fa:nth-of-type(1), .voiceList li .voice2 table .stars4 .fa:nth-of-type(2), .voiceList li .voice2 table .stars4 .fa:nth-of-type(3), .voiceList li .voice2 table .stars4 .fa:nth-of-type(4) {
  color: #ffd200;
}

.voiceList li .voice2 table .stars5 .fa:nth-of-type(1), .voiceList li .voice2 table .stars5 .fa:nth-of-type(2), .voiceList li .voice2 table .stars5 .fa:nth-of-type(3), .voiceList li .voice2 table .stars5 .fa:nth-of-type(4), .voiceList li .voice2 table .stars5 .fa:nth-of-type(5) {
  color: #ffd200;
}

.voiceList li .voice2 table .text {
  color: #959596;
}

@media screen and (max-width: 600px) {
  .voiceList ul {
    width: 80%;
  }

  .voiceList li {
    display: inherit;
    margin: 60px 0 0;
  }

  .voiceList li .poster {
    width: auto;
    padding: 0 0 15px;
    text-align: center;
  }

  .voiceList li > .text {
    border-left: none;
    border-top: 7px solid #A9A9AA;
    padding: 15px 0 0;
  }

  .voiceList li .voice2 dt {
    border-bottom: 1px dashed #182980;
    padding: 0 0 10px;
  }

  .voiceList li .voice2 table, .voiceList li .voice2 tbody, .voiceList li .voice2 tr, .voiceList li .voice2 th, .voiceList li .voice2 td {
    display: block;
    padding: 0;
  }

  .voiceList li .voice2 table th p {
    border: none;
    margin: 0;
  }

  .voiceList li .voice2 table th span {
    margin: 0;
  }

  .voiceList li .voice2 table th i {
    padding: 0;
  }

  .voiceList li .voice2 table tr {
    padding: 10px 0;
    border-bottom: 1px dashed #182980;
  }

  .voiceList li .voice2 table td {
    text-align: center;
    width: 100%;
  }
}
/*****************************************************************************
sale
*****************************************************************************/
.saleList > ul {
  width: 900px;
  margin: -35px auto 0;
}

.saleList > ul > li {
  clear: both;
  padding: 70px 0 0 100px;
  position: relative;
}

.saleList > ul > li .num {
  /* font-family: "Hind Madurai",sans-serif;*/
  font-size: 38px;
  font-weight: bold;
  position: absolute;
  left: 0;
  /*top:50%;*/
  top: 80px;
  margin-top: -15px;
}

.saleList > ul > li .entryWrapper {
  border-left: 7px solid #A9A9AA;
  padding-left: 20px;
}

.saleList > ul > li .entryHd {
  display: flex;
  align-items: center;
}

.saleList > ul > li .entryHd > .img {
  width: 150px;
  margin: 0 20px 0 0;
}

.saleList > ul > li.salesAll .entryHd > .img {
  width: 400px;
}

.saleList > ul > li .entryHd > .img img {
  width: 100%;
}

.saleList > ul > li .titleWrapper {
  flex: 1;
}

.saleList > ul > li .date {
  color: #959596;
  /*font-family: "Hind Madurai",sans-serif;*/
  font-size: 16px;
  margin-bottom: 10px;
}

.saleList > ul > li .titleDate {
  margin-bottom: 5px;
  color: #dc0012;
  font-weight: bold;
  font-size: 18px;
}

.saleList > ul > li .title {
  /*font-family: 'NotoSansCJKjp-Medium', sans-serif;*/
  font-weight: bold;
  font-size: 28px;
  line-height: 1.2;
}

.saleList > ul > li .link {
  padding: 5px 0 0;
  display: flex;
}

.saleList > ul > li .link p {
  margin: 5px 5px 0 0;
}

.saleList > ul > li .link span .fa {
  margin-left: 4px;
  font-size: 18px;
}

.saleList > ul > li .link p a {
  display: block;
  vertical-align: top;
  line-height: 30px;
  padding: 2px 20px 0;
  background: #DC0012;
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  font-family: 'NotoSansCJKjp-Medium', sans-serif;
  transition: background 0.3s ease;
}

.saleList > ul > li .link p a:hover {
  background: #df817e;
}

.saleList > ul > li .fixedImgs {
  margin-top: 10px;
}

.saleList > ul > li .fixedImgs ul {
  display: flex;
  flex-wrap: wrap;
}

.saleList > ul > li .fixedImgs ul li {
  width: calc((100% - 30px)/3);
  margin-left: 15px;
  margin-top: 15px;
  background: #ffffff;
}

.saleList > ul > li .fixedImgs ul li:nth-child(3n+ 1) {
  margin-left: 0;
}

.saleList > ul > li .fixedImgs ul li .hd {
  font-weight: bold;
  font-size: 16px;
  padding: 10px 10px 8px;
  text-align: center;
  display: table;
  width: 100%;
}

.saleList > ul > li .fixedImgs ul li .hd span {
  display: table-cell;
  vertical-align: middle;
}

.saleList > ul > li .fixedImgs ul li .img {
  padding: 75% 0 0;
  position: relative;
  backgournd: #f1f1f1;
  overflow: hidden;
  background-size: cover;
}

.saleList > ul > li .fixedImgs ul li .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.saleList > ul > li .fixedImgs ul li .text {
  margin-top: 5px;
  padding: 8px 10px 10px;
}

@media screen and (max-width: 600px) {
  .saleList > ul {
    width: auto;
    margin: -35px 10px 0;
  }

  .saleList > ul > li .num {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    top: 60px;
    margin-top: 0;
  }

  .saleList > ul > li {
    padding: 120px 0 0;
  }

  .saleList > ul > li .entryWrapper {
    border-left: none;
    border-top: 7px solid #A9A9AA;
    padding: 15px 0 0;
  }

  .saleList > ul > li .entryHd {
    display: inherit;
  }

  .saleList > ul > li.salesAll .entryHd > .img {
    width: 100%;
  }

  .saleList > ul > li.salesInd .entryHd > .img {
    display: none;
  }

  .saleList > ul > li .titleWrapper {
    margin: 15px 10px 0;
  }

  .saleList > ul > li .titleDate {
    text-align: center;
  }

  .saleList > ul > li .title {
    text-align: center;
  }

  .saleList > ul > li .link {
    padding: 15px 0 0;
    justify-content: center;
  }

  .saleList > ul > li .fixedImgs {
    margin: 10px 0 0;
    line-height: 1.2;
  }

  .saleList > ul > li .fixedImgs ul li, .saleList > ul > li .fixedImgs ul li:nth-child(3n+ 1) {
    width: calc((100% - 10px)/2);
    margin: 10px 0 0 10px;
  }

  .saleList > ul > li .fixedImgs ul li:nth-child(2n+ 1) {
    margin-left: 0;
  }

  .saleList > ul > li .fixedImgs ul li .hd {
    font-size: 13px;
  }

  .saleList > ul > li .fixedImgs ul li .text {
    font-size: 12px;
  }
}
/*****************************************************************************
entryBody
*****************************************************************************/
.saleList > ul > li .entryBody {
  margin-top: 40px;
  font-size: 16px;
  line-height: 1.8;
}

.saleList > ul > li .entryBody blockquote {
  background: #ffffff;
  padding: 20px;
  margin: 20px 0;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
}

.saleList > ul > li .entryBody strong {
  color: #DC0012;
  font-weight: bold;
}

.saleList > ul > li .entryBody ul, .saleList > ul > li .entryBody ol {
  margin-top: 20px;
}

.saleList > ul > li .entryBody ul li {
  position: relative;
  padding-left: 1.2em;
}

.saleList > ul > li .entryBody ul li:before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
}

.saleList > ul > li .entryBody ol li {
  margin-left: 1.2em;
  list-style: decimal;
}

.saleList > ul > li .entryBody em, .saleList > ul > li .entryBody i {
  font-style: italic !important;
}

.saleList > ul > li .entryBody img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 600px) {
  .saleList > ul > li .entryBody {
    margin: 40px 0 0;
  }

  .saleList > ul > li .entryBody img {
    width: 100%;
    height: auto !important;
    margin: 0 auto;
  }
}
/*****************************************************************************
accessInfo
*****************************************************************************/
#accessInfo > .inner {
  width: 1000px;
  margin: 0 auto;
  display: flex;
}

#accessInfo > .inner > div {
  width: calc((100% - 15px)/2);
}

#accessInfo > .inner .text {
  margin-left: 15px;
}

#accessInfo > .inner .text .hd {
  background: #dc0012;
  color: #ffffff;
  font-size: 21px;
  line-height: 1.2;
  padding: 8px;
  border-left: 12px solid #BDBEBF;
  font-weight: 700;
}

#accessInfo > .inner .text .lead {
  padding: 8px 8px 0;
}

#accessInfo > .inner .text dl {
  margin-top: 12px;
}

#accessInfo > .inner .text dt {
  background: #EF857D;
  color: #ffffff;
  font-size: 17px;
  line-height: 1;
  padding: 5px 8px;
  font-weight: 500;
}

#accessInfo > .inner .text dd {
  padding: 8px 8px 0;
}

@media screen and (max-width: 600px) {
  #accessInfo > .inner {
    width: auto;
    margin: 0 10px;
    display: inherit;
  }

  #accessInfo > .inner > div {
    width: 100%;
  }

  #accessInfo > .inner .text {
    margin: 15px 0;
  }

  #accessInfo > .inner .text dl {
    margin: 12px 6px 0;
  }
}
/*shopMap
------------------------------------------*/
#shopMap {
  height: 400px;
  width: 100%;
}

@media screen and (max-width: 600px) {
  #shopMap {
    height: 350px;
    width: 100%;
  }
}
/*****************************************************************************
openInfo
*****************************************************************************/
#openInfo {
  padding: 35px 0 0;
}

#openInfo > .inner {
  width: 1000px;
  margin: 0 auto;
}

#openInfo > .inner > .hd {
  background: #dc0012;
  color: #ffffff;
  /*font-family: 'NotoSansCJKjp-Medium', sans-serif;*/
  font-size: 21px;
  line-height: 1.2;
  padding: 8px;
  border-left: 12px solid #BDBEBF;
  font-weight: 700;
}

#openInfo > .inner .text {
  padding: 8px 8px 0;
}

#openInfo > .inner .textBox {
  margin-top: 20px;
}

#openInfo > .inner .textBox:nth-child(1) {
  margin-top: 0;
  /*font-family: 'NotoSansCJKjp-Medium', sans-serif;*/
  font-size: 21px;
}

#openInfo > .inner .textBox .hd {
  /*font-family: 'NotoSansCJKjp-Medium', sans-serif;*/
  font-size: 17px;
  margin-bottom: 5px;
}

@media screen and (max-width: 600px) {
  #openInfo > .inner {
    width: auto;
    margin: 0 10px;
    display: inherit;
  }
}
/*****************************************************************************
serviceInfo
*****************************************************************************/
#serviceInfo {
  padding: 35px 0 0;
}

#serviceInfo > .inner {
  width: 1000px;
  margin: 0 auto;
  background: #FACE9D;
  border-radius: 8px;
  padding: 20px;
}

#serviceInfo > .inner > .hd {
  color: #dc0012;
  /*font-family: 'NotoSansCJKjp-Medium', sans-serif;*/
  font-size: 21px;
  line-height: 1.2;
  font-weight: 700;
}

#serviceInfo .list li a, #serviceInfo .list li .divA {
  display: block;
  text-align: center;
  text-decoration: none;
}

#serviceInfo .list .pict {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

#serviceInfo .list .pict img {
  width: 100%;
  height: auto;
}

#serviceInfo .list .pict_23inch {
  margin-bottom: -10px;
  position: relative;
  z-index: 2;
}

#serviceInfo .list .pict_23inch img {
  width: 100%;
  height: auto;
}

#serviceInfo .list li a .hd, #serviceInfo .list li .divA .hd {
  margin: 15px 0 0;
  color: #333333;
  /*font-family: 'NotoSansCJKjp-Medium', sans-serif;*/
  font-size: 20px;
  font-weight: 700;
}

#serviceInfo .list li a .text, #serviceInfo .list li .divA .text {
  color: #333333;
  margin: 12px 0 0;
}

#serviceInfo .list li a .btn {
  margin: 12px 0 0;
  color: #ffffff;
  background: #df817e;
  /*font-family: 'NotoSansCJKjp-Medium', sans-serif;*/
  line-height: 30px;
  padding: 0 0 2px;
  position: relative;
  transition: background 0.3s ease;
}

#serviceInfo .list li a:hover .btn {
  background: #dc0012;
}

#serviceInfo .list li a .btn .fa {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5px;
}

#serviceInfo .list1 {
  margin-top: 20px;
  border-radius: 8px;
  background: #ffffff;
  display: flex;
  padding: 20px 0;
}

#serviceInfo .list1 > .pictWrapper {
  width: calc(100%/3);
  padding: 0 20px;
}

#serviceInfo .list1 > .ul {
  width: calc((100%/3)*2);
}

#serviceInfo .list1 > .ul ul {
  display: flex;
}

#serviceInfo .list1 > .ul ul li {
  width: calc((100%)/2);
  padding: 0 20px 15px;
  border-left: 1px solid #cccccc;
}

#serviceInfo .list1 > .ul ul li:nth-child(1) {
  border-left: none;
}

#serviceInfo .list2 ul {
  display: flex;
}

#serviceInfo .list2 li {
  width: calc((100% - 40px)/3);
  margin-top: 20px;
  margin-left: 20px;
  background: #ffffff;
  border-radius: 8px;
}

#serviceInfo .list2 li:nth-child(3n+1) {
  margin-left: 0;
}

#serviceInfo .list2 li a, #serviceInfo .list2 li .divA {
  display: block;
  padding: 20px;
  text-align: center;
  text-decoration: none;
}

@media screen and (max-width: 600px) {
  #serviceInfo > .inner {
    width: auto;
    margin: 0 10px;
  }

  #serviceInfo > .inner > .hd {
    text-align: center;
  }

  #serviceInfo .list1 {
    display: inherit;
  }

  #serviceInfo .list1 > .pictWrapper {
    width: auto;
  }

  #serviceInfo .list1 > .ul {
    width: auto;
  }

  #serviceInfo .list1 > .ul ul {
    display: inherit;
  }

  #serviceInfo .list1 > .ul ul li {
    width: auto;
    border-left: none;
  }

  #serviceInfo .list2 ul {
    display: inherit;
  }

  #serviceInfo .list2 li {
    width: auto;
    margin-left: 0;
  }
}
/*****************************************************************************
noEntryImg
*****************************************************************************/
.noEntryImg {
  text-align: center;
  width: 100%;
}

.noEntryImg .staff {
  display: inline-block;
  width: 400px;
}

.noEntryImg .staff .img img {
  width: 190px;
  height: auto;
}

.noEntryImg .staff .balloon {
  margin: 0 0 -50px 250px;
}

.voiceList .noEntryImg .staff .balloon {
  margin: 0 0 -50px -90px;
}

.dressUpList .noEntryImg .balloon {
  width: 240px;
}

.noEntryImg .staff .balloon .balloonC {
  left: 42%;
}

.noEntryImg .staff .img {
  text-align: center;
}

@media screen and (max-width: 600px) {
  .noEntryImg .staff {
    width: auto;
  }

  .noEntryImg .staff .balloon, .voiceList .noEntryImg .staff .balloon {
    margin: 0 auto 20px;
  }

  .noEntryImg .staff .balloon .balloonC {
    left: 60%;
  }
}
/*****************************************************************************
 宇都宮南店OPEN用
 *****************************************************************************/
/*#shopTop .topImg2 {
	width: 50%;
	background: #fffbd8;
	overflow:hidden;
	position:relative;
}
#shopTop .topImg2 img {
	position:absolute;
	top:0;
	left:20px;
	width:auto;
	height:100%;
}


@media screen and (max-width: 600px) {
#shopTop2 .topImg2 {
	width: 100%;
}
#shopTop2 .topImg2 img {
	position:relative;
	top:auto;
	left:auto;
	width:100%;
}
}*/
/*****************************************************************************
店舗 セールページ　　セールバナー用
 *****************************************************************************/
.tempHd {
  position: relative;
  z-index: 2;
}

.tempHd > .inner {
  width: 1000px;
  margin: 40px auto 0;
  padding: 7px 0;
  text-align: center;
  /*font-family: 'NotoSansCJKjp-Medium', sans-serif;*/
  font-weight: bold;
  font-size: 1.6rem;
  background: #dc0012;
  background-size: 100px auto;
  position: relative;
  color: #ffffff;
  border-bottom: 2px solid #222222;
}

.tempHd:nth-of-type(2) {
  margin-top: 70px;
}

.tempHd > .inner br {
  display: none;
}

.tempHd > .inner img {
  position: absolute;
  bottom: -4px;
  right: 10px;
  width: 100px;
  height: auto;
}

@media screen and (max-width: 600px) {
  .tempHd > .inner {
    width: auto;
    font-size: 1.3rem;
    text-align: left;
    padding: 10px 60px 10px 10px;
  }

  .tempHd > .inner br {
    display: inherit;
  }
}
.shopSaleBanner {
  background: #ffffff;
  padding: 40px 50px;
  width: 1000px;
  margin: 0 auto 70px;
}

.shopSaleBanner .img:not(:nth-child(1)) {
  margin-top: 10px;
}

.shopSaleBanner .img a {
  display: block;
}

.shopSaleBanner .img img {
  width: 100%;
}

@media screen and (max-width: 600px) {
  .shopSaleBanner {
    padding: 10px 10px 10px;
    width: auto;
    margin: 0 auto 60px;
  }
}
/*****************************************************************************
店舗 TOPページ　　セールバナー固定用
 *****************************************************************************/
#banner0 ul {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

#banner0 ul a {
  display: block;
}

#banner0 ul img {
  width: 100%;
}

@media screen and (max-width: 600px) {
  #banner0 ul {
    width: auto;
    margin: 20px 10px 20px;
  }
}
/*****************************************************************************
dressUp 個別記事
*****************************************************************************/
.dressUpEntry {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
  padding: 50px 50px;
  position: relative;
}

.dressUpEntry .sns {
  position: absolute;
  top: 50px;
  left: 45px;
}

.dressUpEntry .sns ul {
  display: flex;
}

.dressUpEntry .sns li:not(:nth-child(1)) {
  margin-left: 8px;
}

.dressUpEntry .date {
  color: #959596;
  font-family: 'Roboto', sans-serif;
  text-align: right;
  padding: 0 0 20px;
}

.dressUpEntry img {
  width: 100%;
}

.dressUpEntry .car {
  text-align: center;
  font-size: 2rem;
  padding: 0 0 30px;
  color: #dc0012;
}

.dressUpEntry .carInfo {
  text-align: center;
  color: #ffffff;
  background: #232323;
  padding: 8px 3%;
}

.dressUpEntry .carInfo span {
  padding: 0 4px;
}

.dressUpEntry .dataWrapper {
  display: flex;
}

.dressUpEntry .data {
  display: table;
  margin: 10px 0 0;
  width: 100%;
}

.dressUpEntry .data > * {
  display: table-cell;
  vertical-align: middle;
  padding: 3px 8px;
}

.dressUpEntry .data .th {
  background: #ababac;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  width: 80px;
}

.dressUpEntry .data .td {
  color: #959596;
}

.dressUpEntry .data .td .label {
  font-family: 'Roboto', sans-serif;
  padding-right: 4px;
}

.dressUpEntry .entryBody {
  margin: 40px 0 0;
  line-height: 1.6;
  font-size: 1.14rem;
  content: "";
  clear: both;
  display: block;
}

.dressUpEntry .entryBody img {
  max-width: 100%;
  height: auto;
  float: none !important;
}

.dressUpEntry .entryBody a {
  word-break: break-all;
}

@media screen and (max-width: 600px) {
  .dressUpEntry .dataWrapper {
    display: block;
  }

  .dressUpEntry {
    padding: 20px 10px;
  }

  .dressUpEntry .sns {
    top: 20px;
    left: 10px;
  }
}
.pagerPrevNext {
  width: 1000px;
  margin: 0 auto;
  background: #ffffff;
  padding: 80px 50px 30px;
}

.pagerPrevNext ul {
  border-top: 1px solid #d7d7d7;
  position: relative;
  padding: 20px 0 0;
}

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

.pagerPrevNext ul::before {
  content: "";
  height: calc(100% - 50px);
  width: 1px;
  background: #d7d7d7;
  position: absolute;
  top: 35px;
  left: 50%;
  z-index: 777;
}

.pagerPrevNext li {
  width: calc(50% - 15px);
}

.pagerPrevNext .prev {
  float: left;
}

.pagerPrevNext .next {
  float: right;
}

.pagerPrevNext a, .pagerPrevNext a span {
  display: block;
}

.pagerPrevNext a {
  position: relative;
  height: 130px;
  padding: 15px 0;
  text-decoration: none;
}

.pagerPrevNext .label {
  position: absolute;
  top: -30px;
  font-family: 'Roboto', sans-serif;
  background: #ffffff;
}

.pagerPrevNext .prev .label {
  left: 0;
  padding-right: 7px;
}

.pagerPrevNext .next .label {
  right: 0;
  padding-left: 7px;
}

.pagerPrevNext .img {
  width: 100px;
  padding: 100% 0 0;
  overflow: hidden;
  position: absolute;
  top: 15px;
  left: 0;
}

.pagerPrevNext .img img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.pagerPrevNext .date, .pagerPrevNext .title {
  margin-left: 120px;
}

.pagerPrevNext .date {
  color: #959596;
  font-family: 'Roboto', sans-serif;
}

.pagerPrevNext .title {
  color: #333333;
  font-size: 1.2rem;
  transition: all .3s;
}

@media screen and (min-width: 601px) {
  .pagerPrevNext a:hover .title {
    color: #dc0002;
  }
}
.ftCatTopLink {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.ftCatTopLink a {
  display: block;
  background: #dc0002;
  text-align: center;
  color: #ffffff;
  padding: 15px;
  font-size: 1.2rem;
  font-weight: 700;
  text-decoration: none;
  border: 10px solid #fff;
}

.ftCatTopLink a .fa {
  margin-right: 5px;
}

@media screen and (max-width: 600px) {
  .pagerPrevNext {
    width: auto;
    padding: 40px 10px 10px;
  }

  .pagerPrevNext ul {
    padding: 10px 0 0;
  }

  .pagerPrevNext a {
    position: relative;
    height: auto;
  }

  .pagerPrevNext .label {
    top: -20px;
  }

  .pagerPrevNext .img {
    position: relative;
    width: 100%;
    top: auto;
    left: auto;
  }

  .pagerPrevNext .date, .pagerPrevNext .title {
    margin-left: 0;
  }

  .pagerPrevNext .date {
    margin-top: 10px;
  }

  .pagerPrevNext .title {
    font-size: 1rem;
  }

  .ftCatTopLink a {
    font-size: 1rem;
  }
}
/*****************************************************************************
listType201807
 *****************************************************************************/
.listType201807 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.listType201807 ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: -20px;
}

.listType201807 li {
  width: calc((100% - 60px)/5);
  margin-left: 15px;
  margin-top: 15px;
  background: #ffffff;
  border: 1px solid #ddd;
  transition: all .4s;
}

.listType201807 li:nth-child(5n+ 1) {
  margin-left: 0;
}

.listType201807 li a {
  display: block;
  text-decoration: none;
}

.listType201807 li .img {
  width: 100%;
  padding: 100% 0 0;
  overflow: hidden;
  position: relative;
  border: 4px solid #fff;
  border-bottom: none;
}

.listType201807 li .img img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.listType201807 li .date {
  font-size: 0.8rem;
  padding: 10px 10px 0;
  color: #959596;
  font-family: 'Roboto', sans-serif;
}

.listType201807 li .title {
  padding: 5px 10px 15px;
  color: #333333;
  font-size: 1rem;
  line-height: 1.3;
}

@media screen and (min-width: 601px) {
  .listType201807 li:hover {
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
  }

  .listType201807 li:hover .title {
    color: #dc0002;
  }
}
@media screen and (max-width: 600px) {
  .listType201807 {
    max-width: initial;
    width: auto;
    margin: 0 10px;
  }

  .listType201807 ul {
    margin-top: 0;
  }

  .listType201807 li, .listType201807 li:nth-child(5n+ 1) {
    width: calc((100% - 5px)/2);
    margin-left: 5px;
    margin-top: 5px;
  }

  .listType201807 li:nth-child(2n+ 1) {
    margin-left: 0;
  }
}
/*****************************************************************************
accessInfo2 valor
*****************************************************************************/
#accessInfo2 > .inner {
  width: 1000px;
  margin: 0 auto;
}

#accessInfo2 .hd {
  background: #dc0012;
  color: #ffffff;
  font-size: 21px;
  line-height: 1.2;
  padding: 8px;
  border-left: 12px solid #BDBEBF;
  font-weight: 700;
}

#accessInfo2 .guideLead {
  margin-top: 20px;
}

#accessInfo2 .guide {
  display: flex;
  flex-wrap: wrap;
}

#accessInfo2 .guide_text {
  margin-top: 20px;
}

#accessInfo2 .guide dl {
  margin-top: 20px;
  width: calc((100% - 20px)/2);
  margin-left: 20px;
}

#accessInfo2 .guide dl:nth-child(2n+ 1) {
  margin-left: 0;
}

#accessInfo2 .guide dt {
  background: #EF857D;
  color: #ffffff;
  font-size: 17px;
  line-height: 1;
  padding: 5px 8px;
  font-weight: 500;
  margin-bottom: 10px;
}

#accessInfo2 .guide .guide_hd {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
}

#accessInfo2 .guide .guide_hd_2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  margin-top: 15px;
}

#accessInfo2 .guide dd {
  padding: 0 4px 0;
}

#accessInfo2 .guide dd li {
  padding-left: 13px;
  position: relative;
  margin-top: 5px;
}

#accessInfo2 .guide dd li::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #999;
  border-radius: 100%;
  position: absolute;
  top: 6px;
  left: 0;
}

#accessInfo2 .guide dd li.notice {
  color: #dc0002;
}

@media screen and (max-width: 600px) {
  #accessInfo2 > .inner {
    width: auto;
    margin: 0 10px;
  }

  #accessInfo2 .guide {
    display: block;
  }

  #accessInfo2 .guide dl, #accessInfo2 .guide dl:nth-child(2n+ 1) {
    width: auto;
    margin-left: 0;
  }
}
/*shopMap
------------------------------------------*/
#shopMap2 {
  height: 500px;
  width: 100%;
}

#shopMap2 iframe {
  height: 500px;
  width: 100%;
  padding: 20px 0 10px 0;
}

@media screen and (max-width: 600px) {
  #shopMap2 {
    height: 350px;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  #shopMap2 iframe {
    height: 350px;
    width: 100%;
    padding: 20px 0 10px 0;
  }
}
/*relatedLink
------------------------------------------*/
.relatedLink {
  margin: 0 auto;
  width: 1000px;
  background: #fff;
  padding: 0 50px;
  font-size: 1.14rem;
}

.relatedLink li {
  padding-top: 1em;
  position: relative;
}

.relatedLink li a {
  display: block;
}

@media screen and (max-width: 600px) {
  .relatedLink {
    width: auto;
    padding: 0 10px;
    font-size: 1.14rem;
  }
}
.lineBtn {
  margin: 0 0 0 10px;
  background: url("../../share/line/lineIcon.png") 15px 50% no-repeat;
  background-size: auto 30px;
  background-color: #00b900;
  border: 1px solid #00b900;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  line-height: 40px;
  border-radius: 21px;
  padding: 0 40px 0 60px;
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  text-align: center;
  transition: all .3s;
  cursor: pointer;
}
.lineBtn:hover {
  background-color: #fff;
  color: #00b900;
}
@media screen and (max-width: 600px) {
  .lineBtn {
    margin: 10px auto 0;
  }
}


/* .shopTitle .lineBtn {
	display: none;
} */



.lineBtn_chibanew {
  margin: 0 0 0 10px;
  background: url("../../share/line/lineIcon.png") 15px 50% no-repeat;
  background-size: auto 30px;
  background-color: #00b900;
  border: 1px solid #00b900;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  line-height: 40px;
  border-radius: 21px;
  padding: 0 40px 0 60px;
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  text-align: center;
  transition: all .3s;
  cursor: pointer;
  /* display: none; */
}
.lineBtn_chibanew:hover {
  background-color: #fff;
  color: #00b900;
}
@media screen and (max-width: 600px) {
  .lineBtn_chibanew {
    margin: 10px auto 0;
  }
}
/*****************************************************************************
待ち時間状況
*****************************************************************************/
.airwait-waiting-time-bg {
  background-color: #121212;
  padding: 10px;
	display: none;
}
.airwait-waiting-time-bg .airwait-waiting-time-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.airwait-waiting-time {
  padding: 5px 10px;
  border: 1px solid #fff;
  background-color: #DB0112;
  color: #fff;
  font-size: 16px;
  display: block;
  text-align: center;
}

.airwait-block {
  display: flex;
  align-items: center;
}
.airwait-block .airwait-number, .airwait-block .airwait-time {
  color: #fff;
  margin: 0 15px;
  font-size: 21px;
  font-weight: bold;
}

.airwait-link-button {
  position: relative;
}
.airwait-link-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  display: inline-block;
  background-image: url("../images/airwait_link_button_icon.png");
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: contain;
}
.airwait-link-button a {
  background-color: #FFE100;
  display: block;
  padding: 10px 40px;
  border-radius: 26px;
  text-decoration: none;
  transition: .3s;
  text-align: center;
}
.airwait-link-button a:hover {
  background-color: #fff;
}
.airwait-link-button .airwait-link-button-text {
  color: #DC0012;
  font-size: 14px;
  font-weight: bold;
}
.airwait-link-button .airwait-link-button-text .airwait-link-button-sp-block {
  display: none;
}
.airwait-link-button .airwait-link-button-note {
  color: #DC0012;
  font-size: 12px;
  font-weight: bold;
  display: block;
  padding-top: 5px;
}

@media screen and (max-width: 600px) {
  .airwait-waiting-time-bg {
    padding: 20px 10px;
  }
  .airwait-waiting-time-bg .airwait-waiting-time-inner {
    display: block;
  }

  .airwait-block {
    display: block;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .airwait-block .airwait-time {
    margin-top: 15px;
  }
}
@media screen and (max-width: 480px) {
  .airwait-link-button .airwait-link-button-text {
    line-height: 1.4;
  }
  .airwait-link-button .airwait-link-button-text .airwait-link-button-sp-block {
    display: block;
  }
}

.shop_t_chuko {
  margin-top: 15px;
}

#shopTop .shopTitle .inner .shop_t_chuko a {
  font-size: 1.2rem;
  padding: 0 25px 2px 25px;
}

#shopLnv05{
	display: none;
}

.chiba_new_news{
	background-color: #000;
	color: #fff;
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 50px;
	padding-bottom: 50px;
	line-height: 1.6;
}

.shop_detail_sws_bnr_wapper{
	display: flex;
	justify-content: center;
	width: 100%;
	background-color: #111;
	padding-top: 0px;
	padding-bottom: 60px;
	padding-left: 30px;
	padding-right: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.shop_detail_sws_bnr_wapper .shop_detail_sws_bnr_inner{
	width: 100%;
	max-width: 500px;
}

.shop_detail_sws_bnr_wapper .shop_detail_sws_bnr_inner h2{
	color: #fff;
	font-size: 24px;
	margin-bottom: 20px;
	text-align: center;
}

.shop_detail_sws_bnr_wapper .shop_detail_sws_bnr_inner a{
	display: block;
	width: 100%;
}

.shop_detail_sws_bnr_wapper .shop_detail_sws_bnr_inner a:hover img{
	transition: 0.3s;
	opacity: 0.8;
}

.shop_detail_sws_bnr_wapper .shop_detail_sws_bnr_inner a img{
	width: 100%;
	height: auto;
	transition: 0.3s;
}


.shop_pickup-bnr_wapper {
	display: flex;
	justify-content: center;
	width: 100%;
	background-color: #111;
	padding-top: 20px;
	padding-bottom: 60px;
	padding-left: 30px;
	padding-right: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.shop_pickup-bnr_inner {
	max-width: 1200px;
	width: 100%;
	display: flex;
	justify-content: center;
}

.shop_pickup-bnr_inner a {
	width: 50%;
	padding: 0 15px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing: border-box;
	display: block;
	transition: .3s;
}

.shop_pickup-bnr_inner a img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 600px) {
	.shop_pickup-bnr_wapper {
		padding: 20px 15px 30px;

}
	.shop_pickup-bnr_inner {
		display: block;
	}
	.shop_pickup-bnr_inner a {
		width: 100%;
	}
	.shop_pickup-bnr_inner a:first-child {
		margin-bottom: 30px;
	}
  .shop_pickup-bnr_inner a:nth-child(2) {
		margin-bottom: 30px;
	}

}

.text_20220622_wapper{
  background-color: #fff;
  padding-top: 5px;
  padding-bottom: 1px;
  border-radius: 999999px;
  margin-bottom: 10px;
}

.text_20220622{
  margin-bottom: 10px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  color: #000;
  font-weight: bold;
  vertical-align: bottom;
}

.text_20220622 span{
  background-color: #f8ba11;
  color: #fff;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  margin-right: 2px;
  padding-top: 2px;
  padding-bottom: 5px;
}

.text_20220622 i{
  font-size: 28px;
  margin-left: 2px;
  margin-right: 2px;
  margin-top: -2px;

}

.teigaku_wapper_20220630 img{
  max-width: 350px;
  margin-bottom: 15px;
  height: auto;
  width: 100%;
}
.tenpo_slick_list_wapper{
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}

.tenpo_slick_list_inner{
  width: 100%;
  max-width: 1220px;
}

.tenpo_slick_list_inner .tenpo_slick_list{
  width: 100%;
}

.tenpo_slick_list_inner .tenpo_slick_list li{
  margin-left: 10px;
  margin-right: 10px;
}
.tenpo_slick_list_inner .tenpo_slick_list li a{
  transition: 0.3s;
}

.tenpo_slick_list_inner .tenpo_slick_list li a:hover{
  opacity: 0.6;
  transition: 0.3s;
}

.tenpo_slick_list_inner .tenpo_slick_list li a img{
  width: 100%;
  height: auto;
}

.bnr20220701_wapper{
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  background-color: #fff;
  padding-bottom: 60px;
}

.bnr20220701_wapper .bnr20220701_inner{
  max-width: 1220px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .bnr20220701_wapper .bnr20220701_inner{
    flex-direction: column;
  }
}

.bnr20220701_wapper .bnr20220701_inner a{
  margin-left: 10px;
  margin-right: 10px;
  width: calc(50% - 20px);
  transition: 0.3s;
  display: block;
}

@media screen and (max-width: 600px) {
  .bnr20220701_wapper .bnr20220701_inner a{
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}

.bnr20220701_wapper .bnr20220701_inner a:hover{
  opacity: 0.6;
  transition: 0.3s;
}

.bnr20220701_wapper .bnr20220701_inner a img{
  width: 100%;
  height: auto;
}

.voice20220701{
  width: 100%;
  display: flex;
  justify-content: center;
}

.voice20220701_inner{
  width: 100%;
  display: flex;
  justify-content: center;
  max-width: 980px;
}

.voice_body_20220701 .bnr20220701_wapper,
.voice_body_20220701 .tenpo_slick_list_wapper{
  display: none;
}

/***********高崎緑町******************************/

/***ツイッター非表示***/
body.takasakimidoricho .sns{
/*	display: none;	*/
}

/***ECバナー非表示***/
body.takasakimidoricho .ec_renew231215_bnr_wapper{
	display: none;
}

/***ECバナー非表示***/
body.takasakimidoricho .g-kuchikomi_content{
	display: none;
}

/***口コミバナー非表示***/
body.takasakimidoricho .shop_pickup-bnr_inner a:nth-child(3) {
	display: none;
}

/***口コミボタン非表示***/
body.takasakimidoricho #shopLnv06{
	display: none !important;
}

body.takasakimidoricho #shopLnv{
/*	display: none;*/
}
body.takasakimidoricho #shopLnv06{
	display: none;
}
body.takasakimidoricho .open2024_wapper{
	padding-left: 30px;
	padding-right: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #e24a56;
	color: #FFF;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}


body.takasakimidoricho .open2024_wapper p{
	font-size: 28px;
	margin-bottom: 10px;
	font-weight: bold;
	
}

body.takasakimidoricho .open2024_wapper div{
	font-size: 100px;
	font-weight: bold;
	margin-bottom: 20px;
	
}

body.takasakimidoricho .open2024_wapper span{
	font-size: 20px;
	font-weight: bold;
	display: block;
	line-height: 1.8;
	
}
@media screen and (max-width: 1200px) {
	body.takasakimidoricho .open2024_wapper div{
	font-size: 80px;
	
	}
}

@media screen and (max-width: 1024px) {
	body.takasakimidoricho .open2024_wapper div{
	font-size: 60px;
	
	}
}
@media screen and (max-width: 600px) {
	body.takasakimidoricho .open2024_wapper div{
	font-size: 36px;
	margin-bottom: 10px;
	
	}
}

@media screen and (max-width: 600px) {
	body.takasakimidoricho .open2024_wapper span{
	font-size: 16px;
	
	}
	body.takasakimidoricho .open2024_wapper span br{
	display: none;
	
	}
}

body.takasakimidoricho .shop_pickup-bnr_wapper{
	display: none;
}

body.takasakimidoricho .takasakimidoricho_youtube_out{
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 30px;
	
}

body.takasakimidoricho .takasakimidoricho_youtube_inner{
	width: 100%;
	max-width: 800px;
	aspect-ratio: 16 / 9;
}

body.takasakimidoricho .takasakimidoricho_youtube_inner iframe{
	
	width: 100%;
  	height: 100%;
}

.sns_x_icon_out{
	
}

.sns_x_icon_out a{
	
}
.sns_x_icon_out a:hover{
	background-color: transparent !important;
}

.sns_x_icon_out a span{
	width: 50px;
	height: 50px;
	position: relative;
	display: block;
	
	
}

.sns_x_icon_out a span:before{
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	background-image: url("/share/images/shopSub/sns_x.svg");
	position: absolute;
	transition: 0.3s;
}

.sns_x_icon_out a:hover span:before{
	background-image: url("/share/images/shopSub/sns_x_hover.svg");
	transition: 0.3s;
}



.sns_insta_icon_out{
	
}

.sns_insta_icon_out a{
	
}
.sns_insta_icon_out a:hover{
	background-color: transparent !important;
}

.sns_Insta_icon_out a span{
	width: 50px;
	height: 50px;
	position: relative;
	display: block;
	
	
}

.sns_insta_icon_out a span:before{
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	background-image: url("/share/images/shopSub/sns_insta.svg");
	position: absolute;
	transition: 0.3s;
}

.sns_insta_icon_out a:hover span:before{
	background-image: url("/share/images/shopSub/sns_insta_hover.svg");
	transition: 0.3s;
}