/*
 * custom.css
 * Simple Custom CSS and JS プラグインで配信していたCSSをテーマに統合したもの (2026-07-17)
 * 統合元: 1160.css / 2093.css / 2141.css / 1869.css / インラインstyle(店舗詳細)
 */

/* ===== 統合元: 1160.css（サイト全般・投稿本文・CF7・TOPバナー等） ===== */
.l-wp-post-content li{
    list-style: inside;
    line-height: 3rem;
}
.l-wp-post-content ul,
.l-wp-post-content ol{
	margin-bottom: 2rem;
	margin-left: 2rem;
}
.l-single-post-section .l-single-post-section__header {
	margin-bottom: 5rem;
}
.l-single-post-section .l-single-post-section__header::after{
	display:none;
}
.l-single-post-section .l-single-post-section__prologue{
    margin-bottom: 4rem;
    background: #d9f1ff;
    padding: 2rem;
    border-radius: 5px;	
}
.l-single-post-section .l-single-post-section__separate {
    background-color: transparent;
}
.l-wp-post-content img {
    margin-bottom: 4rem;
}
.l-wp-post-content p,
.wp-block-buttons {
    margin-bottom: 2rem;
}
.l-single-post-section .l-single-post-section__content {
    text-align:unset;
    overflow-wrap: break-word;
}
.l-single-post-section .l-single-post-section__content a,
.p-news-post-section a{
    color: #0079c1;
}
.wp-block-gallery.has-nested-images figure.wp-block-image img {
    margin-bottom: 0rem;
}
.l-wp-post-content ul {
    margin-bottom: 2rem;
}
.l-single-post-section table{
	margin-bottom: 4rem;
}	
@media (max-width: 767px){
	.l-single-post-section figure {
		margin-right: -6.667vw;
		margin-left: -6.667vw;
	}
	.l-single-post-section figure.wp-block-embed.is-type-wp-embed{
		margin-right: 0vw;
		margin-left: 0vw;		
	}
	.l-single-post-section .l-single-post-section__header {
		margin-bottom: 2rem;
	}
	.l-single-post-section .l-single-post-section__prologue{
		margin-bottom: 3rem;
	}
}
figure.wp-block-gallery {
    margin-bottom: 4rem;
}
.section-hidden {
  display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: rgba(252, 252, 252, 0);
    background-color: #f0f4f8;
}
.wpcf7 form .wpcf7-response-output {
    margin: 2em auto 0em;
    padding: 2.2em 2em;
    border: 2px solid #00a0d2;
    text-align: center;
    max-width: 800px;
    border-radius: 14px;
}
.l-wp-post-content blockquote{
	padding: 4rem;
	background: #d9f1ff;
	border-radius: 10px;
/* 	margin-bottom: 4rem;	 */
}
/* TOP調整 */
.emergency-info {
    position: fixed;
    z-index: 9;
    bottom: 0px;
    left: 0px;
    color: white;
    padding: 10px;
    background: #fb1c5a;
    font-weight: bold;
    width: 100%;
    text-align: center;
}
.emergency-info a p{
   color: white;
}
@media (max-width: 767px) {
.cky-consent-bar {padding: 10px 0px 10px !important;}
.cky-consent-bar .cky-notice-des a, .cky-consent-bar .cky-notice-des p {
    font-size: 0.7rem;
    line-height: 1.6;
}
.cky-notice .cky-title {
    color: #212121;
    font-weight: 700;
    font-size: 12px !important; 
    line-height: 24px;
    margin: 0 0 5px 0 !important;
}
.cky-consent-bar .cky-banner-btn-close {
        top: 10px !important;
        right: 10px !important;
        width: 20px !important;
        height: 20px !important;
}
}
/* add 250502 */
.p-top-mv__container {
    gap: min(3.5vw, 20px);
}
.p-top-news-store-banner {
  margin-bottom: 10rem;
}

.p-top-news-store-banner .p-top-mv__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
	width:calc(92% - 2rem);
}

.p-top-news-store-banner-contents {
  width: 100%;
}

.p-top-news-store-banner-pc {
  display: block;
}

.p-top-news-store-banner-sp {
  display: none;
}

@media (max-width: 1279px) {
  .p-top-news-store-banner {
    margin-bottom: 7rem;
  }

  .p-top-news-store-banner .p-top-mv__container {
    flex-direction: column;
    gap: 1.5rem;
	width: 90%;
    max-width: 1320px;
  }

  .p-top-news-store-banner-contents {
    width: 100%;
  }

  .p-top-news-store-banner-pc {
    display: none;
  }

  .p-top-news-store-banner-sp {
    display: block;
  }
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ===== 統合元: 2093.css（cheers-local 一覧） ===== */
.p-cheers-local__list {
    display: grid;
    margin-bottom: 10rem;
    grid-template-columns: repeat(3,1fr);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 7.2rem
}

.p-cheers-local__item .title {
    line-height: 1.5;
    margin-top: .8rem;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.p-cheers-local__item .company-name {
    font-size: 2rem
}

.p-cheers-local__item .image {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    aspect-ratio: 8/8
}

.p-cheers-local__item .image img {
    position: absolute;
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    aspect-ratio: 8/8
}

.p-cheers-local__item:hover .title {
    color: #0079c1
}

.p-cheers-local__item:hover .image img {
    -webkit-transform: scale(1.07);
    transform: scale(1.07)
}

.p-cheers-local-pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 1024px) {
    .p-cheers-local__list {
        gap: 3rem 2rem;
    }

    .p-cheers-local__item .title {
        line-height: 1.5;
        margin-top: .8rem
    }
}

@media (max-width: 767px) {
    .p-cheers-local__list {
        grid-template-columns:repeat(2,1fr)
    }

    .p-cheers-local-card img {
        width: 100%;
        border-radius: 20px
    }
}

/* ===== 統合元: 2141.css（TOP cheers-local セクション） ===== */
.p-top-cheers-local__main-content--pc {
    display: block
}

@media (max-width: 800px) {
    .p-top-cheers-local__main-content--pc {
        display:none
    }
}

.p-top-cheers-local__main-content--sp {
    display: none
}

@media (max-width: 800px) {
    .p-top-cheers-local__main-content--sp {
        display:block
    }
}
.p-top-cheers-local {
	margin-bottom: 10rem;
}
@media (max-width: 800px) {
    .p-top-cheers-local {
        margin-bottom: 8rem;
    }
}
.p-top-cheers-local .p-service-news__item {
    position: relative; /* 親要素に相対位置指定 */
}
.p-top-cheers-local .p-service-news__item .image {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    aspect-ratio: 8/8
}

.p-top-cheers-local .p-service-news__item .image img {
    position: absolute;
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    aspect-ratio: 8/8
}
.p-top-cheers-local .p-service-news__item .title {
	color:#004b9b;
    line-height: 1.5;
    margin-top: .0rem;
    -webkit-transition: color .7s ease;
    transition: color .7s ease;
    padding: 0.6rem 0.9rem;
    background: white;
    border: 1px #004b9b solid;
    display: inline-block;
    border-radius: 50px;
    position: absolute;
    left: 50%; /* 左端を中心に配置 */
    transform: translateX(-50%) translateY(-50%); /* 要素自体の半分だけ左にずらす */
    width: max-content;
    max-width: calc(100% - 0.5rem); /* カード幅を超えない。長いタイトルは…で省略 */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
}
.p-top-cheers-local .p-service-news__item:hover .title {
	color:#fff;
	background:#004b9b;
}
li.p-service-news__item.swiper-slide[data-swiper-slide-index="0"] figure,
li.p-service-news__item.swiper-slide[data-swiper-slide-index="2"] figure,
li.p-service-news__item.swiper-slide[data-swiper-slide-index="4"] figure,
li.p-service-news__item.swiper-slide[data-swiper-slide-index="6"] figure {
    margin-top: 20px;
}
.cheers-local-h2-en {
    display: block;
    width: 100%;
}
.cheers-local-h2-en img{
    width: 100%;
}
.cheers-local-p-text.u-text-align-justify {
    text-align: center;
}
.cheers-local-h2-jp {
    display: block;
    width: 100%;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
	text-align:center;
}
.cheers-local-h2-jp span:first-child{
	color:#0079c1;
}
.cheers-local-h2-jp span:last-child{
	color:#004b9b;
}
.cheers-local-button-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}
@media (max-width: 800px) {
	.p-top-cheers-local .p-top-news-store-card__image img {
		width: 100%;
		height: auto;
		aspect-ratio: 8 / 8;
		-o-object-fit: cover;
		object-fit: cover;
	}
	.p-top-cheers-local .p-top-news-store-card-list__item {
		position: relative;
	}	
	.p-top-cheers-local .p-top-news-store-card-list__item .p-top-news-store-card__title {
		color:#004b9b;
		line-height: 1.5;
		margin-top: .0rem;
		-webkit-transition: color .7s ease;
		transition: color .7s ease;
		padding: 0.6rem 0.9rem;
		background: white;
		border: 1px #004b9b solid;
		display: inline-block;
		border-radius: 50px;
		position: absolute;
		left: 50%; /* 左端を中心に配置 */
		transform: translateX(-50%) translateY(-50%); /* 要素自体の半分だけ左にずらす */
		width: max-content;
		max-width: calc(100% - 0.5rem); /* カード幅を超えない。長いタイトルは…で省略 */
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		box-sizing: border-box;
	}
	.p-top-cheers-local .p-top-news-store-card-list__item:hover .p-top-news-store-card__title {
		color:#fff;
		background:#004b9b;
	}	
	 .p-top-cheers-local .p-top-news-store-card-list {
        gap: 3rem 2rem;
    }
	.p-top-cheers-local .p-top-news-store__list {
		margin-bottom:5rem;
	}
}
/* ===== 統合元: 1869.css（採用アイコン・社員の声一覧） ===== */
.c-icon-rikunavi {
    position: static;
    display: inline-block;
    width: 160px;
    height: 40px
}

.c-icon-rikunavi::after {
    position: absolute;
    top: 25px;
    left: 28px;
    width: 160px;
    height: 40px;
    content: '';
    background-image: url(/wp-content/themes/alliq_wordpress/assets/img/common/icon/icon_rikunavi_2026.png);
    background-repeat: no-repeat;
    background-size: contain
}

@media (max-width: 639px) {
    .c-icon-rikunavi {
        width: 120px;
        height: 30px
    }

    .c-icon-rikunavi::after {
        top: 12px;
        left: 12px;
        width: 120px;
        height: 30px
    }
}
.c-icon-mynavi {
	
}
.c-icon-mynavi::after {background-image: url(/wp-content/themes/alliq_wordpress/assets/img/common/icon/icon_mynavi.png?=v3) !important;
}

.p-employee-voice-card-list {
    display: grid;
	grid-template-columns: 1fr 1fr;
    gap: 6.5rem 5rem;
}
@media (max-width: 639px) {
    .p-employee-voice-card-list {
			gap: 5rem;
			grid-template-columns: 1fr;
    }
}

/* ===== 統合元: インラインstyle（店舗一覧 詳細エリア名） ===== */
.p-shoplist-detail-area-name span {
    display: block;
    font-size: 1.2rem;
    margin-top: 1rem;
}
@media (max-width: 767px) {
    .p-shoplist-detail-area-name {
        font-size: 2rem;
    }
}
