.pc-img {
    display: block;
  }
.sp-img {
    display: none;
}
.header .contact-container-sp .menu-btn .hamburger-line {
    background-color: #000;
}
.header .contact-container-sp .menu-btn .hamburger-line::before {
    background-color: #000;
}
.header .contact-container-sp .menu-btn .hamburger-line::after {
    background-color: #000;
}
.header .contact-container-sp .la-phone-volume, .header .contact-container-sp .la-envelope {
    font-size: 48px;
    color: #E67400;
}
.header .header-logo {
    width: 32%;
    padding: 0 0 0 0rem;
}

body.home.fixed {
    position: unset;
}

.is_singular .bread-crumbs {
  background-color: #FCF6EC;
  box-shadow: 0 0 0 100vmax #FCF6EC;
  clip-path: inset(0 -100vmax);
	max-width: 1200px;
}

.category .bread-crumbs {
  background-color: #FCF6EC;
  box-shadow: 0 0 0 100vmax #FCF6EC;
  clip-path: inset(0 -100vmax);
  max-width: 1500px;
}
.navigation-menu {
    margin-top: 55px;
}

/* header*/
.mizumawari-tel{
  padding: 10px;
  color: #000;
  display: flex;
  align-items: center;
	font-weight: 800;
    font-size: 1.2em;
}
.mizumawari-tel:before{
    font-size: 1.2em;
    padding-top: 6px;
content: "";
font-family: "Line Awesome Free";
margin-right: 5px;
color: #E67400;
font-weight: 900;
}
.mizumawari-contact-link{
  position: relative;
  background-color: #E67400;
  display: flex;
  align-items: center;
  padding: 10px;
  color: #fff;
}
.contact-container a:hover, a:active {
    color: #fff;
    text-decoration: none;
}
.mizumawari-contact-link:before {
    font-size: 1.5em;
    padding-top: 4px;
  content: "";
  font-family: "Line Awesome Free";
  color: #fff;
  font-weight: 900;
  margin-right: 5px;
}
.mizumawari-global-navi {
    display: flex;
    justify-content: center;
    margin: auto;
	margin-top: 1em;
    max-width: 1000px;
    gap: 4%;
}
.mizumawari-nav-item {
  font-size: 1.2em;
  font-weight: bold;
  padding: 10px;
}
.mizumawari-nav-item a {
  color: #000;
}
.mizumawari-nav-item a:hover{
    opacity: 1;
    color: #E68D00;
	border-bottom: 1px solid;
}
.navigation-menu {
    background-color: #FCF6EC;
}
.navigation-menu .navigation-menu-list .menu-list-heading {
  color: #E68D00;
}
.navigation-menu .navigation-menu-list .menu-list-item {
  border-bottom: #000 2px dotted;
}
.navigation-menu .navigation-menu-list .menu-list-item a {
  color: #000;
}
.header .contact-container {
    font-size: 26px;
    display: flex;
    width: 60%;
    justify-content: flex-end;
}
/* header*/
/* footer*/
.footer-container{
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  text-align: center;
}
.footer-menu{
  --tw-text-opacity: 1;
  color: rgb(51 51 51);
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: left;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
	padding: 1rem;
  --tw-bg-opacity: 0.7;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.footer-content{
  margin-bottom: 0.25rem;
  font-weight: 700;
  font-size: 1.2em;
	border-bottom: 2px dotted #CCCCCC;
  margin-bottom: 0.5rem;
	padding-bottom: 0.5em;
}
.footer-list{
  font-size: 1.2em;
  line-height: 1.5rem;
}
footer {
  margin-top: 0px;
  background-color: unset;
}
footer .footer-info {
    background-color: unset;
}
/* footer*/
.menu{
  background-color: #FCF6EC;
}

.voice-container{
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  text-align: center;
}

.menu-container{
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  text-align: center;
}
.menu-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.menu-grid-under {
    display: flex;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
	margin-top: 1.5rem;
	justify-content: center;
}

.menu-detail{
  position: relative;
  overflow: hidden;
	height: 100%;
  border-width: 1px;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
	--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.menu-img{
  width: 100%;
}
.image-box {
	border-bottom: 4px dotted #CCCCCC;
  padding-bottom: 8px;
	width: 90%;
    margin: auto;
}

.ninki{
  position: absolute;
  left: 30px;
  top: 0px;
}

.menu-icon {
  margin-top: -1em;
}

.menu-category{
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.75rem;
  border: 2px solid #CCCCCC;
  width: fit-content;
  margin: auto;
  padding: 0em 1em;
	    margin-top: 1em;
}

.home .voicelink {
    padding: 0em 5em
}

.price{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-top: 0.5rem;
}


.menu-last{
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
	    margin-top: 1rem;
	    cursor: pointer;
	    width: 100%;
}
.menu-color{
  padding: 0.5em 0em;
  width: 100%;
	margin-top: 1em;
}

.arrow{
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}
.arrow::before,
.arrow::after{
	position: absolute;
	top: -4px;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.sample5-3::before{
	width: 20px;
	height: 20px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
}
.sample5-3::after{
	left: 5px;
	width: 7px;
	height: 7px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.menu1::after{
  border-top: 2px solid #E68400;
	border-right: 2px solid #E68400;
}

.menu2::after{
  border-top: 2px solid #E1B000;
	border-right: 2px solid #E1B000;
}
.menu3::after{
  border-top: 2px solid #95A747;
	border-right: 2px solid #95A747;
}
.menu4::after{
  border-top: 2px solid #54AE9E;
	border-right: 2px solid #54AE9E;
}
.menu5::after{
  border-top: 2px solid #7894C5;
	border-right: 2px solid #7894C5;
}

.service {
  background-image: url("/wp-content/uploads/2025/04/top10.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.service-container{
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  text-align: center;
}

.service-flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.5rem;
  text-align: center;
}

.service-flex a:hover {
    opacity: .85;
    transition: all .3s;
	color: #E68D00;
}

.service-info{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  padding: 1.5rem;
  background-color: rgb(255 255 255);
	width: 30%;
}

.service-icon{
	width: 70%;
}

.service-title{
  font-weight: 700;
  font-size: 1.5em;
  border-bottom: 2px dotted #CCCCCC;
	padding-top: 0.3em;
}

.service-text{
	font-size: 0.9rem;
    line-height: 1.8rem;
	display: flex;
    align-items: center;
    justify-content: center;
    height: 32%;
}


.mizumawari-works{
  background-color: #FCF6EC;
}

.mizumawari-support-area {
  background-image: url("/wp-content/uploads/2025/04/top16.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


.sample5-4::before {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #E68D00;
}
.sample5-4::after {
  left: 5px;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.area-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0px;
  margin: auto;
}

.text-content {
  flex: 1;
  padding-right: 20px;
}

.image-content {
  flex: 1;
  text-align: right;
}

.image-content img {
  max-width: 100%;
  height: auto;
}

.mizumawari-support-container {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  text-align: center;
}

.support-area-full{
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}

.area-flex{
	margin-top: 2em;
  font-size: 0.875rem;
  line-height: 1.625;
  flex: 1 1 0%;
}

.pref{
  padding: 1rem;
    padding-left: 0;
  --tw-bg-opacity: 0.7;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  margin-bottom: 2em;
	display: flex;
	align-items: center;
}

.pref-text{
  font-size: 2.3em;
}

.pref-subtext{
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.25rem;
}

.municipalities{
  text-align: left;
  padding-left: 1em;
  font-size: 1.2em;
}

.tokyo-pref{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
  font-weight: 700;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
	width: 90%;
	height: fit-content;
}

.chiba-pref{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(189 195 110 / var(--tw-bg-opacity, 1));
  font-weight: 700;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
	width: 135%;
	height: fit-content;
}

.kanagawa-pref{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(157 184 191 / var(--tw-bg-opacity, 1));
  font-weight: 700;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
	width: 100%;
	height: fit-content;
}

.section-title{
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.75rem;
  margin-bottom: 1.5rem;
  text-decoration: underline;
  text-decoration-color: #E68D00;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.5em;
}

.section-subtitle{
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.75rem;
  margin-bottom: 2rem;
  color: #E68D00;
}

.mizumawari-shop-list{
  background-color: #FCF6EC;
	padding-bottom: 1em;
}

.mizumawari-shoplist{
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.shop-container {
    width: 100%;
	text-align: center;
}

.shop-value{
	position: relative;
  padding: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
	height: 100%;
	margin-bottom: 1em;
}
.shop-info {
    display: flex;
	 position: relative;
  z-index: 2;
	background-color: #fff;
}

.shop-text{
  width: 70%;
	padding-right: 1em;
	
}
.shop-name{
  --tw-text-opacity: 1;
  color: rgb(230 141 0);
  font-weight: 700;
  font-size: 1.5em;
  border: 2px solid rgb(230 141 0);
}

.shop-adress{
  text-align: left;
	margin-top: 1em;
}
.shop-staff{
    margin-bottom: 0.5rem;
    height: auto;
    width: 100%;
}
.shop-map {
	  position: relative;
	top: -94px;
	z-index: 1;
	overflow: hidden;
	height: 80%;
}
.footer-img{
  background-image: url('/wp-content/uploads/2025/05/footer-img.png');
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.home .voice {
    background-color: #fff;
}

#voice-slider.voice-items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; 
  padding: 0;
  list-style: none;
	margin: auto;
    margin-bottom: 2em;
    max-width: 1200px;
}

#voice-slider.voice-items > li.post-item {
  width: calc(33.333% - 14px);
  box-sizing: border-box;
}

.post-item-inner a:hover {
    color: #E68D00;
}

.home #voice-slider .thumbnail img{
    width: 100%;
    aspect-ratio: 4 / 3;
}

.home #voice-slider li.const-kind {
    text-align: left;
	margin-bottom: 2%;
	margin-top: 0.5em;
	font-size: 0.8em;
}

.home #voice-slider h3.post-title {
    text-align: left;
	font-weight: 700;
}
.home #voice-slider time {
	text-align: right;
    display: block;
}

.home .const-kind span {
    border: 2px solid #CCCCCC;
    color: #000;
    background-color: #fff;
    padding: 3px 5px;
}

.home .more a:hover {
    color: #E68D00;
}

.slick-initialized .slick-slide {
    display: block;
    margin: 0 0.3em;
}

@media screen and (max-width: 1200px) {
    .header .contact-container {
        font-size: 20px;
    }
}

@media screen and (max-width: 1199px) {
    .menu-container,
    .service-container,
    .voice-container,
    .mizumawari-support-container,
    .shop-container,
	.footer-container{
        padding-left: 2rem;
        padding-right: 2rem;
    }
	
	.menu-category {
    	font-size: 1rem;
	}
	.pref-text {
    	font-size: 1.45em;
	}
	.shop-text {
    	width: 80%;
	}
	.shop-adress {
		font-size: 0.8em;
	}
}

@media screen and (max-width: 1000px) {
	.service-flex {
    	justify-content: center;
	}
	.pref-text {
    	font-size: 1.1em;
	}
	.section-subtitle {
		font-size: 1.3em;
	}
	.shop-name {
    	font-size: 1em;
	}
}


@media screen and (max-width: 768px) {
    .pc-img {
      display: none;
    }
    .sp-img {
      display: block;
    }
	main {
    	overflow-x: hidden;
    	width: 100%;
	}
	.header {
    	margin-top: -25px;
	}
	.header .header-logo {
    	width: 60%;
    	padding: 0 0 0 1rem;
	}
	.section-title {
    font-size: 1.7rem;
  }
	.section-subtitle{
		font-size: 1.2rem;
  }
	.service-flex {
    	justify-content: center;
    	padding-left: 1rem;
    	padding-right: 1rem;
	}
	.menu-grid {
  	grid-template-columns: repeat(2, minmax(0, 1fr));
	padding-left: 1rem;
	padding-right: 1rem;
	}
	.menu-last {
    	font-size: 0.8rem;
        font-weight: 700;
	}
	.menu-icon {
    height: 3em;
  }
	.ninki {
    left: 15px;
    width: 15%;
  }
	.service {
    background-image: url(/wp-content/uploads/2025/05/service-sp.png);
  }
	.mizumawari-support-area {
    background-image: url(/wp-content/uploads/2025/05/support-area-sp.png);
	}
	.mizumawari-support-container {
    width: 90%;
    margin: auto;
  }
	.service-info {
    	width: 65%;
	}
	.service-text {
    	line-height: 1.5rem;
		    height: 36%;
		font-size: 0.78em;
	}
	.area-container {
    flex-direction: column;
  }
	.pref {
    flex-direction: column;
		padding: 0;
  }
	.pref-text {
    font-size: 2em;
	}
	.text-content {
    padding-right: 0px;
  }
	.tokyo-pref {
    width: 60%;
    margin-bottom: 1em;
  }
	.chiba-pref {
    width: 60%;
    margin-bottom: 1em;
  }
  .kanagawa-pref {
    width: 60%;
    margin-bottom: 1em;
  }
	.municipalities {
    padding-right: 1em;
  }
	.mizumawari-shoplist {
    grid-template-columns: repeat(1, minmax(0, 1fr));
		gap: 0.8rem;
  }
	.menu-container,
    .service-container,
    .voice-container,
	.footer-container {
    	width: 100%;
    	margin: auto;
    	padding-left: 0rem;
    	padding-right: 0rem;
	}
	.mizumawari-support-container,
	.shop-container {
		width: 100%;
    	padding-left: 1rem;
    	padding-right: 1rem;
		padding-bottom: 0;
	}
	.shop-value {
    	padding-bottom: 0em;
	}
	.shop-text {
		width: 160%;
	}
	.shop-map {
    	top: -60px;
	}
	.SfQLQb-dIxMhd-bN97Pc-b3rLgd.SfQLQb-QClCJf-giiMnc .i4ewOd-pzNkMb-tJHJj {
    	height: 35px;
	}
	.shop-adress {
		font-size: 0.7em;
		margin-top: 0.5em;
  }
	.shop-name {
    	font-size: 1em;
	}
	.footer-img{
    background-image: url('/wp-content/uploads/2025/05/footer-img-sp.png');
  }
	.footer-container {
    width: 90%;
  }
	.footer-menu{
  	grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.footer-list {
    font-size: 1em;
  }
	.header .contact-container {
    	display: none;
	}
	#voice-slider.voice-items > li.post-item {
    width: 100%;
  }
	#voice-slider.voice-items {
        max-width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
    }
	.kisarazumap {
    	top: -70px;
		height: 87%;
	}
	.mihama-map,
	.edogawa-map,
	.tamagawa-map {
    	height: 83%;
	}
	.bath-icon {
    	padding-top: 1em;
	}
	.menu-grid-under {
    	grid-template-columns: repeat(2, minmax(0, 1fr));
    	padding-left: 1rem;
    	padding-right: 1rem;
	}

}