.shopdetail__sec {
  padding: 40px 0;
}
@media only screen and (min-width: 750px) {
  .shopdetail__sec {
    padding: 60px 0;
   }
}
/* ------------------------------
- detailhead
------------------------------ */
.detailhead .inner::before,
.detailhead__slider::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #ca0000;
  margin: 20px auto;
}
.detailhead__slider::after {
  position: absolute;
  margin: 0;
  bottom: 0;
  left: 0;
}
.detailhead__heading {
  font-size: 20px;
  text-align: left;
}
.detailhead__snsicon {
    display:flex;
    flex-flow:row nowrap;
    justify-content: flex-end;
}
.detailhead__snsicon li{
  width: 58.5%;
}
.detailhead__snsicon a {
}
.detailhead__snsicon a img {
  width: 1.5rem;
  height: 1.5rem;
  display:inline-block;
}
.detailhead__category {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.detailhead__category__item {
  border-radius: 5px;
  background: #c3c2c2;
  text-align: center;
  color: #fff;
  font-size: 11px;
  padding: 3px 11px;
  margin: 5px 10px 0 0;
}
.detailhead__attention {
  padding: 30px 10px;
  margin: 30px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.detailhead__attention h2 {
  margin-bottom: 10px;
  font-size: 1.2em;
  line-height: 1.7;
}
.detailhead__attention a {
  text-decoration: underline;
}
.detailhead__info {
  margin: 30px 0;
}
.detailhead__info__table {
  margin-top: 20px;
}
.detailhead__cv {
  padding: 40px 10px;
  text-align: center;
}
.detailhead__cv-top {
    background: #f7f7f7;
    border: none;
    margin: 30px 10px 40px;
}
.detailhead__slider {
  position: relative;
}
@media only screen and (min-width: 750px) {
    .detailhead__cv-top {
        margin: 30px 0 0;
    }
}
.detailhead__cv-bottom {
    background: #fff;
    border: none;
    margin-top: 30px;
}
.detailhead__cv__text {
  margin-bottom: 20px;
  font-weight: bold;
}
.detailhead__cv__btn {
  background: #ca0000 url(/wp/wp-content/themes/idc/assets/images/icon/arrow_a-w.svg) no-repeat center right 20px /9px;
  color: #fff;
  font-size: 15px;
  padding: 18px 40px;
  max-width: 320px;
  width: 85%;
  border-radius: 30px;
  position: relative;
  border: 1px solid #ca0000;
}
.detailhead__cv__btn.ariake {
  background: #ffffff url(/wp/wp-content/themes/idc/assets/images/icon/arrow_a-r.svg) no-repeat center right 20px /9px;
  color: #ca0000;
  border: 1px solid #ca0000;
  font-weight: bold;
}
@media only screen and (max-width: 749px) {
  .detailhead__snsicon {
    display: flex;
    flex-flow:row nowrap;
    justify-content: space-between;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
  }
  .detailhead__snsicon li{
    width: auto;
    text-align: left;
    margin-top:1%;
  }
  .detailhead__snsicon li:first-child {
    width: 76%;
    margin-top:0%;
  }
  .detailhead__snsicon li.detailhead__blog-list {
    width: auto;
  }
  .detailhead__snsicon li .detailhead__sns-acount {
  }
  .detailhead__snsicon li:nth-child(1) .detailhead__sns-acount img {
    width: 1.3rem;
    height: 1.4rem;
    display:inline-block;
  }
  .detailhead__snsicon li:nth-child(2) .detailhead__sns-acount img {
    width: 1.4rem;
    height: 1.7rem;
    display:inline-block;
  }
  .detailhead__snsicon li:nth-child(3) .detailhead__sns-acount img {
    width: 1.3rem;
    height: 1.3rem;
    display:inline-block;
  }
  .detailhead__snsicon li .detailhead__sns-acount .detailhead__sns-acount-name {
    vertical-align:sub;
    line-height: 1.3;
    color:#999;
    padding-left: 0.3rem;
  }
  .detailhead__snsicon li.detailhead__blog-list .detailhead__blog-list-name {
    line-height: 1.3;
    color:#999;
    padding-left: 0.3rem;
    font-size: .9rem;
  }
  .detailhead .inner {
    padding: 0;
  }
  .p10 {
    padding: 0 10px;
  }

  .detailhead__lead {
    padding-top: 2em;
  }
  #sr_thumbnail {
      display: none;
  }
}
@media only screen and (min-width: 750px) {
  .detailhead {
    margin-bottom: 60px;
  }
  .detailhead__heading {
    font-size: 22px;
  }
  .detailhead__snsicon {
    display:flex;
    flex-flow:row nowrap;
    justify-content: flex-end;
    width: 50%;
  }
 .detailhead__snsicon li{
    width: auto;
    text-align: right;
   margin-top:0.5%;
 }
  .detailhead__snsicon li:first-child {
    width: 76%;
    margin-top:0%;
    margin-right: 0.8rem;
  }
  .detailhead__snsicon .detailhead__sns-acount {
  }
  .detailhead__snsicon li.detailhead__blog-list {
    width: auto;
    margin-left: .5rem;
  }
  .detailhead__snsicon li:nth-child(1) .detailhead__sns-acount img {
    width: 1.3rem;
    height: 1.4rem;
    display:inline-block;
  }
  .detailhead__snsicon li:nth-child(2) .detailhead__sns-acount img {
    width: 1.4rem;
    height: 1.7rem;
    display:inline-block;
  }
  .detailhead__snsicon li:nth-child(3) .detailhead__sns-acount img {
    width: 1.3rem;
    height: 1.3rem;
    display:inline-block;
  }
  .detailhead__snsicon li .detailhead__sns-acount .detailhead__sns-acount-namewrap {
    display:block;
  }
  .detailhead__snsicon li .detailhead__sns-acount .detailhead__sns-acount-name {
    vertical-align: bottom;
    line-height: 1.3;
    font-size:0.9rem;
    padding-left: 0.7rem;
    color:#999;
  }
  .detailhead__snsicon li.detailhead__blog-list .detailhead__blog-list-name {
    line-height: 1.3;
    color:#999;
    padding-left: 0.3rem;
    font-size: .9rem;
  }
  .detailhead__slider::after {
    display: none;
  }
  .detailhead__arrow {
    position: absolute;
    z-index: 10;
    width: 48px;
    top: 50%;
    margin-top: -24px;
    cursor: pointer;
  }
  .detailhead__arrow__prev {
    left: -5px;
  }
  .detailhead__arrow__next {
    right: -5px;
  }
  .detailhead__category__item:hover {
    background: #fdedf0;
    color: #ca0000;
  }
  .detailhead__lead {
    padding-top: 2em;
  }
  .detailhead__attention {
    padding: 30px 40px;
    border: 1px solid #000;
  }
  .detailhead__info {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 40px 0;
  }
  .detailhead__info__img {
    min-width: 320px;
    max-width: 320px;
    margin-right: 50px;
  }
  .detailhead__info__table {
    margin-top: 0;
    width: 100%;
  }
  .detailhead__cv__text {
    font-size: 15px;
  }
  .detailhead__cv__btn {
    font-size: 15px;
    max-width: 400px;
  }
  .detailhead__cv__btn:hover {
    color: #ca0000;
    background: #fff url(/wp/wp-content/themes/idc/assets/images/icon/arrow_a-r.svg) no-repeat center right 20px/9px;
  }
  .detailhead__cv__btn.ariake:hover {
    color: #ffffff;
    background: #ca0000 url(/wp/wp-content/themes/idc/assets/images/icon/arrow_a-w.svg) no-repeat center right 20px/9px;
  }
}
@media only screen and (min-width: 750px) {
	.detailhead__slider .detailhead__arrow__prev {
	  width: 30px;
	  height: 100px;
	  top: 45%;
	  left: 1%;
	}
	.detailhead__slider .detailhead__arrow__prev::before {
	  content: "";
	  background: #333;
	  position: absolute;
	  top: 50%;
	  left: 0;
	  width: 100%;
	  height: 1px;
	  transform-origin: top left;
	  transform: rotate(-45deg);
	}
	.detailhead__slider .detailhead__arrow__prev::after {
	  content: "";
	  background: #333;
	  position: absolute;
	  top: 50%;
	  left: 0;
	  width: 100%;
	  height: 1px;
	  transform-origin: top left;
	  transform: rotate(45deg);
	}
	.detailhead__slider .detailhead__arrow__next {
	  width: 30px;
	  height: 100px;
	  top: 45%;
	  right: 1%;
	}
	.detailhead__slider .detailhead__arrow__next::before {
	  content: "";
	  background: #333;
	  position: absolute;
	  top: 50%;
	  left: 0;
	  width: 100%;
	  height: 1px;
	  transform-origin: top right;
	  transform: rotate(45deg);
	}
	.detailhead__slider .detailhead__arrow__next::after {
	  content: "";
	  background: #333;
	  position: absolute;
	  top: 50%;
	  left: 0;
	  width: 100%;
	  height: 1px;
	  transform-origin: top right;
	  transform: rotate(-45deg);
	}
	.detailhead__slider .detailhead__arrow__prev button {
	  -webkit-appearance: none;
	  -moz-appearance: none;
	  appearance: none;
	  outline: none;
	  padding: 0;
	}
}
.detailhead__slider .detailhead__arrow__prev img,
.detailhead__slider .detailhead__arrow__next img{
	display:none !important;
}
/* ------------------------------
- slider
------------------------------ */
.shopdetail .detailhead__slider {
  opacity: 0;
}
.shopdetail .slick-initialized {
	opacity: 1;
}

.shopdetail .slick-dotted.slick-slider {
  margin-bottom: 20px;
  padding-bottom: 42px;
}
.detailhead__slider {
	margin-bottom:20px;
}
.shopdetail .slick-dots li {
  margin: 0
}
.shopdetail .slick-dots li button:before {
  opacity: 1;
  color: #ccc;
}
.shopdetail .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #ca0000;
}
.shopdetail .slick-dots {
  bottom: 9px;
}
@media only screen and (min-width: 750px) {
  .shopdetail .slick-dotted.slick-slider {
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  .shopdetail .slick-dots li button:before {
    color: #fff;
  }
}
 /* ------------------------------
 - detailhead
 ------------------------------ */
.shopdetail__dl {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 13px;
}
.shopdetail__dt,
.shopdetail__dd {
  min-height: 49px;
  padding: 16px 0;
}
.shopdetail__dl:last-child .shopdetail__dt,
.shopdetail__dl:last-child .shopdetail__dd {
  padding-bottom: 0;
}
.shopdetail__dt,
.shopdetail__dd,
.shopdetail__subdt,
.shopdetail__subdd {
  line-height: 1.3;
}
.shopdetail__dt {
  min-width: 60px;
  max-width: 60px;
  margin-right: 25px;
  border-top: 1px solid #ca0000;
  font-weight: bold;
}
.shopdetail__dd {
  width: 100%;
  border-top: 1px solid #ddd;
}
.shopdetail__subdt {
  color: #333;
  font-weight: bold;
  margin-top: 10px;
}
.shopdetail__subdt::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #ca0000;
  border-radius: 15px;
  margin: 2px 7px 2px 0;
}
.shopdetail__subdd {
  margin-top: 5px;
}
@media only screen and (min-width: 750px) {
  .shopdetail__dt,
  .shopdetail__dd {
    padding: 20px 0;
  }
  .shopdetail__subdt {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1000px) {
  .shopdetail__dt {
    min-width: 90px;
    max-width: 90px;
    margin-right: 40px;
  }
}
/* ------------------------------
- shopdetail__nav
------------------------------ */
.shopdetail__nav {
  background: #333;
}
.shopdetail__nav__inner {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}
.shopdetail__nav__item {
  background: url(/wp/wp-content/themes/idc/assets/images/icon/arrow_c-r.svg) no-repeat center bottom 7px /12px;
  color: #fff;
  width: 25%;
  text-align: center;
  font-size: 13px;
  padding-bottom: 10px;
  height: 58px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.3;
  font-weight: bold;
}
@media only screen and (max-width: 749px) {
  .shopdetail__nav__item:not(:first-child) {
    border-left: 1px solid #fff;
  }
}
@media only screen and (min-width: 750px) {
  .shopdetail__nav__item {
    background: url(/wp/wp-content/themes/idc/assets/images/icon/arrow_c-r.svg) no-repeat center bottom 15px /12px;
    font-size: 15px;
    height: 70px;
    position: relative;
  }
  .shopdetail__nav__item:first-child::before,
  .shopdetail__nav__item::after {
    position: absolute;
    content: '';
    display: block;
    width: 1px;
    height: 40%;
    top: 30%;
    background: #999;
  }
  .shopdetail__nav__item:first-child::before {
    left: 0;
  }
  .shopdetail__nav__item::after {
    right: 0;
  }
}
/* ------------------------------
- service
------------------------------ */
.service__block:nth-child(n+2) {
  margin-top: 30px;
}
.service__heading {
  font-size: 15px;
  margin-bottom: 20px;
}
.service__heading::after {
  content: '';
  display: block;
  width: 16px;
  height: 2px;
  background: #ca0000;
  margin-top: 10px;
}
.service__text {
  padding: 20px 10px;
}
.service__item {
  background: #f7f7f7;
  border: 1px solid #fff;
}
.service__item__heading {
  background: #f7f7f7 url(/wp/wp-content/themes/idc/assets/images/icon/arrow_c-g.svg) no-repeat right 20px center /14px;
  padding: 5px 40px 5px 15px;
  width: 100%;
  min-height: 50px;
  //height: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.2;
}
.is-itemactive .service__item__heading {
  background: #f7f7f7 url(/wp/wp-content/themes/idc/assets/images/icon/icon_x-g.svg) no-repeat right 20px center /14px;
}
.service__item__content {
  display: none;
  margin: 0 10px 10px;
  background: #fff;
  padding: 1.7em;
  line-height: 1.7;
}
.service__item__content * {
  line-height: 1.7;
}
.service__item__btn {
  text-align: center;
  display: block;
  background: #ca0000 url(/wp/wp-content/themes/idc/assets/images/icon/arrow_a-w.svg) no-repeat center right 20px /7px;
  border: 2px solid #ca0000;
  border-radius: 30px;
  color: #fff;
  padding: 10px;
  width: 100%;
  max-width: 400px;
}
.service__item__btn.ex {
  background: #666 url(/wp/wp-content/themes/idc/assets/images/icon/arrow_a-w.svg) no-repeat center right 20px /7px;
  border: 2px solid #666;
}
.service__item__content ul {
  padding-left: 18px;
}
.service__item__content li {
  list-style: disc;
}
.service__item__content .mt1 {
  margin-top: 1.7em;
}
.service__item__content dd {
  font-weight: bold;
  margin-bottom: 1.7em;
}
.service__item__content dd::before {
  content: '●';
  color: #bbb;
  margin-right: 5px;
}
.cre__img {
  float: right;
  width: 80px;
  margin: 0 0 10px 10px;
}
.cre__img__lg {
  margin: 0 auto 1.7em;
  width: 200px;
}
.service__item__content .triangle::before {
  content: '▶︎';
  color: #ca0000;
  margin-right: 5px;
}
@media only screen and (min-width: 750px) {
  .service__content {
    display: -webkit-flex;
    //display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    //-ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .service__item {
    width: 25%;
    border: 2px solid #fff;
    position: relative;
  }
  .service__item::before,
  .service__item::after {
    content: '';
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 12px 6px;
    opacity: 0;
    z-index: 20;
  }
  .service__item::before {
    bottom: -23px;
    border-color: transparent transparent #ccc transparent;
  }
  .service__item::after {
    bottom: -25px;
    border-color: transparent transparent #fff transparent;
  }
  .is-itemactive::before,
  .is-itemactive::after {
    opacity: 1;
    display: block;
  }
  .service__item__heading {
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }
  .service__item__heading:hover {
    background: #fdedf0 url(/wp/wp-content/themes/idc/assets/images/icon/arrow_c-g.svg) no-repeat right 20px center /14px;
  }
  .is-itemactive .service__item__heading {
    background: #fdedf0 url(/wp/wp-content/themes/idc/assets/images/icon/icon_x-g.svg) no-repeat right 20px center /14px;
  }
  .service__item__content {
    width: 100%;
    margin: 20px 0;
    padding: 40px 50px;
    border: 1px solid #ccc;
    position: relative;
    z-index: 10;
  }
  .service__item__btn {
    font-size: 14px;
    background: #ca0000 url(/wp/wp-content/themes/idc/assets/images/icon/arrow_a-w.svg) no-repeat center right 20px /7px;
    padding: 13px;
    margin: 10px auto 0;
  }
  .cre__img {
    width: 150px;
    margin: 0 0 20px 20px;
  }
  .cre__img__lg {
    float: right;
    margin: 0 0 20px 20px;
    width: 229px;
  }
}

/* ------------------------------
- access
------------------------------ */
 .access__map {
   margin-bottom: 20px;
 }
.access__map iframe {
  width: 100%;
  height: 280px;
}
 @media only screen and (min-width: 750px) {
 .access__map {
   margin-bottom: 40px;
 }
  .access__map iframe {
    height: 320px;
  }
  .access__table {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .access__table__block {
    width: 47.95%;
  }
}
 /* ------------------------------
 - floor
 ------------------------------ */
 .floor__slider {
   border-bottom: 1px solid #ca0000;
 }
.floor__arrow {
  position: absolute;
  z-index: 10;
  width: 50px;
  bottom: 0;
}
.floor__arrow__prev {
  right: 50px;
}
.floor__arrow__next {
  right: 0;
}
.floor__arrow__prev::after {
  content: '';
  display: block;
  position: absolute;
  background: #ca0000;
  width: 1px;
  height: 60%;
  top: 20%;
  right: 0;
}
.floor__slider .slick-dots {
  width: auto;
}
.floor__lead {
  margin-bottom: 30px;
}
.floor__tr {
  margin-top: 10px;
}
.floor__th {
  background: #ca0000;
  color: #fff;
  text-align: center;
  font-size: 15px;
  padding: 14px;
}
.floor__td {
  background: #f7f7f7;
  padding: 20px;
}

.floor__td a::before {
    content: "\f0da";
    margin-right: 0.25em;
    color: #c00;
    font-family: FontAwesome;
}

.floor__td a:hover,
.floor__td a:focus {
    text-decoration: underline;
}
@media only screen and (min-width: 750px) {
  .floor__slider {
    border: none;
  }
  .floor__arrow {
   width: 60px;
   cursor: pointer;
  }
  .floor__arrow__prev {
   right: 60px;
  }
  .floor__slider .slick-dots {
   left: 25px;
  }
  .floor__tr {
   margin-top: 5px;
   display: table;
   width: 100%;
  }
  .floor__th,
  .floor__td {
   display: table-cell;
   vertical-align: middle;
   font-size: 14px;
   padding: 15px 30px;
  }
  .floor__th {
   width: 200px;
  }
  .floor__td {
   border-left: 5px solid #fff;
  }
}
 /* ------------------------------
 - shopdetail__cv
 ------------------------------ */
.shopdetail__cv {
  margin: 0 auto;
}
.shopdetail__cv__content {
  padding-top: 20px;
}
.shopdetail__cv__heading {
  font-size: 20px;
  color: #ca0000;
  margin-bottom: 10px;
}
@media only screen and (min-width: 750px) {
  .shopdetail__cv {
    padding: 40px 0 60px;
	margin: 55px auto;
    position: relative;
    z-index: 10;
  }
  .shopdetail__cv::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 75%;
    background: #f7f7f7;
    z-index: -1;
    bottom: 0;
    left: 0;
  }
  .shopdetail__cv__img {
    width: 49.92%;
    position: absolute;
    top: 0;
    right: 0;
  }
  .shopdetail__cv__content {
    padding: 30px;
    width: 56.12%;
    background: #fff;
    position: relative;
  }
  .shopdetail__cv__btn {
    margin: 30px 0 0;
  }
}
@media only screen and (min-width: 1000px) {
  .shopdetail__cv {
    min-height: 41.72vw;
  }
  .shopdetail__cv__content {
    padding: 50px 60px;
  }
}
@media only screen and (min-width: 1366px) {
  .shopdetail__cv {
    min-height: 570px;
    margin: 60px auto;
    max-width: 1366px;
  }
}

.is-regular-large-text {
    font-size: 24px;
}

/* ------------------------------
- shopdetail__floor
------------------------------ */
.shopdetail__floor {
    margin: 0 auto;
}
.shopdetail__floor__content {
    padding-top: 20px;
}
.shopdetail__floor__heading {
    font-size: 20px;
    color: #ca0000;
    margin-bottom: 10px;
}
.flormap {
    display: inline-block;
    width: auto;
    height: 220px;
}
.flor_wrapper > div {
    display: inline-block;
    margin: 0px auto 12px;
    width: 100%;
    text-align: center;
    vertical-align: top;
}
.floor_guide > li {
    padding: 6px 6px;
}
.floor_guide > li > ul > li:first-child {
    position: relative;
}
.floor_guide > li > ul > li:first-child > div {
    position: relative;
    height: 56px;
    width: 56px;
    background: #ddd;
}
.floor_guide > li > ul > li:first-child > div > span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}
.floor_guide > li > ul > li:first-child > p {
    position: absolute;
    top: 50%;
    left: 90px;
    line-height: 1.2em;
    transform: translateY(-50%) translateX(0);
    -webkit-transform: translateY(-50%) translateX(0);
    display: inline-block;
}
.floor_guide__heading {
    font-size: 18px;
    color: #ca0000;
    margin-bottom: 10px;
}
.floor_guide_midashi_text {
    font-size: 13px;
    display: block;
    font-weight: 700;
}
.floor_guide_text,
.floor_guide_text > a {
    font-size: 11px;
    line-height: 1.5em;
}
.detailhead__heading_area {
  position: relative;
  display: flex;
  flex-flow:flex nowrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}

@media only screen and (max-width: 749px) {
    .floor_guide > li {
        padding: 6px 6px;
    }
    .floor_guide_text,
    .floor_guide_text > a {
        font-size: 10px;
    }
    .floor_guide_midashi_text {
        font-size: 1em;
        line-height: 1.5em;
        display: block;
        font-weight: 700;
    }
    .floor_guide > li > ul > li:first-child > div {
        /*height: 40px;*/
        /*width: 40px;*/
    }
    .floor_guide > li > ul > li:first-child > p {
        left: 68px;
    }

    .detailhead__heading_area {
      position: relative;
      display: block;
      margin-bottom: 15px;
      text-align: center;
    }
  }
.sns_instagram {
    position: absolute;
    top:28px;
    right: 10px;
}

/* ------------------------------
- detailhead__srnews
------------------------------ */
.srnews__heading {
    text-align: left;
    display: inline-block;
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 1.5;
    font-weight: bold;
}
.srnews__heading::after {
    content: '';
    display: block;
    width: 16px;
    height: 2px;
    background: #ca0000;
    margin-top: 10px;
}
.srnews__dd a {
    text-decoration: underline;
}

@media only screen and (max-width: 749px) {
    .detailhead__srnews {
        margin: 30px 0 30px;
    }
    .srnews__dl {
        display: block;
        font-size: 13px;
    }
    .srnews__dt {
        width: 100%;
        padding-top: 10px;
        line-height: 1.5;
    }
    .srnews__dd {
        width: 100%;
        //padding-left: 1rem;
        line-height: 1.5;
    }
    .srnews__dl:first-of-type .srnews__dt {
        padding-top: 0;
    }
}

@media only screen and (min-width: 750px) {
    .detailhead__srnews {
        margin: 40px 0 60px;
    }
    .srnews__dl {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;

        font-size: 14px;
    }
    .srnews__dt {
        min-width: 60px;
        max-width: 60px;
        margin-right: 40px;
    }
    .srnews__dd {
        width: 100%;
    }
    .srnews__dt,
    .srnews__dd {
        padding: .5rem 0 0;
        line-height: 1.5;
    }
    .srnews__dl:first-of-type .srnews__dt,

    .srnews__dl:first-of-type .srnews__dd {
        padding-top: 0;
    }
}

.blog__link {
  max-width: 1120px;
  margin: 0 auto;
  text-align: right;
  margin-top: 50px;
}
.blog__link .blog__link-name {
  position: relative;
  display: inline-block;
  line-height: 1;
  color: #999;
  font-size: 1rem;
  padding: 7px 20px 5px 11px;
  border: solid 1px #999;
}
.blog__link .blog__link-name::after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  right: 11%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 599px) {
  .blog__link {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 999px) {
  .blog__link {
    padding: 0 40px;
  }
}




/* -----------------------------------------------------------------

202305

----------------------------------------------------------------- */
html {
	font-size: 15px !important;
}
@media only screen and (min-width: 750px) {
	html {
		font-size: 16px !important;
	}
}

p, p a, p span {
	line-height: 1.7 !important;
}
@media only screen and (min-width: 750px) {
	p, p a, p span {
		line-height: 1.8 !important;
	}
}

@media only screen and (max-width: 749px) {
	.inner > span {
		padding-left: 10px;
	}
}

.detailhead__lead {
    padding-top: 0.5em;
 }

.detailhead .inner > span{
	font-size: 16px !important;
}
.detailhead__info__table .shopdetail__dl > .shopdetail__dd {
	line-height: 1.4 !important;
}

.detailhead__point {
	color: #ca0000;
    display: block;
    font-weight: bold;
	padding-left:0.7rem;
}
@media only screen and (min-width: 750px) {
	.detailhead__point {
		padding-left:0;
	}
}

@media only screen and (min-width: 750px) {
	.detailhead__cv__text,
	.detailhead__cv__btn {
		font-size: 16px !important;
	}
}

@media only screen and (min-width: 750px) {
	.detailhead__info__img {
		min-width: 380px !important;
	}
}

@media only screen and (max-width: 749px) {
	.detailhead__info__img {
		background-size: contain;
	}
}

.shopdetail__nav {
	background: #f7f7f7 !important;
	border-top: 1px solid #ccc;
}

.shopdetail__nav__item {
	color: #333 !important;
}

@media only screen and (min-width: 750px) {
	.shopdetail__nav__item {
		font-size: 16px !important;
	}
}

@media only screen and (max-width: 749px) {
	.shopdetail__nav__item:not(:first-child) {
		border-left: 1px solid #ddd !important;
	}
}

.shopdetail__dl{
	font-size: 15px !important;
}

.shopdetail__subdd{
	line-height: 1.4 !important;
}
.shopdetail__subdd .fa {
	font:unset;
}

@media only screen and (min-width: 750px) {
.shopdetail__dl {
		font-size: 16px !important;
	}
}

@media only screen and (min-width: 750px) {
	.shopdetail__dl > .shopdetail__dd {
		line-height: 1.8 !important;
	}
}

.floor_guide > li > ul > li:first-child {
	border-bottom: 1px solid #ddd !important;
}

.floor_guide > li > ul > li:first-child > div {
	width: 58px !important;
	height: 110px !important;
}

.floor_guide > li > ul > li:first-child > div > span {
	font-weight: bold !important;
}

.floor_guide_text,
.floor_guide_text > a {
	font-size: 13px !important;
	letter-spacing: -0.5px;
}

@media only screen and (min-width: 750px) {
	.floor_guide_text > a {
		font-size: 14px !important;
	}
}

.floor_guide_midashi_text {
	font-size: 15px !important;
	position:relative;
}
.floor_guide_midashi_arrow {
	color: #ca0000;
    padding-left: 0.5rem;
    position: absolute;
    bottom: 5%;
}

@media only screen and (min-width: 750px) {
	.floor_guide_text,
	.floor_guide_text > a {
		font-size: 14px !important;
	}

	.floor_guide_midashi_text {
		font-size: 16px !important;
		position:relative;

	}
	.floor_guide_midashi_arrow {
	color: #ca0000;
		padding-left: 0.5rem;
		position: absolute;
		bottom: 5%;
	}
	.floor_guide > li > ul > li:first-child > p a:nth-child(2)  {
		padding-left:1rem;
	}
}

.floor_guide__attention {
	font-size: 13px;
    color: #ca0000;
    border: 1px solid;
    padding: 3px;
    line-height: 3 !important;
}
@media only screen and (min-width: 750px) {
	.floor_guide__attention {
		font-size: 14px;
	}
}

.access__table__block .shopdetail__dl > .shopdetail__dd {
	line-height: 1.4 !important;
}

@media only screen and (max-width: 749px){
	.access__table__block:first-child .shopdetail__dl > .shopdetail__dt {
		display:none !important;
	}
}


#service {
	padding: 0 0 40px;
}
@media only screen and (min-width: 750px) {
	#service {
		padding:20px 0;
	}
}


.shopdetail {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* add_style 202306 */
.latestevent.extra {
  padding: 60px 0 20px;
}
@media only screen and (max-width: 599px) {
  .latestevent.extra {
    padding: 40px 0 30px;
  }
}
.head {
  max-width: 1040px;
  margin: 0 auto 30px;
}
.articlewrap.grid {
  max-width: 1040px;
  margin: 0 auto;
}
.inner--extra {
  width: auto;
  padding: 0;
}
.swiper {
  padding: 15px 0 50px;
}
.swiper .swiper-wrapper .article__item {
  width: auto;
  margin: 0;
}
.swiper-pagination-bullet-active {
  background: #ca0000;
}
/* .swiper-button-prev {
  left: 22%;
  top: 7vw;
  border: solid 1px #333333;
  z-index: 1;
  width: 13vw;
  height: 13vw;
  max-width: 70px;
  max-height: 70px;
  border-radius: 50%;
  background-color: #ffffffe0;
}
.swiper-button-prev:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: 2px;
  background-color: #333333;
  opacity: 1;
}
.swiper-button-prev:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 22%;
  transform: translate(0, -50%) rotate(-45deg);
  width: 20%;
  height: 20%;
  border-top: solid 2px #333333;
  border-left: solid 2px #333333;
  opacity: 1;
}
.swiper-button-next {
  right: 22%;
  top: 7vw;
  border: solid 1px #333333;
  z-index: 1;
  width: 13vw;
  height: 13vw;
  max-width: 70px;
  max-height: 70px;
  border-radius: 50%;
  background-color: #ffffffe0;
}
.swiper-button-next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: 2px;
  background-color: #333333;
  opacity: 1;
}
.swiper-button-next:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 22%;
  transform: translate(0, -50%) rotate(45deg);
  width: 20%;
  height: 20%;
  border-top: solid 2px #333333;
  border-right: solid 2px #333333;
  opacity: 1;
}
@media only screen and (max-width: 1399px) {
  .swiper-button-prev {
    left: 10%;
    top: 10vw;
  }
  .swiper-button-next {
    right: 10%;
    top: 10vw;
  }
}
@media only screen and (max-width: 820px) {
  .swiper-button-prev {
    left: 2%;
    top: 11vw;
  }
  .swiper-button-next {
    right: 2%;
    top: 11vw;
  }
}
@media only screen and (max-width: 599px) {
  .swiper-button-prev {
    left: 8%;
    top: 30vw;
  }
  .swiper-button-next {
    right: 8%;
    top: 30vw;
  }
} */
@media only screen and (max-width: 750px) {
  .articlewrap.grid {
    padding: 0 4vw;
  }
}
@media only screen and (min-width: 751px) {
  .articlewrap.grid {
    padding: 0 40px;
  }
}
/* end add_style 202306 */
