.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 100% !important;
}

#content {
  padding: 75px 0 0;
}

@media screen and (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
  #wrapper {
    padding-top: 0;
  }
}
.top_ttl {
  text-align: center;
}
.top_ttl span {
  display: block;
  font-size: 90px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 54px;
  color: #8c7960;
  margin-bottom: 20px;
  font-family: "futura-pt", sans-serif;
}
.top_ttl small {
  font-size: 24px;
  font-weight: bold;
  color: #cc841b;
}
@media screen and (max-width: 767px) {
  .top_ttl span {
    font-size: 50px;
    margin-bottom: 5px;
  }
  .top_ttl small {
    font-size: 16px;
  }
}

#top-table .blk {
  display: flex;
  justify-content: space-between;
  background: #e8b000;
  color: #fff;
  padding: 35px 50px 40px;
  border-radius: 20px;
  position: relative;
  width: max-content;
  margin: -112px auto 0;
}
#top-table .blk h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 50px;
  margin-bottom: 10px;
font-family: "dnp-shuei-mgothic-std", sans-serif;
}
#top-table .blk .aboutL {
  width: 515px;
  font-size: 17px;
  font-family: "Noto Sans JP", serif;
}
#top-table .blk .aboutR {
  width: 420px;
  display: none;
}
#top-table .blk .aboutR .table-img{
margin-top:-15px
}
#top-table .blk .aboutR .table-img img {
  width: 100%;
  height: auto;
}
#top-table .blk table td{
	text-align:center;
}
#top-table .blk table thead {
  border-bottom: 1px solid #fff;
}
#top-table .blk table thead th {
  font-size: 20px;
  width: 180px;
}
#top-table .blk table thead th,
#top-table .blk table thead td {
  padding-bottom: 10px;
}
#top-table .blk table tbody tr {
  border-bottom: 1px solid #fff;
}
#top-table .blk table tbody tr th,
#top-table .blk table tbody tr td {
  padding: 8px 0;
}
#top-table .blk table tbody tr th .txt_color,
#top-table .blk table tbody tr td .txt_color {
  font-size: 14px;
  color: #fff;
}
#top-table .blk .txt {
  padding: 14px 0;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 1100px) {
  #top-table .blk{
    width: 100%;
    max-width: 800px;
  }
  #top-table .blk .aboutL {
    width: 100%;
  }
  #top-table .blk .aboutR {
    width: 49%;
  }
}
@media screen and (max-width: 980px) {
  #top-table .blk table thead th {
    width: 126px;
  }
}
@media screen and (max-width: 767px) {
  #top-table .container{
    padding: 0;
  }
  #top-table .blk {
    display: block;
    border-radius: 0;
    margin: 0;
    padding: 30px 25px 40px;
  }
  #top-table .blk h4 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  #top-table .blk .aboutL {
    width: 100%;
    font-size: 14px;
  }
  #top-table .blk .aboutR {
    width: 100%;
    margin-top: 15px;
  }
  #top-table .blk table thead th {
    font-size: 14px;
  }
  #top-table .blk .txt {
    font-size: 15px;
  }
}

#news {
  padding: 80px 0 20px;
}
#news .top_ttl {
  text-align: left;
}
#news .post-box .post-box__content {
  border-top: 1px solid;
  height: 320px;
  overflow-y: scroll;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
#news .post-box .btn-more {
  text-align: right;
  margin-bottom: 30px;
}
#news .post-box .btn-more a {
  text-decoration: underline;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
}
#news .post-box .btn-more a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #news {
    padding: 50px 0 0;
  }
  #news .post-box .btn-more {
    margin-bottom: 10px;
  }
  #news .post-box .btn-more a {
    font-size: 12px;
  }
	#news .post-box .post-box__content {
   height: 380px;
}
}

#about-us {
  padding: 95px 0 85px;
  background: url(../img/top/about_bg1.png) no-repeat center center/cover, #A9894B;
  position: relative;
  z-index: 0;
}

#about-us .top_ttl {
  margin-bottom: 35px;
}
#about-us .top_ttl span {
  color: #fff;
}
#about-us .top_ttl small {
  color: #fff;
}
#about-us .txt {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #about-us {
    background-position: center right 20%;
    padding: 50px 0;
  }
  #about-us .top_ttl {
    margin-bottom: 25px;
  }
  #about-us .top_ttl span {
    margin-bottom: 5px;
  }
  #about-us .txt {
    font-size: 14px;
    line-height: 28px;
  }
}

#feature {
  padding: 90px 0;
}
#feature .top_ttl {
  margin-bottom: 50px;
}
#feature .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#feature .row .col {
  width: 32%;
  max-width: 315px;
}
#feature .row .col .col-img {
  margin-bottom: 10px;
}
#feature .row .col .col-img img {
  border-radius: 50%;
  height: auto;
}
#feature .row .col h4 {
  font-size: 28px;
  font-weight: bold;
  line-height: 42px;
  margin-bottom: 5px;
  color: #F26F00;
  text-align: center;
  min-height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#feature .row .col .col-desc {
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 28px;
  text-align: justify;
  font-family: "Noto Sans JP", serif;
  letter-spacing: -2px;
  min-height: 90px;
}
#feature .row .col .col-btn a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 27px;
  color: #cc841b;
  border: 1px solid;
  border-radius: 100px;
  max-width: 240px;
  margin: auto;
  text-align: center;
  padding: 15px 0;
  position: relative;
}
#feature .row .col .col-btn a::after {
  content: "";
  background: url(../img/top/icon_btn_t1.png) no-repeat 0 0/100%;
  width: 8px;
  height: 11px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
#feature .row-1 {
  margin-bottom: 70px;
}
@media screen and (max-width: 991px) {
  #feature .row .col {
    width: 31%;
  }
  #feature .row .col h4 {
    font-size: 20px;
    line-height: 36px;
  }
  #feature .row .col .col-desc {
    min-height: 112px;
  }
}
@media screen and (max-width: 767px) {
  #feature {
    padding: 50px 0;
  }
  #feature .row {
    justify-content: center;
  }
  #feature .row .col {
    width: 48%;
    margin: 0 1% 30px;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
  }
#feature .row .col:nth-child(6){
	order:4;
}
#feature .row .col:nth-child(6) h4{
	min-height:82px;
}
#feature .row .col:nth-child(5){
	order:6;
}
#feature .row .col:nth-child(4){
	order:5;
}
  #feature .row .col .col-img {
    padding: 0 10px;
  }
  #feature .row .col h4 {
    font-size: 15px;
    line-height: 27px;
    display: block;
  }
  #feature .row .col .col-desc {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  #feature .row .col .col-btn {
    margin-top: auto;
  }
  #feature .row .col .col-btn a {
    font-size: 11px;
    padding: 5px 0;
  }
  #feature .row-1 {
    margin-bottom: 0;
  }
  #feature .row-2 .col h4 {
    min-height: auto;
  }
}

#treatment {
  padding: 85px 0 140px;
  background: url(../img/top/treatment_pt1.png) repeat 0 0/auto, #fdf6e6;
}
#treatment .top_ttl {
  margin-bottom: 40px;
}
#treatment .desc {
  text-align: center;
  font-size: 18px;
  line-height: 36px;
  font-weight: 300;
  margin-bottom: 45px;
}
#treatment .row {
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
  position: relative;
  z-index: 0;
}
#treatment .row::before {
  content: "";
  background: #ffffff;
  width: 100%;
  height: 225px;
  position: absolute;
  border-radius: 20px;
  bottom: -45px;
  z-index: -1;
  left: 0;
}
#treatment .row .col {
  width: 24%;
}
#treatment .row .col .col-img {
  max-width: 200px;
  margin: 0 auto 20px;
}
#treatment .row .col .col-img img {
  height: auto;
}
#treatment .row .col h4 {
  text-align: center;
}
#treatment .row .col h4 span {
  display: block;
  font-weight: bold;
  line-height: 27px;
}
#treatment .row .col h4 span:first-child {
  color: #504a3f;
  font-size: 22px;
}
#treatment .row .col h4 span:last-child {
  font-size: 11px;
  color: #cc841b;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  #treatment .row .col h4 span:first-child {
    font-size: 16px;
  }
  #treatment .row .col h4 span:last-child {
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  #treatment {
    padding: 50px 0;
  }
  #treatment .desc {
    font-size: 16px;
    line-height: 32px;
    padding: 0 25px;
  }
  #treatment .row {
    flex-wrap: wrap;
    padding: 0 20px;
  }
  #treatment .row::before {
    display: none;
  }
  #treatment .row .col {
    width: 45%;
    margin-bottom: 20px;
  }
  #treatment .row .col .col-img {
    max-width: 100%;
    margin: 0 auto 10px;
  }
  #treatment .row .col h4 span:first-child {
    font-size: 14px;
  }
  #treatment .row .col h4 span:last-child {
    font-size: 10px;
    line-height: 15px;
  }
}

#health {
  padding: 100px 0 0;
}
#health .top_ttl {
  margin-bottom: 35px;
}
#health .row {
  display: flex;
  flex-wrap: wrap;
}
#health .row .box {
  width: 33.3333333333%;
  position: relative;
}
#health .row .box .box-img img {
  height: auto;
  border: 1px solid #fff;
}
#health .row .box .content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  width: 100%;
}
#health .row .box .content::after {
  content: "";
  background: #99301a;
  width: 40px;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  bottom: -20px;
}
#health .row .box .content h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 39px;
  margin-bottom: 10px;
}
#health .row .box .content .desc {
  font-size: 14px;
  line-height: 25px;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  #health .row .box .content::after {
    bottom: -10px;
  }
  #health .row .box .content h4 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  #health .row .box .content .desc {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  #health {
    padding: 50px 0;
  }
  #health .row .box {
    width: 50%;
  }
  #health .row .box .content {
    width: 80%;
    min-height: 40px;
    top: 45%;
  }
  #health .row .box .content::after {
    bottom: -12px;
    width: 20px;
    height: 1px;
  }
  #health .row .box .content h4 {
    font-size: 14px;
    line-height: 13px;
    margin-bottom: 5px;
  }
  #health .row .box .content .desc {
    font-size: 10px;
    line-height: 15px;
  }
}

#greeting {
  padding: 85px 0 115px;
  position: relative;
  z-index: 0;
}
#greeting::before {
  content: "";
  background: #fdf6e6;
  height: 330px;
  width: calc(50% + 150px);
  bottom: 20px;
  right: 0;
  position: absolute;
  z-index: -1;
  opacity: 0.5;
}
#greeting .top_ttl {
  text-align: left;
  margin-bottom: -15px;
}
#greeting .row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#greeting .row .col-left {
  max-width: 567px;
  margin-bottom: 20px;
}
#greeting .row .col-left span {
  display: block;
  margin-top: 32px;
  font-family: "Noto Sans JP", serif;
  letter-spacing: -1px;
}
#greeting .row .col-right {
  width: calc(100% - 640px);
}
#greeting .row .col-right img {
  height: auto;
}
@media screen and (max-width: 1160px) {
  #greeting .row {
    align-items: flex-start;
  }
  #greeting .row .col-left {
    width: calc(100% - 450px);
  }
  #greeting .row .col-right {
    width: 420px;
  }
}
@media screen and (max-width: 991px) {
  #greeting {
    padding: 85px 0 50px;
  }
  #greeting .top_ttl {
    margin-bottom: 15px;
  }
  #greeting .row .col-left {
    width: calc(100% - 380px);
  }
  #greeting .row .col-left span {
    margin-top: 15px;
  }
  #greeting .row .col-right {
    width: 350px;
  }
}
@media screen and (max-width: 767px) {
  #greeting {
    padding: 15px 0 20px;
  }
  #greeting::before {
    height: 65%;
    width: 80%;
    bottom: auto;
    top: 20%;
  }
  #greeting .row {
    flex-wrap: wrap;
  }
  #greeting .row .col-left {
    width: 100%;
    order: 2;
  }
  #greeting .row .col-left span {
    margin-top: 0;
    font-size: 15px;
    line-height: 30px;
  }
  #greeting .row .col-right {
    width: 85%;
    order: 1;
    margin-bottom: 20px;
  }
}

#access {
  background: rgba(253, 246, 230, 0.5);
  padding: 90px 0 80px;
  margin-top: 80px;
}
#access .top_ttl {
  margin-bottom: 45px;
  text-align: left;
}
#access .blk {
  display: flex;
  justify-content: space-between;
}
#access .blk .aboutL {
  width: 515px;
  font-size: 17px;
  font-family: "Noto Sans JP", serif;
}
#access .blk .gmap {
  width: 520px;
}
#access .blk .gmap iframe {
  width: 100%;
  height: 100%;
  border: none;
}
#access .blk .gmap .btn-map a {
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  text-decoration: underline;
  font-size: 12px;
}
#access .blk .gmap .btn-map a:hover {
  text-decoration: none;
}
#access .blk .aboutR {
  width: 420px;
}
#access .blk table thead {
  border-bottom: 1px solid #333333;
}
#access .blk table thead th {
  font-size: 20px;
  width: 180px;
}
#access .blk table td{
	text-align:center;
}
#access .blk table thead th,
#access .blk table thead td {
  padding-bottom: 10px;
}
#access .blk table tbody tr {
  border-bottom: 1px solid #333333;
}
#access .blk table tbody tr th,
#access .blk table tbody tr td {
  padding: 8px 0;
}
#access .blk table tbody tr th .txt_color,
#access .blk table tbody tr td .txt_color {
  font-size: 14px;
}
#access .blk .txt {
  padding: 14px 0;
  font-size: 16px;
  line-height: 24px;
  border-bottom: 1px dashed #b5b5b5;
  letter-spacing: 0;
  margin-bottom: 20px;
}
#access .blk .info {
  font-size: 16px;
  line-height: 24px;
}
#access .blk .info dl {
  padding: 0 0 10px;
  width: 100%;
  display: table;
}
#access .blk .info dl dt {
  display: table-cell;
  width: 95px;
  color: #cc841b;
}
#access .blk .info dl dd {
  display: table-cell;
}
@media screen and (max-width: 1100px) {
  #access .blk .aboutL {
    width: 49%;
  }
  #access .blk .gmap {
    width: 49%;
  }
}
@media screen and (max-width: 980px) {
  #access .blk table thead th {
    width: 126px;
  }
  #access .blk .info dl dt {
    width: 76px;
  }
}
@media screen and (max-width: 767px) {
  #access {
    padding: 40px 0 50px;
    margin-top: 0;
  }
  #access .top_ttl {
    margin-bottom: 25px;
  }
  #access .blk {
    display: block;
  }
  #access .blk .aboutL {
    width: 100%;
    font-size: 14px;
  }
  #access .blk .gmap {
    width: 100%;
    height: 289px;
    margin-top: 15px;
  }
  #access .blk table thead th {
    font-size: 14px;
  }
  #access .blk .txt {
    font-size: 15px;
  }
  #access .blk .info {
    font-size: 14px;
  }
}

#contact {
  padding: 100px 0 0;
  position: relative;
  z-index: 0;
  color: #fff;
  background: rgba(253, 246, 230, 0.5);
}
#contact::before {
  content: "";
  background: url(../img/top/contact_bg.jpg) no-repeat center bottom/cover;
  width: 100%;
  height: 70%;
  left: 0;
  bottom: 0;
  z-index: -1;
  position: absolute;
}
#contact .slide-js1 .slick-slide {
  margin: 0 10px;
}
#contact .slide-js1 .slick-slide li img {
  height: auto;
}
#contact .row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 100px 0 80px;
}
#contact .row .col-left h2 {
  font-size: 42px;
  font-weight: bold;
  line-height: 54px;
  margin-bottom: 20px;
}
#contact .row .col-left .desc {
  font-size: 18px;
  line-height: 36px;
}
#contact .row .col-right {
  max-width: 510px;
}
#contact .row .col-right img {
  height: auto;
}
@media screen and (max-width: 1100px) {
  #contact .row .col-right {
    max-width: 350px;
  }
}
@media screen and (max-width: 991px) {
  #contact::before {
    height: 72%;
  }
  #contact .row .col-left .desc {
    font-size: 16px;
    line-height: 32px;
  }
  #contact .row .col-right {
    max-width: 235px;
  }
}
@media screen and (max-width: 767px) {
  #contact {
    padding: 35px 0 0;
  }
  #contact::before {
    height: 84%;
  }
  #contact .row {
    display: block;
    padding: 20px 0 50px;
  }
  #contact .row .col-left {
    text-align: center;
  }
  #contact .row .col-left h2 {
    font-size: 28px;
  }
  #contact .row .col-left .desc {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 30px;
  }
  #contact .row .col-right {
    max-width: 300px;
    width: 90%;
    margin: auto;
  }
}/*# sourceMappingURL=index.css.map */