.pagevisual {
  background: url(../img/pv.png) no-repeat center;
  background-size: cover;
}

/* main */
.yasashii_container {
	max-width: 1024px;
	width: 90%;
	margin-inline: auto;
	counter-reset: num 0;
}

/* リード分 */
.yasashii_lead {
	font-size: 2rem;
	font-weight: bold;
	margin: -24px 0 42px;
	@media screen and (max-width: 767px) {
		font-size: 1.8rem;
	}
}

/* 見出し */
.sec_h2 {
	width: 100%;
}
.sec_h2 span {
	display: flex;
	align-items: center;
	gap: 10px;
	@media screen and (max-width: 767px) {
		font-size: 1.8rem;
	}
}

/* セクション */
.yasashii_sec {
	width: 100%;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 20px 50px;
	&:not(:last-child) {
		margin-bottom: 50px;
	}
	@media screen and (max-width: 767px) {
		justify-content: center;
		&:not(:last-child) {
			margin-bottom: 35px;
		}
	}
}
.yasashii_sec--txt {
	width: 100%;
	line-height: 1.8;
	color: #3A2206;
	font-weight: 500;
	@media screen and (max-width: 767px){
		margin-top: 0;
	}
}
.yasashii_sec .sec_h2{
	margin-bottom: 0;
}

/* ボタン */
.yasashii_btn {
	display: flex;
	justify-content: flex-end;
	margin-top: 1.5em;
	@media screen and (max-width: 767px) {
		margin: 0.5em 0;
	}
}
.yasashii_btn a {
	height: 32px;
	padding: 0.1em 1.5em 0.1em 1.25em;
	display: inline-flex;
	align-items: center;
	gap: 1em;
	background: #594b3c;
	border-radius: 8px;
	letter-spacing: 0.5em;
	color: #fff;
	&::before {
		content: "";
		width: 0.5em;
		aspect-ratio: 1 / 1;
		background: #fff;
		clip-path: polygon(100% 50%, 0 0, 0 100%);
	}
}

/* 関連ページ */
.yasashii_related {
	width: 100%;
	padding: 50px 0;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	display: flex;
	align-items: flex-start;
	gap: 20px 50px;
	@media screen and (max-width: 767px) {
		flex-wrap: wrap;
		padding: 35px 0;
	}
}
.yasashii_related--title {
	font-size: 2rem;
	margin: 0;
	white-space: nowrap;
	@media screen and (max-width: 767px) {
		font-size: 1.8rem;
	}
}
.yasashii_related--pages {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.yasashii_related--item {
	max-width: calc(100% / 3 - 20px / 3);
	width: 100%;
	background: rgba(255, 255, 255, 0.5);
	a {
		width: 100%;
		height: 64px;
		padding: 0.5em 1em;
		display: flex;
		align-items: center;
		gap: 10px;
		color: #000;
	}
	a::before {
		content: "";
		display: inline-block;
		min-width: 0.5em;
		aspect-ratio: 1 / 1;
		clip-path: polygon(100% 50%, 0 0, 0 100%);
		background: #594b3c;
	}
	a:hover {
		background: #D8CFC2;
		opacity: 1;
	}
	&[aria-current="page"] {
		display: flex;
		align-items: center;
		gap: 10px;
		padding: 0.5em 1em;
		color: #000;
		background: #D8CFC2;
	}
	&[aria-current="page"]::before {
		content: "";
		display: inline-block;
		min-width: 0.5em;
		aspect-ratio: 1 / 1;
		clip-path: polygon(100% 50%, 0 0, 0 100%);
		background: #594b3c;
	}
	@media screen and (max-width: 767px) {
		max-width: calc(50% - 5px);
		font-size: 1.4rem;
	}
}

/* その他ページ */
.yasashii_other {
	width: 100%;
	padding: 50px 0;
	@media screen and (max-width: 767px) {
		padding: 35px 0;
	}
}
.yasashii_other--pages {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.yasashii_other--item {
	max-width: calc(25% - 30px / 4);
	width: 100%;
	border: 3px solid #E8E5DD;
	display: flex;
	align-items: center;
	a {
		width: 100%;
		height: 100%;
		padding: 0.5em 1em;
		display: flex;
		flex-direction: column;
		justify-content: center;
		color: #000;
		/*background: rgba(255, 255, 255, 0.5);*/
		background: #594b3c;
		color: #fff;
		font-weight: bold;
		position: relative;
	}
	a::after {
		content: "";
		width: 0.5em;
		aspect-ratio: 1 / 1;
		border-top: 2px solid #E8E5DD;
		border-right: 2px solid #E8E5DD;
		position: absolute;
		right: 1em;
		top: 50%;
		transform: rotate(45deg) translateY(-50%);
	}
	span {
		font-size: 1.2rem;
	}
	@media screen and (max-width: 767px) {
		max-width: calc(50% - 5px);
		font-size: 1.4rem;
		height: 53px;
	}
}

/* 電話 */
.yasashii_yoyakuBtn {
	max-width: 780px;
	width: 100%;
	padding: 15px 20px;
	border: 8px solid #e8e5dd;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 60px auto;
	color: #323232;
	@media screen and (max-width: 767px) {
		padding: 15px 15px 20px;
		justify-content: center;
		flex-wrap: wrap;
		gap: 15px;
		font-size: 1.5rem;
		margin: 35px auto 40px;
	}
}
.yasashii_yoyakuBtn--head {
	padding-bottom: 0.1em;
	font-size: 2rem;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 5px;
	&::before {
		content: "i";
		background: #dd4623;
		width: 30px;
		aspect-ratio: 1 / 1;
		border-radius: 50%;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		color: #fff;
		font-weight: bold;
	}
	@media screen and (max-width: 767px) {
		padding-bottom: 0.5em;
		font-size: 1.6rem;
		gap: 10px;
		&::before {
			min-width: 27px;
			width: 27px;
		}
	}
}
.yasashii_yoyakuBtn--time {
	padding-left: 37px;
	display: flex;
	gap: 5px;
	@media screen and (max-width: 767px) {
		flex-wrap: wrap;
	}
}

.intro_block {
  position: relative;
  width: 100%;
  box-shadow: 10px 7px 0 #3A2206;
  border-radius: 10px;
  margin-bottom: 80px;
  @media screen and (max-width: 767px) {
		margin-bottom: 60px;
	}
  h2 {
    color: #3A2206;
    background: #D8CFC2;
    border-radius: 10px 10px 0 0;
    width: 100%;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.4rem;
    letter-spacing: 4.8px;
    line-height: 1.7;
    margin-bottom: 0;
    text-align: center;
	@media screen and (max-width: 767px) {
		height: 70px;
	}
  }
}
.intro_block--inner {
  background: #fff;
  padding: 50px;
  border-radius: 0 0 10px 10px;
  @media screen and (max-width: 767px){
		padding: 30px 5%;
	}
  & > p {
    color: #3A2206;
  }
  .sec_h2 {
    width: 100%;
    max-width: 880px;
    margin: 0 auto 20px;
    & + p {
      width: 100%;
      max-width: 880px;
      margin-right: auto;
      margin-left: auto;
    }
  }
}

.fig{
	width: 100%;
	margin: 10px 0px;
	img{
		@media screen and (max-width: 767px){
			height: auto;
		}
	}
	@media screen and (max-width: 767px){
		margin: 0;
	}
}
.df_jc{
	display: flex;
	justify-content: center;
}

.dep {
    padding-bottom: 40px;
}
.dep_inner {
    max-width: 1024px;
    width: 100%;
    margin: auto;
}
.dep_white {
    background: #fff;
    padding: 60px;
    border-radius: 10px;
}
.dep_frame {
    overflow: auto;
}
.dep_table {
    width: 100%;
}
.dep_table th {
    background: #D8CFC2;
    padding: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
	height: 40px;
}
.dep_table td {
  text-align: center;
  font-weight: bold;
    background: #F1EFE9;
    padding: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.thin{
	background: #F9F9F8 !important;
}
.dep_table td.left {
  text-align: left;
}
.dep_table tr.thin td {
    background: #F9F9F8;
}
.dep_table th:last-child,
.dep_table td:last-child {
    border-right: none;
}
a.dep_tel {
    display: flex;
    flex-wrap: wrap;
  justify-content: center;
  align-items: center;
    margin: 25px auto 0;
}
.dep_tel_head{
  width: 100%;
  text-align: center;
  color: #3A2206;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.dep_icon {
    display: flex;
    min-width: 54px;
    width: 54px;
    height: 54px;
    background: #3A2206;
    padding: 10px;
    border-radius: 50%;
}
.dep_num {
    font-size: 3.6rem;
    font-weight: bold;
    color: #3A2206;
    margin-left: 10px;
    letter-spacing: 3px;
}
.dep_flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
    flex-wrap: wrap;
}
.dep_dots {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    font-weight: bold;
    margin-top: 20px;
}
.dep_dots span {
    color: #D8CFC2;
}
.dep_bold {
    display: flex;
    justify-content: center;
    font-size: 2rem;
    font-weight: bold;
    color: #3A2206;
}
.dep_nav {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 850px;
    margin: 25px auto 0;
}
.dep_card {
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 260px;
    width: calc(50% - 5px);
    height: 120px;
    background: #D8CFC2;
    border-radius: 10px;
    padding-left: 35px;
}
@media screen and (max-width: 767px){
	.dep_white {
		padding: 20px 5%;
	}
	.dep_table {
	min-width: 340px;
	font-size: 1.4rem;
	}
	.dep_tel_head {
		font-size: 1.4rem;
	}
	.dep_icon {
		max-width: 12vw;
		width: 54px;
		min-width: 0;
		max-height: 12vw;
		padding: 3%;
	}
	.dep_num {
		font-size: 8vw;
	}
	.dep_table.dep_table--break {
		min-width: 0;
	}
	.dep_nav {
		gap: 10px;
	}
	.dep_card {
		padding: 10px 5%;
		flex-direction: column;
		font-size: 1.4rem;
	height: auto;
	gap:0;
	}
}
.yasashii_table_outer{
	overflow: auto;
	width: 100%;
}
.yasashii_table{
	max-width: 1024px;
	width: 100%;
	th{
		width: 480px;
		@media screen and (max-width: 767px){
			width: 140px;
		}
	}
	td{
		text-align: left;
		padding-left: 80px;
		line-height: 2;
		@media screen and (max-width: 767px){
			width: 200px;
			padding-left: 20px;
		}
	}
	@media screen and (max-width: 767px){
		min-width: 400px;
	}
}
.th_df_jc{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 50px;
	text-align: left;
	@media screen and (max-width: 767px){
		flex-direction: column;
		gap: 20px;
		text-align: center;
	}
}