@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/


/* 見出し(h2) */
.h2__design01.wp-block-heading{
	font-size: clamp(1.54rem, 2vw, 2rem);
	color: #873b53;
}
.h2__design02.wp-block-heading{
	font-size: clamp(1.54rem, 2vw, 2rem);
	margin: 0 0 1rem 0;
}


/* ボタン(パターン1) */
.button__design01 .swell-block-button__link{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  min-width: auto;
  border-radius: 50%;
  height: fit-content;
  aspect-ratio: 1/1;
  background: none;
  border: 1px solid #873b53;
  font-size: clamp(14px, 2vw, 16px);
  color: #873b53;
  box-shadow: none;
  padding: 6px;
  transition: 0.3s;
}
.button__design01 .swell-block-button__link:before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -30px;
  width: 40px;
  height: 1px;
  background-color: #873b53;
  margin: auto 0;
  transition: 0.3s;
}
.button__design01 .swell-block-button__link:after{
  content: '';
  width: 12px;
  height: 12px;
  border: 1px solid #873b53;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -32px;
  transition: 0.3s;
}
.button__design01 .swell-block-button__link:hover{
	background-color: #873b53;
	color: #ffffff;
	box-shadow: none;
}
.button__design01 .swell-block-button__link:hover:before{
	right: -36px;
}
.button__design01 .swell-block-button__link:hover:after{
	right: -38px;
}
@media screen and (max-width: 599px){
  .button__design01 .swell-block-button__link{
    width: 120px;
    padding: 4px;
  }
}


/* ボタン(パターン2) */
.button__design02 .swell-block-button__link{
	border-radius: 20px;
	transition: 0.3s;
}
.button__design02 .swell-block-button__link:hover{
	background-color: #ffffff;
	border-color: transparent;
	color: var(--color_main) !important;
}

/* ボタンフォントサイズ調整 */
.font__adjustment .swell-block-button__link span {
	font-size: 13px;
}


/* 全体 */
#body_wrap {
	background-color: #F3F2F6;
}


/* ヘッダー */
#header{
	box-shadow: none;
}
#header > .l-header__inner{
	position: relative;
}
.c-gnav{
	align-items: center;
}
.c-gnav .menu-item{
	height: 50px;
}
.c-gnav .menu-item > a{
	position: relative;
	transition: 0.3s;
}
.c-gnav .menu-item:last-child > a{
	min-width: 120px;
	background-color: #873b53;
	color: #ffffff;
	border-radius: 20px;
	margin-left: 10px;
}
.c-gnav .menu-item:last-child > a:hover{
	opacity: 0.7;
}
.c-gnav .menu-item.current-menu-item > a{
	background: none;
	color: #873b53;
}
.c-gnav .menu-item.current-menu-item > a:before{
	position: absolute;
	content: "";
	background-color: #873b53;
	width: 90%;
	height: 2px;
	bottom: 10px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.c-gnav .menu-item.current-menu-item:last-child > a{
	background-color: #873b53;
	color: #ffffff;
}
.c-gnav .menu-item.current-menu-item:last-child > a:before{
	background-color: #ffffff;
	width: 60px;
}
.-txt .c-headLogo__link{
	font-size: 1rem;
}
.l-fixHeader__logo{
	padding: 8px;
}
@media screen and (max-width: 599px){
	#header > .l-header__inner .l-header__logo{
		position: absolute;
		bottom: 0;
		left: 0;
	}
}


/* フッター */
#footer .l-footer__widgetArea{
	padding-top: 40px;
}
#footer .footer__text01{
	font-size: clamp(24px, 2.2vw, 30px);
	margin-bottom: 30px;
}
#footer .footer__text02,
#footer .footer__text03{
	font-size: clamp(16px, 1.6vw, 20px);
}
#footer .footer__youtubelogo a{
	width: fit-content;
	max-width: 200px;
	border: 1px solid #ffffff;
	padding: 20px 40px;
	margin: 20px 0 0 auto;
}
#footer .footer__instaandfb{
	width: fit-content;
	max-width: 200px;
	margin-left: auto;
}
#footer .footer__instaandfb a{
	border: 1px solid #ffffff;
	padding: 20px 31px;
}
@media screen and (max-width: 959px) {
	#footer .footer__youtubelogo a{
		margin: 50px auto 0 auto;
	}
	#footer .footer__instaandfb{
		margin: 0 auto;
	}
}


/* お問い合わせフォーム */
.form-content{
	margin-bottom: 2rem;
}
.form-content input,
.form-content textarea{
	width: 100%;
}
.form-content .required{
	display: inline-block;
	font-size: 12px;
	background-color: red;
	color: #fff;
	padding: 1px 6px;
	margin-left: 20px;
	margin-bottom: 4px;
}
.form-accept{
	text-align: center;
	margin-bottom: 2rem;
}
.form-submit{
	text-align: center;
}
.form-submit input{
	padding: 10px 50px;
}
.form-submit .wpcf7-spinner{
	position: absolute;
}
.form-content .wpcf7-not-valid-tip{
	font-size: 90%;
}


/* サイトマップ */
.wsp-container{
	display: grid;
}
.wsp-container h2{
	position: relative;
	text-decoration: none;
	display: block;
	border: 1px solid #ccc;
	padding: 5px 9px 5px 36px;
	margin: 40px 0 10px;
	background-color: #f6f6f6;
	color: #454545;
	font-size: 1em;
}
.wsp-container h2:before{
	position: absolute;
	content: "";
	top: 34%;
	left: 15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #c29f54;
}
.wsp-container ul{
	list-style: none !important;
	margin: 0;
}
.wsp-container a{
    position: relative;
	text-decoration: none;
	display: block;
	border: 1px solid #ccc;
	padding: 5px 9px 5px 36px;
	margin: 10px 0;
	background-color: #f6f6f6;
    color: #454545;
	font-size: .8em;
}
.wsp-container a:before{
    position: absolute;
    content: "";
    top: 34%;
    left: 15px;
	width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #c29f54;
}
.wsp-container a:last-child{
	margin-bottom: 0;
}
.wsp-container a:hover{
	background-color: #fff;
}
.wsp-areas-list a{
	padding: 4px 9px 4px 34px;
    margin-left: 20px;
	font-size: 14px;
    color: #454545;
}
.wsp-areas-list a:before{
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #5d2240bb;
}
.sitemap-title{
	display: block;
	font-size: 1.4rem;
	color: #333;
	text-decoration: underline;
	margin-bottom: 30px;
	transition: 0.4s;
}
.sitemap-title:hover{
	opacity: 0.7;
}


/* トップページメインビジュアル */
#main_visual{
	z-index: 2;
}
.p-mainVisual{
	overflow: initial;
}
.p-mainVisual__inner{
	position: relative;
}
.p-mainVisual__inner:before,
.p-mainVisual__inner:after{
	position: absolute;
	content: "";
	aspect-ratio: 1/1;
	z-index: -1;
}
.p-mainVisual__inner:before{
	border: 2px solid #cbb1c9;
	border-radius: 50%;
	top: 240px;
	left: 3%;
	width: clamp(66px, 20vw, 200px);
}
.p-mainVisual__inner:after{
	background-image: url(/wp-content/uploads/2025/12/bgsousyoku-01.png);
	background-size: 100%;
	background-repeat: no-repeat;
	top: 50px;
	left: 8%;
	width: clamp(133px, 30vw, 360px);
}
.p-mainVisual__slide{
	overflow: initial;
}
.p-mainVisual__imgLayer{
	top: auto;
	bottom: -8%;
	left: auto;
	right: -8%;
	width: 88vw;
	height: auto;
	aspect-ratio: 1/1;
	border-radius: 50%;
	overflow: hidden;
}
.p-mainVisual__textLayer{
	justify-content: flex-start;
	padding-top: 5%;
}
.p-mainVisual__textLayer .p-blogParts,
.p-mainVisual__textLayer .topmv__box,
.p-mainVisual__textLayer .swell-block-columns__inner{
	height: 100%;
}
.p-mainVisual__textLayer .topmv__box{
	position: relative;
}
.p-mainVisual__textLayer .topmv__box:after{
	position: absolute;
	content: "";
	background-image: url(/wp-content/uploads/2025/12/bgsousyoku-01.png);
	background-size: 100%;
	background-repeat: no-repeat;
	bottom: 0;
	right: -27%;
	width: clamp(90px, 24vw, 260px);
	aspect-ratio: 1/1;
}
.p-mainVisual__textLayer .topmv__subimg img{
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
	width: clamp(160px, 24vw, 360px);
}
.p-mainVisual__textLayer .topmv__text{
	writing-mode: vertical-rl;
	font-size: clamp(2.1rem, 6vw, 3.2rem);
	font-weight: bold;
	text-shadow: 0 0 20px rgba(0 0 0 / 90%);
	letter-spacing: 6px;
	margin-left: auto;
}
@media screen and (max-width: 1540px) {
	.p-mainVisual__textLayer .topmv__box:after {
		right: -11%;
	}
}
@media screen and (max-width: 1300px) {
	.p-mainVisual__imgLayer {
		bottom: 17%;
	}
	.p-mainVisual__textLayer .topmv__box:after {
		bottom: 8%;
	}
	.topmv__subimg .alignleft {
		position: absolute;
		top: 60%;
		right: 60%;
	}
	.p-mainVisual__textLayer .topmv__subimg img {
		width: clamp(160px, 29vw, 360px);
	}
	.p-mainVisual__textLayer .topmv__text {
		font-size: clamp(2.1rem, 6vw, 2.8rem);
	}
	.-height-full .p-mainVisual__slide, 
	.-height-set .p-mainVisual__slide {
		height: 110%;
	}
}
@media screen and (max-width: 1030px) {
	.p-mainVisual__imgLayer {
		bottom: 14%;
		width: 100vw;
		right: -25%;
	}
	.p-mainVisual__textLayer .topmv__box:after {
		bottom: 120px;
	}
	.topmv__subimg .alignleft {
		position: absolute;
		top: 60%;
		right: 60%;
	}
	.p-mainVisual__textLayer .topmv__text {
		font-size: clamp(2.1rem, 6vw, 2.3rem);
	}
	.top #content {
		padding: 0 !important;
	}
}
@media screen and (max-width: 959px) {
	.p-mainVisual__imgLayer{
		bottom: 6%;
		right: -14%;
		width: clamp(400px, 150vw, 850px);
	}
	.p-mainVisual__inner:before{
		top: 230px;
		left: 3%;
	}
	.p-mainVisual__inner:after{
		top: 20px;
		left: 2%;
	}
	.p-mainVisual__textLayer .topmv__box > .swell-block-columns__inner {
		flex-wrap: wrap-reverse;
		align-content: space-between;
	}
	.p-mainVisual__textLayer .topmv__subimg img{
		margin-top: 80px;
		width: clamp(250px, 24vw, 360px);
	}
	.p-mainVisual__textLayer .topmv__box:after {
		bottom: 10%;
		right: -21%;
	}
}
@media screen and (max-width: 777px) {
	.p-mainVisual__imgLayer {
		right: -24%;
	}
}
@media screen and (max-width: 750px) {
	.p-mainVisual__inner:before {
		top: 160px;
	}
}
@media screen and (max-width: 705px) {
	.p-mainVisual__imgLayer {
		right: -34%;
		bottom: 20%;
	}
}
@media screen and (max-width: 685px) {
	.p-mainVisual__inner:before {
		top: 160px;
	}
	.p-mainVisual__textLayer .p-blogParts {
		height: auto !important;
	}
	.top #content {
		padding: 0 !important;
	}
	.p-mainVisual__textLayer .topmv__box:after {
		bottom: -130px;
	}
	.topmv__subimg .alignleft {
		top: 400px;
		right: 50%;
	}
}
@media screen and (max-width: 655px) {
	.p-mainVisual__imgLayer {
		right: -50%;
		bottom: 20%;
	}
}
@media screen and (max-width: 650px) {
}
@media screen and (max-width: 599px) {
	.p-mainVisual__imgLayer{
		top: -25%;
		bottom: auto;
		right: -50%;
	}
	.p-mainVisual__inner:before {
		top: 140px;
		width: clamp(66px, 22vw, 200px);
		left: -3%;
	}
	.p-mainVisual__textLayer .topmv__box:after {
		right: -15%;
		bottom: 15%;
	}
	.p-mainVisual__inner {
		height: 700px;
	}
	.topmv__subimg .alignleft {
		top: 410px;
		right: 55%;
	}
	.p-mainVisual__textLayer .topmv__box:after {
		bottom: -190px;
	}
	.p-mainVisual__inner:after {
		left: -3%;
	}
	.p-mainVisual__textLayer .topmv__text {
		font-size: clamp(1.2rem, 6vw, 2.3rem);
	}
}
@media screen and (max-width: 570px) {
	.p-mainVisual__imgLayer {
		right: -60%;
	}
	.topmv__subimg .alignleft {
		top: 350px;
		right: 45%;
	}
}
@media screen and (max-width: 530px) {
	.p-mainVisual__imgLayer {
		right: -55%;
	}
}
@media screen and (max-width: 500px) {
	.p-mainVisual__imgLayer {
		right: -60%;
	}
	.p-mainVisual__inner:before {
		top: 130px;
	}
	.p-mainVisual__inner {
		height: 570px;
	}
	.topmv__subimg .alignleft {
		top: 290px;
		right: 50%;
	}
	
}
@media screen and (max-width: 480px) {
	.p-mainVisual__textLayer .topmv__box > .swell-block-columns__inner {
		align-content: unset;
	}
	.p-mainVisual__textLayer .topmv__box:after {
		bottom: -140px;
	}
}
@media screen and (max-width: 430px) {
	.topmv__subimg .alignleft {
		top: 250px;
		right: 45%;
	}
}
@media screen and (max-width: 400px) {
	.p-mainVisual__inner {
		height: 500px;
	}
	.p-mainVisual__textLayer {
		height: auto;
	}
	.p-mainVisual__textLayer .topmv__subimg img {
		margin-top: 0;
		margin-top: 50%;
		margin-left: -30%;
		width: clamp(200px, 24vw, 360px);
	}
	.p-mainVisual__textLayer .topmv__box:after {
		bottom: -130px;
	}
	.topmv__subimg .alignleft {
		top: 200px;
		right: 45%;
	}
}
@media screen and (max-width: 360px) {
	.p-mainVisual__inner {
		height: 480px;
	}
}

/* 固定ページメインビジュアル */
.l-topTitleArea.c-filterLayer::before {
    background-color: transparent;
    opacity: 1;
    position: absolute;
    top: 12%;
    left: 20%;
    width: 180px;
    height: 180px;
    border: 1px solid #cbb1c9;
    border-radius: 50%;
    z-index: -1;
}
.c-filterLayer.-texture-dot:after {
    background-image: none;
    opacity: 1;
    position: absolute;
    top: -25%;
    left: 8%;
    width: 280px;
    height: 280px;
    background-color: #cbb1c9;
    border-radius: 50%;
    z-index: -1;
}
.l-topTitleArea {
    overflow: visible;
}
.l-topTitleArea .c-filterLayer__img {
    width: 800px !important;
    height: auto !important;
    aspect-ratio: 1/1;
    border-radius: 50%;
    top: -150%;
    left: 50%;
}
.l-topTitleArea__body {
    color: #873b53;
    text-shadow: none;
    padding-left: 19%;
}
.page:not(.home) .c-pageTitle {
    font-size: 2em;
}
.page:not(.home) .l-mainContent__inner {
	margin-top: 200px;
}
@media screen and (max-width: 1239px) {
    .c-filterLayer.-texture-dot:after {
        left: 3%;
    }
    .l-topTitleArea .c-filterLayer__img {
        width: 600px !important;
        top: -80%;
    }
    .l-topTitleArea__body {
        padding-left: 19%;
    }
}
@media screen and (max-width: 959px) {
    .l-topTitleArea.c-filterLayer::before {
        width: 140px;
        height: 140px;
        top: 20%;
    }
    .c-filterLayer.-texture-dot:after {
        width: 220px;
        height: 220px;
    }
    .l-topTitleArea .c-filterLayer__img {
        width: 500px !important;
    }
    .l-topTitleArea__body {
        padding-left: 10%;
    }
    .page:not(.home) .l-mainContent__inner {
        margin-top: 60px;
    }
}
@media screen and (max-width: 729px) {
    .l-topTitleArea.c-filterLayer::before {
        left: 10%;
    }
    .c-filterLayer.-texture-dot:after {
        left: -8%;
    }
    .l-topTitleArea .c-filterLayer__img {
        width: 400px !important;
        top: -70%;
    }
    .l-topTitleArea__body {
        padding-left: 5%;
    }
    .page:not(.home) .l-mainContent__inner {
        margin-top: 10px;
    }
}
@media screen and (max-width: 599px) {
    .l-topTitleArea.c-filterLayer::before {
        top: 50%;
    }
    .l-topTitleArea .c-filterLayer__img {
        width: 500px !important;
        top: -105%;
        left: 16%;
    }
    .l-topTitleArea__body {
        text-align: center;
        padding: 0 20px;
    }
	.l-topTitleArea .c-filterLayer__img {
		filter: contrast(0.6);
	}
    .page:not(.home) .c-pageTitle {
        font-size: 28px;
        color: #fff;
		text-shadow: 1px 1px 0 #873b53;
    }
    .page:not(.home) .l-mainContent__inner {
        margin-top: 0px;
    }
}
@media screen and (max-width: 419px) {
    .l-topTitleArea.c-filterLayer::before {
        width: 110px;
        height: 110px;
        top: 60%;
        left: 15%;
    }
    .c-filterLayer.-texture-dot:after {
        width: 150px;
        height: 150px;
        top: 0;
        left: -5%;
    }
    .l-topTitleArea .c-filterLayer__img {
        width: 320px !important;
        top: -80%;
        left: 25%;
    }
}


/* 東御市のワイナリー・ヴィンヤード 記事一覧*/
.post-type-archive-tomishi_wv .c-pageTitle::before,
.tax-businesstype .c-pageTitle::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    border: 1px solid #cbb1c9;
    border-radius: 50%;
    z-index: -1;
}

.post-type-archive-tomishi_wv .c-pageTitle .c-pageTitle__inner,
.tax-businesstype .c-pageTitle .c-pageTitle__inner {
    color: #873b53;
}

.post-type-archive-tomishi_wv .c-pageTitle .c-pageTitle__inner .c-pageTitle__subTitle,
.tax-businesstype .c-pageTitle .c-pageTitle__inner .c-pageTitle__subTitle {
    display: none;
}

.post-type-archive-tomishi_wv .p-postList__item,
.tax-businesstype .p-postList__item {
    width: 25% !important;
}

.post-type-archive-tomishi_wv .p-postList__thumb,
.tax-businesstype .p-postList__thumb {
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
    border: 1px solid #cbb1c9;
    border-radius: 50%;
    box-shadow: none;
}

.post-type-archive-tomishi_wv .p-postList__thumb .c-postThumb__figure,
.tax-businesstype .p-postList__thumb .c-postThumb__figure {
    width: 92%;
    object-fit: cover;
    aspect-ratio: 1/1;
    border-radius: 50%;
}

.post-type-archive-tomishi_wv .p-postList__body,
.tax-businesstype .p-postList__body {
    text-align: center;
    padding-top: 0;
}

.post-type-archive-tomishi_wv .p-postList__meta,
.tax-businesstype .p-postList__meta {
    height: 24px;
}

.post-type-archive-tomishi_wv .p-postList__title,
.tax-businesstype .p-postList__title {
    font-size: 16px;
    font-weight: normal;
}

.post-type-archive-tomishi_wv .p-postList__times,
.tax-businesstype .p-postList__times {
    display: none;
}

.post-type-archive-tomishi_wv .c-postThumb__cat,
.tax-businesstype .c-postThumb__cat {
    background: none;
    color: #cbb1c9;
    font-size: 12px;
    left: 50%;
    transform: translateX(-50%);
}

.post-type-archive-tomishi_wv .icon-folder:before,
.tax-businesstype .icon-folder:before {
    content: none;
}

.post-type-archive-tomishi_wv .page-numbers,
.tax-businesstype .page-numbers {
    box-shadow: none !important;
    color: #C5AECA;
    cursor: pointer;
    background-color: transparent;
}

.post-type-archive-tomishi_wv .page-numbers:hover,
.tax-businesstype .page-numbers:hover {
    color: #8C3754;
}

.post-type-archive-tomishi_wv .page-numbers.current,
.tax-businesstype .page-numbers.current {
    background-color: transparent;
    color: #8C3754;
    font-size: 20px;
}

.post-type-archive-tomishi_wv .page-numbers.current::before,
.tax-businesstype .page-numbers.current::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background-color: #8C3754;
    position: absolute;
    bottom: -10px;
    left: 15px;
    border-radius: 3px;
}

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

    .post-type-archive-tomishi_wv .c-pageTitle::before,
    .tax-businesstype .c-pageTitle::before {
        left: 5%;
    }
}

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

    .post-type-archive-tomishi_wv .c-pageTitle::before,
    .tax-businesstype .c-pageTitle::before {
        left: 35%;
    }

    .post-type-archive-tomishi_wv .c-pageTitle,
    .tax-businesstype .c-pageTitle {
        text-align: center;
    }

    .post-type-archive-tomishi_wv .p-postList__item,
    .tax-businesstype .p-postList__item {
        width: 50% !important;
    }

    .post-type-archive-tomishi_wv .p-postList__title,
    .tax-businesstype .p-postList__title {
        font-size: 14px;
    }
}



/* お知らせ一覧 */
.category-notice .l-content::before,
.category-blog .l-content::before {
	content: "";
	display: block;
	width: 500px;
	height: 500px;
	background-image: url(/wp-content/uploads/2025/12/bgsousyoku-01.png);
	background-size: 100%;
	background-repeat: no-repeat;
	border-radius: 50%;
	position: absolute;
	top: -200px;
	right: -250px;
	z-index: -1;
	aspect-ratio: 1 / 1;
}
.category-notice .l-content::after,
.category-blog .l-content::after {
	content: "";
	display: block;
	width: 200px;
	height: 200px;
	background-color: transparent;
	border: 1px solid #B896B4;
	border-radius: 50%;
	position: absolute;
	top: 9%;
	left: -15%;
	z-index: -1;
}
.category-notice .l-article,
.category-blog .l-article {
	max-width: 1100px;
}
.category-notice .p-termContent,
.category-blog .p-termContent {
	margin-top: 100px;
	background-color: #fff;
	padding: 80px 100px 50px;
	border-radius: 30px;
}
.category-notice .p-postList.-type-card,
.category-blog .p-postList.-type-card {
    display: block;
}
.category-notice .p-postList__link,
.category-blog .p-postList__link {
    display: flex;
	justify-content: space-between;
}
.category-notice .p-postList__body,
.category-blog .p-postList__body {
    width: 60%;
    display: flex;
    padding-top: 0px;
	flex-direction: column;
}
.category-notice .p-postList__body .p-postList__meta,
.category-blog .p-postList__body .p-postList__meta {
    margin-top: 0;
}
.category-notice .p-postList__body .p-postList__excerpt,
.category-blog .p-postList__body .p-postList__excerpt {
    height: 80px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
}
.category-notice .p-postList .p-postList__item,
.category-blog .p-postList .p-postList__item {
	width: 100% !important;
	border-bottom: 1px dotted #333;
	padding-bottom: 50px !important;
	margin-bottom: 50px !important;
}
.category-notice .-type-card .p-postList__body,
.category-blog .-type-card .p-postList__body {
	padding-top: 0;
}
.category-notice .-type-card .p-postList__thumb,
.category-blog .-type-card .p-postList__thumb {
	width: 30%;
	border-radius: 10px;
}
.category-notice .c-postThumb__cat.icon-folder,
.category-blog .c-postThumb__cat.icon-folder {
	display: none;
}
.category-notice .icon-posted:before,
.category-blog .icon-posted:before {
	display: none;
}
.category-notice .p-postList__times .c-postTimes__posted,
.category-blog .p-postList__times .c-postTimes__posted {
	color: #8C3754;
	font-size: 14px;
}
.category-notice .c-pageTitle__inner,
.category-blog .c-pageTitle__inner {
	text-align: center;
	font-size: 40px;
	color: #8F3C58;
}
.category-notice .c-pageTitle__inner small,
.category-blog .c-pageTitle__inner small {
	display: none;
}
.category-notice .p-postList__body .p-postList__title,
.category-blog .p-postList__body .p-postList__title {
	font-size: 26px;
	font-weight: 400;
	position: relative;
	margin-left: 10px;
}
.category-notice .p-postList__title::before,
.category-blog .p-postList__title::before {
	content: "";
	width: 3px;
	height: 30px;
	background-color: #C5AECA;
	display: block;
	border-radius: 10px;
	position: absolute;
	top: 7px;
	left: -10px;
}
.category-notice .page-numbers,
.category-blog .page-numbers {
	box-shadow: none !important;
	color: #C5AECA;
	cursor: pointer;
	background-color: transparent;
}
.category-notice .page-numbers:hover,
.category-blog .page-numbers:hover {
	color: #8C3754;
}
.category-notice .page-numbers.current,
.category-blog .page-numbers.current {
	background-color: transparent;
	color: #8C3754;
	font-size: 20px;
}
.category-notice .page-numbers.current::before,
.category-blog .page-numbers.current::before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	background-color: #8C3754;
	position: absolute;
	bottom: -10px;
	left: 15px;
	border-radius: 3px;
}
.category-notice .c-postThumb__figure,
.category-blog .c-postThumb__figure {
	height: 100%;
}

@media screen and (max-width: 1644px) {
	.category-notice .l-content::after,
	.category-blog .l-content::after {
		left: -5%;
	}
}

@media screen and (max-width: 1100px) {
	.category-notice .l-content::before,
	.category-blog .l-content::before {
		width: 400px;
		height: 400px;
		right: -150px;
	}
	.category-notice .p-postList__title,
	.category-blog .p-postList__title {
		font-size: 20px !important;
	}
	.category-notice .c-postTimes__posted.icon-posted,
	.category-blog .c-postTimes__posted.icon-posted {
		font-size: 14px !important;
	}
	.category-notice .p-postList__title::before,
	.category-blog .p-postList__title::before {
		height: 20px;	
	}
}

@media screen and (max-width: 959px) {
	.category-notice .p-postList__link,
	.category-blog .p-postList__link {
		flex-direction: column;
		row-gap: 20px;
	}
	.category-notice .-type-card .p-postList__thumb,
	.category-blog .-type-card .p-postList__thumb {
		width: 100%;
	}
	.category-notice .p-postList__body,
	.category-blog .p-postList__body {
		width: 100%;
	}
	.category-notice .p-postList__body .p-postList__excerpt,
	.category-blog .p-postList__body .p-postList__excerpt {
		max-height: 80px;
		height: auto;
	}
}

@media screen and (max-width: 700px) {
	.category-notice .l-content::before,
	.category-blog .l-content::before {
		width: 300px;
		height: 300px;
		top: -200px;
		right: -10%;
	}
	.category-notice .l-content::after,
	.category-blog .l-content::after {
		width: 150px;
		height: 150px;
		top: 6%;
		left: -7%;
	}
}


@media screen and (max-width: 599px) {
	.category-notice .p-termContent,
	.category-blog .p-termContent {
		padding: 30px;
	}
	.category-notice .p-postList .p-postList__item,
	.category-blog .p-postList .p-postList__item {
		padding-bottom: 30px !important;
		margin-bottom: 30px !important;
	}
	.category-notice .c-pagination,
	.category-blog .c-pagination {
		margin-top: 0 !important;
	}
	.category-notice .p-postList__body .p-postList__excerpt,
	.category-blog .p-postList__body .p-postList__excerpt {
		font-size: 14px;
	}
}

@media screen and (max-width: 540px) {
	.category-notice .l-content::before,
	.category-blog .l-content::before {
		width: 200px;
		height: 200px;
		top: -150px;
		right: -20%;
	}
	.category-notice .l-content::after,
	.category-blog .l-content::after {
		width: 100px;
		height: 100px;
		top: 5%;
		left: -10%;
	}
}

/* お知らせ詳細 */
.post-template-default .l-content::before {
	content: "";
	display: block;
	width: 500px;
	height: 500px;
	background-image: url(/wp-content/uploads/2025/12/bgsousyoku-01.png);;
	background-size: 100%;
	background-repeat: no-repeat;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	position: absolute;
	top: -200px;
	right: -250px;
	z-index: -1;
}
.post-template-default .l-content::after {
	content: "";
	display: block;
	width: 200px;
	height: 200px;
	background-color: transparent;
	border: 1px solid #B896B4;
	border-radius: 50%;
	position: absolute;
	top: 9%;
	left: -15%;
	z-index: -1;
}
.post-template-default .l-articleBottom__section.-related {
	display: none;
}
.post-template-default .p-articleFoot {
	display: none;
}
.post-template-default .p-articleHead.c-postTitle {
	display: block;
}
.post-template-default .-frame-on .l-mainContent {
	background-color: transparent;
	box-shadow: none;
}
.post-template-default .c-postTitle__date.u-thin {
	display: none;
}
.post-template-default .p-articleMetas__termList.c-categoryList {
	display: none;
}
.post-template-default .c-postTitle__ttl {
	font-size: 30px;
}
.post-template-default .c-postTimes__posted.icon-posted {
	color: #8C3754;
	font-size: 18px;
}
.post-template-default .l-mainContent__inner .post_content {
	padding: 40px 60px;
	background-color: #fff;
	border-radius: 30px;
}
.post-template-default .c-postTimes__posted::before {
	display: none;
}
.post-template-default.-frame-on .l-mainContent {
	background-color: transparent;
}

@media screen and (max-width: 1100px) {
	.post-template-default .l-content::before {
		width: 350px;
		height: 350px;
		right: -200px;
	}
	.post-template-default .p-postList__title {
		font-size: 20px !important;
	}
	.post-template-default .c-postTimes__posted.icon-posted {
		font-size: 14px !important;
	}
}

@media screen and (max-width: 959px) {
	.post-template-default .l-mainContent__inner .post_content {
		padding: 20px 40px;
	}
	.p-mainVisual__textLayer .topmv__subimg img {
		width: clamp(300px, 24vw, 360px);
		margin-left: -20%;
	}
}

@media screen and (max-width: 700px) {
	.post-template-default .l-content::before {
		width: 300px;
		height: 300px;
		top: -100px;
		right: -90px;
	}
	.post-template-default .l-content::after {
		width: 150px;
		height: 150px;
		top: 25%;
		left: -7%;
	}
}

@media screen and (max-width: 599px) {
	.post-template-default .l-mainContent__inner .post_content {
		padding: 20px 30px;
		font-size: 16px !important;
	}
}

@media screen and (max-width: 540px) {
	.post-template-default .l-content::before {
		width: 150px;
		height: 150px;
		top: -100px;
		right: -60px;
	}
	.post-template-default .l-content::after {
		width: 100px;
		height: 100px;
		top: 25%;
		left: -10%;
	}
}

/* ブログ一覧 */
.category-blog .p-termHead {
	border: none;
}
.-frame-border .l-mainContent, 
.-frame-border.-frame-on-sidebar #sidebar .c-widget {
	box-shadow: none !important;
}



/* 260106修正 */
.c-gnav .menu-item {
    display: flex;
    align-items: center;
}

.c-gnav .menu-item>a {
    height: 60px;
}

.c-gnav .menu-item:last-child>a {
    min-width: 180px;
}
.c-gnav .menu-item:last-child>a span {
    font-weight: bold;
}
.l-fixHeader .c-gnav .menu-item:last-child>a {
    height: 50px;
}

/* 固定ヘッダーのロゴを大きく＋白丸背景 */
.l-fixHeader .l-fixHeader__logo {
    overflow: visible;
}

.l-fixHeader .c-headLogo.-img {
    position: relative;
    z-index: 10;
}

.l-fixHeader .c-headLogo.-img::before {
    content: "";
    display: block;
    position: absolute;
    top: 98%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    background-color: #fff;
    border-radius: 50%;
    z-index: -1;
    box-shadow: 0 2px 4px var(--swl-color_shadow);
}

.l-fixHeader .c-headLogo.-img::after {
    content: "";
    display: block;
    position: absolute;
    top: 16%;
    left: 50%;
    transform: translateX(-50%);
    width: 140px;
    height: 100%;
    background-color: #fff;
    z-index: -1;
}

.l-fixHeader .c-headLogo__img {
    height: 100px;
    width: auto;
}

@media screen and (max-width: 959px) {
    .l-header .l-fixHeader__logo {
        overflow: visible;
    }

    .l-header .c-headLogo.-img {
        position: relative;
        z-index: 10;
    }

    .l-header .c-headLogo.-img::before {
        content: "";
        display: block;
        position: absolute;
        top: 76%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90px;
        height: 90px;
        background-color: #fff;
        border-radius: 50%;
        z-index: -1;
    }
    .l-header .c-headLogo__img {
        height: 80px;
        width: auto;
    }
	.p-breadcrumb:not(.-bg-on) {
        padding-top: 40px;
    }
}



/* 260130修正 */
@media screen and (max-width: 1244px) {
    #header .l-header__inner .l-header__logo {
        justify-content: center;
        text-align: center;
    }
}


/* reCAPTCHAのバッジを非表示 */
.grecaptcha-badge {
	visibility: hidden;
}