@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
*/

:root {
	--with-color-pale: #edffd7;
	--eng-font: "Merriweather", serif;
}

/** ------------------------------
 * 文字の折り返し制御
 * 必要に応じて<wbr>を使用
 * ------------------------------ */
.text-wrap-safe {
	word-break: keep-all;
	overflow-wrap: anywhere;
}

/* --------------- 電話番号 --------------- */
.contact-tel {
	display: flex;
	justify-content: center;
	align-items: center;
}

.contact-tel::before {
	display: inline-block;
	width: 1.25em;
	height: 1.25em;
	margin-right: 1rem;
	background: url(https://dogcafewith.com/wp-content/uploads/2025/12/icon_tel.png) no-repeat center/contain;
	content: "";
}

/* --------------- 画像整形 --------------- */
.img-shadow img {
	box-shadow: 8px 8px 6px rgb(0 0 0 / 30%);
}

.img-rounded img {
	border-radius: var(--radius-img, 16px);
}

/* --------------- 英字フォント --------------- */
.eng-font {
	font-family: var(--eng-font);
}

/* --------------- 見出し --------------- */
.heading-eng {
	font-family: var(--eng-font);
}

.heading-eng-note .mininote {
	font-family: var(--eng-font);
}

/* ----- ライン装飾 ----- */
.wp-block-heading.heading-lined {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1em;
}

.wp-block-heading.heading-lined::before, .wp-block-heading.heading-lined::after {
	position: static;
	display: block;
	width: 30%;
	height: 2px;
	background: none;
	background-color: var(--color_text);
	content: "";
}

/* ----- 肉球アイコン ----- */
.heading-paws {
	display: flex;
	justify-content: center;
}

.heading-paws::before, .heading-paws::after {
	display: block;
	width: 1.5em;
	height: 1.5em;
	background: no-repeat center/contain;
	content: "";
}

.heading-paws::before {
	margin-right: 0.5em;
	background-image: url(https://dogcafewith.com/wp-content/uploads/2025/12/icon_paw_left.png);
}

.heading-paws::after {
	margin-left: 0.5em;
	background-image: url(https://dogcafewith.com/wp-content/uploads/2025/12/icon_paw_right.png);
}

/* ----- 注釈にライン装飾 ----- */
.wp-block-heading.heading-lined-note .mininote {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1em;
}

.heading-lined-note .mininote::before, .heading-lined-note .mininote::after {
	display: block;
	width: min(10%, 50px);
	height: 2px;
	background-color: var(--color_text);
	content: "";
}

/* ----- リボン装飾 ----- */
.wp-block-heading.heading-ribbon {
	left: calc(50% - 50vw + var(--swl-scrollbar_width, 0px) / 2);
	width: calc(100vw - var(--swl-scrollbar_width, 0px));
	padding: 1em;
	background-color: var(--with-color-pale);
}

@media (min-width: 960px) {
	.wp-block-heading.heading-ribbon::before {
		position: absolute;
		top: 0;
		right: 0;
		left: auto;
		width: 4em;
		height: 100%;
		clip-path: polygon(0 100%, 100% 100%, 100% 0);
		background-color: #fff;
		content: "";
	}
}

/* --------------- インスタ　フィード --------------- */
.sb_instagram_header .sbi_header_img_hover .sbi_new_logo {
	margin-top: -12px!important;
}

#sb_instagram #sbi_load .sbi_load_btn {
	margin-top: 5px!important;
}

/* --------------- SNS誘導 --------------- */
.sns-icons {
	--sns-icon-aspect: min(20vw, var(--sns-icon-size, auto));
}

.sns-icons--top-contact {
	--sns-icon-size: 150px;
}

.sns-icons--pet-hotel {
	--sns-icon-size: 150px;
}

.sns-icons .swell-block-columns__inner {
	justify-content: center;
}

.sns-icons--foot .swell-block-columns__inner {
	justify-content: flex-end;
	margin-right: 2em;
}

.sns-icons .swell-block-column {
	width: auto;
}

.sns-icons__icon img {
	width: var(--sns-icon-aspect);
	height: var(--sns-icon-aspect);
}

/* --------------- タイトルエリア --------------- */
.c-pageTitle {
	text-align: center;
}

/* --------------- フッター直前ウィジェット --------------- */
/* ウィジェット前の余白を消したいときに、ページ最後のブロックに使用 */
.post_content .no-footer-gap {
	margin-bottom: -6em!important;
}

.img-before-footer {
	max-height: 400px;
	overflow: hidden;
}

/* --------------- モバイルナビ --------------- */
.p-spMenu__overlay {
	background-color: transparent;
}

.p-spMenu__inner::before {
	background-color: rgb(253 253 253 / 90%);
}

/* --------------- ヘッダー --------------- */
.l-header {
	position: sticky;
}

/* スムーススクロールの位置調整のために、サブヘッダーが必須のため見えないようにしている */
.l-fixHeader.-parallel.-parallel-bottom {
	opacity: 0;
	visibility: hidden;
}

.-parallel-bottom {
	--header-top-inline-padding: 2em;
}

@media not (min-width: 960px) {
	.l-header {
		background-color: rgb(237 255 215);
	}
}

@media (min-width: 960px) {
	.-parallel-bottom .l-header__inner {
		justify-content: space-between;
		align-items: center;
	}
	
	.-parallel-bottom .l-header__logo {
		padding-left: var(--header-top-inline-padding);
	}
	
	.l-header__gnav {
		margin-top: 8px;
		border-block: 2px solid var(--color_text);
		background-color: var(--with-color-pale);
	}
	
	.menu-item {
		position: relative;
	}
	
	.menu-item:not(:last-child)::after {
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		display: block;
		width: 1px;
		height: 30px;
		background-color: var(--color_text);
		content: "";
	}
	
	.-parallel .l-header__gnav .c-gnav>li>a {
		padding-inline: 50px;
	}
}

.-parallel .l-header__logo {
	width: auto;
}

.-parallel .w-header.pc_ {
	width: auto;
	padding-right: var(--header-top-inline-padding);
}

.head-info .swell-block-columns__inner {
	align-items: center;
}

.head-info .swell-block-column {
	width: auto;
}

.head-info__buttons {
	flex-direction: column;
	writing-mode: vertical-lr;
}

.head-info__button {
	height: 100%;
}

.head-info__button>a {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 16px;
	border-bottom-left-radius: 16px;
	padding: 1em;
	box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
	font-size: 1em;
}

/* --------------- フッター --------------- */
.foot-brand-action .swell-block-columns__inner {
	justify-content: flex-end;
}

.foot-nav {
	justify-content: center;
	column-gap: 0;
}

.foot-nav .swell-block-linkList__item {
	position: relative;
	width: calc(100% / 3)!important;
}

@media (min-width: 960px) {
	.foot-nav .swell-block-linkList__item {
		width: calc(100% / 7)!important;
	}
}

.foot-nav .swell-block-linkList__item::after {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	display: block;
	width: 1px;
	height: 30px;
	background-color: var(--color_text);
	content: "";
}

.foot-nav .swell-block-linkList__item:last-child::after {
	display: none;
}

@media not (min-width: 960px) {
	.foot-nav .swell-block-linkList__item:nth-child(3n)::after {
		display: none;
	}
}

.foot-nav .swell-block-linkList__link {
	width: 100%;
	padding-block: 1em;
}

.swell-block-linkList.foot-nav .swell-block-linkList__text {
	margin-inline: auto;
	line-height: 1;
	font-size: 14px;
}

.foot-action .swell-block-columns__inner {
	justify-content: center;
	align-items: center;
}

@media (min-width: 960px) {
	.foot-action .swell-block-columns__inner {
		justify-content: flex-end;
		margin-right: 2em;
	}
}

@media (min-width: 600px) {
	.foot-action .swell-block-column {
		width: auto;
	}
}

.foot-action__sns .swell-block-column {
	width: auto;
}

.l-footer__foot {
	background-color: #62502f;
	color: #fff;
}

/* --------------- メインビジュアル --------------- */
.p-mainVisual__textLayer .p-blogParts {
	position: static;
}

.mv-catch {
	position: absolute;
	text-shadow: 0 4px 4px rgb(0 0 0 / 75%);
	font-size: clamp(18px, 2.5vw, 50px);
}

.mv-catch--slide1 {
	bottom: 5%;
	left: calc(50% - 50vw + var(--swl-scrollbar_width, 0px) / 2);
	margin-left: 5%;
}

.mv-catch--slide2 {
	bottom: 5%;
	left: calc(50% - 50vw + var(--swl-scrollbar_width, 0px) / 2);
	margin-left: 5%;
}

.mv-catch--slide3 {
	top: 5%;
	right: calc(50% - 50vw + var(--swl-scrollbar_width, 0px) / 2);
	margin-right: 5%;
}

/* --------------- メイン --------------- */
.l-content {
	margin-bottom: 0;
	/* コンテンツとフッター間の余白削除用
	 * ページごと（固定・投稿の編集画面で）調整する場合は削除 */
}

/* --------------- トップページ --------------- */
@media not (min-width: 960px) {
	.top-section-pt {
		padding-top: 4em!important;
	}
	
	.top-section-pb {
		padding-bottom: 0!important;
	}
}


@media (min-width: 960px) {
	.top-overlap-cols {
		background: url(https://dogcafewith.com/wp-content/uploads/2025/12/bg_circle.png) no-repeat center;
	}
}

@media (min-width: 960px) {
	.top-overlap-cols__upper--front {
		position: relative;
		z-index: 1;
	}

	.top-overlap-cols .wp-block-group__inner-container .top-overlap-cols__upper {
		transform: translateY(3em);
		margin-top: -3em!important;
	}
}

@media not (min-width: 960px) {
	.top-overlap-cols__upper {
		background: url(https://dogcafewith.com/wp-content/uploads/2025/12/bg_circle.png) no-repeat 100% 40%/60%;
	}
	
	.top-overlap-cols__upper figure {
		margin-right: 25%;
	}
	
	.top-overlap-cols__upper p {
		margin-left: 10%;
	}
}

@media (min-width: 960px) {
	.top-overlap-cols .wp-block-group__inner-container .top-overlap-cols__lower {
		transform: translateY(-3em);
		margin-bottom: -3em!important;
	}
}

@media not (min-width: 960px) {
	.top-overlap-cols__lower {
		background: url(https://dogcafewith.com/wp-content/uploads/2025/12/bg_circle.png) no-repeat 0 40%/60%;
	}
	
	.top-overlap-cols__lower .swell-block-column:first-child {
		order: 1;
	}
	
	.top-overlap-cols__lower .swell-block-column:last-child {
		order: 0;
	}
	
	.top-overlap-cols__lower figure {
		margin-left: 25%;
	}
	
	.top-overlap-cols__lower p {
		margin-right: 10%;
	}
}

@media not (min-width: 960px) {
	.top-overlap-cols .wp-block-spacer {
		display: none;
	}
}

/* ----- 挨拶 ----- */
.top-greeting__img {
	--radius-img: 30px;
}

/* ----- お知らせ ----- */
.top-news__img-full {
	position: absolute;
	top: -2em;
	height: 360px;
}

@media not (min-width: 960px) {
	.top-news__img-full {
		height: 200px;
	}
}

@media (min-width: 960px) {
	.top-news__img-full {
		top: -4em;
	}
}

.wp-block-image.top-news__img-full img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.top-news__group {
	position: relative;
	border-radius: 16px;
	box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
}

/* ----- お店紹介 ----- */
.top-about__cols {
	position: relative;
}

.top-about__text {
	--img-height: 528px;
	position: absolute;
	top: calc(3em + 1em + (var(--img-height) / 2));
	/* 画像の上下中央に配置するための計算
	 * 右カラムにあるスペーサーの高さ + マージン + 画像の半分の高さ */
	left: 0;
	transform: translateY(-50%);
	border-radius: 8px;
	box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
}

@media not (min-width: 960px) {
	.top-about__text {
		position: relative;
		top: -3em;
		transform: translateY(0);
		width: 95%;
		margin-left: auto;
	}
	
	p.top-about__text.top-about__text {
		margin-bottom: -3em!important; /* topで上に持ち上げた分、下を持ち上げる */
	}
	
	.top-about__spacer {
		display: none;
	}
	
	.top-about__img {
		width: 95%;
		margin-right: auto;
		text-align: left;
	}
}

/* ----- 喫茶 ----- */
@media not (min-width: 960px) {
	.top-cafe {
		background-color: var(--with-color-pale);
	}
}

.top-cafe__group {
	position: relative;
	padding: 4em 2em;
	background-color: var(--with-color-pale);
}

@media not (min-width: 960px) {
	.top-cafe__group {
		padding-block: 0;
	}
}

.top-cafe__group>.wp-block-group__inner-container {
	max-width: var(--container_size);
}

.top-cafe__text {
	position: absolute;
	top: 4em; /* top-cafe__groupの上padding値 */
	right: var(--swl-pad_container);
	transform: translateY(20%);
	width: 50%;
	border-radius: 8px;
	box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
}

@media not (min-width: 960px) {
	.top-cafe__text {
		position: static;
		transform: translateY(0);
		width: auto;
	}
}

.top-cafe__img {
	text-align: left;
}

/* ----- メニュー ----- */
:root {
	--h4-size: 1.05em; /* h4のfont-size値 */
}

@media (min-width: 600px) {
	:root {
		--h4-size: 1.2em;
	}
}

.top-menu__spacer-01 {
	height: calc(var(--h4-size) * 1.4); /* 1.4：h4のline-height値 */
	margin-top: calc(var(--h4-size) * 3); /* 3：h4のmargin-top値 */
	margin-bottom: calc(var(--h4-size) * 1.5); /* 1.5：h4のmargin-bottom値 */
}

.top-menu__spacer-02 {
	height: calc((var(--swl-fz--content,16px) * 1.6 + 0.5em * 2) * 3); /* (trの高さ) * trの数 */
}

.top-menu__menu-cols {
	max-width: var(--article_size);
	margin-inline: auto;
}

.top-menu__menu-group {
	padding-block: 2em;
	border-radius: 20px;
	background-color: #fff;
}

.wp-block-table.top-menu__table {
	--swl-minwidth-cell: 20vw;
}

@media (min-width: 600px) {
	.wp-block-table.top-menu__table {
		--swl-minwidth-cell: 80px;
	}
}

.top-menu__tr-pink.is-style-stripes tbody tr:nth-child(odd) {
	background-color: #fff3f3;
}

.top-menu__floating-info {
	position: absolute;
	bottom: 0;
}

/* ----- ドッグラン ----- */
@media not (min-width: 960px) {
	.top-dog-run {
		background-color: var(--with-color-pale);
	}
}

.top-dog-run__group {
	position: relative;
	padding: 4em 2em;
	background-color: var(--with-color-pale);
}

@media not (min-width: 960px) {
	.top-dog-run__group {
		padding-block: 0;
	}
}

.top-dog-run__group>.wp-block-group__inner-container {
	max-width: var(--container_size);
}

.top-dog-run__text {
	position: absolute;
	bottom: 4em; /* top-dog-run__groupの下padding値 */
	left: var(--swl-pad_container);
	width: 50%;
	border-radius: 8px;
	box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
}

@media not (min-width: 960px) {
	.top-dog-run__text {
		position: static;
		width: auto;
	}
}

.top-dog-run__img {
	text-align: right;
}

/* ----- ペットホテル ----- */
@media not (min-width: 960px) {
	.top-hotel {
		background-color: var(--with-color-pale);
	}
}

.top-hotel__group {
	position: relative;
	padding: 4em 2em;
	background-color: var(--with-color-pale);
}

@media not (min-width: 960px) {
	.top-hotel__group {
		padding-block: 0;
	}
}

.top-hotel__group>.wp-block-group__inner-container {
	max-width: var(--container_size);
}

.top-hotel__text {
	position: absolute;
	bottom: 4em; /* top-hotel__groupの下padding値 */
	right: var(--swl-pad_container);
	width: 50%;
	border-radius: 8px;
	box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
}

@media not (min-width: 960px) {
	.top-hotel__text {
		position: static;
		width: auto;
	}
}

.top-hotel__img {
	text-align: left;
}

.top-hotel__business-hours {
	--color_border--table: var(--color_text);
}

.top-hotel__business-hours--sp tr:nth-child(odd) {
	background-color: #fff;
}

.top-hotel__business-hours--sp tr:nth-child(even) {
	background-color: #e6f5d2;
}

/* ----- お問い合わせ ----- */
.top-contact__sns .swell-block-columns__inner {
	justify-content: center;
}

.top-contact__sns .swell-block-column {
	width: auto;
}

/* --------------- ペットホテルページ --------------- */
.pet-hotel-feature {
	position: relative;
}

@media (min-width: 960px) {
	.pet-hotel-feature__img {
		width: 80%;
	}
}

.pet-hotel-feature__list {
	position: absolute;
	right: 0;
	bottom: 5%;
	display: flex;
	flex-direction: column;
	align-content: center;
	flex-wrap: wrap;
	width: 30%;
}

@media not (min-width: 960px) {
	.pet-hotel-feature__list {
		top: 0;
		bottom: auto;
		width: 40%;
	}
}

.pet-hotel-business-hours {
	--color_border--table: var(--color_text);
}

.pet-hotel-business-hours--sp tr:nth-child(odd) {
	background-color: #fff;
}

.pet-hotel-business-hours--sp tr:nth-child(even) {
	background-color: #e6f5d2;
}

.pet-hotel-daily-flow-heading.has-background {
	display: flex;
	justify-content: center;
	padding: 1em;
	margin-top: 4em;
	border-radius: 60px;
}

.pet-hotel-daily-flow img {
	width: 100%;
}

.pet-hotel-info-note {
	width: fit-content;
	margin-inline: auto;
}

/* --------------- お問い合わせページ --------------- */
/* .form__item {
	margin-bottom: 2.5em;
}

.form__label {
	display: flex;
	align-items: center;
	gap: 1em;
	margin-bottom: 1em;
	font-size: 1.25em;
	font-weight: bold;
}

.form__mark {
	padding: 3px 10px;
	border-radius: 60px;
	font-size: 60%;
	font-weight: normal;
}
.form__mark--required {
	background-color: #f69494;
	color: #fff;
}

.form__mark--optional {
	background-color: var(--color_text);
	color: #fff;
}

.form__input :is(input:not([type="radio"]), textarea) {
	width: 100%;
}

.form__submit {
	position: relative;
	text-align: center;
}

.form__submit-button {
	width: 250px;
	padding: 1em;
	border-radius: 60px;
	background-color: #ff9999;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
}

.form__submit .wpcf7-spinner {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
} */
