body {
	font-family: "Inter", sans-serif;
}

.u-desktop {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

/* pcの電話番号発信対応 */

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

.c-table__pickUp p{
	font-size:15px;
	line-height:1.8
}
table{
	font-size:15px;
}
table th{
	width: 40% !important;
}
p{
	font-size: 15px;
	line-height:1.9;
}
@media screen and (min-width: 768px) {
	.c-table__pickUp p{
		font-size:16px;
		line-height:1.9;
	}
	table{
		font-size: 16px;
	}
	table th{
		width: 15% !important;
	}
	p{
		font-size: 16px;
		line-height:2.3;
	}
}
*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.9;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
	font-weight: 400;
	font-style: normal;
	font-family: "Yomogi", cursive;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

.wp-block-image{
	margin:1rem 0 1rem 0;
}
@media screen and (min-width: 768px) {
	.wp-block-image{
		margin:10px 0 1rem 0;
	}
}
.wp-block-table{
	margin:24px 0;
}
.wp-block-table table{
	margin:8px 0;
}
/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

#l-sidebar-single {
	/* max-width: 17.36rem; */
}

.l-archive-home {
	margin-top: 2.5rem;
}

.l-aside {
	grid-area: aside;
	height: 100%;
	margin: auto;
	margin-top: 2.5rem;
	/* max-width: 15.625rem; */
}

.l-asideNews {
	margin-top: 2.5rem;
	padding-bottom: 1rem;
}

.l-body {
	background-color: #F9F9F9;
	line-height: 1.9;
}

.l-body.is-fixed {
	height: 100%;
  	overflow: hidden;
}

.l-bread {
	margin-top: 1.875rem;
}

.l-category {
	margin-top: 2rem;
}

.l-connection {
	margin-top: 2.5rem;
}

.l-flow {
	margin-top: 1.5rem;
}

.l-footer {
	overflow: hidden;
	position: relative;
}

.l-footer:before {
	background-image: url("../images/common/pc-img/footer-01.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 9.5625rem;
	left: -0.3125rem;
	position: absolute;
	top: -1.5rem;
	width: 8.0625rem;
}

.l-globalNav {
	margin-left: 1.875rem;
	margin-top: 0.6875rem;
}

.l-globalNav form {
	max-width: 13.25rem !important;
}

.l-grey {
	background-color: #F8F4EB;
}

.l-inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 16px;
	padding-right: 16px;
	width: 100%;
}

.l-main {
	margin: auto;
	margin-top: 2.5rem;
	padding-bottom: 2.5rem;
	width: 100%;
}

.l-paginavi {
	margin-top: 2.5rem;
}

.l-pickUp__item--asirai {
	position: relative;
}

.l-pickUp__item--asirai:after {
	background: url("../images/common/pc-img/icon/child_1.webp");
	background-position: center;
	background-size: cover;
	content: "";
	display: inline-block;
	height: 6.25rem;
	position: absolute;
	right: -45px;
	top: 75%;
	transform: translateY(-50%);
	width: 6.25rem;
	display:none;
}

@media screen and (min-width: 614px) {
	.l-pickUp__item--asirai:after {
		display:block;
	}
	.l-pickUp__item--son.l-pickUp__item--asirai:after {
		background: url("../images/common/pc-img/icon/child_2.webp");
		background-position: center;
		background-size: cover;
		content: "";
		display: inline-block;
		height: 6.25rem;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 6.25rem;
	}
}
.l-pickUp__item--son {
	position: relative;
}



.l-pickUp {
	background-color: #F8F4EB;
	border: 2px solid #F3BABA;
	border-radius: 10px;
	padding: 2.5% 7% 2.5% 4.5%;
	position: relative;
}


.l-pickUp03 .p-pickUp__items{
	 margin-top:12px;
}


.p-pickUp--space{
	padding-top:8px;
}
.l-pickUp:before {
	border-right: 30px solid transparent;
	border-top: 27px solid #F3BABA;
	content: "";
	position: absolute;
	right: -4px;
	top: -4px;
	transform: rotate(-90deg);
}

.l-pickUp:after {
	border-bottom: 30px solid #F9F9F9;
	border-left: 30px solid transparent;
	content: "";
	position: absolute;
	right: -3px;
	top: -6px;
	transform: rotate(-90deg);
}



.l-profile.p-aside__wrapper {
	padding-bottom: 0.625rem;
	padding-top: 0.625rem;
}

.l-profile figure img {
	-o-object-fit: contain;
	object-fit: contain;
}

.l-schedule {
	margin-top: 2rem;
	margin-bottom:2rem;
	position: relative;
	max-width: 860px;
	width: 100%;
}
.l-schedule02{
	max-width: 860px;
	width: 100%;
}
.l-singleLayer {
	display: block;
}

.l-singleProfile {
	position: sticky;
	top: 0;
	z-index: 5;
}

.l-spSnsBody {
	display: flex;
	gap: 1rem;
	margin-top: 34px;
}

.l-swiper.swiper {
	/* max-width: 50rem; */
	padding-left: 0;
	padding-right: 0;
}

.l-table {
	margin-top: 2.5rem;
	position: sticky;
	top: 31.25rem;
	z-index: 10;
}

.p-table__title {
	background-color: #F3BABA;
	border-radius: 10px 10px;
	color: #fff;
	padding-left: 1.5rem;
	text-align: left;
	}
	
	.table{
		margin-top:40px;
		margin-bottom:24px;
	}
.table__title {
	color:#F48686;
	text-align: left;
	width:10.75rem;
	max-width:100%;
	padding:10px;
	width:50%;
	font-size: 16px;
}
.table-body03 .table__title,
.table-body03 .table__text{
	padding:44px 10px;
}
.table-body03{
	padding:10px 2.75rem;
}
.table__text{
	width:70%;
	padding:10px 10px;
	margin-left:5px;
}
.p-table__body {
	border-radius: 0 0 10px 10px;
	padding: 1.25rem 0.9375rem;
}

.p-table__wrapper {
	background-color: #FFEFEF;
	border: 10px;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
}

.p-table__item {
	margin-top: 0.625rem;
}

.p-table__item a,
.p-table__item p {
	padding-left: 1.25rem;
	position: relative;
}

.p-table__item a:before,
.p-table__item p:before {
	border-right: 3px solid;
	border-top: 3px solid;
	content: "";
	display: inline-block;
	height: 0.5rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 0.5rem;
}

.p-table__textArea p {
	line-height: 2;
}

.p-table__articleText {
	line-height: 2;
	margin-top: 1rem;
}

.p-table__itemText {
	padding-left: 1.25rem;
	position: relative;
}

.p-table__itemText:before {
	border-left: 10px solid transparent;
	border-top: 10px solid #F3BABA;
	content: "";
	content: "";
	display: inline-block;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}

.l-tag {
	margin-top: 2.5rem;
}

.l-topCategory {
	background-color: #fff;
	margin: 3.75rem auto 0;
	margin-top: 2.5rem;
	max-width: 31.25rem;
	padding-bottom: 70px;
	padding-top: 1.875rem;
	grid-area: category;
	width: 100%; /* 必要に応じて全幅を取る */
	padding-left: 2rem;
	padding-right:2rem;
}

.l-visTrabel {
	background-color: #fff;
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
	position: relative;
}

.l-visTrabel:before {
	background-image: url("../images/common/pc-img/travel-asirai02.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: inline-block;
	height: 5rem;
	left: 18%;
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
	width: 7.5rem;
}

.l-visTrabel:after {
	background-image: url("../images/common/pc-img/travel-asirai01.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: -2.5rem;
	content: "";
	display: inline-block;
	height: 5rem;
	left: 74%;
	position: absolute;
	transform: translateY(-50%);
	width: 5rem;
}

.navigation {
	margin-top: 2.5rem;
}

.c-aside__title {
	color: #636363;
	font-size: 15.5px;
	padding-bottom: 0.5rem;
	position: relative;
	text-align: center;
}

.c-aside__title:before {
	background-color: #F3BABA;
	bottom: 0;
	content: "";
	display: inline-block;
	height: 0.125rem;
	left: 50%;
	position: absolute;
	transform: translate(-50%, 0);
	width: 100%;
}

.c-bread-crumb-list {
	background-color: #959595;
	color: #fff;
	font-weight: bold;
	padding-bottom: 0.375rem;
	padding-top: 0.375rem;
}

.c-breadcrumb {
	font-size: 0.6875rem;
	padding: 0.3125rem 0;
	display:flex;
	align-items: center;
}

.c-breadcrumbs a {
	color: #fff;
	display: inline-block;
	padding-left: 1.5rem;
	position: relative;
}

.c-breadcrumbs a:before {
	background-image: url("../images/common/pc-img/bread-icon.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: inline-block;
	display: inline-block;
	height: 1.125rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.8125rem;
}

.c-breadcrumbs span:nth-of-type(n+2) a {
	padding-left: 0.625rem;
}

.c-breadcrumbs span:nth-of-type(n+2) a::before {
	display: none;
}

.c-breadcrumbs span {
	color: #fff;
	padding-right:5px;
}


.c-breadcrumbs span{
	font-size:10px;
}
.c-button {
	border: 1px solid;
	border-radius: 50px;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1;
	padding: 1rem 0;
	text-align: center;
	text-transform: uppercase;
	width: 12.5rem;
}

.c-category__text {
	color: #959595;
	font-size: 0.625rem;
}

.c-category__trip {
	font-size: 0.9375rem;
}

.c-hamburger {
	background-color: #F3BABA;
	border-radius: 50%;
	height: 2.875rem;
	position: relative;
	width: 2.875rem;
	z-index: 100;
	margin-left:auto;
}

.c-hamburger span {
	background-color: #333;
	background-color: #fff;
	height: 0.05rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translateX(-50%);
	transition: 0.3s;
	width: inherit;
	width: 17px;
}

.c-hamburger span:nth-child(1) {
	top: 16px
}

.c-hamburger span:nth-child(2) {
	opacity: 1;
	top: 50%;
}

.c-hamburger span:nth-child(3) {
	top: 65%;
}

.c-hamburger.is-active span:nth-child(1) {
	top: 50%;
	transform: translateX(-50%) rotate(45deg);
}

.c-hamburger.is-active span:nth-child(2) {
	opacity: 0;
	top: 51%;
}

.c-hamburger.is-active span:nth-child(3) {
	top: 50%;
	transform: translateX(-50%) rotate(-45deg);
}

.c-single__title {
	font-size: 1.125rem;
	position: relative;
	text-align: left;
	line-height: 1.2;
	padding-bottom:8px;
}

.c-single__title:before {
	background-color: #F3BABA;
	bottom: 0;
	content: "";
	display: inline-block;
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.c-single__striperTitle0main {
	color: white;
	font-size: 24px;
	text-shadow: 2px 2px 4px black;
}

.c-table__title-main,
h2.wp-block-heading {
	background: #F3BABA; /*背景色*/
	border-radius: 25px 0px 0px 25px; /*左側の角を丸く*/
	display: inline-block; /*おまじない*/
	font-weight: 400;
	line-height: 1.3; /*行高*/
	padding: 0.5em; /*文字周りの余白*/
	vertical-align: middle;
	width: 100%;
	font-size:20px;
	font-weight: bold;
}

.c-table__title-main:before,
h2.wp-block-heading:before {
	color: white;
	content: "●";
	margin-right: 8px;
}
h4.wp-block-heading{
	position: relative;
	padding-left:2rem;
	font-size: clamp(0.638rem, 1.601rem + 1.683vw, 18px);
}
h4.wp-block-heading:before{
	background-image: url(../images/common/pc-img/lets-icons_check-fill.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 1.55rem;
    left: 0px;
    position: absolute;
    /* top: 10px; */
    top: 50%;
    width: 1.55rem;
    display: inline-block;
    z-index: 8;
	transform:translateY(-50%);
}
h4.wp-block-heading:after{
	background-image: linear-gradient(to right, #F3BABA 50%, transparent 50%);
	background-size: 10px 1px; /* ここで点の幅と間隔を調整 */
	bottom: -5px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}
h5.wp-block-heading{
	color: rgb(255, 196,84);
	font-size: clamp(0.638rem, 1.601rem + 1.583vw, 16px);
	position: relative;
	text-shadow: 3px 4px 2px black; /* 文字に黒い影をつける */
	z-index: 2;
}
h5.wp-block-heading::before {
	background: repeating-linear-gradient(135deg, rgb(121, 208, 204), rgb(121, 208, 204) 5px, #fff 5px, #fff 10px); /* ストライプの幅を狭める */
	content: "";
	height: 60%;
	left: -5px; /* paddingの分だけずらす */
	position: absolute;
	top: 20px; /* paddingの分だけずらす */
	width: 100%;
	z-index: -1;
}
.c-table__titleMain {
	font-size: clamp(16px, 1vw, 18px);
	font-weight: 400;
	padding-left: 1rem;
	position: relative;
}
.c-table__pickUp{
	font-size:15px;
}
.c-table__titleMain:before {
	background-color: #F3BABA;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 0.5rem;
	left: 0;
	position: absolute;
	top: 15px;
	transform: translateY(-50%);
	width: 0.5rem;
}

.c-table__title-sub {
	background: #F8F4EB; /*背景色*/
	border-left: solid 5px #F3BABA; /*左線（実線 太さ 色）*/
	color: #494949; /*文字色*/
	padding-left: 0.5em; /*文字周りの余白*/
	font-size:18px;
	}

.c-table__title-sub span{
	font-size: 1.125rem;

}

.p-pickUp__item:nth-child(n+2) {
	margin-top: 0.625rem;
}

.c-table__pickUp {
	margin-left: 1.5rem;
	padding-left: 1rem;
	position: relative;
}

.c-table__pickUp:before {
	border-right: 3px solid;
	border-top: 3px solid;
	content: "";
	display: inline-block;
	height: 0.5rem;
	left: 0;
	position: absolute;
	top: 10px;
	transform: rotate(45deg);
	width: 0.5rem;
}


iframe{
	width:100%;
}

.c-to-top {
	border: 1px solid;
	border-radius: 50%;
	bottom: 0.625rem;
	overflow: hidden;
	position: fixed;
	right: 0.625rem;
	z-index: 999;
}

.c-to-top a {
	background-color: #fff;
	display: block;
	height: 3.125rem;
	position: relative;
	width: 3.125rem;
}

.c-to-top a span {
	background-color: transparent;
	border-right: 2px solid;
	border-top: 2px solid;
	height: 1.25rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, calc(-50% + 0.25em)) rotate(-45deg);
	width: 1.25rem;
}

.flow_design03 {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-left: 20px;
}

.flow_design03 ul {
	padding: 0;
}

.flow_design03 li {
	list-style-type: none;
}

.flow_design03 dd {
	margin-left: 0;
}

.p-flow {
	position: relative;
}

.p-flow::before {
	background: #eee;
	border-radius: 20px;
	content: "";
	display: block;
	height: 100%;
	left: 120px;
	margin-left: -129px;
	position: absolute;
	top: 0;
	width: 15px;
}

.p-flow > li {
	position: relative;
}

.p-flow__body dd figure {
	margin-top: 2rem;
	max-width: 25rem;
	width: 100%;
}

.p-flow > li:not(:last-child) {
	margin-bottom: 60px;
}

.p-flow > li .icon03 {
	background: #F3BABA;
	border-radius: 100vh;
	color: #fff;
	display: inline-block;
	font-size: 0.8em;
	font-weight: bold;
	height: 2em;
	line-height: 2;
	margin-right: 0.3em;
	text-align: center;
	width: 2em;
}

.p-flow > li dl {
	padding-left: 70px;
	position: relative;
}

.p-flow > li dl::before,
.p-flow > li dl::after {
	content: "";
	display: block;
	position: absolute;
	top: 15px;
}

.p-flow > li dl::before {
	background: #F3BABA;
	border-radius: 50%;
	height: 7px;
	left: -4px;
	margin-top: -3px;
	width: 7px;
}

.p-flow > li dl::after {
	border-bottom: 1px dashed #F3BABA;
	left: 5px;
	position: absolute;
	width: 50px;
}

.p-flow > li dl dt {
	align-items: center;
	color: #F3BABA;
	display: flex;
	font-size: 1.3em;
	font-weight: 600;
	margin-bottom: 0.5em;
}

.p-flow a {
	display: inline-block;
}

.p-flow figure img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
}

.form__field {
	margin-top: 1.5rem;
}

.p-accordion {
	background-color: #f2f2f2;
	max-width: 500px;
}

.p-accordion:not([open]) {
	margin-bottom: 7px;
}

.p-accordion summary {
	align-items: center;
	background-color: #2589d0;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-weight: 600;
	justify-content: space-between;
	padding: 1em 2em;
	position: relative;
}

.p-accordion summary::-webkit-details-marker {
	display: none;
}

.p-accordion summary::after {
	border-bottom: 3px solid #fff;
	border-right: 3px solid #fff;
	content: "";
	height: 7px;
	margin-left: 10px;
	transform: translateY(-25%) rotate(45deg);
	transition: transform 0.3s;
	width: 7px;
}

.p-accordion[open] summary::after {
	transform: rotate(225deg);
}

.p-accordion p {
	color: #333333;
	margin-top: 0;
	opacity: 0;
	padding: 1em 2em 2em 2em;
	transform: translateY(-10px);
	transition: transform 0.5s, opacity 0.5s;
}

.p-accordion[open] p {
	opacity: 1;
	transform: none;
}


.p-accordion-001 summary {
	background-color: #fff;
	border-radius: 5px;
	color: #fff;
	color: #333;
	cursor: pointer;
	padding: 0 1.875rem 0 0.9375rem;
	padding: 10px;
	position: relative;
}

.p-accordion-001 summary::before {
	content: "\f078"; /* FontAwesomeの下向き矢印 */
	font-family: "Font Awesome 5 Free"; /* FontAwesomeを指定 */
	font-weight: 900; /* FontAwesomeの太字スタイルを適用 */
	position: absolute;
	right: 10px; /* 左からではなく右からの位置指定 */
	top: 50%; /* 垂直中央に配置 */
	transform: translateY(-50%); /* センタリングの調整 */
	transition: transform 0.3s ease; /* アニメーション効果 */
}

.p-accordion-001[open] summary::before {
	transform: translateY(-50%) rotate(180deg); /* 開いているときに矢印を180度回転 */
}

.p-accordion-001 summary::-webkit-details-marker {
	display: none; /* Chromeでデフォルトのマーカーを非表示にする */
}

.p-accordion-001 p {
	margin-top: 0.625rem;
}

summary {
	list-style: none;
}

summary::-webkit-details-marker {
	display: none;
}

.p-age__items {
	grid-gap: 1rem;
	display: grid;
	gap: 1rem;
	grid-template-columns: 50px 50px 50px;
	justify-content: center;
	position: relative;
}

.p-age__link {
	position: relative;
}

.p-age__text {
	background-color: rgba(204, 204, 204, 0.8);
	border-radius: 0.25rem 0.25rem;
	font-size: 1.375rem;
	padding: 0 0.5rem 0.25rem;
	position: relative;
	font-weight: 600;
	font-family: "Yomogi", cursive;
}

.p-age__textArea {
	font-size: 0.75rem;
	margin-top: 0.625rem;
}

.p-age__link figure {
	margin-top: 2.5rem;
}

.p-age__link figure img {
	-o-object-fit: contain;
	object-fit: contain;
}

.p-age__link figure:nth-child(1) {
	margin-top: 1.875rem;
}

.p-age__item img {
	filter: grayscale(100%); /* 初期状態はグレースケール */
}

.p-age__item.active img {
	filter: none; /* アクティブ時は通常のカラー */
}

.p-age__item.active .p-age__text {
	background-color: #B0D382;
}

/*tabの形状*/

.tab {
	grid-gap: 2rem;
	display: grid;
	gap: min(1.8vw,2rem);
	grid-template-columns: 6.625rem 6.625rem 6.625rem;
	margin-top: 1.25rem;
}

.tab li a {
	display: block;
	margin: 0 2px;
}

/*エリアの表示非表示と形状*/

.area {
	display: none; /*はじめは非表示*/
	opacity: 0; /*透過0*/
}

/*areaにis-activeというクラスがついた時の形状*/

.area.is-active {
	animation-duration: 2s;
	animation-fill-mode: forwards;
	animation-name: displayAnime; /*ふわっと表示させるためのアニメーション*/
	display: block; /*表示*/
}

/*========= レイアウトのためのCSS ===============*/

body {
	background: #F8F4EB;
}

ul {
	list-style: none;
}

a {
	-webkit-text-decoration: none;
	color: #333;
	text-decoration: none;
}

.area h2 {
	font-size: 1.3rem;
	margin: 0 0 20px 10px;
}

.area li {
	border-bottom: 1px solid #ddd;
	padding: 10px;
}

.p-aside__inner {
	height: 100%;
}

.p-aside__items {
	max-width: 100%;
}

.p-aside__form{
	max-width: 160px;
}

.p-aside__item {
	margin-top: 1.5rem;
}


.p-aside__item a:hover{
	opacity: .5;
}

.p-aside__link {
	display: flex;
	flex-direction: column;
	gap: .5rem;
}


.p-aside__item figure img{
	border-radius: 10px;
	/* width:6.4375rem;
	height:80px; */
	object-fit: cover;
	/* width:12.1875rem; */
	/* height:148px; */
	width:100%;
	height:100%;
}
.p-aside__text {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3; /* 3行に制限 */
	display: -webkit-box;
	font-size: 0.8125rem;
	font-weight: bold;
	line-height: 1.6; /* 行間を適切に調整 */
	margin: 0;
	max-height: 4.8em; /* line-height x 行数で計算した高さ */
	overflow: hidden;
	text-overflow: ellipsis;
	/* width: 70%; */
}

.p-aside__wrapper {
	background-color: #fff;
	padding-top: 1.5rem;
	padding:1rem;
}

.p-aside__wrapper figure {
	margin-top: .5rem !important;
	/* margin:auto; */
	/* width:152px; */
	/* height:100px; */
}



.p-beautyNews .p-news__body {
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
	margin: auto;
	max-width: 25rem;
	padding: 0.625rem;
	width: 100%;
}
.p-news__body a{
	display: inline-block;
}

.p-news__body a img{
	height: 100%;
	aspect-ratio: 300 / 200;
}

.p-news_thumbnail a{
	width: 100%;
	height: 100%;
}

.p-beautyNews .p-news__item img{
	height: auto;
    aspect-ratio: 300 / 200;
}

#js-swiper .swiper-button-next {
	background-color: transparent;
	right: 1rem;
}

#js-swiper .swiper-button-next:before {
	border-right: 4px solid #636363;
	border-top: 4px solid #636363;
	content: "";
	height: 1.25rem;
	left: 40%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	width: 1.25rem;
	z-index: 0;
}

#js-swiper .swiper-button-prev {
	background-color: transparent;
	left: 1rem;
}

#js-swiper .swiper-button-prev:before {
	border-right: 4px solid #636363;
	border-top: 4px solid #636363;
	content: "";
	height: 1.25rem;
	left: 40%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) rotate(-135deg);
	width: 1.25rem;
	z-index: 0;
}

.p-card__img {
	position: relative;
}

.p-card__img::before {
	content: "";
	display: block;
	padding-top: 62.686567%;
}

.p-card__img img {
	-o-object-fit: cover;
	height: 100%;
	left: 50%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-card__body {
	margin-top: 0.875rem;
}

.p-card__title {
	font-family: "Abril Fatface", serif;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-align: center;
}

.p-card__text {
	font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: 0.05em;
	line-height: 1.79;
	margin-top: 0.625rem;
}

.p-categories__items.p-category__items {
	grid-gap: 0.3125rem;
	display: grid;
	gap: 0.3125rem;
	grid-template-columns: 1fr 1fr;
	margin: auto;
	max-width: 12.75rem;
	padding-bottom: 0;
	padding-left: 0;
}

.p-categories__item a img {
	-o-object-fit: contain;
	object-fit: contain;
	aspect-ratio: 80 / 60;
	height:auto;
}


.p-category__topItems {
	gap: 1.125rem;
	margin-top: 1.0625rem;
}

.p-category__topItems:nth-child(1) {
	max-width: 16.25rem;
	width: 100%;
}

.p-category__item {
	margin-top: 0.5rem;
	padding-left: 0.625rem;
	position: relative;
}

.p-category__item:before {
	border-radius: 50%;
	content: "";
	height: 0.375rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.375rem;
}

.p-category__item a {
	display: flex;
	font-size: 14px;
	justify-content: space-between;
}
.p-category__item a:hover{
	opacity: .5;
}
.p-category__items {
	padding-bottom: 1rem;
	padding-left: 1rem;
}

.p-category__tertiary {
	padding-left: 1.2rem;
	position: relative;
}

.p-category__tertiary.p-category__travel:before,
.p-category__tertiary.p-category__care:before,
.p-category__tertiary.p-category__beauty:before {
	height: 1rem;
	width: 1rem;
}

.p-category__items--vertical.p-category__items {
	grid-template-columns: 1fr;
}


.p-category__search {
	margin: auto;
	margin-top: 1.5rem;
	max-width: 20.625rem;
	padding-right: 1.25rem;
	position: relative;
}

.p-category__search form {
	margin-top: 1.5rem;
	position: relative;
	text-align: center;
}

.p-category__search:before {
	background-color: #F3BABA;
	border-radius: 0 0.25rem 0.25rem 0;
	content: "";
	display: inline-block;
	height: 100%;
	position: absolute;
	right: 1.25rem;
	top: 0;
	width: 2.75rem;
	z-index: 10;
}

.p-category__search:after {
	background-image: url("../images/common/pc-img/glass.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 100%;
	position: absolute;
	right: 1.5rem;
	top: 50%;
	transform: translateY(-50%);
	width: 2rem;
	z-index: 10;
}

.p-category__search button {
	display: none;
}

.p-category__search [type=text] {
	margin-top: 0;
}

.c-category__title--travel span:before{
	background-color: #DFBD8B;
}

.c-category__item--travel{
	position: relative;
}
.c-category__item--travel span:before{
	background-color:#DFBD8B;
	border-radius: 50%;
    content: "";
    height: 0.375rem;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0.375rem;
}
.c-category__title--care span:before{
	background-color:#B0D382;
}

.c-category__item--beauty{
	position: relative;
}

.c-category__item--beauty span:before{
	background-color:#E0A8FB;
	border-radius: 50%;
    content: "";
    height: 0.375rem;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0.375rem;
}

.c-category__title--beauty span:before{
	background-color:#E0A8FB;
}

.c-category__item--care{
	position: relative;
}

.c-category__item--care span:before{
	background-color:#B0D382;
	border-radius: 50%;
    content: "";
    height: 0.375rem;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0.375rem;
}
.c-category__title span {
	font-size: 16px;
	font-weight: 400;
	padding-left: 1.25rem;
	position: relative;
}

.c-category__title span:before {
	border-radius: 50% 50%;
	content: "";
	display: inline-block;
	height: 1.0625rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.0625rem;
}

.c-category__title span:after {
	border-right: 3px solid #fff;
	border-top: 3px solid #fff;
	content: "";
	display: inline-block;
	height: 0.5rem;
	left: 14%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	width: 0.5rem;
}


.p-category__title {
	font-size: 1.0625rem;
	padding-left: 2.5rem;
	position: relative;
}

.p-category__travel:before {
	background-image: url("../images/common/pc-img/header-menu02.webp");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 1.9375rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.9375rem;
}

.p-category__care:before {
	background-image: url("../images/common/pc-img/header-menu03.webp");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 1.9375rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.9375rem;
}

.p-category__beauty:before {
	background-image: url("../images/common/pc-img/header-menu04.webp");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 1.9375rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.9375rem;
}
.l-travel{
	margin-top: 1rem;
}
.p-category__orange {
	color: #DFBD8B;
}

.p-category__green {
	color: #B0D382;
}

.p-category__pink {
	color: #E0A8FB;
}

.p-company-info__items {
	margin-top: 1.875rem;
}

.p-compnay-info__map {
	aspect-ratio: 335/240;
	margin-top: 2.5rem;
}

.p-compnay-info__map iframe {
	height: 100%;
	width: 100%;
}

.p-company-info__map-link {
	margin-top: 0.625rem;
}

.p-company-info__map-link a {
	color: #240C6A;
	font-size: 0.875rem;
	letter-spacing: 0.05em;
}

.p-connection__title {
	text-align: center;
}



.p-connection__items {
	grid-gap: 0.5rem;
	display: grid;
	gap: 0.5rem;
	grid-template-columns: 1fr;
	margin-top: 1.5rem;
}



.p-contact {
	background-color: #f7f7f7;
	padding: 3.75rem 0;
}

.p-contact__text-block {
	margin-top: 1.875rem;
	text-align: center;
}

.p-contact__btn {
	margin-top: 1.875rem;
	text-align: center;
}

.p-contact__text {
	font-size: 0.875rem;
	font-weight: 300;
	letter-spacing: 0.05em;
	line-height: 1.79;
	text-align: center;
}

.fluid-shape {
	animation: wobble 6s infinite ease-in-out;
	background-color: #f8b0ec;
	border-radius: 50%;
	height: 200px;
	overflow: hidden;
	position: absolute;
	right: -5rem;
	top: -12.5rem;
	width: 200px;
}

.fluid-shape2.fluid-shape {
	animation: wobble2 5s infinite ease-in-out;
	background-color: #E0A8FB;
	border-radius: 50%;
	bottom: -1.875rem;
	left: 0;
	left: -5.625rem;
	top: 15rem;
}



.p-form {
	letter-spacing: 0.05em;
}

.p-form__radio {
	display: flex;
	flex-direction: column;
	gap: 0.3125rem;
	margin-top: 0.3125rem;
}

.p-form dl:not(:first-child) {
	margin-top: 1.875rem;
}

.p-form__item dt {
	font-size: 0.9375rem;
	font-weight: 600;
	line-height: 2;
}

.p-form__item dt span {
	color: #391E88;
	font-size: 0.75rem;
	margin-left: 0.625rem;
}

.p-form__item dt span.p-form__tel-info {
	color: #333333;
	font-size: 0.75rem;
	margin-left: 0;
}

.p-form__btn {
	margin-top: 3.125rem;
	text-align: center;
	display:flex;
}

.p-form__btn p{
	display:flex;
	flex-direction: row-reverse;

}

.wpcf7-textarea {
	resize: none; /* リサイズハンドルを無効にする */
}

.return-btn{
	cursor:pointer;;
}


.p-layout {
	margin: auto;
	max-width: 50rem;
	overflow: scroll;
}

.p-layout__body {
	grid-column-gap: 8px;
	-moz-column-gap: 8px;
	column-gap: 8px; /* カラム間の余白 */
	cursor: pointer;
	display: grid;
	width: 800px; /* 全体のコンテナの幅 */
}

.p-layout__01 {
	grid-template-columns: 33.625rem 15.875rem; /* 左のカラムと右のカラムの幅を指定 */
}

.p-layout__imageArea img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
	width: 100%;
}

.p-layout__02 {
	grid-template-columns: 15.875rem 33.625rem; /* 左のカラムと右のカラムの幅を指定 */
}

.p-layout__03 {
	grid-template-columns: 50% 50%; /* 左のカラムと右のカラムの幅を指定 */
}

.table{
	border-top:1px solid#F48686;
	border-bottom:1px solid#F48686;
	max-width: 804px;
	width:100%;
}

.table__body{
	padding:2px .5rem;
	align-items: center;
	width:100%;
	display: table;
}

.background-gray{
	background-color:#F8F4EB;
}
/* 基本スタイル */

.p-layout__imageArea {
	overflow: hidden;
	position: relative;
}

/* モーダル表示用のスタイル */

.modal-overlay {
	align-items: center;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
	height: 100%;
	justify-content: center;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.modal-content {
	background-color: white;
	border-radius: 8px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	padding: 20px;
}

.modal-image {
	height: auto;
	max-width: 800px;
	width: 80vw;
}

.p-list__items {
	counter-reset: list-counter; /* カウンターをリセット */
	list-style-type: none; /* 既存のリストスタイルを削除 */
	margin-top: 0.75rem;
}

.p-list__item {
	counter-increment: list-counter; /* カウンターを1増やす */
	padding-left: 1.5rem;
	position: relative;
}

.p-list__item:before {
	background-color: #F3BABA;
	border-radius: 50%;
	content: counter(list-counter) " "; /* カウンターの値と後にスペースを表示 */
	display: inline-block;
	font-size: 0.625rem;
	height: 1rem;
	margin-right: 5px; /* 番号とテキストの間隔 */
	text-align: center;
	width: 1rem;
	position: absolute;
	top: 7px;
	left:0;
	line-height: 1.5;
}

.p-main__wrapper{
	background-color: #fff;
	padding-right: 1rem;
	padding-left: 1rem;
	padding-top: 16px;
	padding-bottom: 16px;
}

.p-main__left {
	/* grid-area: main; grid-template-areasで定義したエリア名 */
	width: 100%;
	/* max-width: 53.277rem; */
	font-family: "Kosugi Maru", sans-serif;
}

.p-main__thumbnail{
	margin-top: .375rem;
}

.p-main__thumbnail img{
	width: 100%;
	height: 100%;
}

.p-main__category {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.p-main__content {
	margin-top: 1.25rem;
}

.p-men {
	align-items: center;
	display: flex;
	flex-direction: row-reverse;
	gap: 1.5rem;
	position: relative;
}

.p-men__img {
	-o-object-fit: contain;
	object-fit: contain;
}

.custom-decorated-text {
	background-color: #f4f4f4;
	border: 1px solid #ccc;
	border-radius: 5px;
	color: #0073aa;
	font-size: 20px;
	padding: 15px;
}

.custom-schedule-slider{
	width:100%;
}

.custom-slide-item{
	align-items: center;
    background-color: #fff;
    border: 1px solid;
    border-radius: 0.625rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    max-width: 12.5rem;
    position: relative;
    position: relative;
    width: 100%;
}


.custom-slide-text{
	padding:1rem;
}

/* .p-menText {
	width: 60%;
} */

.p-MokuMokuLeft,
.p-MokuMokuRight {
	border: 2px solid;
	border-radius: 10px;
	padding: 2.5%;
	position: relative;
	width: 100%;
	font-size: clamp(14px, 1.25vw, 16px);
}

.p-MokuMokuLeft {
	margin-left: auto;
}

.p-MokuMokuLeft:before {
	border-right: 16px solid transparent;
	border-top: 16px solid #333;
	content: "";
	position: absolute;
	right: -16px;
	top: 16px;
}

.p-MokuMokuLeft:after {
	border-right: 12px solid transparent;
	border-top: 12px solid #fff;
	content: "";
	position: absolute;
	right: -11px;
	top: 18px;
}

.p-MokuMokuRight:before {
	border-left: 16px solid transparent;
	border-top: 16px solid #333;
	content: "";
	left: -16px;
	position: absolute;
	top: 16px;
}

.p-MokuMokuRight:after {
	border-left: 12px solid transparent;
	border-top: 12px solid #fff;
	content: "";
	left: -11px;
	position: absolute;
	top: 18px;
}

.p-news-content__meta {
	align-items: center;
	display: flex;
	font-family: "Abril Fatface", serif;
}

.p-news-content__date {
	color: #333;
	font-size: 0.9375rem;
	letter-spacing: 0.1em;
}

.p-news-content__category {
	background-color: #E8E8E8;
	border-radius: 50px;
	flex-shrink: 0;
	font-size: 0.6875rem;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-left: 0.9375rem;
	padding: 0.25rem 1.125rem;
}

.p-news__pagenation {
	margin-top: 1.875rem;
}

.p-news__items {
	grid-gap: 1.5rem;
	display: grid;
	gap: 1.5rem;
	grid-template-columns: 1fr;
	margin-top: 2rem;
}

.p-news__textArea {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: left;
}

.p-newsArea__imageArea {
	height: 100%;
	position: relative;
	width: 40%;
	
}

.p-newsArea__imageArea:before {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: inline-block;
	height: 1.875rem;
	left: 0;
	position: absolute;
	top: -0.9375rem;
	width: 1.875rem;
	z-index: 5;
}

.p-newsArea__imageArea img {
	height: 100%;
}

.p-newsArea__items {
	margin-top: 1.25rem;
}

.p-newsArea__item {
	background-color: #fff;
	padding: 0.625rem;
	position: relative;
	transition: box-shadow 0.5s ease-in-out;
	z-index: 2;
}
.p-newsArea__item:nth-child(n + 2){
	margin-top: 1.5rem;
}
.p-newsArea__item:hover {
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
	transition: box-shadow 0.5s ease-in-out;
}

.p-newsArea__item a:hover {
	opacity: 1;
}

.p-newsArea__item:nth-child(1) .p-newsArea__imageArea:before {
	background-image: url("../images/common/pc-img/number-01.webp");
}

.p-newsArea__item:nth-child(2) .p-newsArea__imageArea:before {
	background-image: url("../images/common/pc-img/number-02.webp");
}

.p-newsArea__item:nth-child(3) .p-newsArea__imageArea:before {
	background-image: url("../images/common/pc-img/number-03.webp");
}

.p-newsArea__link {
	align-items: center;
	display: flex;
	font-weight: bold;
	gap: 0.75rem;
}

.p-newsArea__text {
	width: 60.3%;
}

.p-newsArea__text p {
	font-size: 0.875rem;
	text-align: left;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; /* Show 3 lines */
	overflow: hidden;
	text-overflow: ellipsis;
}

.p-form__item:nth-child(n+2) {
	margin-top: 1.5rem;
}

.p-page-contact__text {
	font-size: 0.9375rem;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-align: center;
}

.p-page-contact__content {
	background-color: #F7F7F7;
	margin-top: 1.875rem;
	padding: 1.875rem;
}

.p-page-recruit {
	background-image: url(../images/common/bg-recruit.png);
	background-repeat: repeat;
	padding-bottom: 6.875rem;
	padding-top: 2.5rem;
}

.p-page-recruit__title {
	color: #391E88;
	text-align: center;
}

.p-page-recruit__main {
	font-size: 3rem;
	letter-spacing: 0.01em;
	line-height: 1.1666666667;
}

.p-page-recruit__sub {
	font-size: 1.125rem;
	letter-spacing: 0.05em;
	margin-top: 0.9375rem;
}

.p-page-recruit__text {
	font-size: 0.9375rem;
	line-height: 1.8;
	margin-top: 1.5625rem;
	text-align: center;
}

.p-page-recruit__image {
	margin-left: calc(50% - 50vw);
	margin-top: 2.5rem;
	width: 100vw;
}

.p-page-recruit__recruit {
	margin-top: 2.5rem;
}

.p-page-recruit__items {
	margin-top: 1.875rem;
}

.p-page-recruit__item {
	background-color: #FFFFFF;
	border: 1px solid #B8AED5;
	border-radius: 10px;
	padding: 1.875rem 1.25rem;
}

.p-page-recruit__item:not(:first-child) {
	margin-top: 2.5rem;
}

.p-page-recruit__job-title {
	color: #391E88;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-align: center;
}

.p-page-recruit__lists {
	margin-top: 0.9375rem;
}

.p-page-recruit__apply {
	margin-top: 2.5rem;
	text-align: center;
}

.p-page-recruit__apply p {
	font-size: 0.75rem;
	margin-top: 0.3125rem;
}

.p-page-recruit__movies {
	margin-top: 5rem;
}

.p-page-recruit__movie {
	margin-top: 1.875rem;
	position: relative;
}

.p-page-recruit__movie::before {
	content: "";
	display: block;
	padding-top: 56.25%;
}

.p-page-recruit__movie iframe {
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.p-page-service__item:not(:first-child) {
	margin-top: 3.125rem;
}

.p-page-service__image {
	aspect-ratio: 335/211;
}

.p-page-service__image img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-page-service__text-block {
	margin-top: 1.25rem;
}

.p-page-service__title {
	font-size: 1.125rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.5;
	text-align: center;
}

.p-page-service__text {
	font-size: 0.875rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-top: 0.9375rem;
}

.p-pagination {
	margin-top: 2.5rem;
}

.p-policy__items {
	display: flex;
	justify-content: center;
	margin-top: 0.5rem;
	position: relative;
}

.p-policy__item a:hover {
	opacity: 0.5;
}

.p-policy__item:first-child {
	margin-right: 1rem;
}

.p-post {
	display: flex;
	justify-content: space-between;
	margin-top: 0.375rem;
	align-items: center;
	gap:10px;
}



.p-postBox{
	height:100%;

}
.p-news__item {
	background-color: #fff; /* $whiteという変数はCSSにそのままでは使用できないので、代わりに実際の色コードを使用しています */
	border-radius: 5px; /* 同上 */
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
	margin: auto;
	/* max-width: 25rem; */
	padding: 1rem 1rem 0.375rem; /* rem(数値)の関数が未定義のため、直接変換して指定 */
	transition: transform 0.3s ease, box-shadow 0.3s ease; /* アニメーションのスムーズな遷移を保証 */
	width: 100%;
	height: 100%;
	margin:auto;
	max-width: 400px;
	display:inline-block;
}


.p-news__body {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.p-news__imgArea a{
	width: 100%;
}

.p-news__item:hover {
	box-shadow: none; /* ホバー時の影を削除 */
	transform: translateY(2px); /* 軽く下に移動して押されている感じを演出 */
}

.c-news__text {
	-webkit-box-orient: vertical; /* Flexboxの方向を垂直に設定 */
	-webkit-line-clamp: 1; /* 行数を指定 */
	display: -webkit-box; /* Flexboxを使ったレイアウトを作成 */
	font-size: 1.0625rem;
	font-weight: 700;
	overflow: hidden; /* 余分なコンテンツを隠す */
	text-overflow: ellipsis; /* 省略記号を表示 */
}

.c-news__text--small.c-news__text {
	font-size: 0.8125rem;
	font-weight: 700;
}

.p-post__date {
	font-size: 0.8125rem;
}

.p-post--right {
	justify-content: end;
}

.p-post__category a {
	background-color: #F3BABA;
	border-radius: 20px 20px;
	font-size: 0.8125rem;
	padding: 0 0.375rem;
}

.p-post__snsIcons {
	display: flex;
	gap: 0.75rem;
}

.p-post__snsIcon {
	max-width: 1.875rem;
}

.p-post__snsIcon img {
	height: 100%;
}

.p-post__snsIcon a:hover {
	opacity: 0.5;
}

.p-post__date--calendar {
	padding-left: 1.5rem;
	position: relative;
	color:#959595;
	font-weight: 600;
}

.p-post__date--calendar:before {
	background-image: url("../images/common/pc-img/calendar.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: inline-block;
	height: 1.25rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 1.25rem;
}

.privacy-section {
	position: relative;
}

.privacy {
	margin-top: 2.5rem;
	padding-bottom: 4.375rem;
}

.privacy__bodyTitle {
	font-size: 1.25rem;
	font-weight: bold;
	text-align: center;
}

.privacy__bodyTitle span {
	padding-bottom: 0.5rem;
	position: relative;
}

.privacy__bodyTitle span::before {
	background-color: #333;
	bottom: 0;
	content: "";
	display: inline-block;
	height: 2px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 4.25rem;
}

.privacy__siteText span {
	display: inline-block;
	font-weight: bold;
	margin-top: 1rem;
}

dl .privacy__body {
	margin-top: 2.5rem;
}

dl .privacy__bodyText {
	margin-top: 1.5rem;
}

.privacy__wrapperText {
	text-align: center;
}

.p-profile__item {
	margin-top: 1.25rem;
	max-width: 13.75rem;
	text-align: center;
	width: 100%;
}

.p-profile__item .wp-block-heading{
	background-color:unset;
	margin-bottom:0;
}

.p-profile__box:hover{
	opacity: .5;
}

.p-profile__textBody {
	margin-top: 1.3125rem;
}

.p-profile__item figure {
	margin-top: 1rem;
}

.p-profile__sns.l-spSnsBody {
	justify-content: center;
}

.p-profile figure {
	margin-top: 0.8125rem;
}

.p-profile__text {
	font-size: 0.9375rem;
	margin-top: 0.8125rem;
	padding: 0 0.75rem;
}

.p-profile__sns {
	display: flex;
	gap: 1rem;
	justify-content: center;
	margin-top: 1.5rem;
	width: 100%;
}

.p-profile__sns img {
	-o-object-fit: contain;
	max-width: 2.5625rem;
	object-fit: contain;
	width: 100%;
}

.p-profile__icon {
	max-width: 100%;
	width: 2.5625rem;
}

.p-profile__icon:hover {
	opacity: 0.5;
}

.p-profile__items {
	display: grid;
	grid-template-columns: 1fr 1fr;
	justify-content: center;
	margin: auto;
	margin-top: 2.5rem;
	max-width: 80%;
}

.p-profile__item {
	max-width: 13.75rem;
	text-align: center;
	width: 100%;
}

.p-profile__textBody {
	margin-top: 1.3125rem;
}

.p-profile__item figure {
	margin-top: 1rem;
}

.p-profile__sns.l-spSnsBody {
	justify-content: center;
}


.p-profile__title {
	background-color: #fff;
	color: #636363;
	font-size: 1rem;
	padding-bottom: 0.5rem;
	padding-top: 0.5rem;
}

.p-profile__item figure {
	border-radius: 0.625rem;
	padding: 1.25rem;
}

.p-profile__item:first-child figure {
	background-color: #F9C8C8;
}

.p-profile__item:nth-child(2) figure {
	background-color: #AFD2CD;
}

.p-profile__item p {
	margin-top: 1rem;
	text-align: left;
}

.p-profile__items-child .p-profile__item:first-child figure {
	background-color: #D5C7E8;
}

.p-profile__items-child .p-profile__item:nth-child(2) figure {
	background-color: #FFE9BE;
}

.p-profile__snsArea {
	gap: 1rem;
	margin-bottom: 0;
	margin-top: 0;
}

.p-profile__snsArea .p-profile__icon figure {
	background-color: #F8F4EB;
}

.p-profile__icon figure {
	margin: 1.25rem auto 0;
	max-width: 2.5rem;
	padding: 0;
}

.p-profile__icon:nth-child(1) figure {
	margin-right: 0;
}

.p-profile__icon:nth-child(2) figure {
	margin-left: 0;
}

.p-profile__snsArea.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
	flex-basis: auto !important;
}

.p-single__schedule.swiper {
	margin-right: 0;
	/* max-width: 50rem; */
}

.p-schedule__item.swiper-slide {
	align-items: center;
	background-color: #fff;
	border: 1px solid;
	border-radius: 0.625rem;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	max-width: 12.5rem;
	position: relative;
	position: relative;
	width: 100%;
}

.p-schedule__item:before {
	align-items: center;
	background-color: #fff;
	border-radius: 50%;
	content: "SPOT";
	display: inline-block;
	display: flex;
	flex-direction: column;
	font-weight: 600;
	height: 4.375rem;
	justify-content: center;
	left: 50%;
	position: absolute;
	top: 60%;
	transform: translate(-50%, -50%);
	width: 4.375rem;
}

.p-schedule__item.swiper-slide:not(:last-child):after {
	border-bottom: 15px solid transparent;
	border-left: 15px solid black;
	border-top: 15px solid transparent;
	content: "";
	position: absolute;
	right: -20px; /* 調整が必要かもしれません */
	top: 50%;
	transform: translateY(-50%);
}

.p-schedule__item figure img {
	height: 120px;
	width: 100%;
	border-radius: 10px;
	aspect-ratio: 100 / 60;
}

.p-schedule__item {
	transition: 0.5s;
}

.custom-slide-image{
	position: relative;
}

.custom-slide-image img{
	width:100%;
	height:120px;
	object-fit: cover;
	border-radius: 10px;
	width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 10px;
    aspect-ratio: 100 / 60;
}

.custom-slide-image:before{
	content:"";
	align-items: center;
	background-color: #fff;
	border-radius: 50%;
	content: "point";
	display: inline-block;
	display: flex;
	flex-direction: column;
	font-weight: 600;
	height: 4.375rem;
	justify-content: center;
	left: 50%;
	position: absolute;
	top: 80%;
	transform: translate(-50%, -50%);
	width: 4.375rem;
}
.p-schedule__item p {
	padding: 1rem;
	z-index: 1;
}

.p-schedule__img{
	height: 100%;
}

.p-schedule__img img{
	object-fit: cover;
}
.p-single__schedule .swiper-button-next {
	right: 0;
}

.p-single__schedule .swiper-button-prev {
	left: 0;
}

.p-side.l-inner {
	display: grid;
}

.p-side__search.p-header__search {
	/* margin-top: 1rem;
	margin-right: 0;
	margin-right: initial; */
	max-width: 200px;
	justify-content: center;
	margin:1rem auto;
}



.p-single__accordion {
	background-color: #ECECEC;
	margin: auto;
	margin-top: 2rem;
	max-width: 50rem;
	padding: 0.9375rem 5%;
}

.p-single__accordion h3 {
	font-size: 1.125rem;
	padding-bottom: 0.625rem;
	position: relative;
	text-align: center;
}

.p-single__accordion h3:before {
	background-color: #333;
	bottom: 0;
	content: "";
	display: inline-block;
	height: 1px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 30%;
}

.p-single__blockquote {
	background: #f2f9ff;
	box-sizing: border-box;
	color: #4e4e4e;
	font-style: italic;
	padding: 10px 20px;
	position: relative;
}

.p-single__accordionTitle {
	padding-bottom: 0.5rem;
	position: relative;
	text-align: center;
}

.p-single__accordionTitle:before {
	background-color: #333;
	bottom: 0;
	content: "";
	display: inline-block;
	height: 0.0625rem;
	left: 50%;
	margin: auto;
	position: absolute;
	transform: translateX(-50%);
	width: 35%;
}

.p-single__blockquote p {
	line-height: 1.7;
	margin: 10px 0;
	padding: 0;
	position: relative;
	z-index: 3;
}

.p-single__blockquote cite {
	color: #888888;
	display: block;
	font-size: 0.9em;
	position: relative;
	text-align: right;
	z-index: 3;
}

.p-single__awesomeRight {
	bottom: 0;
	color: #bfd7ee;
	height: 3.75rem;
	position: absolute;
	right: 0;
	width: 3.75rem;
	z-index: 0;
}

.p-single__awesomeLeft {
	color: #bfd7ee;
	height: 5rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 5rem;
	z-index: 0;
}

.c-single__striperTitle-main {
	color: rgb(255, 196,84);
	font-size: 18px; /* フォントサイズを大きく */
	position: relative;
	text-shadow: 3px 4px 2px black; /* 文字に黒い影をつける */
	z-index: 2;
}

.c-single__striperTitle-main::before {
	background: repeating-linear-gradient(135deg, rgb(121, 208, 204), rgb(121, 208, 204) 5px, #fff 5px, #fff 10px); /* ストライプの幅を狭める */
	content: "";
	height: 60%;
	left: -5px; /* paddingの分だけずらす */
	position: absolute;
	top: 20px; /* paddingの分だけずらす */
	width: 100%;
	z-index: -1;
}

.p-single__layout {
	margin-top: 2rem;
}

.p-single__striperTitle {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.p-single-body__inner.l-inner {
	max-width: 50rem;
}

.p-single-body__title h1 {
	font-size: 1.375rem;
	font-weight: normal;
	line-height: 1.4375;
}

.p-single-body__meta {
	margin-top: 1.25rem;
}

.p-single-body__image {
	margin-top: 0.875rem;
	position: relative;
}

.p-single-body__image::before {
	content: "";
	display: block;
	padding-top: 55.8%;
}

.p-single-body__image img {
	-o-object-fit: cover;
	height: 100%;
	left: 50%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-single-body__content p {
	font-size: 0.875rem;
	line-height: 1.7142857143;
	margin-top: 1.875rem;
}

.p-single-body__content h2 {
	font-size: 1.125rem;
	line-height: 1.5;
	margin-top: 2.5rem;
	padding-left: 0.9375rem;
	position: relative;
}

.p-single-body__content h2::before {
	background-color: #391E88;
	border-radius: 5px;
	content: "";
	height: 100%;
	left: -0.1875rem;
	position: absolute;
	width: 0.375rem;
}

.p-single-body__content h3 {
	font-size: 1rem;
	line-height: 1.5;
	margin-top: 2.5rem;
	position: relative;
}

.p-single {
	padding-bottom: 1rem;
}

.p-single__thumbnail {
	margin-top: 0.625rem;
	margin-bottom:1.25rem;
}

.p-single__thumbnail img {
	height: 100%;
}

.p-single__box {
	text-align: center;
}
.p-single__box figure{
	width:100px;
	height:100px;

}
.p-table__body:nth-child(n+3) {
	margin-top: 0.75rem;
}

.p-single__textInfo {
	line-height: 2;
}

.p-single__title--bottomBorder {
	padding-bottom: 0.375rem;
	position: relative;
}

.p-single__title--bottomBorder:before {
	background-image: linear-gradient(to right, #F3BABA 50%, transparent 50%);
	background-size: 10px 1px; /* ここで点の幅と間隔を調整 */
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-single__info {
	margin-top: 2.875rem;
}

.p-single__info table {
	border-bottom: 2px solid #F3BABA;
	border-top: 2px solid #F3BABA;
	width: 100%;
}

.p-single__infoBody {
	display: flex;
	gap: 0.1875rem;
	padding: 0.1875rem;
}

.p-single__infoBody th {
	background-color: #F8F4EB;
	color: #F3BABA;
	padding-bottom: 0.625rem;
	padding-left: 0.75rem;
	padding-top: 0.625rem;
	text-align: left;
	width: 21.39%;
}

.p-single__infoBody td {
	align-items: center;
	display: flex;
	width: 100%;
}

.p-single__title--asirai {
	padding-left: 2rem;
	display:inline-block;
}
.p-single__title--asirai  p{
	font-size:16px;
}
/* #i-2{
	display: inline-block;
    padding-left: 2rem;
} */
#pickup03-id{
	display:inline-block;
	padding-left: 2rem;
}
.p-single__title--asirai:before {
	background-image: url("../images/common/pc-img/lets-icons_check-fill.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 1.55rem;
	left: 0px;
	position: absolute;
	/* top: 10px; */
	top:5px;
	width: 1.55rem;
	display:inline-block;
	z-index: 8;
}

/* .p-single__title--asirai:after {
	border-left: 3px solid #fff;
	border-top: 3px solid #fff;
	content: "";
	display: inline-block;
	height: 0.8rem;
	left: 11px;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%) rotate(-145deg);
	width: 0.5rem;
} */

.p-single__item,
.p-single__wrapper:nth-child(1),
.p-table__pickUp,
.p-table__listBox,
.l-singleNews,
.p-tabel_articleSubtitle,
.p-tabel__articleTitle,
.p-table__pickUpTitle,
.p-table__listBox {
	margin-top: 32px;
	margin-bottom:24px;
}

.p-tabel_articleSubtitle,
.p-tabel_articleSubtitle,
.p-tabel__articleTitle,
.p-table__pickUpTitle{
	margin-top:60px;
	margin-bottom:24px;
}
.p-table__pickUp,
.l-pickUp,
.p-table__list,
.l-singleNews{
	margin-top:32px;
	margin-bottom:1rem;
}
.p-singleCard {
	border: 2px solid;
	border-radius: 1.25rem;
	max-width: 12.5rem;
	width: 100%;
}

.p-singleNewsBox {
	border: 2px solid #F3BABA;
	margin: auto;
	max-width: 25rem;
}

.p-singleNewsBox a {
	position: relative;
}

.p-singleNewsBox a:before {
	background-color: #F3BABA;
	color: #fff;
	content: "参考記事";
	display: inline-block;
	height: 1.8125rem;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 5.1875rem;
}

.p-sub-mv {
	background-image: url(../images/common/sub-hero.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 11.875rem;
}

.p-sub-mv__title {
	align-items: center;
	display: flex;
	justify-content: center;
	padding-top: 5.875rem;
}

.swiper-thumbnail__wrapper .swiper-slide{
	height:100px;
}
.p-single__swiper {
	margin: auto;
	max-width: 55.125rem;
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
	position: relative;
	overflow: hidden;
}

.swiper-thumbnail {
	margin: 1.5625rem auto 0;
	margin-top: 1rem;
	/* max-width: 50rem; */
	overflow: hidden;
	width: 100%;
}

.swiper-thumbnail02{
	margin-top: 1.2rem;
}
/* すべてのサムネイルを暗くする */

.swiper-thumbnail .swiper-slide {
	filter: brightness(50%);
	transition: filter 0.3s;
}

.swiper-thumbnail .swiper-slide:nth-child(4) {
	margin-right: 0;
}

/* アクティブなサムネイルだけを明るく表示 */

.swiper-thumbnail .swiper-slide-thumb-active {
	filter: brightness(100%);
}

.swiper-slide__thumbnail{
	height:100%;
	width:100%;
}

.swiper-slide__thumbnail img {
	-o-object-fit: cover;
	object-fit: cover;
	height: 100px;
	transition: opacity 0.3s ease;
}

.swiper-slide-thumb-active .swiper-slide__thumbnail img {
    opacity: 1;
	box-shadow: none;
}

/* サムネイルに薄い影を追加 */
.swiper-slide__thumbnail img {
    filter: brightness(50%);
    transition: filter 0.3s ease;
}

/* 選択されたサムネイルをクリアにする */
.swiper-slide-thumb-active .swiper-slide__thumbnail img {
    filter: brightness(100%);
}

.p-single__container {
	margin-top: 2.5rem;
}

.p-single__swiperTitle {
	font-size: 0.9375rem;
	padding: 0.8125rem 1.25rem;
	text-align: center;
}

.p-singleCard.swiper-slide {
	cursor: pointer;
	transition: 0.5s;
}

.p-singleCard:hover.swiper-slide {
	top: -0.625rem;
}

.p-singleCard.swiper-slide img {
	border-radius: 1.25rem;
}

/* Swiper Slideのカスタムスタイル */

.p-singleCard.swiper-slide {
	position: relative; /* 疑似要素の位置基準 */
}

.p-singleCard.swiper-slide::after {
	color: #000; /* 矢印の色 */
	content: "▶"; /* 右向きの三角形（矢印） */
	font-size: 12px; /* 矢印のサイズ */
	position: absolute; /* 絶対位置指定 */
	right: -20px; /* 右端からの距離 */
	top: 50%; /* 上端から50%の位置 */
	transform: translateY(-50%); /* Y軸で中央に */
}

/* 最後のスライドの矢印を非表示にする */

.p-singleCard.swiper-slide:last-child::after {
	content: none;
}

.slider img {
	height: 100%;
	width: 100%; /*スライダー内の画像を横幅100%に*/
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
	margin: 0 10px;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/

.slick-prev,
.slick-next {
	border-right: 2px solid #666; /*矢印の色*/
	border-top: 2px solid #666; /*矢印の色*/
	cursor: pointer; /*マウスカーソルを指マークに*/
	height: 15px;
	outline: none; /*クリックをしたら出てくる枠線を消す*/
	position: absolute; /*絶対配置にする*/
	top: 42%;
	width: 15px;
}

.slick-prev {
	left: -1.5%; /*戻る矢印の位置と形状*/
	transform: rotate(-135deg);
}

.slick-next {
	right: -1.5%; /*次へ矢印の位置と形状*/
	transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
	margin: 20px 0 0 0;
	text-align: center;
}

.slick-dots li {
	display: inline-block;
	margin: 0 5px;
}

.slick-dots button {
	background: #ccc; /*ドットボタンの色*/
	border-radius: 50%;
	color: transparent;
	display: block;
	height: 8px; /*ドットボタンのサイズ*/
	outline: none;
	width: 8px; /*ドットボタンのサイズ*/
}

.slick-dots .slick-active button {
	background: #333; /*ドットボタンの現在地表示の色*/
}

.l-tag{
	padding:15px 1.185rem;
	background-color:#fff;
}

.l-custom-schedule{
	margin-top:40px;
}

.p-tag__body {
	margin-top: 1.0625rem;
}

.p-tag__items {
	display: flex;
	flex-wrap: wrap;
	gap: 0.875rem;
	margin: auto;
	max-width: 15.625rem;
}

.p-tag__item a {
	background-color: #F3BABA;
	border-radius: 40px 40px;
	color: #fff;
	display: inline-block;
	font-size: 0.9375rem;
	padding: 0.25rem 1rem;
}

.p-tag__item a:hover{
	opacity: .5;
}
.p-title {
	position: relative;
	text-align: center;
}

.p-top__wrapper {
	display: flex;
	flex-direction: column;
	transition: 0.5s;
}

.swiper-slide.p-top__wrapper:hover {
	opacity: 0.7;
}

.swiper-slide.p-top__wrapper:hover .p-top__btn a {
	box-shadow: none; /* ホバー時に影をなくす */
}

.p-top__swiper {
	margin: auto;
	max-width: 32.5rem;
	width: 100%;
}

.p-top__news {
	max-width: 100%;
	padding-right: .9rem;
	padding-left: .9rem;
	width: 100%;
}

.p-top__tagArea {
	display: flex;
	gap: 0.625rem;
	margin-top: .5rem;
	margin-bottom:.5rem;
}

.p-top__tag a {
	background-color: pink;
	border-radius: 2.5rem 2.5rem;
	display: inline-block;
	font-size: 0.8125rem;
	padding: 0.125rem .7rem;
}

.p-top__visual {
	padding-bottom: 6.625rem;
	position: relative;
	width: 100%;
}

.p-top__visual:before {
	background-image: url("../images/common/pc-img/top-image.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: inline-block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-top__btn {
	margin-top: 1rem;
	text-align: center;
}

.p-top__btn a {
	font-size: 1.125rem;
	font-weight: bold;
}

.p-top__img {
	display: inline-block;
	height: auto;
	width: 100%;
}

.p-top__img img {
	height: 100%;
}

.p-top__body {
	max-width: 75rem;
	width: 100%;
}

.p-topCategory {
	display: grid;
}

.p-travel__items {
	padding-bottom: 7.5rem;
	padding-top: 7.5rem;
	position: relative;
}

.p-travel__items:before {
	background-image: url("../images/common/pc-img/japan-img.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 100%;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-travel__item {
	padding-left: 0.25rem;
	padding-right: 0.25rem;
	position: absolute;
	background-color: rgba(204, 204, 204, 0.8);
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.35);
	border-radius: 5px 5px;
}

.p-travel__item.active{
	background-color: #DFBD8B;
}

.p-travel__item:nth-child(6) {
	left: calc(100vw - 45%);
	top: 20%;
}

.p-travel__item:nth-child(2) {
	left: min(100vw - 50%);
	top: 48%;
	transform: translateY(-50%);
}

.p-travel__item:nth-child(3) {
	left: 40%;
	top: 55%;
	transform: translateY(-50%);
}

.p-travel__item:nth-child(4) {
	bottom: 15%;
	left: 55%;
}

.p-travel__item:nth-child(5) {
	right: min(90vw - 32%);
	top: 52%;
}

.p-travel__item:nth-child(1) {
	right: min(77vw - 33%);
	top: 75%;
}

.p-travel__item:nth-child(7) {
	bottom: -0.5rem;
	right: min(100vw - 40%);
}

.p-travel__item.is-active{
	background-color: #DFBD8B;
}
.p-travel__link span {
	border-radius: 5px 5px;
	display: inline-block;
	font-size: 0.875rem;
	padding: 0.25rem 0.5rem;
	font-weight: 600;
}

.p-woman {
	align-items: center;
	display: flex;
	gap: 1.5rem;
}

.p-woman__img {
	-o-object-fit: contain;
	object-fit: contain;
}

.p-womanText {
	/* width: 80%; */
	/* max-width:300px;
	width:100%; */
}

.pc-nav {
	display: none;
}

.pc-nav__items {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: center;
	gap:12px;
	padding-bottom:10px;
}

.pc-nav__item,
.pc-nav__item a {
	height: inherit;
}

.pc-nav__item:hover {
	opacity: 0.5;
}

.search-item-thumbnail img {
	height: 18.125rem;
}

#single-page-sidebar {
	height: 100%;
}

/* #single-page-sidebar #block-30 {
	position: sticky;
	top: 30px;
	z-index: 10;
} */

.wp-block-search__label{
	display:none;
}

.wp-block-search__input{
	font-size:.7rem;
}

#single-page-sidebar #toc-widget-2 {
	margin-left: auto;
	margin-right: auto;
	position: sticky;
	top: 28.125rem;
	z-index: 10;
}

.sp-nav {
	background-color: #F8F4EB;
	height: 105vh;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-105%);
	transition: 0.8s;
	width: 100%;
	z-index: 15;
}

.sp-nav.is-active {
	transform: translateX(0);
}

.sp-nav:after {
	background-image: url("../images/common/pc-img/icon/f_goodjob.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 125px;
	content: "";
	display: inline-block;
	height: 7.0625rem;
	position: absolute;
	right: -10px;
	width: 6.4375rem;
}

.sp-nav.is-active {
	transform: translateX(-180);
}

.sp-nav__item {
	width: 100%;
}

.sp-nav__item a {
	color: #333;
	display: block;
	font-family: "Abril Fatface", serif;
	font-size: 0.9375rem;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-top: 11px;
	padding: 0 1.25rem 0;
	position: relative;
}

.sp-nav__item a:hover {
	font-weight: bold;
	opacity: 0.2;
}

.sp-nav__item a:before {
	border-right: 2px solid;
	border-top: 2px solid;
	content: "";
	display: inline-block;
	height: 0.5rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 0.5rem;
}

sup {
	color: red;
}

.l-singleLayer #toc_container {
	background-color: #FFEFEF;
	border: 10px;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
	margin-top: 2.5rem;
	margin-bottom:0 !important;
	padding: 0;
	width: 100%;
}



#toc_container.is-active {
	display: block;
}

#toc_container p.toc_title {
	padding-left: 1rem !important;
}
#toc_container p.toc_title + ul.toc_list {
	font-size:15px;

}
#toc_container p.toc_title {
	background-color: #F3BABA;
	border-radius: 10px 10px;
	color: #fff;
	padding-left: 1.5rem;
	text-align: left;
}

.toc_title .toc_toggle a,
.toc_title .toc_toggle .toc_brackets {
	display: none;
}

#toc_container p.toc_title {
	text-align: left !important;
}

.toc_title {
	padding-top: 0.25rem 0 0;
}

#toc_container p.toc_title + ul.toc_list {
	padding-bottom: 1rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}

.toc_list li ul li a {
	display: inline-block;
}

.underline {
	-webkit-text-decoration: underline;
	text-decoration: underline;
	text-decoration-color: #F3BABA;
	text-decoration-thickness: 3px;
	text-underline-offset: 8px;
}

#toc-widget-2 {
	background-color: #FFEFEF;
	border: 10px;
	border: 10px 10px;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
	margin-top: 2.5rem;
	max-width: 15.625rem;
}

.widget-title {
	background-color: #F3BABA;
	border-radius: 10px 10px;
	color: #fff;
	font-size: 1rem;
	padding-left: 1.5rem;
	text-align: left;
}

.toc_widget_list.no_bullets {
	padding:0.9375rem ;
}

.toc_widget_list.no_bullets li a {
	display: inline-block;
	font-weight: bold;
	font-size: 14px;
}


#toc_container.no_bullets li,
#toc_container.no_bullets ul {
	list-style: disclosure-closed;
	list-style-type: disclosure-closed;
}

#toc_container.no_bullets li {
	list-style: disclosure-closed;
	list-style-type: disclosure-closed;
}


.toc_list li a {
	font-weight: bold;
}
#toc_container a,
.toc_widget_list.no_bullets li a{
	position: relative;
	padding-left:1rem;
}
#toc_container a:before{
	content: "";
	display:inline-block;
	width:10px;
	height: 10px;
	background-color: #333;
	position: absolute;
	left: 0;
	top: 6px;
	transform: translateY(-50%);
	border-radius: 50%;
}
.toc_widget_list.no_bullets li a:before{
	content: "";
	display:inline-block;
	width:10px;
	height: 10px;
	background-color: #333;
	position: absolute;
	left: 0;
	top: 10px;
	border-radius: 50%;
}
.toc_widget_list li ul li a,
.toc_list li ul li a {
	font-weight: 400;
	padding-left: 1.25rem;
	position: relative;
}

.toc_widget_list li ul li a:before,
.toc_list li ul li a:before {
	border-right: 0.15rem solid;
	border-top: 0.15rem solid;
	content: "";
	display: inline-block;
	height: 0.45rem;
	left: 0;
	position: absolute;
	top: 10px;
	transform: translateY(0) rotate(45deg);
	width: 0.45rem;
}

.toc_widget_list li ul {
	margin-left: 1.125rem;
}

.toc_widget_list li ul li a {
	font-size: 0.9375rem;
}

.toc_list li ul li {
	margin-top: 0.25rem !important;
}

.wp-block-search__button {
	padding: 0 !important;
	height:2rem;
}

.wp-block-search__button {
	position: relative;
}

#wp-block-search__input-1 {
	border: 1px solid #F3BABA !important;
	border-radius: 0 !important;
	border-radius: initial !important;
	margin-top: 0 !important;
	padding: 0.3125rem !important;
	height: 2rem;
	max-width: 100%;
	font-size:.65rem;
}


.wp-block-search__button::after {
	background-image: url("../images/common/pc-img/glass.webp");
	background-position: center;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 1.25rem;
	position: absolute;
	right: 1px;
	top: 50%;
	transform: translateY(-50%);
	width: 1.25rem;
}

.wp-block-search__button::before {
	background-color: #F3BABA;
	border-radius: 0 0.25rem 0.25rem 0;
	content: "";
	display: inline-block;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 1.75rem;
}

.wp-block-search__inside-wrapper {
	justify-content: center;
	max-width: 12.4375rem;
	margin:1rem auto;
}

.p-form__btn .wpcf7-form-control {
	border: 1px solid;
	box-shadow: 0px 2px 1px 0px rgb(0, 0, 0);
	color: #333;
	transition: 0.2s;
}

.p-form__btn .wpcf7-form-control:hover {
	box-shadow: 0px 0px 0px 0px rgb(0, 0, 0);
}


[type=text],
[type=search],
[type=tel],
[type=url],
[type=email],
[type=password],
[type=date],
textarea {
	background: #fff;
	background-image: none; /*↓リセットCSS */
	border: none;
	border: 1px solid #AAAAAA;
	border-radius: 0;
	border-radius: 0.375rem;
	font-family: inherit;
	font-size: 1rem; /*↓カスタム */
	margin-top: 0.625rem;
	/* max-width: 18.75rem; */
	padding: 0.625rem 0.625rem;
	width: 100%; /*↓↓↓↓不要ならコメントアウト or 削除 */ /*↓↓選択されているときの色*/
}

[type=text]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=url]:focus,
[type=email]:focus,
[type=password]:focus,
[type=date]:focus,
textarea:focus {
	border: 1px solid #391E88;
}

[type=tel] {
	max-width: 12.5rem;
	width: 100%;
}

button,
[type=button],
[type=submit] {
	-webkit-text-decoration: none;
	background: transparent linear-gradient(90deg, #7633a4 0%, #250d65 100%) 0% 0% no-repeat padding-box;
	background-image: none;
	border: none;
	border-radius: 0;
	color: white;
	cursor: pointer;
	display: inline-block;
	font-size: 0.875rem;
	line-height: 1; /*↓リセットCSS */
	margin: 0; /*↓カスタム */
	/* padding: 1.25rem 4.5rem; */
	text-decoration: none;
	transition: 0.3s ease;
	width: auto;
}

[type=radio] {
	display: none;
}

[type=radio] + span {
	cursor: pointer;
	display: inline-block;
	font-size: 0.75rem;
	line-height: 1;
	margin: 0 2.1875rem 0 0;
	padding: 0 0 0 1.75rem;
	position: relative;
}

[type=radio] + span::before {
	background: #fff;
	border: 1px solid #707070;
	border-radius: 50%;
	content: "";
	display: block;
	height: 1.125rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.125rem;
}

[type=radio] + span::after {
	opacity: 0;
	transition: 0.3s ease;
}

[type=radio]:checked + span::after {
	background: #391E88;
	border-radius: 50%;
	content: "";
	display: block;
	height: 0.75rem;
	left: 0.1875rem;
	opacity: 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.75rem;
}

[type=checkbox] {
	display: none;
}

[type=checkbox] + span {
	cursor: pointer;
	display: inline-block;
	font-size: 0.875rem;
	line-height: 1;
	margin: 0 1.25rem 0 0;
	padding: 0 0 0 1.5625rem;
	position: relative;
	transition: 0.3s ease;
}

[type=checkbox] + span::before {
	background: #fff;
	border: 1px solid #f00;
	content: "";
	display: block;
	height: 1.25rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.25rem;
}

[type=checkbox] + span::after {
	opacity: 0;
	transition: 0.3s ease;
}

[type=checkbox]:checked + span::after {
	border-bottom: 4px solid #f00;
	border-left: 4px solid #f00;
	content: "";
	display: block;
	height: 0.625rem;
	left: 0;
	margin-left: 0.1em;
	margin-top: -0.1em;
	opacity: 1;
	position: absolute;
	top: 50%; /*チェックマークじゃない場合は以下を変更する*/
	transform: translateY(-50%) rotate(-45deg);
	width: 1.125rem;
}

[type=tel],
[type=email],
[type=text]{
	max-width: 18.75rem;
	width: 100%;
}

select { /*↓デフォルトのアイコンを消す場合はコメントアウト（noneにする）*/
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
	background-color: #fff;
	border: none;
	border: 1px solid #AAAAAA; /*↓リセットCSS */
	border-radius: 0;
	border-radius: 0.375rem;
	color: inherit;
	cursor: pointer;
	font-family: inherit;
	font-size: 1rem; /*↓カスタム */
	margin-top: 0.625rem;
	padding: 0.625rem 0.625rem;
	width: 100%; /*↓デフォルトではないアイコンを使う場合は入力する*/
}

select:focus {
	border: 1px solid #391E88;
}

[type=date] { /*↓デフォルトのアイコンを消す場合はコメントアウト（noneにする）*/
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
	position: relative; /*↓デフォルトではないアイコンを使う場合は入力する*/
}

[type=date]:focus {
	border-color: 1px solid #391E88;
}

input[type=date]::-webkit-calendar-picker-indicator {
	height: 100%;
	opacity: 0;
	position: absolute;
	width: 100%;
}

textarea {
	height: 15.9375rem;
	max-width: 37.5rem;
	width: 100%;
}

.swiper {
	background-color: #fff;
	padding-bottom: 0.625rem;
	position: relative;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: -1.5625rem;
}

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

.swiper-pagination {
	position: static;
	position: initial;
	text-align: center;
}

.swiper-button-prev {
	background-color: #959595;
	height: 2.25rem;
	left: 0;
	position: absolute;
	top: 50%;
	width: 2.25rem;
	transform: translateY(-50%);
}

.swiper-button-prev:before {
	border-right: 4px solid #fff;
	border-top: 4px solid #fff;
	content: "";
	height: 1.25rem;
	left: 65%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) rotate(-135deg);
	width: 1.25rem;
}

.swiper-button-next {
	background-color: #959595;
	height: 2.25rem;
	position: absolute;
	right: 0;
	top: 50%;
	width: 2.25rem;
	z-index: 1;
	transform: translateY(-50%);
}

.swiper-button-next:before {
	border-right: 4px solid #fff;
	border-top: 4px solid #fff;
	content: "";
	height: 1.25rem;
	left: 35%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	width: 1.25rem;
	z-index: 0;
}

.swiper-button-next-customize{
	background-color: #959595;
	height: 2.25rem;
	position: absolute;
	right: 0;
	top: 50%;
	width: 2.25rem;
	z-index: 1;
	transform: translateY(-50%);
}

.swiper-button-next-customize:before {
    border-right: 4px solid #fff;
    border-top: 4px solid #fff;
    content: "";
    height: 1.25rem;
    left: 40%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 1.25rem;
	z-index: 10;
}

.swiper-button-prev-customize{
	background-color: #959595;
	height: 2.25rem;
	left: 0;
	position: absolute;
	top: 50%;
	width: 2.25rem;
	transform: translateY(-50%);
	z-index: 10;
}

.swiper-button-prev-customize:before {
	border-right: 4px solid #fff;
	border-top: 4px solid #fff;
	content: "";
	height: 1.25rem;
	left: 65%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) rotate(-135deg);
	width: 1.25rem;
	z-index: 10;
}

.swiper-slide {
	height: auto;
}


.wp-pagenavi {
	display: flex;
	gap: 0.625rem;
	justify-content: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
	align-items: center;
	border: none;
	display: inline-flex;
	font-size: 1.25rem;
	font-weight: bold;
	height: 2.8125rem;
	justify-content: center;
	transition: 0.3s ease;
	width: 2.8125rem;
}

.wp-pagenavi a:hover {
	background-color: #F3BABA;
	border-radius: 50% 50%;
	color: #4F31A5;
	opacity: 1;
}

.wp-pagenavi span.current {
	background-color: #F3BABA;
	border-color: #fff;
	border-radius: 50% 50%;
	color: #333;
}

.wp-pagenavi .pages {
	display: none;
}

#toc-widget-3{
	position: sticky;
	top: 80px;
	background-color: #FFEFEF;
	margin-top: 40px;
	display:block;
}

.p-main__news.p-newsArea{
	position: relative;
}

.p-category__body {
	margin-top: 1.5rem;
}

.addtoany_share_save_container{
	display:none;
}

.components-placeholder.components-placeholder {
	opacity: 1 !important;
}

.last,
.extend{
	display:none !important;
}

.p-single__name{
	font-size: clamp(12px, 1.05vw, 14px);
}

.thumbnail-wrapper {
    width: 150px; /* 固定幅 */
    height: auto; /* 高さは自動 */
    overflow: hidden; /* コンテンツがはみ出さないようにする */
    display: flex;
    align-items: center;
    justify-content: center;
}

.post-news{
	padding:1rem ;
	border:1px solid #F3BABA;
	margin-top:24px;
	margin-bottom:24px;
	position: relative;
}
.post-news:before{
	content:"関連記事";
	display:inline-block;
	background-color:#F3BABA;
	top:0;
	right:0;
	color:#fff;
	position:absolute;
	top:0;
	right:0;
	padding:0 10px;
	font-size:16px;
	font-weight: bold;
	font-size: 10px;
}
.post-news__link{
	display:grid;
	gap:26px;
	align-items: center;
	grid-template-columns: 140px 1fr;
}
.post-news__title{
	font-size: 14px;
}
.post-news__link p{
	font-weight: bold;
	font-size:16px;
}


.post-news__link figure img{
	height:100%;
	width:100%;
	object-fit: cover;
}


.thumbnail-wrapper img {
    width: 100%;
    height: auto;
    object-fit: cover; /* アスペクト比を維持しながらコンテナに収まるようにする */
}
.wp-block-heading{
	margin-top:40px;
	margin-bottom:24px;
}
blockquote{
    position:relative;
    border-left:3px solid #F3BABA;
    padding-left:10px;
}
blockquote:before{
    position:absolute;
    font-family:'FontAwesome';
    content:'\f10d';
    font-size: 20px;
    color:#F3BABA;
}
blockquote p{
    position:relative;
    padding-top:30px;
}
blockquote cite{
    display: block;
    font-size:0.8rem;
    color:#F3BABA;
    text-align:right;
}
.wp-block-quote-is-layout-flow{
	margin-top:56px;
	margin-bottom:24px;
}
.wp-block-quote>cite{
	text-align: left;
}

.p-top__title{
	line-height:1.5;
}
.wp-element-caption{
	font-size:12px;
	text-align: center;
}
.has-text-align-right{
	font-size: 12px;
	margin-bottom:1rem;
}
.c-tableMain__text{
	font-size: 15px;
}
.to_excerpt{
	font-size: 12px;
	text-align: right;
}

.p-profile__body #toc_container{
	display:none;
}

@media screen and (min-width: 768px) {
	.wp-block-heading{
		margin-top:60px;
		margin-bottom:18px;
	}
	
}
@media screen and (max-width: 400px) {
	.post-news__link{
		flex-direction: column;
		grid-template-columns: 100px 1fr;
	}
}
@media screen and (max-width: 500px) {
	
	
	.wp-block-quote-is-layout-flow{
		margin-top:24px;
		margin-bottom:18px;
	}
	
	.post-news__link figure{
		height:100%;
	}
	.post-news__link{
		gap:1rem;
	}
}
@media screen and (max-width: 768px) {


	.p-single__item,
	.p-single__wrapper:nth-child(1),
	.p-table__pickUp,
	.p-table__listBox,
	.l-singleNews,
	.p-tabel_articleSubtitle,
	.p-tabel__articleTitle,
	.p-table__pickUpTitle {
		margin-top: 24px;
		margin-bottom:18px;
	}
}

@media screen and (max-width: 979px) {
	
	#toc-widget-3{
		display:none;
	}
}
@media screen and (max-width: 768px) {
.c-table__titleMain,
.p-time,
.p-pickUp__item .c-table__titleMain{
	font-size:16px  !important;
}
}
@media screen and (min-width: 900px) {
	.p-single__title--asirai:before {
		left:9px;
	}
}
@media screen and (min-width: 768px) {
	.post-news:before{
		font-size: 14px;
	}
	.p-womanText{
		max-width: 100%;
	}
	
	.p-single__title--asirai:before {
		border-radius: 50%;
		content: "";
		display: inline-block;
		height: 1.55rem;
		left: 0px;
		position: absolute;
		top: 5px;
		width: 1.55rem;
	}
	
	.p-single__title--asirai p{
		font-size: 20px;
	
	}
	.c-tableMain__text{
		font-size: 16px;
	}
	.post-news{
		padding:2rem 26px 2rem 1rem;
		margin-top:32px;
		margin-bottom:24px;
	}
	.c-single__striperTitle-main{
		font-size: 24px;
	}
	
	.post-news__title{
		font-size: 18px;
	}
	.has-text-align-right{
		font-size: 15px;
		margin-bottom:0;
	}
	.c-table__pickUp{
		font-size:16px;
	}
	.wp-element-caption{
		text-align: left;
		font-size:1rem;
	}
	.p-top__tagArea{
		margin-top: 1.6875rem;
		margin-bottom: 1.6875rem;
	}
	.p-top__btn {
		margin-top: 1.6875rem;
	}
	.c-breadcrumbs span{
		font-size:14px;
	}
	.p-newsArea__text p {
		-webkit-line-clamp: unset; /* Reset for larger screens */
	}

	.p-main__news.p-newsArea{
		padding:2rem;
	}

	.p-men__img{
		width:100px;
		height:100px
	}

	.l-pickUp__item--asirai:after{
		top:50%;
		right:0;
	}

	.wp-block-search__inside-wrapper{
		margin-top: 2rem;
	}

	.c-single__title{
	line-height:1.9;
	font-size: 1.5rem;
	}

	.p-single__layout {
		margin-top: 1rem;
		margin-bottom:1rem;
	}

	.l-flow {
		margin-top: 3.4375rem;
	}

	.c-table__pickUp {
		margin-top: 0.625rem;
	}
	
	.table__title,
	.table__text{
		font-size: 16px;
		width:30%;
	}
	.custom-schedule-slider{
		width:50rem;
	}

	.p-MokuMokuLeft,
	.p-MokuMokuRight {
		padding:1.25rem;
	}

	/* .p-MokuMokuLeft,
	.p-MokuMokuRight {
		width:87%;
	} */

	.p-main__wrapper{
		padding-right: 2.65rem;
		padding-left: 2.65rem;
	}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.3333333333vw;
}

a[href^="tel:"] {
	pointer-events: none;
}

a:hover {
	opacity: 0.8;
}

.l-archive-home {
	margin-top: 3.75rem;
}

.l-aside {
	max-width: 25rem;
}

.l-asideNews {
	margin-top: 3rem;
	padding-bottom: 2rem;
	padding-left: 1.375rem;
	padding-right: 1.375rem;
}


.l-inner {
	max-width: 1250px;
	padding-left: 25px;
	padding-right: 25px;
}

.l-list {
	margin-top: 1.5rem;
}

.p-table__articleBody {
	margin-top: 2.75rem;
}

.p-table__textArea {
	margin-top: 1.875rem;
}

.l-tableNews {
	margin-top: 4.25rem;
}

.p-aside__text{
	/* width: 48%; */
}

.l-tag {
	margin-top: 3rem;
}

.l-topCategory {
	margin: 2.5rem auto 0;
	max-width: 58.1875rem;
	padding-bottom: 4.375rem;
	width: 100%;
	padding-left: 4rem;
	padding-right:4rem;
}

.l-visTrabel:before {
	height: 7.5rem;
	left: 38%;
	top: 45%;
	width: 9.875rem;
}

.l-visTrabel:after {
	bottom: 0;
	height: 6.9375rem;
	width: 6.9375rem;
}

.c-table__title-main,
h2.wp-block-heading{
	font-size: 24px;
}

.p-aside__catInner {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}

.p-aside__body {
	margin-top: 1.875rem;
}

/* .p-aside__item figure {
	width: 57%;
} */

.p-beautyNews .p-news__body {
	max-width: 100%;
}

.p-categories__items.p-category__items {
	justify-content: center;
}


.l-pickUp{
	padding: 1.0625rem 2.25rem;
}
.p-category__topItems {
	display: flex;
	flex-wrap: wrap;
}

.p-category__items {
	display: grid;
	grid-template-columns: 1fr 1fr;
	padding-bottom: 2rem;
	padding-left: 2rem;
}

.p-category__search {
	margin-top: 0;
}

.p-category__title {
	padding-left: 2.25rem;
}

.p-category__orange {
	font-size: 1.5rem;
}

.p-category__green {
	font-size: 1.5rem;
}

.p-category__pink {
	font-size: 1.5rem;
}

.p-compnay-info__map {
	aspect-ratio: 1110/394;
	margin-top: 3.75rem;
}

.p-company-info__map-link a {
	font-size: 1rem;
}

.p-connection__items {
	grid-template-columns: 1fr 1fr 1fr;
}

.p-contact {
	padding: 5rem 0;
}


.p-woman__img{
	width:100px;
	height:100px;
}
.fluid-shape {
	top: -7.5rem;
}

.p-footer-nav__items {
	gap: 1.25rem;
}

.p-footer-nav__item:not(:last-child) {
	margin-right: 2rem;
}

.p-footer__title figure {
	max-width: 47.5rem;
}

.p-footer {
	padding: 3.75rem 0 1.25rem;
}

.p-footer__inner::before {
	bottom: -3.75rem;
	left: 90%;
}

.p-footer__inner::after {
	bottom: -2.5rem;
	display: block;
	left: 20%;
}

.p-footer__copyright {
	margin-top: 1.6875rem;
}

.p-form__radio {
	display: block;
	gap: 0;
}


.p-main__content {
	margin-top: 2.5rem;
}

.p-main__news {
	margin: auto;
	max-width: 47.75rem;
	width: 100%;
}

/* .p-menText {
	width: 80%;
} */

.p-news__inner {
	display: flex;
	justify-content: center;
}

.p-news-content {
	display: flex;
}

.p-news-content__link {
	margin-left: 1.25rem;
	max-width: 43.75rem;
}

.p-news__items {
	gap: 1.125rem;
	grid-template-columns: 1fr 1fr;
}

.p-newsArea__imageArea {
	width: 26.64%;
	padding:10px;
}

.p-newsArea__imageArea:before {
	height: 3.25rem;
	width: 3.25rem;
}

.p-newsArea__imageArea:nth-child(n+2) {
	margin-top: 1.25rem;
}

.p-newsArea__link {
	gap: 2.0625rem;
}

.p-newsArea__text p {
	font-size: 1.0625rem;
}

.p-page-contact__text {
	font-size: 1rem;
}

.p-page-contact__content {
	margin-top: 2.5rem;
	padding: 5.625rem;
}

.p-page-recruit {
	padding-top: 7.25rem;
}

.p-page-recruit__main {
	font-size: 4.5rem;
}

.p-page-recruit__sub {
	font-size: 2rem;
}

.p-page-recruit__text {
	font-size: 1rem;
}

.p-page-recruit__recruit {
	margin-top: 4.375rem;
}

.p-page-recruit__job-title {
	font-size: 1.5rem;
}

.p-page-recruit__movies {
	margin-top: 8.75rem;
}

.p-page-service__item {
	display: flex;
	gap: 3.125rem;
}

.p-page-service__item:not(:first-child) {
	margin-top: 3.75rem;
}

.p-page-service__image {
	width: 40%;
}

.p-page-service__text-block {
	margin-top: 0;
	width: 55.4%;
}

.p-page-service__title {
	font-size: 1.5rem;
	text-align: left;
}

.p-page-service__text {
	font-size: 0.9375rem;
	margin-top: 1.25rem;
}

.p-news__item {
	max-width: 100%;
	width: 100%;
}

.p-profile__body {
	margin-top: 3.25rem;
}

.p-profile__sns {
	margin-top: 0.625rem;
}

.p-profile__body {
	margin-top: 3.25rem;
}

.p-profile__items {
	gap: 9.125rem;
}


.p-single__accordion {
	padding: 1.875rem 4.6875rem;
}

.p-single-body__title h1 {
	font-size: 2rem;
}

.p-single-body__meta {
	margin-top: 0.625rem;
}

.p-single-body__image {
	margin-top: 1.6875rem;
}

.p-single-body__content h2 {
	font-size: 1.5rem;
	margin-top: 3.75rem;
}

.p-single-body__content h3 {
	font-size: 1.125rem;
}

.p-single__inner {
	margin: auto;
	max-width: 50.4375rem;
	width: 100%;
}


.p-single__table {
	margin-top: 2.75rem;
}

.p-single__body {
	margin-top: 2.75rem;
}

/* .p-single__textArea {
	width: 83%;
} */

.p-singleNewsBox {
	max-width: 100%;
}

.p-sub-mv {
	height: 15rem;
}

.p-tag__items {
	max-width: 100%;
}

.p-top__wrapper {
	flex-direction: initial;
}

.p-top__swiper {
	max-width: 100%;
}

.p-top__news {
	max-width: 26.5625rem;
	padding-left: 1.25rem;
	padding-top: 1.125rem;
	width: 100%;
}

.c-table__title-sub{
	padding:.5rem;
	font-size:20px;
}

.c-table__title-sub span{
	font-size:1.5rem;
}

.p-top__title {
	font-size: min(2vw, 2.1rem);
	line-height:1.9;
}

.p-top__tag a:nth-child(1) {
	margin-right: 0.625rem;
}

.p-top__textArea {
	margin-top: 0.6875rem;
}

.p-top__visual {
	margin: auto;
	max-width: 75rem;
	padding-bottom: 15.625rem;
}

.p-top__img {
	height: 100%;
	width: 100%;
}

.p-top__body {
	display: flex;
	padding: 0 6.25rem;
}

.p-topCategory {
	grid-template-columns: 1fr 1fr;
	column-gap:2rem;
}

.p-travel__items {
	padding-bottom: 16.5rem;
	padding-top: 20rem;
}

.p-travel__items:before {
	height: 32rem;
	width: 43.75rem;
}

.p-travel__item:nth-child(6) {
	left: auto;
	left: initial;
	right: 15%;
	top: 25%;
}

.p-travel__item:nth-child(2) {
	left: 63%;
}

.p-travel__item:nth-child(4) {
	bottom: 25%;
}

.p-travel__item:nth-child(5) {
	left: 22%;
	right: auto;
	right: initial;
	top: 63%;
}

.p-travel__item:nth-child(1) {
	left: 42%;
	right: auto;
	right: initial;
	top: 72%;
}

.p-travel__item:nth-child(7) {
	bottom: 2.625rem;
	left: 15%;
	right: auto;
	right: initial;
}

.p-travel__link span {
	font-size: 1.375rem;
}

.pc-nav {
	display: block;
}

.pc-nav__item a {
	align-items: center;
	display: flex;
	font-family: serif;
	font-family: "Yomogi";
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1;
	padding-left: 0.25rem;
	padding-right: 0.25rem;
	padding-top: 2.5rem;
	position: relative;
}

.pc-nav__items li:nth-child(1) a::before {
	background-image: url("../images/common/pc-img/header-menu01.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 1.5rem;
	left: 50%;
	position: absolute;
	top: 0.625rem;
	transform: translateX(-50%);
	width: 2rem;
}

.pc-nav__items li:nth-child(2) a::before {
	background-image: url("../images/common/pc-img/header-menu02.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 1.5rem;
	left: 50%;
	position: absolute;
	top: 0.625rem;
	transform: translateX(-50%);
	width: 2rem;
}

.pc-nav__items li:nth-child(3) a::before {
	background-image: url("../images/common/pc-img/header-menu03.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 1.5rem;
	left: 50%;
	position: absolute;
	top: 0.625rem;
	transform: translateX(-50%);
	width: 2rem;
}

.pc-nav__items li:nth-child(4) a::before {
	background-image: url("../images/common/pc-img/header-menu04.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 1.5rem;
	left: 50%;
	position: absolute;
	top: 0.625rem;
	transform: translateX(-50%);
	width: 2rem;
}

.pc-nav__items li:nth-child(5) a::before {
	background-image: url("../images/common/pc-img/header-menu05.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 1.5rem;
	left: 50%;
	position: absolute;
	top: 0.625rem;
	transform: translateX(-50%);
	width: 2rem;
}

.pc-nav__items li:nth-child(6) a::before {
	background-image: url("../images/common/pc-img/header-menu06.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 1.5rem;
	left: 50%;
	position: absolute;
	top: 0.625rem;
	transform: translateX(-50%);
	width: 2rem;
}

/* 2番目から5番目のリンクに34pxの余白を設定 */

.pc-nav__items li:nth-child(n+1):nth-child(-n+5) {
	margin-right: min(2.125vw, 2.5rem); /* 余白を追加 */
}

.pc-nav__item:last-child a {
	padding-right: 0;
}

.swiper-button-prev {
	top: 50%;
	transform: translateY(-50%);
}

.swiper-button-next {
	top: 50%;
	transform: translateY(-50%);
}

.p-news__items .p-news__item .p-news__body figure img{
	height: 100%;
    aspect-ratio: 230 / 180;
}

}

@media (min-width: 768px) {

.privacy {
	margin-top: 6.25rem;
	padding-bottom: 6.25rem;
}

.privacy__bodyTitle {
	font-size: 1.25rem;
}

.p-category__body:nth-child(n+2) {
	margin-top: 1.5rem;
}

}

@media screen and (min-width: 980px) {

#l-sidebar-single {
	/* max-width: 15.625rem; */
}

.l-aside {
	grid-row: 1/2;
	margin-top: 0;
	max-width: 15.625rem;
	width: 100%;
}

#l-mainSingle {
	display: flex;
}

.l-singleLayer {
	grid-gap: 2.5rem;
	display: grid;
	gap: 2.5rem;
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
}

.p-aside__items {
	/* max-width: 28.125rem; */
	max-width: 15.625rem;
}

.p-main__inner {
	grid-gap: min(3vw, 5rem);
	display: grid;
	gap: min(3vw, 5rem);
}

.p-main__body-2column {
	display: flex;
	gap: min(3.125vw, 4rem);
}


.p-main__news.p-newsArea:before{
	background-image: url(../images/common/pc-img/care-asirai.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0rem;
	content: "";
	display: inline-block;
	height: 6.6875rem;
	position: absolute;
	right:.625rem;
	width: 6.6875rem;
	z-index: 11;
}

}

@media (min-width: 1200px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes displayAnime {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@keyframes wobble {

0%,100% {
	border-radius: 80% 10%;
	transform: translateY(0) scale(1);
}

25% {
	border-radius: 35% 35% 65% 45%/55% 45% 85% 45%;
}

50% {
	border-radius: 55% 45% 45% 55%/45% 55% 45% 55%;
}

75% {
	border-radius: 45% 35% 25% 55%/55% 45% 65% 55%;
}

}

@keyframes wobble2 {

0%,100% {
	border-radius: 50% 50% 50% 50%/60% 60% 40% 40%;
	transform: translateY(0) scale(1);
}

25% {
	border-radius: 40% 60% 30% 70%/30% 70% 30% 70%;
	transform: translateY(-10px) scale(1.1);
}

50% {
	border-radius: 35% 65% 35% 65%/65% 35% 65% 35%;
	transform: translateY(10px) scale(0.9);
}

75% {
	border-radius: 30% 70% 40% 60%/60% 40% 60% 40%;
	transform: translateY(-5px) scale(1.05);
}

}


/*# sourceMappingURL=styles.css.map */
