.myTitle01 {
	background-image: url(../img/common/icon_flower02.png);
	background-repeat: no-repeat;
	background-size: 22px auto;
	background-position: 32px center;
	padding-left: 60px;
	margin: 0 0 20px -60px;
	font-size: 22px;
	font-size: 2.2rem;
	color: #736357;
	font-weight: bold;
}

.myBlockCaution {
	background-color: #fff;
	border-radius: 20px;
	padding: 30px 35px;
}

.myBlockCaution dt {
	margin-bottom: 20px;
	font-size: 22px;
	font-size: 2.2rem;
	color: #ff834a;
	font-weight: bold;
}

.myBlockCaution dd {
	font-size: 18px;
	font-size: 1.8rem;
	color: #736357;
}

.myBlockAdmission {
	max-width: 980px;
	margin: 0 auto;
	font-size: 18px;
	font-size: 1.8rem;
	color: #736357;
}

.myBlockAdmission table {
	table-layout: fixed;
	margin-bottom: 40px;
}

.myBlockAdmission table tr:not(:last-child) th,
.myBlockAdmission table tr:not(:last-child) td {
	padding-bottom: 8px;
}

.myBlockAdmission table th {
	width: 7em;
	font-weight: bold;
}

.myBlockLiving01 .imageList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.myBlockLiving01 .imageList li {
	width: 31%;
	margin-bottom: 30px;
}

.myBlockLiving01 .imageList .image {
	margin-bottom: 10px;
	text-align: center;
}

.myBlockLiving02 {
	max-width: 980px;
	margin: 0 auto;
}

p + .myBlockLiving02 {
	margin-top: 30px;
}

.myBlockLiving02 .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: dashed 2px #808080;
}

.myBlockLiving02 .item .detail {
	width: 48%;
}

.myBlockLiving02 .item .title {
	margin-bottom: 20px;
	font-size: 22px;
	font-size: 2.2rem;
	color: #68b191;
	font-weight: bold;
}

.myBlockLiving02 .item table {
	table-layout: fixed;
	font-size: 18px;
	font-size: 1.8rem;
	color: #736357;
}

.myBlockLiving02 .item table th,
.myBlockLiving02 .item table td {
	vertical-align: top;
}

.myBlockLiving02 .item table th {
	width: 30%;
	font-weight: bold;
}

.myBlockLiving02 .item table tr:not(:last-child) th,
.myBlockLiving02 .item table tr:not(:last-child) td {
	padding-bottom: 20px;
}

.myBlockLiving02 .item .image {
	width: 36.5%;
	text-align: center;
}

.myBlockCost {
	max-width: 980px;
	margin: 0 auto;
}

.myBlockCost .lead {
	margin-bottom: 30px;
	font-size: 18px;
	font-size: 1.8rem;
	color: #534741;
}

.myBlockCost .lead p + p {
	margin-top: 30px;
}

.myBlockCost .lead .caution {
	font-weight: bold;
	color: #c82d2d;
}

.myBlockCost .table {
	margin-bottom: 50px;
}

.myBlockCost .table dt {
	margin-bottom: 8px;
	color: #534741;
	font-size: 18px;
	font-size: 1.8rem;
}

.myBlockCost .table table {
	border: solid 1px #489aca;
	table-layout: fixed;
	font-size: 18px;
	font-size: 1.8rem;
	color: #736357;
}

.myBlockCost .table thead th {
	background-color: #e8f3f9;
	padding: 10px;
	font-weight: bold;
	text-align: center;
}

.myBlockCost .table tbody th,
.myBlockCost .table tbody td {
	background-color: #fff;
	padding: 15px 60px;
	vertical-align: top;
}

.myBlockCost .table tbody th {
	border-right: dashed 1px #808080;
	color: #489aca;
}

.myBlockCost .table tbody tr:not(:last-child) th,
.myBlockCost .table tbody tr:not(:last-child) td {
	border-bottom: dashed 1px #808080;
}

.myBlockCost .flow > dt {
	background-color: #0073b9;
	display: inline-block;
	padding: 5px 30px;
	margin-bottom: 20px;
	border-radius: 10px;
	font-weight: bold;
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
}

.myBlockCost .flow > dd {
	font-size: 18px;
	font-size: 1.8rem;
	color: #736357;
}

.myBlockCost .flow dl dd + dt {
	margin-top: 30px;
}

.myBlockCost .flow dl + p {
	margin-top: 20px;
}

.pdf-link {
    text-align: center;
    margin-bottom: 16px;
  }

  .pdfDownloadBtn {
    display: inline-block;
    width: 100%;
    max-width: 480px;
    padding: 14px 20px;
    font-size: 16px;
    font-weight: 600;
	font-family: "A1明朝", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
    text-align: center;
    text-decoration: none;
    color: #736357;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
  }

  .pdfDownloadBtn:hover {
    background-color: #005a9e;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
  }

@media only screen and (max-width: 1200px) {

.myTitle01 {
	background-position: left center;
	margin-left: 0;
	padding-left: 35px;
}

}

@media only screen and (max-width: 600px) {

.myTitle01 {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

.myBlockCaution {
	border-radius: 10px;
	padding: 20px;
}

.myBlockCaution dt {
	margin-bottom: 10px;
	font-size: 16px;
	font-size: 1.6rem;
}

.myBlockCaution dd {
	font-size: 14px;
	font-size: 1.4rem;
}

.myBlockAdmission {
	font-size: 14px;
	font-size: 1.4rem;
}

.myBlockLiving01 .imageList li {
	margin-bottom: 15px;
}

.myBlockLiving01 .imageList .image {
	margin-bottom: 5px;
}

.myBlockLiving02 .item {
	display: block;
}

.myBlockLiving02 .item .detail {
	width: auto;
	margin-bottom: 30px;
}

.myBlockLiving02 .item .title {
	font-size: 16px;
	font-size: 1.6rem;
}

.myBlockLiving02 .item table {
	font-size: 14px;
	font-size: 1.4rem;
}

.myBlockLiving02 .item .image {
	width: auto;
}

.myBlockCost .lead {
	font-size: 14px;
	font-size: 1.4rem;
}

.myBlockCost .table dt {
	font-size: 14px;
	font-size: 1.4rem;
}

.myBlockCost .table table {
	font-size: 14px;
	font-size: 1.4rem;
}

.myBlockCost .table tbody th,
.myBlockCost .table tbody td {
	padding: 10px;
}

.myBlockCost .flow > dt {
	padding: 8px 20px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
}

.myBlockCost .flow > dd {
	font-size: 14px;
	font-size: 1.4rem;
}



  /* スマホ用余白調整（任意） */
  @media screen and (max-width: 600px) {
    .pdfDownloadBtn {
      font-size: 13px;
      padding: 12px 16px;
    }
  }
}


/*# sourceMappingURL=maps/nyuuin.css.map */
