body, input, textarea, button, .button, .faux-button, .faux-button.more-link, .wp-block-button__link, .wp-block-file__button, .has-drop-cap:not(:focus)::first-letter, .entry-content .wp-block-archives, .entry-content .wp-block-categories, .entry-content .wp-block-cover-image, .entry-content .wp-block-cover-image p, .entry-content .wp-block-latest-comments, .entry-content .wp-block-latest-posts, .entry-content .wp-block-pullquote, .entry-content .wp-block-quote.is-large, .entry-content .wp-block-quote.is-style-large, .entry-content .wp-block-archives *, .entry-content .wp-block-categories *, .entry-content .wp-block-latest-posts *, .entry-content .wp-block-latest-comments *, .entry-content, .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content p, .entry-content ol, .entry-content ul, .entry-content dl, .entry-content dt, .entry-content cite, .entry-content figcaption, .entry-content table, .entry-content address, .entry-content .wp-caption-text, .entry-content .wp-block-file, .comment-content p, .comment-content ol, .comment-content ul, .comment-content dl, .comment-content dt, .comment-content cite, .comment-content figcaption, .comment-content .wp-caption-text, .widget_text p, .widget_text ol, .widget_text ul, .widget_text dl, .widget_text dt, .widget-content .rssSummary, .widget-content cite, .widget-content figcaption, .widget-content .wp-caption-text {
	font-family: "Noto Sans JP", sans-serif !important;
}
div.wp-site-blocks {
	overflow: hidden;
}
:where(.wp-site-blocks *:focus),
*:focus-visible {
	outline: none;
}
/*-----ヘッダーエリア-----*/
header div.eyecatch_waku {
	position: relative;
	min-height: 60px;
}
header div.eyecatch_waku figure.eyecatchimg {
	width: 100%;
	max-height: 680px;
	overflow: hidden;
}
body.home header div.eyecatch_waku figure.eyecatchimg {
	max-height: 1040px;
}
header div.eyecatch_waku figure.eyecatchimg img {
	border-radius: 0;
}
header div.eyecatch_waku div.h-title {
	position: absolute;
	top: 0;
	width: 100%;
	border-bottom-left-radius: 50% 60%;
	border-bottom-right-radius: 50% 60%;
	z-index: 5;
}
header div.eyecatch_waku div.h-title figure {
	width: 188px;
	margin: 0 auto;
	padding: 5px 0;
}
header div.eyecatch_waku figure.top_catchcopy {
	display: none;
}
body.home header div.eyecatch_waku figure.top_catchcopy {
	position: absolute;
	top: 50%;
	left: 53%;
	display: block;
	max-width: 600px;
	transform: translate(-50%, -50%);
	width: 42vw;
}
/*-----基本フォントサイズ-----*/
div.entry-content {
	font-size: 16px;
}
/*-----トップページ-----*/
body.home main > div.has-global-padding {
	padding-right: 0;
	padding-left: 0;
}
body.home .top_moze {
	max-width: 380px;
	margin: 2rem auto;
}
body.home .top_content {
	margin: 0 auto;
	gap: 0;
}
body.home .top_content > div {
	width: 50%;
	gap: 0;
	box-sizing: border-box;
}
body.home .top_content > div > p:first-child {
	border: solid 2px;
	border-bottom: none;
	padding: 0.3rem 1rem;
	width: 100%;
	box-sizing: border-box;
	font-weight: 600;
	line-height: 1.4;
}
body.home .top_content > div .titlewaku {
	padding: 0 1rem;
	gap: 0;
	width: 100%;
}
body.home .top_content > div h2 {
	margin: 0 !important;
	padding: 0 !important;
	width: 100%;
	line-height: 1;
	letter-spacing: 1px;
	font-size: 2.4rem;
	font-weight: 700;
	color: #fff5e3;
}
body.home .top_content > div .titlewaku p {
	width: 100%;
	font-weight: 600;
}
.top_content > div.side_community .titlewaku {
	position: relative;
}
.top_content > div.side_community .titlewaku .kagoshima-gentei {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0 !important;
	width: 125px;
}
.top_content .metaslider .flex-control-nav {
	bottom: 3px;
}
.top_content .infoarea {
	padding: 0 15%;
	margin-bottom: 2rem;
}
.top_content .infoarea .btn_kasane {
	position: relative;
	margin-top: 2rem;
}
.top_content .infoarea .btn_kasane > figure {
	margin: 0 !important;
}
.top_content .infoarea .btn_kasane .btn_shosai {
	position: absolute;
	width: 100%;
	max-width: 85px;
	top: -5%;
	right: 3%;
}
.top_content .infoarea .btn_kasane .btn_shosai a {
	display: block;
}
.top_content .infoarea p {
	line-height: 1.8;
	letter-spacing: 1.5px;
	text-align: justify;
	line-break: strict;
	font-feature-settings: "palt";
	padding: 0 1.5rem;
	font-weight: 600;
}
.top_content .infoarea .wp-block-buttons {
	justify-content: space-between;
	padding-right: 1rem;
	margin-top: 2rem;
	height: 47px;
}
.top_content .infoarea .wp-block-button {
	width: 48%;
}
.top_content .infoarea .wp-block-button a {
	width: 100%;
	background: #fff5e3;
	border: 2px solid;
	border-radius: 5px;
	padding: 1.1rem 0;
}
.top_content .infoarea .btnarea {
	margin: 0.8rem 0 0;
	gap: 1.2rem;
	flex-wrap: wrap;
	align-items: unset;
	width: 100%;
}
.top_content .infoarea .btnarea > div {
	width: calc(50% - 0.6rem);
	margin: 0 !important;
	gap: 0.2rem;
}
.top_content .infoarea .btnarea > div p {
	padding: 0;
	width: 100%;
}
.top_content .infoarea .btnarea > div a {
	display: block;
	width: 100%;
	background: #fff5e3;
	border: 2px solid;
	border-radius: 5px;
	padding: 0.6rem 0;
	text-decoration: none;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.2;
	border-color: #00cc99;
	color: #00cc99;
}
.top_content .side_community .infoarea > div a {
	border-color: #db3e78;
	color: #db3e78;
}
.top_content .infoarea .btnarea > div p.hosoku {
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0;
	padding: 0;
	text-align: center;
	color: #333;
	line-height: 1.4;
}
.home .entry-content div.deai_waku {
	padding: 2rem;
	margin: 0;
}
.home .entry-content div.deai_waku figure {
	max-width: 700px;
}
/*-----中コンテンツ-----*/
body:not(.home) .entry-content .midashi01 {
	margin-bottom: 40px;
	gap: 0.5rem;
}
.entry-content h1 {
	font-size: 42px;
	font-weight: 500;
	color: #603813;
	position: relative;
}
.entry-content h1::after {
	content: "";
	display: block;
	width: 100px;
	height: 6px;
	border-radius: 10vh;
	background: #603813;
	margin: 1.5rem auto 0;
}
.midashi01 h2 {
	font-size: 48px;
}
.entry-content div.textwakuonly {
	margin: 2.5rem auto;
	max-width: 850px;
	font-size: 1rem;
	color: #555;
	line-height: 1.8;
	letter-spacing: 1.5px;
	text-align: justify;
	line-break: strict;
	font-feature-settings: "palt";
	padding: 0 1rem;
	gap: 40px;
}
.entry-content div.textwakuonly.ab_commu {
	gap: 10px;
}
.entry-content div.textwakuonly p {
	line-height: 1.8;
}
.entry-content .midashi_h3 {
	margin: 2.5rem auto;
	gap: 10px;
	color: #603813;
}
.entry-content .midashi_h3 h3 {
	font-weight: 500;
	font-size: 30px;
	letter-spacing: 1.5px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 1000px;
	color: #603813;
}
.entry-content .midashi_h3 h3:before,
.entry-content .midashi_h3 h3:after {
	border-top: 1px solid;
	content: "";
	flex-grow: 1;
}
.entry-content .midashi_h3 h3:before {
	margin-right: 10px;
}
.entry-content .midashi_h3 h3:after {
	margin-left: 10px;
}
.entry-content .shisetsu_info {
}
.entry-content .shisetsu_info table {
	font-size: 1rem;
	border: none;
}
.entry-content .shisetsu_info table th {
	background: #e6e6e6;
	color: #603813;
	font-weight: 500;
	text-align: center;
	border-left: none;
	border-right: none;
	border-color: #603813;
	width: 30%;
}
.entry-content .shisetsu_info table td {
	text-align: center;
	color: #603813;
	border-right: none;
	border-color: #603813;
	background: #fff;
}
.entry-content div.shisetsubox {
	margin: 0 auto;
	max-width: 850px;
	padding: 0 2rem;
}
.wp-block-media-text.shisetsubox > .wp-block-media-text__content,
.wp-block-media-text.shisetsubox > .wp-block-media-text__media {
	align-self: unset;
}
.wp-block-media-text.shisetsubox > .wp-block-media-text__content {
	padding: 0 0 0 40px;
}
.wp-block-media-text.shisetsubox > .wp-block-media-text__content > div {
	margin: 0 !important;
}
.entry-content div.shisetsubox p {
	font-size: 1rem;
	color: #603813;
	line-height: 1.8;
	letter-spacing: 1px;
	text-align: justify;
	line-break: strict;
	font-feature-settings: "palt";
	padding: 0;
}
.wp-block-media-text.shisetsubox > .wp-block-media-text__content a {
	background: #00cc99;
	border-radius: 10vh;
	color: #fff;
	padding: 0.5rem 0;
	width: 100%;
	max-width: 300px;
	display: block;
	margin: 15px auto 0;
	text-align: center;
	text-decoration: none;
}
.entry-content .charge_commumotu,
.entry-content .charge_health {
	margin: 0 auto 40px;
	max-width: 800px;
}
.entry-content .charge_commumotu table,
.entry-content .charge_health table {
	font-size: 1rem;
	margin-top: 0;
}
.entry-content .charge_commumotu table th,
.entry-content .charge_health table th {
	background: #603813;
	color: #fff;
	font-weight: 500;
	text-align: center;
	border-left: none;
	border-right: none;
}
.entry-content .charge_commumotu table tr:first-child th:first-child {
	width: 35%;
}
.entry-content .charge_health table tr:first-child th:first-child {
	width: 28%;
}
.entry-content .charge_commumotu table tr:first-child th:last-child {
	width: calc(100% - 35%);
}
.entry-content .charge_commumotu table td,
.entry-content .charge_health table td {
	text-align: center;
	color: #603813;
}
.entry-content .charge_commumotu table td .tb_txts,
.entry-content .charge_health table td .tb_txts {
	font-size: 0.75em;
}
.entry-content .buttons_community,
.entry-content .buttons_health {
	margin-top: 0;
}
.entry-content .buttons_community .wp-block-button,
.entry-content .buttons_health .wp-block-button {
	width: 100%;
	max-width: 350px;
	margin: 0 20px;
}
.entry-content .buttons_community a,
.entry-content .buttons_health a {
	background: #fff;
	border: 2px solid #db3e78;
	color: #db3e78;
	border-radius: 5px;
	padding: 15px 0;
	display: block;
}
.entry-content .buttons_health a {
	border: 2px solid #2fc9a3;
	color: #2fc9a3;
}
.entry-content .com_about {
	margin: 40px auto 80px;
	background: url("https://doghealth-mozemoze.com/wp-content/uploads/2025/10/about_bg-scaled.png") repeat-y;
	background-position: center;
}
.entry-content .com_about .flow_midashi {
	margin: 0 auto 10px;
	width: 100%;
	max-width: 300px;
}
.entry-content .com_about div.aboutbox {
	margin: 0;
	position: relative;
	overflow: hidden;
}
.entry-content .com_about div.aboutbox p {
	font-size: 1rem;
	color: #555;
	line-height: 1.8;
	letter-spacing: 1px;
	text-align: justify;
	line-break: strict;
	font-feature-settings: "palt";
	padding: 0 15px 0 10%;
}
/*-----コミュニティ-----*/
.entry-content ul.wp-block-latest-posts {
	margin-top: 0;
	margin-bottom: 60px;
	max-width: 800px;
	padding: 0 20px;
}
.entry-content ul.wp-block-latest-posts > li {
	display: flex;
	flex-direction: row-reverse;
	justify-content: left;
	padding: 10px;
	border-bottom: 1px dashed #ccc;
	align-items: center;
}
.entry-content ul.wp-block-latest-posts > li time {
	margin-right: 10px;
	color: #7a5f28;
}
.entry-content ul.wp-block-latest-posts .wp-block-latest-posts__post-title {
	color: #603813;
	font-weight: 500;
	font-size: 1rem;
	text-decoration: none;
}
.entry-content div.genre {
	max-width: 800px;
	gap: 0;
}
.entry-content div.genre > div {
	margin: 0 20px 40px;
	width: calc(100% / 3 - 40px);
}
.entry-content div.genre h3 {
	margin: 0 0 8px;
	background: #603813;
	color: #fff;
	text-align: center;
	font-size: 1rem;
	font-weight: 500;
	padding: 5px 0;
	width: 100%;
	border-radius: 5vh;
}
.entry-content div.genre > div > figure {
	margin: 0;
}
.entry-content .comm_servicewaku {
	margin-top: 0;
	width: 100%;
	max-width: 800px;
	border: none;
	border-radius: 10px;
	line-height: 1.8;
}
.entry-content .shokaiarea {
	margin-top: 0;
	max-width: 800px;
	gap: 0;
	flex-wrap: wrap;
}
.entry-content .shokaiarea > div {
	width: calc(100% / 3 - 40px);
	margin: 0 20px 40px;
}
.entry-content .shokaiarea > div figure {
	margin: 0 0 5px;
}
.entry-content .shokaiarea > div p {
	font-size: 0.95rem;
	line-height: 1.8;
	width: 100%;
	color: #603813;
}
.entry-content .shokaiarea > div p.namewaku {
	text-align: center;
	font-size: 1rem;
	line-height: 1;
	border-bottom: 2px solid #603813;
	padding: 0 0 5px;
}
.entry-content .shokaiwaku {
}
.entry-content .shokaiwaku .s-name {
	background: #603813;
	color: #fff;
	text-align: center;
	font-size: 1.2rem;
	font-weight: 500;
	border-radius: 10vh;
	padding: 5px 0;
	margin-bottom: 20px;
}
.entry-content .shokaiwaku .wp-block-image {
	margin: 0;
}
.entry-content .kereki table {
	font-size: 1rem;
	margin-top: 0;
	border: none;
}
.entry-content .kereki table tr td:first-child {
	font-weight: 500;
	border-left: none;
	border-right: none;
	border-color: #603813;
	width: 135px;
}
.entry-content .kereki table tr td:last-child {
	border-left: none;
	border-right: none;
	border-color: #603813;
}
.entry-content .ul_shikaku {
	margin-bottom: 80px;
	font-size: 1rem;
}
.entry-content .ul_shikaku li {
	margin-bottom: 10px;
}
.entry-content .shisetsuinfo table {
	font-size: 1rem;
	margin-top: 0;
	margin-bottom: 0;
	border: none;
}
.entry-content .shisetsuinfo table th {
	background: #603813;
	color: #fff;
	font-weight: 400;
	text-align: center;
	border-left: none;
	border-right: none;
	width: 35%;
}
.entry-content .shisetsuinfo table td {
	border-left: none;
	border-color: #603813;
}
.entry-content .shisetsuinfo table tr:first-child th {
	border-top-color: #603813;
}
.entry-content .shisetsuinfo table tr:last-child th {
	border-bottom-color: #603813;
}

/*-----お問い合わせ-----*/
div.contactarea {
	max-width: 850px;
}
div.contactarea h2 {
	width: 100%;
	max-width: none;
	border-bottom: 2px solid;
	padding-bottom: 10px;
	font-size: 1.5rem;
	font-weight: 500;
}
div.c_numwaku {
	margin-bottom: 50px;
	text-align: center;
}
div.c_numwaku .c_tel,
div.c_numwaku .c_fax {
	font-size: 2rem;
	color: #603813;
}
div.c_numwaku .c_tel::before {
	content: "\0074\0065\006c\002e";
	font-size: 1.25rem;
	margin-right: 8px;
}
div.c_numwaku .c_fax::before {
	content: "\0066\0061\0078\002e";
	font-size: 1.25rem;
	margin-right: 8px;
}
div.contactarea div.wpcf7 {
	max-width: 820px !important;
}
div.contactarea form {}
div.contactarea form table {
	width: 100%;
	border-top: 1px solid #603813;
	margin: 30px 0 0;
}
div.contactarea form table th {
	background: #e6e6e6;
	color: #603813;
	font-weight: 500;
	text-align: center;
	border-bottom: 1px solid #603813;
	width: 38%;
	position: relative;
	padding: 20px 5px;
}
div.contactarea form table td {
	color: #603813;
	padding: 20px;
	border-bottom: 1px solid #603813;
}
div.contactarea form table th p,
div.contactarea form table td p {
	margin: 0;
}
div.contactarea form input[type=text],
div.contactarea form input[type=email],
div.contactarea form input[type=tel],
div.contactarea form textarea {
	display: block;
	width: 100%;
	border-radius: 3px;
	background-color: #f9f9f9;
	border: 1px solid #ccc;
	padding: 0.5em 1em;
	box-sizing: border-box;
}
div.contactarea form th.hissu:after {
	content: '\5fc5\9808';
	display: block;
	font-size: 10px;
	line-height: 1;
	letter-spacing: 0;
	padding: 0.5em 1em;
	background: #603813;
	color: #fff;
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 3px;
}
div.contactarea .acceptbox label {
	background: #fff;
	display: block;
	width: 300px;
	border: #c00 double 4px;
	font-size: 1rem;
	padding: 8px 0;
	margin: 0 10px;
	box-sizing: border-box;
}
.wpcf7-list-item {
	margin: 0 8px 0 1em;
}
div.contactarea .btnsubmit {
	text-align: center;
}
div.contactarea input[type=submit] {
	width: 100%;
	max-width: 280px;
	border: none;
	color: #fff;
	background-color: #8c8369;
	padding: 1rem 2rem;
	cursor: pointer;
}
/*-----プライバシーポリシー-----*/
.entry-content .policytxt {
	margin-top: 0;
	max-width: 800px;
}
.entry-content .policytxt p,
.entry-content .policytxt ul li {
	font-size: 1rem;
	color: #555;
	line-height: 1.8;
	letter-spacing: 0;
	text-align: justify;
	line-break: strict;
	font-feature-settings: "palt";
	padding: 0;
}
.entry-content .privacyarea,
.entry-content .kiyakuarea {
	width: 100%;
	max-width: 850px;
	margin: 0 auto;
	gap: 10px;
}
 
.entry-content .privacyarea .midashi_h3,
.entry-content .kiyakuarea .midashi_h3 {
	width: 100%;
	max-width: 1000px;
	margin-bottom: 20px;
}
.entry-content .privacyarea .midashi_h3 h3,
.entry-content .kiyakuarea .midashi_h3 h3 {
	font-size: 25px;
}
.entry-content .kiyakuarea h4 {
	font-size: 1.2rem;
	font-weight: 500;
	margin: 20px auto 10px;
}
/*-----特定商取引法-----*/
div.rawarea {
}
div.rawarea > p {
	padding: 0 10px 10px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #603813;
}
div.rawarea strong {
	color: #603813;
}
div.rawarea > hr {
	margin: 60px 0;
}
/*-----フッター-----*/
body.home footer.wp-block-template-part {
	margin-top: 0;
}
footer.wp-block-template-part > div.wc-blocks-pattern-footer-simple-menu {
	padding: 0 !important;
	background: #603813;
}
footer.wp-block-template-part > div.wc-blocks-pattern-footer-simple-menu > div {
	padding: 15px !important;
	justify-content: center;
}
footer.wp-block-template-part nav.wp-block-navigation {
}
footer.wp-block-template-part nav.wp-block-navigation ul {
}
footer.wp-block-template-part nav.wp-block-navigation ul li {
}
footer.wp-block-template-part nav.wp-block-navigation ul li a {
	color: #fff !important;
}
footer.wp-block-template-part > div.wc-blocks-pattern-footer-simple-menu hr {
	display: none;
}
/*-----ログイン・メンバー登録-----*/
.register-link-class,
.login-link-class {
	margin: 0 auto 20px !important;
}
.register-link-class a,
.login-link-class a {
	display: block;
	background: #f20000;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	text-align: center;
	padding: 8px;
	border-radius: 10vh;
	max-width: 380px;
	margin: auto;
}
.login-link-class a {
	background: #f29600;
}

main > div:not(.entry-content) .wp-block-spacer,
main > div:not(.entry-content) figure.wp-block-post-featured-image {
	display: none;
}
.woocommerce-form-register .woocommerce-form-row button[type="submit"] {
	width: 90%;
	max-width: 270px;
	margin: auto;
	display: block;
	font-size: 1.2rem;
	padding: 10px 8px;
}
.woocommerce-form-login .form-row button[type="submit"] {
	width: 90%;
	max-width: 250px;
	display: block;
	font-size: 1.2rem;
	padding: 8px;
}
.woocommerce-form-register .woocommerce-form-row button:active,
.woocommerce-form-login .form-row .wp-element-button:active,
.woocommerce-form-register .woocommerce-form-row button:focus,
.woocommerce-form-login .form-row .wp-element-button:focus {
	background-color: #8c8369;
	color: #fff;
}


/* MetaSlider on FlexSlider */
.metaslider-227 {margin-bottom: 80px;}
.metaslider-227 .flex-viewport { overflow: visible !important; }
.metaslider-227 .flexslider .slides img{ padding:0 0 !important; }
.metaslider-227 ul li { opacity: 0.5; } /* activeでない画像の半透過 */
.metaslider-227 ul li.flex-active-slide { opacity: 1; }
@media screen and (max-width:767px) {
	.metaslider-227 .flex-viewport { overflow-x:hidden !important; } /* PC以下の端末でのはみ出し修正 */
}
@media (min-width: 601px) {
	.entry-content .com_about div.aboutbox::after {
		content: url("https://doghealth-mozemoze.com/wp-content/uploads/2025/10/flow_arrow.png");
		position: absolute;
		bottom: 0;
		left: 50%;
	}
}
@media (min-width: 768px) {
	.top_content .infoarea .btn_kasane .btn_shosai a:hover {
		opacity: 0.7;
	}
	.top_content .infoarea .btnarea > div a:hover {
		text-decoration: underline;
	}
}
.home .entry-content div.deai_waku .sp,
.sp {display: none;}
@media (max-width: 768px) {
	.home .top_content {
		flex-direction: column;
	}
	body.home .top_content > div {
		width: 100%;
		max-width: 480px;
		margin-left: auto;
		margin-right: auto;
	}
	.top_content > div.side_doghealth {
		margin-bottom: 5rem;
	}
	.entry-content h1 {
		font-size: 3.2rem;
	}
	.entry-content ul.wp-block-latest-posts > li {
		flex-direction: column-reverse;
	}
	.entry-content ul.wp-block-latest-posts > li time {
		margin-right: 0;
		margin-bottom: 0.5rem;
	}
}
@media (max-width: 767px) {
	.pc {display: none;}
	.home .entry-content div.deai_waku .sp, .sp {display: block;}
	div.contactarea form table th,
	div.contactarea form table td {
		float: left;
		width: 100%;
		box-sizing: border-box;
	}
	div.contactarea form table th {
		padding: 12px 5px;
	}
}
@media (max-width: 699px) {
	body:not(.home) #site-header {
		margin-bottom: 3rem;
	}
}
@media (max-width: 599px) {
	footer.wp-block-template-part nav.wp-block-navigation ul {
		flex-direction: column;
		gap: 15px;
	}
}
@media (max-width: 499px) {
	#site-header .header-titles {
		width: 25%;
	}
	body:not(.home) .entry-content .midashi01 {
		margin: 1rem auto 2rem;
		gap: 0;
	}
	.entry-content div.textwakuonly {
		margin: 2rem auto;
		padding: 0;
	}
	.home .top_content {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
	.top_content .infoarea {
		padding: 0 5%;
	}
	.entry-content .midashi_h3 {
		gap: 0;
		margin-bottom: 3rem;
	}
	.entry-content .midashi_h3 h3 {
		font-size: 6vw;
	}
	.entry-content .com_about {
		margin: 4rem auto;
	}
	.entry-content .com_about .flow_midashi {
		width: 75%;
	}
	.wp-block-media-text.aboutbox .wp-block-media-text__content {
		padding: 1rem 0rem;
	}
	.entry-content .com_about div.aboutbox p {
		font-size: 3.2vw;
		padding: 0;
	}
	.wp-block-group__inner-container,
	.entry-content .wp-block-group p {
		font-size: 3.5vw;
	}
	.entry-content .policytxt ul {
		margin-left: 1rem;
	}
	.entry-content .policytxt p,
	.entry-content .policytxt ul li {
		font-size: 3.5vw;
	}
	.entry-content .charge_commumotu table,
	.entry-content .charge_health table {
		font-size: 3.2vw;
		margin-top: 0 !important;
	}
	.entry-content .buttons_community a {
		font-size: 3vw;
		padding: 1rem 0;
	}
	.top_content > div.side_community .titlewaku .kagoshima-gentei {
		width: 20vw;
		max-width: 125px;
		bottom: 75%;
	}
	.home .top_moze {
		width: 75vw !important;
	}
	.entry-content h1 {
		font-size: 6.2vw;
	}
	.entry-content .member_entryfm h2 {
		font-size: 5.2vw;
		padding: 0.5rem 0.8rem;
		margin: 4rem auto 2rem !important;
	}
	.entry-content div.genre h3 {
		margin: 0 0 0.5rem;
		font-size: 3.5vw;
	}
	.entry-content .shokaiwaku .midashi_h3 h3 {
		display: block;
		font-size: 5.6vw;
	}
	.entry-content .shokaiwaku .midashi_h3 h3::before,
	.entry-content .shokaiwaku .midashi_h3 h3::after {
		content: none;
	}
	.entry-content .shokaiwaku .s-name {
		font-size: 4vw;
	}
	.entry-content .kereki table {
		font-size: 4vw;
		margin-bottom: 0;
	}
	.entry-content .kereki table tr td {
		width: 100%;
		float: left;
	}
	.entry-content .kereki table tr td:first-child {
		border-bottom: none;
		width: 100%;
		padding-bottom: 0;
	}
	.entry-content .kereki table tr td:last-child {
		border-top: none;
		border-bottom: none;
	}
	.entry-content .kereki table tr:last-child td:last-child {
		border-bottom: 1px solid;
	}
	.entry-content .ul_shikaku {
		margin-bottom: 0;
		margin-left: 2rem !important;
		font-size: 4vw;
	}
	.entry-content .shisetsuinfo table {
		font-size: 4vw;
	}
	.entry-content .shisetsuinfo table th {
		float: left;
		width: 100%;
		border-bottom: none;
		border-top: none;
	}
	.entry-content .shisetsuinfo table td {
		float: left;
		width: 100%;
		border-right: none;
		border-bottom: none;
	}
}



/*******************************************************************************
******  20251028 mamber page castom ksnk shisei   ******
*******************************************************************************/

.woocommerce-account .woocommerce-MyAccount-navigation li a {
  text-decoration: none;
  display: block !important;
  margin: 0 auto !important;
  text-align: center;
  padding: 10px 0px !important;
  border: 1px solid #603813;
  border-radius: 10px;
  color: #FFFFFF;
  background-color: #603813;
  transition: 0.5s;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
  text-decoration: none;
  background-color: #FFF;
  color: #603813;
  transition: 0.5s;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
  list-style: none;
  padding: 0.5em 0;
    padding-top: 0.5em;
  margin: 0 auto;
}


.woocommerce-account .entry-content .mmz-label {
  background: #DB3E78;
}


.woocommerce-account .entry-content .mmz-card-title {
  color: #DB3E78;
}

.woocommerce-account .entry-content .mmz-dog-section-title {
  color: #DB3E78;
}

div.woocommerce-MyAccount-content h2{
padding-top:0;
margin-top:0;
color: #DB3E78;
}



body.page-id-586 .woocommerce-account .woocommerce-MyAccount-content form{
  float: right;
  width: 68%;
  max-width: 550px;
  margin: 0 0 40px;
  padding: 26px 30px;
  border-radius: 16px;
  background: linear-gradient(145deg, #ffffff, #f9f9f9);
  box-shadow: 0 4px 14px rgba(0,0,0,0.08);
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.7;
}


.woocommerce-account .woocommerce-MyAccount-content h3{
color: #DB3E78 !important;
/*  width: 68%;
  max-width: 550px;
  margin: 0 0 20px;
  padding: 0px;*/
}


