/*
Theme Name: --- Theme
Theme URI: https://soudai.jp/themes/
Author: SOUDAI CO.,LTD.
Author URI: https://soudai.jp/
Description: ---2021年テーマです。
Tags: 
Version: 0.1
Updated: 2021-02-04 10:02:56
*/

/*
 * common setting */
:root {
	--base-color: #060053;
	--back-color: #f3f4bc;
	--text-color: #060053;
}

a {
	color: var(--base-color);
}
html {
	color: var(--text-color);
	overflow: auto;
}

body {
	font-family: 'Sawarabi Gothic', sans-serif;
	/* background-color: var(--back-color);
	background-image: url(../images/background.svg);
	background-repeat: repeat;
	background-size: auto; */
	/* background: linear-gradient(120deg,#a1c4fd 0%,#c2e9fb 100%); */
	/* background: linear-gradient(to bottom right, #a1c4fd,white,#c2e9fb); */
}

h1, h2, h3, h4, h5{
	margin: 0;
	font-family: 'Sawarabi Mincho', serif;
	color: var(--base-color);
}
h1 a, h2 a, h3 a, h4 a, h5 a {
	color: var(--base-color);
}

ul, ol, li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

dl, dt, dd {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

/*
 * Lyaout setting
 */

/*
 * all area common */
body {
	margin: 0;
	overflow: scroll;
	background: var(--back-color);
}
.site {
	--footer-height: 100px;
}
.secondary {
	display: none;
}
.site-header {
	position: relative;
	display: block;
	width: 100%;
	height: 80px;
}
.site-footer {
	position: fixed;
	bottom: 0;
	width: 100vw;
	height: var(--footer-height);
	color: white;
	background-color: var(--base-color);
}
@media screen and (min-width: 426px) {
	body.home {
		overflow: hidden;
	}
	.home .site {
		height: 100vh;
		overflow: hidden;
	}
	.site-header {
		position: fixed;
		top: 0;
		display: flex;
		justify-content: space-between;
		height: 140px;
		z-index: 1;
		background-color: var(--back-color);
	}
	.home .site-header {
		top: calc(50vh - 85px);
	}
	.site-content {
		margin-top: 160px;
		height: calc(100vh - var(--footer-height));
	}
	.primary {
		position: relative;
		padding-bottom: var(--footer-height);
	}
	.content-area {
		width: 100%;
	}
	.site-main {
		position: relative;
	}
}
/*
* .site-header area
*/
.salon-login li.menu-item a,
.salon-logout li.menu-item a {
	margin: auto;
	display: block;
	width: 180px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: white;
	background-color: var(--base-color);
}
a.btn-petenter,
a.btn-reserve {
	margin: auto;
	display: block;
	width: 170px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: white;
	background-color: var(--base-color);
}
.site-branding {
   background-image: url(../images/head-img.svg);
   background-repeat: no-repeat;
}
.site-branding .site-icon {
	width: 140px;
	margin: 10px auto;
}
.site-header-menu {
	display: none;
}
.head-link {
	display: none;
}
@media screen and (min-width: 426px) {
	.site-header-main {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
	.site-branding {
		width: 200px;
		padding: 40px 0 0 140px;
		background-image: url(../images/head-img.svg);
		background-repeat: no-repeat;
	 }
	 .site-icon {
		 width: 100%;
		 margin: 0;
	 }
	 .site-header-menu {
		 display: block;
		 margin: 60px auto 0;
		 height: 100px;
	 }
	 .site-header-menu .top-menu {
		 display: flex;
	 }
	 .site-header-menu .top-menu li {
		 height: 20px;
	 }
	 .btn-menu {
		 /* display: inline-block; */
		 display: none;
		 cursor: pointer;
	 }
	 .sub-menu {
		 display: block;
		 min-height: 0;
		 height: 0;
		 overflow: hidden;
		 transition: min-height 0.5s;
	 }
	 .sub-menu.open {
		 min-height: 100px;
	 }
	 .sub-menu li:last-of-type {
		 margin-bottom: 20px;
	 }
	 .head-link {
		display: flex;
		display: none;/* 2025.07.09 add */
		flex-direction: column;
		justify-content: center;
		width: 220px;
		padding-left: 20px;
		background-image: url(../images/head-back.svg);
		background-repeat: no-repeat;
	 }
	 .home .head-link {
		flex-direction: row;
		justify-content: space-evenly;
		width: 300px;
		padding: 20px 0 0 50px;
		border-right: 55px solid #060053;
		box-sizing: border-box;
	 }
	 .home .salon-login li.menu-item a,
	 .home .salon-logout li.menu-item a {
		 width: 120px;
	 }
	 .home a.btn-petenter,
	 .home a.btn-reserve {
		 width: 120px;
	 }
	 .side-petenter,
	 .side-login,
	 .side-logout {
		 position: relative;
		 width: 200px;
		 margin: 0 auto;
	 }
	 .home .side-petenter,
	 .home .side-login,
	 .home .side-logout {
		 margin: 0;
		 width: 120px;
	 }
	 .home .side-reserve {
		margin: 7px 20px;
	 }
	 .home .shufflebtn {
		position: fixed;
		display: none;/* 2025.07.09 add */
		right: 50px;
		top: calc(50vh - 20px);
		z-index: 1;
	 }
	 .home .chooseinput {
		position: fixed;
		display: none;/* 2025.07.09 add */
		right: 0;
		top: calc(50vh - 4px);
		z-index: 1;
	 }
	 .side-reserve a.btn-reserve {
		 text-indent: 200px;
		 overflow: hidden;
		 background-image: url(../images/btn-reserve.svg);
		 background-repeat: no-repeat;
	 }
	 .side-login .salon-login li.menu-item a {
		 text-indent: 200px;
		 overflow: hidden;
		 background-image: url(../images/btn-login.svg);
		 background-repeat: no-repeat;
	 }
	 .side-login .salon-logout li.menu-item a {
		 text-indent: 200px;
		 overflow: hidden;
		 background-image: url(../images/btn-logout.svg);
		 background-repeat: no-repeat;
	 }
	 .side-icon {
		 position: absolute;
		 bottom: 30px;
		 width: 100%;
	 }
	 .side-menu2 {
		 width: 80%;
		 margin: auto;
		 display: flex;
		 justify-content: space-evenly;
	 }
}
/* .site-content area
 * inner #secondary.sidevar / #primary.content-area
 */
/* #secondary.sidebar area */


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

}

/* #primary.content-area */
/* .logged-in .entry-title {
	display: none;
} */
.um span.um-req {
	color: red !important;
}


/* Ultimate member css */
.um a.um-button.um-alt,
.um input[type=submit].um-button {
	max-width: 200px;
	color: white;
	background-color: var(--base-color) !important;
	border-radius: 30px !important;
}
.um .registoryguide {
	margin-top: 50px;
	margin-bottom: 10px;
}
.um .registoryguide span {
	display: block;
	text-align: center;
}
.um-field {
	margin-bottom: 10px;
	height: 40px;
}
.um-field-label,
.um-field-area {
	height: 30px;
	line-height: 30px;
}
.site-main {
	padding-top: 0;
}
.entry-header {
	padding-top: 0;
	background: none;
}
.home .entry-title {
	display: none;
}
.entry-content {
	/* padding-bottom: 110px; */
}
.entry-title {
	margin-top: 10px !important;
	text-align: center;
}
.um-row .um-field-label {
	margin-left: calc(10% + 4px);
	margin-right: 10%;
	margin-bottom: 0;
}
.um-row .um-field-area {
	margin-left: 10%;
	margin-right: 10%;
}
.um-form .um-field-area input[type=text],
.um-form .um-field-area input[type=password] {
	height: 26px !important;
}
.um-form .um-field-c {
	display: block;
	width: 210px;
	margin: auto;
}
.um-form .um-col-alt {
	padding-top: 4px;
}
.um-form .um-col-alt .um-half {
	width: 200px;
	margin: 0 auto;
	float: unset;
}
.um-form .um-col-alt .registoryguide {
	margin-top: 20px;
}

/* .um-user-pageの設定 */
.um-page-login .um-login {
	width: 90%;
	padding-bottom: 100px;
}
.um-page-login .um-field-error {
	margin: 0;
	padding: 2px 4px;
}
.um-page-login .um-field-arrow {
	top: -15px;
	left: 50px;
}
.um-page-login .um-login .um-field-username,
.um-page-login .um-login .um-field-user_password {
	margin: 0 5%;
	height: 50px;
}
.um-page-login .um-login .um-field-username {
	z-index: 1;
}
/* .um-page-register(.um-page-logout)の設定 */
.um-page-register .um-register {
	width: 90%;
	padding-bottom: 100px;
}
.um-page-register .um-field-error {
	margin: 0;
	padding: 2px 4px;
}
.um-page-register .um-field-arrow {
	top: -15px;
	left: 50px;
}
.um-page-register .registoryguide,
.um-page-register .um-right.um-half {
	display: none;
}
.um-page-register .um-register .um-field-last_name,
.um-page-register .um-register .um-field-first_name,
.um-page-register .um-register .um-field-user_email,
.um-page-register .um-register .um-field-user_password {
	margin: 0 5%;
	height: 50px;
}
.um-page-register .um-register .um-field-user_email {
	z-index: 2;
}
.um-page-register .um-register .um-field-user_password[data-key="user_password"] {
	z-index: 1;
}
/* .um-page-passwordの設定 */
.um-page-password-reset .um-password {
	width: 90%;
}
.um-page-password-reset .um-field-username_b {
	margin: 0;
	padding: 20px 24px;
}
#username_b::placeholder {
	color: white;
}
.um-page-password-reset .um-field-error {
	margin: 0;
	padding: 2px 4px;
}
.um-page-password-reset .um-field-arrow {
	top: -15px;
	left: 50px;
}
/* .um-page-userの設定 */
.um-page-user .um-profile.um-viewing {
	display: none;
}
@media screen and (min-width: 426px) {
	.entry-content {
		padding-bottom: 0;
	}
	.um-page-login .entry-header,
	.um-page-register .entry-header {
		margin: auto;
		width: 300px;
		height: 460px;
		padding-top: 240px;
		margin-bottom: -400px;
		background-image: url(../images/guruguru-logo.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-position-y: 20px;
	}
	.um-page-login .um-login {
		max-width: 700px !important;
	}
	.um-page-login .um-login .um-field-username,
	.um-page-login .um-login .um-field-user_password {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin: 0;
	}
	.um-page-login .um-login .um-field-username .um-field-label,
	.um-page-login .um-login .um-field-username .um-field-area,
	.um-page-login .um-login .um-field-user_password .um-field-label,
	.um-page-login .um-login .um-field-user_password .um-field-area {
		margin: 0;
		width: 300px;
		box-sizing: inherit;
	}
	.um-page-login .um-login .um-field-username .um-field-label,
	.um-page-login .um-login .um-field-user_password .um-field-label {
		padding-right: 4px;
		text-align: right;
	}
	.um-page-login .um-login .um-field-username .um-field-area,
	.um-page-login .um-login .um-field-user_password  .um-field-area {
		padding-left: 4px;
		text-align: left;
	}
	.um-page-login .um-login .um-field-username .um-field-area input,
	.um-page-login .um-login .um-field-user_password .um-field-area input {
		width: 200px;
	}
	.um-form .um-col-alt {
		display: flex;
		flex-direction: column;
	}
	.um-form .um-col-alt > div {
		margin: auto;
	}
	.um-form .um-col-alt .registoryguide {
		margin-bottom: 20px;
	}
	/* .um-page-userの設定 */
}

/* デバッグ用に表示
 * 記事内にショートコード
 *   <div class="user-info">[dispuserinfo]</div>
 * を追加して使用する
 */
.user-info {
	position: fixed;
	bottom: 30px;
	right: 4px;
	opacity: 0.4;
}
.user-info dl {
	display: flex;
}
.user-info dl dt {
	width: 200px;
	text-align: right;
}
.user-info dl dd {
	text-align: left;
	padding-left: 4px;
	padding-right: 8px;
}
.user-info dl dt::after {
	content: ":";
	display: inline-block;
	margin-left: 4px;
} 
/* デバッグ用ここまで */

/* マイペットギャラリー ページ */
/* ペットギャラリー */
.gallery-area {
	padding-bottom: 100px;
}
.photo-lists {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
.photo-lists .photo-list {
	width: 30%;
}
.photo-lists .photo-list img {
	width: 100%;
}
.photo-lists .photo-list:nth-of-type(n+10) {
	display: none;
}
.photo-list.mask > img {
	display: none;
	cursor: auto;
	pointer-events: none;
}
.photo-list.dummy > img {
	opacity: 0.1;/* 0 */
	cursor: auto;
	pointer-events: none;
}
.photo-sub-lists {
	display: block;
	position: absolute;
	top: 130px;
	left: 5%;
	width: 90%;
	overflow-x: auto;
	white-space: nowrap;
}
.photo-lists .close-btn,
.photo-sub-lists .photo-sub-list {
	display: none;
}
.photo-lists .close-btn.open {
	display: block;
	position: absolute;
	top: 130px;
	left: calc(90% - 50px);
	font-size: 16px;
	cursor: pointer;
	z-index: 1;
}
.photo-lists .close-btn::before {
	content: "×";
	display: inline-block;
	margin-right: 4px;
	width: 14px;
	height: 14px;
	line-height: 12px;
	text-align: center;
	color: white;
	font-size: 16px;
	background-color: var(--base-color);
	border-radius: 50%;
}
.photo-sub-lists.open .photo-sub-list {
	display: inline-block;
	position: relative;
	padding-top: 24px;
	width: 100%;
	height: 300px;
	overflow: hidden;
}
.photo-lists .next-btn,
.photo-lists .prev-btn {
	display: none;
}
.photo-lists .next-btn.open,
.photo-lists .prev-btn.open {
	position: absolute;
	top: 34%;
	display: block;
	color: silver;
	font-size: 50px;
	cursor: pointer;
	z-index: 1;
}
.photo-lists .prev-btn.open {
	left: 30px;
}
.photo-lists .next-btn.open {
	left: calc(90% - 20px);
}
.photo-lists .pet-info {
	display: none;
}
.photo-lists .pet-info.open {
	position: absolute;
	top: 60%;
	left: 1.6%;
	display: block;
	/* flex-wrap: wrap;
	justify-content: space-evenly; */
	height: 30px;
	padding: 2px 36px 2px 6px;
	text-align: left;
	font-size: 20px;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	color: white;
	background-color: #fdd200;
	border-radius: 4px;
	/* border-top: 5px solid white;
	border-left: 5px solid white;
	border-bottom: 5px solid white; */
}
.photo-lists .pet-info.open span {
	margin-right: 10px;
}
.photo-lists .pet-info.open span.sex {
	display: none;
}
.photo-lists .pet-info.type.open {
	/* display: block; */
	top: calc(60% + 30px);
	color: #fdd200;
	background-color: transparent;
}
/* .photo-lists .pet-info.open.male {
	background-color: #2981e2;
}
.photo-lists .pet-info.open.unknown {
	background-color: #666;
} */
/* .photo-lists .pet-info::before,
.photo-lists .pet-info::after,
.photo-lists .pet-info.open.male::after,
.photo-lists .pet-info.open.unknown::after {
	content: '';
	position: absolute;
	width: 0px;
	height: 0px;
	border-style: solid;
}
.photo-lists .pet-info::before {
	top: -5px;
	right: -23px;
	border-width: 37px 18px 37px 8px;
	border-color: #fff transparent #fff #fff;
}
.photo-lists .pet-info::after {
	top: 0;
	right: -15px;
	border-width: 32px 15px 32px 5px;
	border-color: #ed1e79 transparent #ed1e79 #ed1e79;
	z-index: 1;
} */
/* .photo-lists .pet-info.open.male::after {
	border-color: #2981e2 transparent #2981e2 #2981e2;
}
.photo-lists .pet-info.open.unknown::after {
	border-color: #666 transparent #666 #666;
} */
/* .photo-lists .pet-info.open .type {
	width: 100%;
	text-align: center;
} */
.center-frame-img,
.chooseinput {
	display: none;
}
.btn-shuffle {
	position: fixed;
	bottom: 106px;
	left: calc(50% - 80px);
	display: block;
	display: none;/* 2025.07.09 add */
	width: 160px;
	height: 27px;
	margin: 4px auto;
	text-indent: 170px;
	overflow: hidden;
	background-image: url(../images/btn-shuffle-mb.svg);
	background-repeat: no-repeat;
}
@media screen and (min-width: 426px) {
	/* ペットギャラリー */
	.gallery-area {
		padding-bottom: 0;
	}
	.entry-content {
		position: relative;
	}
	.gallery-area {
		display: block;
		width: 100%;
		margin: 0;
		position: fixed;
		top: 0;
	}
	.photo-lists {
		min-height: 100px;
	}
	.photo-lists .photo-list {
		display: block;
		margin: 0;
		width: 11.11%;
		height: calc((100vh - 170px) * 0.167);
		text-align: center;
		overflow: hidden;
	}
	.photo-lists .photo-list:nth-of-type(n+10) {
		display: block;
	}
	.photo-lists .photo-list:nth-of-type(n+28) {
		margin-top: 139px;
	}
	.photo-lists .photo-list:nth-of-type(n+37) {
		margin-top: 0;
	}
	.photo-lists .photo-list img {
		width: 100%;
		margin-top: calc((100vh - 170px) * -0.083)
	}
	.photo-list img {
		cursor: pointer;
	}
	.open .photo-sub-list img {
		width: 90%;
		margin-top: calc((100vh - 170px) / -6);
		cursor: auto;
		box-shadow: 2px 2px 8px #666;
	}
	.photo-sub-lists {
		top: calc(50vh + 85px);
		left: 0;
		width: 33.2%;
    	height: calc((100vh - 170px) * 0.32);
	}
	.photo-lists .close-btn.open {
		top: calc(50vh + 55px);
		left: calc(33.2% - 80px);
	}
	.photo-sub-lists::-webkit-scrollbar {
		display: none;
	}
	.photo-lists .next-btn,
	.photo-lists .prev-btn {
		display: none;
	}
	.photo-lists .next-btn.open,
	.photo-lists .prev-btn.open {
		top: 30%;
	}
	.photo-lists .prev-btn.open {
		left: 30px;
	}
	.photo-lists .next-btn.open {
		left: calc(33.2% - 50px);
	}
	.photo-lists .pet-info.open {
		top: 0;
	}
	/* トップ画面ボタン */
	.center-frame {
		width: 30%;
		margin: auto;
		text-align: center;
	}
	.center-frame-img {
		display: block;
		width: 100%;
		text-align: center;
	}
	.center-frame img {
		width: 60%;
		height: auto;
		margin-top: 10px;
	}
	.btn-shuffle {
		position: relative;
		margin: auto;
		left: unset;
		bottom: 0;
		background-image: url(../images/btn-shuffle.svg);
	}
	.chooseinput {
		display: block;
		margin-top: 20px;
	}
	.chooseinput input {
		margin-right: 6px;
		border: none;
		box-shadow: 2px 2px 2px var(--base-color);
	}
	.chooseinput input[type="submit" i] {
		width: 50px;
	}
	.choose-submit {
		color: white;
		cursor: pointer;
		border-radius: 14px;
		background-color: var(--base-color);
	}

}

/* 会員ページペット写真 */
.page-user .user-gallery .title {
	display: none;
}
.page-user .user-gallery {
	width: 96%;
	margin: 0 auto;
}
.page-user .mypet-lists {
	display: flex;
	flex-wrap: wrap;
}
.page-user .mypet-lists .mypet-list {
	width: 50%;
	text-align: center;
	margin-bottom: 20px;
	max-width: 200px;
}
.page-user .mypet-lists .mypet-list img {
	width: 94%;
}
.page-user .mypet-list .mypet-name {
	position: relative;
	display: block;
	margin-left: 10px;
	width: 70%;
	height: 30px;
	line-height: 30px;;
	padding: 2px 16px 2px 2px;
	color: white;
	background-color: #ed1e79;
	border-top: 3px solid white;
	border-left: 3px solid white;
	border-bottom: 3px solid white;
}
.page-user .mypet-list .mypet-name.male {
	background-color: #2981e2;
}
.page-user .mypet-list .mypet-name.unknown {
	background-color: #666;
}
.page-user .mypet-list .mypet-name::before,
.page-user .mypet-list .mypet-name::after {
	content: '';
	position: absolute;
	width: 0px;
	height: 0px;
	border-style: solid;
}
.page-user .mypet-list .mypet-name::before {
	top: -3px;
	right: -16px;
	border-width: 20px 12px 20px 8px;
	border-color: #fff transparent #fff #fff;
}
.page-user .mypet-list .mypet-name::after {
	top: 0;
	right: -10px;
	border-width: 17px 10px 17px 5px;
	border-color: #ed1e79 transparent #ed1e79 #ed1e79;
	z-index: 1;
}
.page-user .mypet-list .mypet-name.male::after {
	border-color: #2981e2 transparent #2981e2 #2981e2;
}
.page-user .mypet-list .mypet-name.unknown::after {
	border-color: #666 transparent #666 #666;
}
.page-user .mypet-list img {
	margin-top: 20px;
	width: 90%;
}
.page-user .mypet-list span {
	display: block;
}
.page-user .btn-petinfo {
	display: block;
	margin: auto;
	width: 90%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: white;
	border-radius: 20px;
	background-color: var(--base-color);
}
/* お店からのお知らせ */
.salon-notice {
	width: 80%;
	margin: 0 auto;
	padding: 20px 30px 30px;
	background-color: #f6f0e4;
	border-radius: 8px;
}
.salon-notice .title {
	font-size: 24px;
}
.salon-notice .news-lists {
	margin-top: 8px;
}
.salon-notice .news-list {
	width: 98%;
	padding: 8px;
	border-bottom: 1px solid #70562b;
}
.salon-notice .news-list:first-of-type {
	border-top: 1px solid #70562b;
}
.salon-notice .news-list .l-div {
	display: none;
}
.salon-notice .news-list .r-div {
	display: flex;
}
.salon-notice .news-list .r-div .post-except {
	display: none;
}

@media screen and (min-width: 426px) {
	.page-user .user-gallery .title {
		display: block;
	}
	.page-user .user-gallery {
		width: 80%;
		margin: 30px auto 0;
	}
	.page-user .user-gallery .title {
		width: 180px;
		height: 40px;
		font-size: 24px;
		text-indent: 180px;
		overflow: hidden;
		background-image: url(../images/title-member-page.svg);
		background-repeat: no-repeat;
	}
	.page-user .mypet-lists {
		display: block;
		overflow-x: auto;
		white-space: nowrap;
	}
	.page-user .mypet-list {
		position: relative;
		display: inline-block;
		width: 200px;
		margin: 4px;
		padding-top: 30px;
		text-align: center;
		font-size: 20px;
		background: transparent;
	}
	.page-user .mypet-list .mypet-name {
		width: 80%;
	}
	.page-user .btn-petinfo {
		width: 180px;
	}
	.salon-notice {
		margin: 30px auto 0;
	}
}

/* 会員ペット基本情報ページ */
.mypet-information {
	padding-bottom: 110px;
}
.mypet-info-lists {
	display: flex;
	flex-direction: column;
}
.mypet-info-list {
	display: flex;
	flex-direction: column;
}
.mypet-info-list .mypet-album-karte-list {
	display: flex;
	flex-direction: column-reverse;
}
.mypet-info-list .pet-info {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	margin: 20px auto;
	width: 60%;
	height: 60px;
	padding: 2px 36px 2px 6px;
	font-size: 20px;
	color: white;
	background-color: #ed1e79;
	border-top: 5px solid white;
	border-left: 5px solid white;
	border-bottom: 5px solid white;
}
.mypet-info-list .pet-info.male {
	background-color: #2981e2;
}
.mypet-info-list .pet-info.unknown {
	background-color: #666;
}
.mypet-info-list .pet-info::before,
.mypet-info-list .pet-info::after,
.mypet-info-list .pet-info.male::after,
.mypet-info-list .pet-info.unknown::after {
	content: '';
	position: absolute;
	width: 0px;
	height: 0px;
	border-style: solid;
}
.mypet-info-list .pet-info::before {
	top: -5px;
	right: -23px;
	border-width: 37px 18px 37px 8px;
	border-color: #fff transparent #fff #fff;
}
.mypet-info-list .pet-info::after {
	top: 0;
	right: -15px;
	border-width: 32px 15px 32px 5px;
	border-color: #ed1e79 transparent #ed1e79 #ed1e79;
	z-index: 1;
}
.mypet-info-list .pet-info.male::after {
	border-color: #2981e2 transparent #2981e2 #2981e2;
}
.mypet-info-list .pet-info.unknown::after {
	border-color: #666 transparent #666 #666;
}
.mypet-info-list .pet-info .type {
	width: 100%;
	text-align: center;
}
.mypet-info-list .mypet-photo {
	width: 80%;
	margin: auto;
	text-align: center;
}
.mypet-info-list .mypet-photo img {
	width: 100%;
}
.mypet-info-list .btn-member {
	display: block;
	margin: 20px auto;
	width: 60%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: white;
	overflow: hidden;
	border-radius: 20px;
	background-color: var(--base-color);
}
.mypet-info-list .mypet-info-base .mypet-base-title .title-base {
	margin: 20px auto;
	width: 160px;
	height: 40px;
	text-indent: 160px;
	text-align: center;
	font-size: 24px;
	background-image: url(../images/title-base.svg);
	background-repeat: no-repeat;
	overflow: hidden;
}
.mypet-info-list .mypet-info-base .mypet-base-lists {
	display: flex;
	flex-direction: column;
	width: 90%;
	margin: 0 auto;
	padding: 20px 10px;
	background-color: #f6f0e4;
}
.mypet-info-list .mypet-info-base .mypet-base-list {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	line-height: 2;
	padding: 0 20px 10px;
}
.mypet-info-list .mypet-info-base .mypet-base-list dt,
.mypet-info-list .mypet-info-base .mypet-base-list dd {
	width: 100%;
}
.mypet-info-list .mypet-info-base .mypet-base-list dd.info-data {
	height: 30px;
	background-color: white;
	border-radius: 30px;
	box-shadow: 3px 3px 4px #666;
}
.mypet-info-list .mypet-album-karte-list .mypet-karte-title .title-karte {
	margin: 20px auto;
	width: 160px;
	height: 40px;
	text-indent: 160px;
	text-align: center;
	font-size: 24px;
	background-image: url(../images/title-karte.svg);
	background-repeat: no-repeat;
	overflow: hidden;
}
.mypet-info-list .mypet-album-karte-list .pet-karte-info-lists {
	display: flex;
	flex-direction: column;
	width: 90%;
	margin: 0 auto;
	padding: 20px 10px;
	background-color: white;
	border-radius: 30px;
	box-shadow: 3px 3px 4px #666;
}
.mypet-info-list .mypet-album-karte-list .pet-karte-info-list {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	line-height: 2;
	padding: 0 20px 10px;
}
.mypet-info-list .mypet-album-karte-list .pet-karte-info-list dl {
	width: 100%;
}
.mypet-info-list .mypet-album-karte-list .pet-karte-info-list dt,
.mypet-info-list .mypet-album-karte-list .pet-karte-info-list dd {
	border-bottom: 1px solid #666;
}
.mypet-info-list .mypet-album-karte-list .mypet-album-title .title-album {
	margin: 20px auto;
	width: 160px;
	height: 40px;
	text-indent: 160px;
	text-align: center;
	font-size: 24px;
	background-image: url(../images/title-album.svg);
	background-repeat: no-repeat;
	overflow: hidden;
}
.mypet-info-list .mypet-album-karte-list .mypet-photo-lists {
	display: flex;
	flex-wrap: wrap;
}
.mypet-info-list .mypet-album-karte-list .mypet-photo-list {
	width: 50%;
	text-align: center;
}
.mypet-info-list .mypet-album-karte-list .mypet-photo-list img {
	width: 95%;
}

@media screen and (min-width: 426px) {
	.mypet-information {
		padding-bottom: 0;
	}
	.mypet-info-list {
		flex-direction: row;
	}
	.mypet-info-list .mypet-info-photo {
		width: 30%;
	}
	.mypet-info-list .mypet-info-base {
		width: 70%;
	}
	.mypet-info-list .pet-info {
		width: 200px;
	}
	.mypet-info-list .mypet-photo {
		width: 100%;
		max-width: 290px;
	}
	.mypet-info-list .mypet-photo img {
		width: 100%;
	}
	.mypet-info-list .btn-member {
		width: 180px;
	}
	.mypet-info-list .mypet-info-base .mypet-base-lists {
		flex-direction: row;
		width: 88%;
		flex-wrap: wrap;
	}
	.mypet-info-list .mypet-info-base .mypet-base-list {
		width: 50%;
		padding: 10px 0;
		margin: 0 auto;
		border-bottom: 1px solid #666;
	}
	.mypet-info-list .mypet-info-base .mypet-base-list.owner-name {
		padding-right: 50%;
	}
	.mypet-info-list .mypet-info-base .mypet-base-list.owner-addr {
		width: 100%;
	}
	.mypet-info-list .mypet-info-base .mypet-base-list dt {
		width: 40%;
	}
	.mypet-info-list .mypet-info-base .mypet-base-list dd {
		width: 60%;
	}
	.mypet-info-list .mypet-info-base .mypet-base-list.owner-addr dt {
		width: 20%;
	}
	.mypet-info-list .mypet-info-base .mypet-base-list.owner-addr dd {
		width: 80%;
	}
	.mypet-info-list .mypet-album-karte-lists {
		width: 100%;
	}
	.mypet-info-list .mypet-album-karte-list {
		flex-direction: row;
		margin-bottom: 20px;
	}
	.mypet-info-list .mypet-album-karte-list .mypet-info-album {
		width: 30%;
	}
	.mypet-info-list .mypet-album-karte-list .mypet-info-karte {
		width: 70%;
	}
	.mypet-info-list .mypet-album-karte-list .pet-karte-info-list {
		line-height: 1.4;
	}
	.mypet-info-list .mypet-album-karte-list .pet-karte-info-list dl {
		display: flex;
		flex-wrap: wrap;
	}
	.mypet-info-list .mypet-album-karte-list .pet-karte-info-list dt {
		width: 40%;
	}
	.mypet-info-list .mypet-album-karte-list .pet-karte-info-list dd {
		width: 60%;
		text-align: left;
	}

}

/* 「ようこそ」を表示したいとき */
.page-user .entry-title {
	display: block;
}
.page-user .entry-title {
	margin-top: 20px;
}
.page-user .entry-title::before {
	content: "ようこそ　";
	display: inline-block;
}
.page-user .entry-title::after {
	content: "　様";
	display: inline-block;
}

/* 予約フォーム */
.book-calendar {
	max-width: 800px;
	margin: auto;
}
.book-dates {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
.book-date {
	display: flex;
	width: 100%;
	margin: 2px auto;
	justify-content: space-between;
}
.weeks {
	display: none;
}
.week {
	display: inline-block;
}
.outside {
	display: none;
}
.day-title {
	text-align: right;
}
.day-title span {
	display: inline-block;
	width: 24.14%;
	text-align: center;
	border-left: 1px dotted #aaa;
}
.book-date .day {
	width: 25%;
}
.book-zones {
	width: 75%;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
}
.book-zone {
	width: 30%;
	display: flex;
	justify-content: space-evenly;
	border-left: 1px dotted #aaa;
}
.book-zone span {
	width: 40%;
}
.book-zone span.zone-name {
	display: none;
}
.book-zone span.btn-reserve {
	width: 40%;
	height: 18px;
	border: 1px solid #0073aa;
	border-radius: 4px;
	line-height: 1.5;
}
.book-zone span.holiday {
	opacity: 0.5;
}
@media screen and (min-width: 426px) {
	.day-title {
		display: none;
	}
	.book-dates {
		flex-direction: row;
	}
	.book-date {
		display: block;
		margin: 3px 2px 2px;
		width: calc(100% / 7 - 8px);
		min-width: 100px;
		text-align: center;
		border: 1px solid green;
		border-radius: 6px;
		background-color: white;
		box-shadow: 1px 2px;
	}
	.book-zones {
		flex-direction: column;
	}
	.book-date .day,
	.book-zones,
	.book-zone,
	.book-zone span {
		width: 100%;
	}
	.book-zone {
		border-left: none;
	}
	.book-zone span.zone-name {
		width: 20%;
		min-width: 30px;
		display: block;
		padding-top: 1px;
		font-size: 0.9em;/*翻訳後はノーマルサイズで良い*/
	}
	.book-zone span.zone-mark {
		width: 20%;
	}
	.book-zone span.btn-reserve {
		width: 40%;
		height: 18px;
		border: 0.5px solid #0073aa;
		border-radius: 4px;
		line-height: normal;
	}
}

.book-date.sun {
	border-color: red;
	background-color: lavenderblush;
}
.book-date.sat {
	border-color: blue;
	background-color: aliceblue;
}
.book-date.same-day {
	border-color: orange;
	background-color: lightgoldenrodyellow;
}
.book-date.confirm-day {
	border-color: darkgreen;
	background-color: palegreen;
}
.book-date.outside {
	color: gray;
	background-color: #eee;
	border-color: green;
	box-shadow: unset;
}
.book-zone span {
	display: inline-block;
	text-align: center;
}
.book-zone.same-zone {
	background-color: gold;
	border-radius: 6px;
}
.book-zone.confirm-zone {
	background-color: lightgoldenrodyellow;
	border-radius: 6px;
}
.outside .book-zone span.btn-reserve,
.book-zone span.btn-reserve.disable {
	border-color: #aaa;
	color: #aaa;
}
.btn-reserve {
	font-size: 0.8em;
	color: #0073aa;
	cursor: pointer;
}
.btn-reserve.disable,
.outside .btn-reserve {
	cursor: not-allowed;
}
@media screen and (min-width: 1122px) {
	.weeks {
		display: flex;
	}
	ul:not(.weeks) .week {
		display: none;
	}
	.outside {
		display: block;
	}
}
/* book info */
.notice {
	color: red;
}
.book-info .form-area label {
	margin-right: 10px;
}
.book-info > div > div {
	margin-left: 10px;
}
.booking span {
	display: block;
}
.booking .apply {
	display: flex;
}
.booking .apply .apply-field {
	display: inline-block;
	width: 210px;
	height: 20px;
	margin-left: 8px;
	line-height: 20px;
	text-align: center;
	border: 1px solid green;
	border-radius: 4px;
	background-color: white;
}
.booking .apply .apply-field.disabled {
	color: rgb(84, 84, 84);
	background-color: rgba(239, 239, 239, 0.3);
	border-color: rgba(118, 118, 118, 0.3);
}
.booking h4 {
	display: inline-block;
}
.tellus {
	width: 80%;
	height: 40px;
}
.cansel {
	text-align: center;
	padding: 20px 0;
}
.btn-submit {
	display: inline-block;
	padding: 0 4px;
	text-align: center;
	border: 0.5px solid #0073aa;
	border-radius: 4px;
	cursor: pointer;
	margin-bottom: 10px;
}
.btn-submit.disabled {
	color: rgb(84, 84, 84);
	background-color: rgba(239, 239, 239, 0.3);
	border-color: rgba(118, 118, 118, 0.3);
	cursor: default;
}
.btn-submit + .please {
	display: block;
}
span.cannot {
	margin-left: 10px;
	display: inline-block;
	color: red;
}
.btn-anchor {
	margin: auto;
	display: block;
	width: 160px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: white;
	background-color: var(--base-color);
	border-radius: 20px;
}
@media screen and (min-width: 426px) {
	.booking span {
		display: inline-block;
	}
	.btn-submit + .please {
		display: inline-block;
	}
}
/* footer area */
.mb-navigation {
	display: flex;
	justify-content: space-evenly;
}
.mb-navigation li a {
	display: block;
	margin: 8px 0;
	width: 40px;
	height: 40px;
	text-indent: 40px;
	overflow: hidden;
	color: white;
}
.mb-navigation li a.btn-home {
	background-image: url(../images/btn-home.svg);
	background-repeat: no-repeat;
}
.mb-navigation li a.btn-menu {
	background-image: url(../images/btn-menu.svg);
	background-repeat: no-repeat;
}
.mb-navigation li a.btn-hotel {
	background-image: url(../images/btn-hotel.svg);
	background-repeat: no-repeat;
}
.mb-navigation li a.btn-tel {
	background-image: url(../images/btn-tel.svg);
	background-repeat: no-repeat;
}
.mb-navigation li a.btn-mail {
	background-image: url(../images/btn-mail.svg);
	background-repeat: no-repeat;
}
.foot-link {
	display: flex;
	display: none;/* 2025.07.09 add */
	justify-content: space-around;
	height: 16px;
}
.foot-link > div {
	display: block;
	margin: 0;
	width: 40%;
}
.foot-link .btn-reserve,
.foot-link .btn-login,
.foot-link .btn-logout {
	display: block;
	width: 100%;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: var(--base-color);
	border-radius: 8px;
	background-color: white;
}
.site-info {
	text-align: center;
	line-height: 30px;
}
.site-info a {
	color: white;
	font-size: 0.9em;
}
@media screen and (min-width: 426px) {
	.site-footer {
		height: 30px;
	}
	.footer-navi-area,
	.foot-link {
		display: none;
	}
}

/* 2024.12.29 addtion */
h4.sub-midashi {
	position: relative;
	margin: 30px auto 10px;
	width: 200px;
	text-align: center;
}
h4.sub-midashi::before,
h4.sub-midashi::after {
	content: "";
	position: absolute;
	top: 10px;
	width: 40px;
	height: 1px;
	background-color: #060053;
}
h4.sub-midashi::before {
	left: 0px;
}
h4.sub-midashi::after {
	right: 0;
}
dl.price-row {
	display: flex;
	box-sizing: content-box;
}
dl.price-row:not(:last-child) {
	border-bottom: 2px solid transparent;
}
dl.price-row.title-row {
	margin-top: 20px;
}
dl.price-row dd.price-column {
	display: flex;
	justify-content: space-around;
	width: calc(100% - 400px);
	background-color: white;
}
dl.price-row dt.title-column {
	width: 400px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: white;
	background-color: #f29219;
}
dl.price-row dd.price-column > div {
	width: 50%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-left: 1px solid var(--back-color);
}
ul.sentence-shampoo-cut {
	margin: 20px auto 0;
	max-width: 90%;
}
ul.sentence-shampoo-cut li {
	margin-left: 20px;
	list-style-type: disc;
}
@media screen and (max-width: 425px) {
	dl.price-row {
		flex-direction: column;
	}
	dl.price-row.title-row {
		display: none;
	}
	dl.price-row.detail-row {
		margin-top: 10px;
	}
	dl.price-row dd.price-column {
		flex-direction: column;
		width: 100%;
	}
	dl.price-row dt.title-column {
		width: 100%;
	}
	dl.price-row dd.price-column > div {
		width: 100%;
		position: relative;
	}
	dl.price-row dd.price-column > div.shampoo::before {
		content: '🧴';
		position: absolute;
		left: calc(50% - 100px);
		top: 0;
	}
	dl.price-row dd.price-column > div.cut::before {
		content: '✂️';
		position: absolute;
		left: calc(50% - 100px);
		top: 0;
	}
}
/* 2025.07.09 addtion */
.stay-price-list-head {
	display: none;
}
.stay-price-list-item {
	display: flex;
	width: 80%;
	margin: 0 auto;
}
.stay-price-list-item dt {
	width: 50%;
	color: white;
	background-color: #f29219;
}
.stay-price-list-item dd {
	width: 50%;
	border-bottom: 1px solid #f29219
}
@media screen and (min-width: 769px) {
	.stay-price-list-head {
		display: table-header-group;
	}
	.stay-price-list-item dt {
		display: none;
	}
	.stay-price-list-item dd {
		border: none;
	}
}