@charset "UTF-8";

/*---------------------------------
 header
-----------------------------------*/
header {
	padding: 20px 0;
    color: #fff;
    background: #ff9cb0;
}
header h1 img {
	margin-bottom: 10px;
    width: 90%;
}
header h1 span {
    display: inline-block;
    background: #fff;
    color: #ff9cb0;
    padding: 5px 20px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: bold;
}
.navi_btn {
    width: 100%;
    height: 15px;
    top: 0;
    right: 10px;
    z-index: 9100;
    cursor: pointer;
    position: relative;
    border-radius: 50%;
    display: flex;
    align-items: center;
	justify-content: flex-end;
    margin-bottom: 30px;
}
.navi_btn .menu_text {
    font-size: 18px;
    width: 70px;
	line-height: 2;
}
.navi_btn span {
    margin: auto;
    width: 15px;
    height: 2px;
    background-color: #fff;
    display: block;
    position: absolute;
    right: 0;
    z-index: 500;
    border-radius: 2rem;
}
.navi_btn span:first-child {
    top: -12px;
    bottom: 0;
    transition: all 0.4sease-out;
}
.navi_btn span:nth-child(2) {
    top: 0;
    bottom: 0rem;
    opacity: 1;
    transition: all 0.4sease-out;
}
.navi_btn span:nth-child(3) {
    top: 0;
    bottom: -12px;
    transition: all 0.4sease-out;
}
.navi{
    color: #000;
    padding: 10px;
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    transform: translateX(100%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.6s ease, opacity 0.6s ease;
    transform-origin: right center;
    background: transparent;
}
.navi{
    color: #000;
    padding: 10px;
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9100;
	transform: translateX(100%); /* ← ここを変更 */
    opacity: 0;
    pointer-events: none;
	transition: transform 0.6s ease, opacity 0.6s ease; /* ← 綴り修正 */
	transform-origin: right center; /* ← スライド方向に合わせて起点を右に */
    background: transparent;
}
.navi.active {
	transform: translateX(0); /* ← スライドイン */
    opacity: 1;
    pointer-events: auto;
    background: #000000cc;
}
.navi .navi_inner {
	background: #fff;
	border-radius: 5px;
    padding: 20px 20px;
	overflow: auto;
	height: 100%;
    text-align: end;
    width: 70%;
	margin-left: auto;
}
.navi .navi_inner .navi_list ul li {
	margin-bottom: 10px;
}
.navi .navi_inner .navi_list .sns {
    display: flex;
    flex-wrap: wrap;
	gap: 10px;
	margin-top: 40px;
    justify-content: flex-end;
}
.navi .navi_inner .navi_list .sns li {
    width: 20%;
}
.navi .navi_inner .close_btn {
    height: 20px;
    cursor: pointer;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 30px;
}
.navi .navi_inner .close_btn span {
    margin: auto;
    width: 20px;
    height: 3px;
    background-color: #000;
    display: block;
    position: absolute;
    border-radius: 10px;
}
.navi .navi_inner .close_btn span:first-child {
    transform: rotate(45deg) scaleY(1);
}
.navi .navi_inner .close_btn span:last-child {
    transform: rotate(-45deg) scaleX(1);
}
@media (min-width: 767px){
	header .header_inner {
		display: flex;
		flex-direction:row-reverse;
        justify-content: space-between;
		max-width: 1000px;
		margin: 0 auto;
		align-items: center;
		padding: 0 20px;
	}
	header h1 {
        display: flex;
		flex-wrap: wrap;
		align-items: center;
		gap: 10px;
	}
	header h1 img {
        display: block;
		margin-bottom: 10px;
        width: 300px;
	}
	header h1 span {
		height: 23px;
	}
	.navi_btn {
		width: 300px;
		margin-bottom: 0;
	}
	.navi{
		transform: scale(0);
		opacity: 0;
		pointer-events: none;
		transition: transform 0.6sease, opacity 0.6sease;
		transform-origin: center center;
		background: transparent;
        max-width: 1000px;
        width: 100%;
        margin: 0 auto;
        padding: 10px 0;
	}
	.navi.active {
		background: none;
	}
	.navi .navi_inner {
        max-width: 250px;
        width: 100%;
        height: 312px;
		border: 5px solid #ff5884;
		padding: 20px 20px 0;
	}
}
/*---------------------------------
 東海エリアだけでダントツの総アクセス数
-----------------------------------*/
.wrap {
}
.wrap .prologue1 {
	width: 100%;
	margin: 0 auto;
    position: relative;
    overflow: hidden;
    background: #ffffff;
}
.wrap .prologue1 img {
	max-width: 1000px;
    width: 100%;
	margin:auto;
	display: block;
}
.wrap .prologue2 {
	width: 100%;
	margin: 0 auto;
    position: relative;
    overflow: hidden;
    background: #ff5884;
}
.wrap .prologue2 img {
	max-width: 1000px;
    width: 100%;
	margin:auto;
	display: block;
}

/*---------------------------------
 スライド
-----------------------------------*/
.slider {
    margin: 0px 0 25px;
}
.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto;
    display: grid;
    place-content: center;
    width: 30px;
    height: 30px;
    cursor: pointer;
    -webkit-transition: .8s cubic-bezier(.2, 1, .2, 1);
    transition: .8s cubic-bezier(.2, 1, .2, 1);
}
.swiper-button-prev::before,
.swiper-button-next::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    border-radius: 50%;
    -webkit-box-shadow: 0px 0 9px 0px rgba(0, 0, 0, .05), 0 0 10px 0px #ff58846e;
    box-shadow: 0px 0 9px 0px rgba(0, 0, 0, .05), 0 0 10px 0px #ff58846e;
	background-color: #fff;
}
.swiper-button-prev::after,
.swiper-button-next::after {
    width: 8px;
    height: 8px;
    content: "";
    border: solid #ff9cb0;
    border-width: 3px 3px 0 0;
}
.swiper-button-prev::after {
    margin-left: 4px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.swiper-button-next::after {
    margin-right: 4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.swiper-pagination {
	position: static;
}
.swiper-pagination-bullet {
	background: #fff;
}
.swiper-pagination-bullet-active {
	background: #ff5884;
}
@media (min-width: 1000px){
	.slider {
		max-width: 1400px;
        width: 100%;
        margin: 25px auto 25px;
        padding: 0 50px;
	}
	.swiper-button-prev {
		left: 32.5%;
	}
	.swiper-button-next {
        right: 32.5%;
	}
}
/*---------------------------------
 開閉画像
-----------------------------------*/
.readmore {
	position: relative;
	background: #ff9cb0;
}
.readmore-content {
	position: relative;
	max-height: 835px;
	overflow: hidden;
	transition: max-height 1s ease;
	text-align: center;
	margin-bottom: 120px;
}
.readmore-content img {
	max-width: 100%;
}
.readmore:has(#toggle:checked) .readmore-content {
	max-height: none;
	overflow: visible;
}
.readmore-content::after {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100px;
	background-image: url('../image/btn_bg.png');
	background-size: cover;
	content: '';
}
.readmore:has(#toggle:checked) .readmore-content::after {
	content: none;
}
.read-more-btn {
	display: flex;
	align-items: center;
	gap: 0;
	position: absolute;
	bottom: -70px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 25px;
	background-color: #999999;
	color: #fff;
	cursor: pointer;
	transition: background-color 0.3s, color 0.3s;
	width: 90%;
	justify-content: center;
	padding: 10px 0;
}
.readmore .close {
	display: none;
}
.readmore:has(#toggle:checked) .open {
	display: none;
}
.readmore:has(#toggle:checked) .close {
	display: flex;
}
.readmore input {
	display: none;
}
@media (min-width: 767px) {
    .readmore label {
        width: 40%;
    }
	.read-more-btn:hover {
		opacity: 0.7;
	}
	.readmore-content img {
	max-width: 60%;
    }
}
/*---------------------------------
 女性求人info
-----------------------------------*/
.wrap .info {
    background: #fff;
    color: #ff9cb0;
    margin: 0 auto;
    padding: 50px 10px;
}
.wrap .info h2 {
	font-size: 40px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px;
}
.wrap .info h2 span {
	font-size: 12px;
	display: block;
}
.wrap .info .shop_list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.wrap .info .shop_list li {
	width: calc((100% - 10px) / 2);
    background: #ff9cb0;
    color: #fff;
	text-align: center;
	padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
}
.wrap .info .shop_list li:hover {
	opacity: 0.7;
}
.wrap .info .shop_list li h3 {
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 13px;
    color: #353535;
}
.wrap .info .shop_list li p {
	padding-bottom: 5px;
	font-size: 14px;
	text-align: left;
}
.catch {
	background: #ff5885;
	font-size: 14px;
	margin-bottom: 5px;
	padding: 5px 0px;
}
.back {
	 text-align: center !important;
	 color: #353535;
}
@media (min-width: 767px){
	.wrap .info .info_inner {
		max-width: 1000px;
		margin: 0 auto;
	}
	.wrap .info .shop_list li {
		width: calc((100% - 30px) / 4);
	}
}
/*---------------------------------
 店舗詳細
-----------------------------------*/
.wrap .info .shop {
    color: #000;
	padding: 10px;
	width: 100%;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9100;
	transform: scale(0.95);
	opacity: 0;
	pointer-events: none; /* ← 非表示のときはクリックできないように */
	transition: transform 0.6s ease, opacity 0.6s ease;
	transform-origin: center center;
	background: transparent;
}
.wrap .info .shop.active {
	transform: scale(1);
	opacity: 1;
	pointer-events: auto; /* ← 表示されているときだけクリックできるように */
	background: #351f0ecc;
}
.wrap .info .shop .shop_inner {
	background: #fff;
	border-radius: 10px;
	padding: 10px 10px 120px;
	overflow: auto;
	height: 100%;
}
.wrap .info .shop .shop_inner h3 {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    color: #ff9cb0;
}
.wrap .info .shop .shop_inner .shop_image {
    margin-bottom: 5px;
	text-align: center;
    z-index: 9100;
}
.wrap .info .shop .shop_inner .shop_image .img {
    border-radius: 5px;
}
.wrap .info .shop .shop_inner .shop_text {
    font-size: 14px;
    margin-bottom: 20px;
}
.wrap .info .shop .shop_inner .shop_details {
    margin-bottom: 10px;
}
.wrap .info .shop .shop_inner .shop_details h4 {
    font-size: 18px;
    margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
}
.wrap .info .shop .shop_inner .shop_details .details_inner {
    border: 1px solid #a2a2a2;
    border-radius: 5px;
	padding: 20px;
}
.wrap .info .shop .shop_inner .shop_details .details_inner dl dt {
    font-size: 18px;
	font-weight: bold;
}
.wrap .info .shop .shop_inner .shop_details .details_inner dl dd {
    font-size: 18px;
	font-weight: bold;
}
.wrap .info .shop .shop_inner .shop_details .details_inner dl:not(:last-child) {
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.wrap .info .shop .shop_contact {
	background: #fff;
	position: absolute;
	bottom: 8px;
	padding: 10px;
	gap: 20px;
	width: calc(100% - 20px);
	border-radius: 5px;
	box-shadow: 0px -6px 15px -10px rgba(0, 0, 0, 0.1);
	z-index: 9101;
}
.wrap .info .shop .shop_contact .shop_contact_inner {
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}
.wrap .info .shop .shop_contact .shop_contact_inner div {
	width: calc((100% - 10px) / 2);
	text-align: center;
	border-radius: 25px;
}
.wrap .info .shop .shop_contact .shop_contact_inner div a {
	padding: 10px;
	text-align: center;
	color: #fff;
	display: block;
	font-size: 18px;
}
.wrap .info .shop .shop_contact .shop_contact_inner .shop_tel {
	background-color: #ff9cb0;
}
.wrap .info .shop .shop_contact .shop_contact_inner .shop_line {
	background-color: #00B900;
}
.wrap .info .shop .shop_contact .shop_link a {
	display: block;
	text-align: center;
	padding: 10px 0;
	border-radius: 25px;
	background-color: #4fb8eb;
	color: #fff;
}
.wrap .info .close_btn {
    height: 25px;
    cursor: pointer;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: end;
}
.wrap .info .close_btn span {
    margin: auto;
    width: 30px;
    height: 3px;
    background-color: #000;
    display: block;
    position: absolute;
    border-radius: 10px;
    z-index: 9101;
}
.wrap .info .close_btn span:first-child {
    transform: rotate(45deg) scaleY(1);
}
.wrap .info .close_btn span:last-child {
    transform: rotate(-45deg) scaleX(1);
}
@media (min-width: 767px){
	.wrap .info .shop .shop_inner {
		max-width: 1000px;
		margin: 0 auto;
	}
	.wrap .info .shop .shop_contact {
		max-width: 1000px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
        padding: 10px 220px;
	}
}
/*---------------------------------
 fotter
-----------------------------------*/
footer {
	background-image: url('../image/fotter_bg.png');
	background-size: cover;
}
footer #pagetop {
	position: fixed;
	bottom: 20px;
	right: 10px;
	width: 60px;
    z-index: 10;
}
footer h2 {
	font-size: 18px;
	border-bottom: 1px solid #fff;
	display: inline-block;
	margin-bottom: 10px;
}
footer ul {
	margin-bottom: 50px;
}
footer ul li {
    cursor: pointer;
    font-weight:400;
    font-size: 16px;
}
footer ul li:hover {
	opacity: 0.7;
}
@media (min-width: 767px){
	footer {
		padding: 80px 20px 10px;
	}
	footer ul {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}
	footer ul li {
		width: calc((100% - 30px) / 4);
	}
}