@charset "UTF-8";

.illust-btn {
  background: #eee url(../img/area/area-sec01-img01.png) no-repeat left 15px center/45px auto;
  padding: 26px 72px 26px 100px;
  border-radius: 10px;
  max-width: 610px;
  display: inline-block;
  position: relative;
  color: #000;
}

@media screen and (max-width: 575px) {
  .illust-btn {
    padding: 16px 42px 16px 60px;
    background-size: 34px auto;
    background-position: left 10px center;
  }

  .or-border-title__inner {
    text-align: center;
  }
}

.illust-btn::after {
  content: "";
  display: inline-block;
  background: url(../img/area/area-sec01-img02.png) no-repeat 0 0/100% 100%;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 14px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(90deg);
}

.illust-btn:hover {
  text-decoration: none;
  opacity: .7;
}

.guide-list {
  width: 50%;
}

@media screen and (max-width: 575px) {
  .guide-list {
    width: 50%;
  }
}

.guide-list>li {
  padding: 0.25em 5em .25em 1.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

@media screen and (max-width: 575px) {
  .guide-list>li {
    padding: 0.25em 1em .25em 1.2em;
  }
}

.guide-list>li::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 0 6.5px 9px;
  border-color: transparent transparent transparent #f0a063;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.guide-list>li:last-child {
  margin-bottom: 0;
}

.guide-list__num {
  display: inline-block;
  margin-left: 2em;
}

/* .guide-list > li > a,
.guide-list > li > span {
  position: relative;
  padding-left: 1.2em;
} */

.guide-list>li>a:hover {
  text-decoration: underline;
}

/* .guide-list > li > a::before,
.guide-list > li > span::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 0 6.5px 9px;
  border-color: transparent transparent transparent #f0a063;
  display: block;
  position: absolute;
  left: 0;
  top: 0.2em;
} */

.guide-list>li>span.drop-down-toggle.open {
  text-decoration: underline;
}

.guide-list>li>span.drop-down-toggle.open::before {
  border-width: 9px 6.5px 0 6.5px;
  border-color: #f0a063 transparent transparent transparent;
}

.guide-list>li ul {
  padding-left: 1em;
  margin-top: 0.5em;
}

.guide-list>li ul li {
  margin-bottom: 0.5em;
}

.guide-list>li ul li::before {
  content: "-";
  color: #f0a063;
  margin-right: 0.2em;
  display: inline-block;
}

.guide-list a {
  color: #000;
}

.guide-list a:hover {
  text-decoration: underline;
}

.guide-list__wrap {
  padding: 24px 80px;
  margin-bottom: 30px !important;
}

@media screen and (max-width: 575px) {
  .guide-list__wrap {
    padding: 24px 0 24px 16px;
  }
}

.bnr-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .bnr-list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.bnr-list li {
  width: calc((100% - 15px) / 2);
  margin-right: 15px;
}

@media screen and (max-width: 575px) {
  .bnr-list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.5em;
  }
}

.bnr-list li:nth-child(2n) {
  margin-right: 0;
}

.bnr-list li a {
  display: inline-block;
  margin-bottom: 1em;
}

.bnr-list li p {
  font-size: 1.4rem;
  margin-bottom: 0;
}

.bnr-list li img {
  width: 100%;
}

.orange-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.orange-list li {
  width: calc(100% / 4);
  padding: 5px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .orange-list li {
    width: 100%;
  }
}

.orange-list li a {
  display: inline-block;
  background-color: #f18d37;
  color: #fff;
  padding: 5px;
  font-size: 1.4rem;
  width: 100%;
  border: 1px solid #f18d37;
}

.orange-list li a.current {
  pointer-events: none;
  opacity: .5;
}

.orange-list li a:hover {
  background-color: #fff;
  color: #f18d37;
}

@media screen and (max-width: 767px) {

  .base-loop,
  .illust-title {
    margin-top: 24px;
  }
}

.bg-gray {
  background-color: #f3f3f3;
}

.gray-fukidashi {
  margin-bottom: 24px;
}

.dot-box {
  border-top: 1px dashed #999;
  border-bottom: 1px dashed #999;
  padding: 16px 24px;
  margin-bottom: 24px;
  margin-top: 24px;
}

.dot-box__title {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0;
  color: #f18d37;
  padding: 0;
}

.sankaku-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1em;
  border-top: 1px solid #eee;
  padding-top: 1.5em;
}

.sankaku-list li {
  min-width: calc(100% / 5);
  padding: 0 1em 0 0;
}

.sankaku-list li::before {
  content: "▶︎";
  color: #ccc;
  display: inline-block;
  margin-right: 0.5em;
}

.sankaku-list li a {
  color: #333;
}

.sankaku-list li a:hover {
  text-decoration: underline;
}


.area-press-slide .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.area-press-slide__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  width: 50%;
}

@media screen and (max-width: 575px) {
  .area-press-slide__inner {
    width: 100%;
    padding: 16px 0;
  }
}

.area-press-slide__inner p {
  margin-bottom: 0;
}

.area-press-slide__inner p a {
  font-weight: bold;
}

.area-press-slide__img {
  width: 60%;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.area-press-slide__text {
  padding-left: 16px;
}

.area-press-slide__text .cat-pic {
  font-size: 1.2rem;
  margin-bottom: 0.5em;
}

.area-press-slide__title {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6;
  padding: 0;
}

.illust-title {
  background: url(../img/area/area-sec06-img02.jpg) repeat-x 0 bottom/auto 3px;
  padding-bottom: 4px;
  position: relative;
  margin-left: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: bold;
  color: #666;
  margin-bottom: 1.5em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 575px) {
  .illust-title {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.illust-title::before {
  content: "";
  width: 49px;
  height: 38px;
  background: url(../img/area/area-sec06-img01.png) no-repeat 0 0/100% 100%;
  display: block;
  left: -60px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  position: absolute;
}

.illust-title__l {
  font-size: 1.6rem;
  padding: 0;
  margin: 0;
  font-weight: bold;
}

.illust-title__r {
  margin: 0;
}

.illust-title__r span {
  font-size: 2rem;
}

.info-loop__item {
  margin-bottom: 20px;
  border: 1px solid #ccc;
}

@media screen and (max-width: 575px) {
  .info-loop__item {
    margin-bottom: 10px;
  }
}

.info-loop__item a {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  color: #333;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 575px) {
  .info-loop__item a {
    padding: 8px;
  }
}

.info-loop__img {
  width: 35%;
  padding-bottom: 200px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .info-loop__img {
    padding-bottom: 110px;
  }
}

.info-loop__text {
  padding-left: 32px;
  width: 65%;
}

@media screen and (max-width: 767px) {
  .info-loop__text {
    padding-left: 16px;
  }
}

.info-loop__title {
  font-size: 2.4rem;
  font-weight: bold;
  padding: 0;
  margin-bottom: 0.5em;
  color: #f0a063;
}

@media screen and (max-width: 767px) {
  .info-loop__title {
    font-size: 1.6rem;
  }
}

.info-loop .text-right {
  margin-bottom: 0;
}

.info-loop__content {
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .info-loop__content {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 575px) {
  .info-loop__content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
}

.info-loop__more {
  text-decoration: underline;
  display: inline-block;
  position: relative;
  padding-right: 2em;
  font-size: 1.2rem;
  font-weight: bold;
}

.info-loop__more::after {
  content: ">>";
  color: #f0a063;
  display: inline;
  position: absolute;
  right: 0;
}

.gray-box {
  background: #eee url(../img/area/area-sec10-img01.png) no-repeat right 35px top 7px/130px auto;
  border-radius: 20px;
  padding: 24px 40px;
}

@media screen and (max-width: 767px) {
  .gray-box {
    background-size: 80px auto;
  }
}

@media screen and (max-width: 575px) {
  .gray-box {
    background-image: url();
    padding: 24px;
  }
}

.gray-box__inner {
  font-size: 1.4rem;
  margin-bottom: 1em;
}

.gray-box__inner dt {
  color: #f0a063;
}

.gray-box__inner dd {
  margin: 0;
}

.white-list {
  background-color: #fff;
  padding: 26px;
  border-radius: 10px;
  max-width: calc(100% - 140px);
  margin-bottom: 30px;
  display: inline-block;
}

@media screen and (max-width: 575px) {
  .white-list {
    display: block;
    max-width: 100%;
  }
}

.white-list__item {
  padding-left: 32px;
  background-position: left center;
  background-repeat: no-repeat;
  margin-bottom: 0.2em;
}

.white-list__item:last-child {
  margin-bottom: 0;
}

.white-list__item--person {
  background-image: url(../img/area/area-sec10-icon01.png);
  background-size: auto 100%;
}

.white-list__item--house {
  background-image: url(../img/area/area-sec10-icon02.png);
  background-size: 19px auto;
}

.loop-slide__img-link {
  height: inherit;
}

.loop-slide__img-link img {
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
}

.slide-job {
  text-align: center;
}

.slide-job>.btn {
  color: #fff;
  padding: 10px 0;
  background-color: #40cb3c;
  width: 80%;
  position: relative;
}

.slide-job>.btn::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: solid 2px;
  border-right: solid 2px;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  color: inherit;
}

/* 0422追加 */
.loop-slide__title h3 {
  font-size: 1.4rem;
  padding: 0;
  margin: 0;
}

.white-list__item h3 {
  display: inline-block;
  font-size: 1.4rem;
  margin: 0;
  padding: 0;
}

.gray-box__inner dt h3 {
  font-weight: bold;
  font-size: 1.4rem;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

.sub-title--search span {
  background: url(../img/area/icon_search.png) no-repeat left center / 24px auto;
  padding: 8px 0 8px 36px;
}

.sub-title--search::after {
  content: none;
}

.slide-job__wrap {
  width: calc((100% - 25px * 2) / 3);
  margin-right: 25px;
}

.slide-job__wrap:last-child {
  margin-right: 0;
}

@media screen and (max-width: 575px) {
  .slide-job__wrap {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }
}

.area-shop-topics__wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-pagination-bullet-active {
  background-color: #f0a063;
}

@media screen and (max-width: 767px) {

  .area-shop-topics-slide {
    padding-bottom: 16px;
  }

  .area-shop-topics__wrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.area-shop-topics__wrap li {
  width: 47%;
  border: 1px solid #ccc;
  margin-bottom: 24px;
  word-break: break-all;
  margin-right: 6%;
  height: auto;
}

@media screen and (max-width: 575px) {
  .area-shop-topics__wrap li {
    width: 100%;
    position: relative;
    margin-right: 0;
  }
}

@media screen and (max-width: 575px) {
  .area-shop-topics__wrap li {
    width: 100%;
    margin-right: 0;
  }
}

.area-shop-topics__wrap li:nth-child(2n) {
  margin-right: 0;
}

.area-shop-topics__wrap li p {
  word-break: break-word;
  margin-bottom: 0;
}

.area-shop-topics__wrap li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px;
  color: #000;
  height: 100%;
}

.area-shop-topics__wrap li a:hover {
  opacity: .7;
}

.cat-pic {
  font-size: 1.4rem;
  line-height: 1;
  padding: 6px 10px;
  display: inline-block;
  margin-right: 5px;
  text-align: center;
  border-radius: 20px;
  border-style: solid;
  margin-bottom: 14px;
  color: #fff;
}

.cat-pic-topic {
  background-color: #7a8dd0;
}

.cat-pic-event {
  background-color: #eb9e9e;
}

.cat-pic-service {
  background-color: #e7bf73;
}

.cat-pic-case {
  background-color: #c3e194;
}

.cat-pic-staff {
  background-color: #8bd4c5;
}

.cat-pic-menu_course {
  background-color: #f1a064;
}

.cat-pic-other {
  background-color: #cfbee0;
}

.area-shop-topics__wrap li h3 {
  margin: 0 0 0.5em;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0;
}

.area-shop-topics__img {
  width: 47%;
}

.area-shop-topics__wrap li .text-area {
  width: calc(100% - 47%);
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 10px;
  margin-top: 0;
  margin-bottom: 10px;
}

.area-shop-topics__wrap li .text-area.noimage {
  width: 100%;
  padding-left: 0;
}

.area-shop-topics__wrap li .img-area img {
  max-height: 100%;
  width: auto;
}

.area-shop-topics__wrap li .border-img-wrap {
  text-align: center;
  border: none;
}

.area-shop-topics__wrap li .img-area {
  width: 45%;
}

.area-shop-topics__more {
  font-size: 1.4rem;
  color: #666;
  margin-top: auto;
}

.area-shop-topics__more span {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: calc(100% - 5em);
}

.area-link-list li {
  margin-bottom: 7px;
  line-height: 1;
  display: inline-block;
}

.area-link-list li + li {
  border-left: 1px solid #666;
}

.area-link-list li:first-child {
  border-left: 1px solid #666;
}

.area-link-list li:last-child {
  border-right: 1px solid #666;
}

.area-link-list li a {
  display: block;
  padding: 0 10px;
  line-height: 1;
  font-size: 1.2rem;
  color: #666;
}

/* 子ジャンルページの店舗リンク */

.area-shop-link-slide {
  background-color: #f3f3f3;
  padding: 8px;
}

.area-shop-link-loop .loop-item {
	width: calc((100% - 20px) / 5);
  height: auto;
  margin-bottom: 0;
}

.area-shop-link-loop .loop-item,
.area-shop-link-loop .loop-item:nth-child(4n) {
	margin-right: 5px;
}

.area-shop-link-loop .loop-item:nth-child(5n) {
	margin-right: 0;
}

@media screen and (max-width: 767px) {

	.area-shop-link-loop .loop-item {
		width: calc(100% / 2.5);
		padding: 0;
		height: auto;
    margin-bottom: 10px;
	}
	.area-shop-link-loop .loop-item,
	.area-shop-link-loop .loop-item:nth-child(5n),
	.area-shop-link-loop .loop-item:nth-child(4n) {
		margin-right: 5px;
	}
}

.area-shop-link-loop .loop-item__title {
  font-size: 1.2rem;
}

.area-shop-link-loop .loop-item__title span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.area-shop-link-loop .loop-item__text {
  font-size: 1rem;
}

.area-shop-link-loop .loop-item__genre {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media screen and (max-width: 575px) {
  .area-shop-link-loop .loop-item {
		width: calc(100% / 2.5);
	}
}

.page-title {
  font-size: 1rem !important;
  text-align: right;
  margin: 10px 0;
  color: #333;
  font-weight: normal !important;
}

.page-title::after {
  content: none !important;
}