/*page-template-tpl-top*/
#content {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #f8f8f6;
}

/*--------- START css global ----------*/
.ttl-common {
  font-family: "Zen Maru Gothic";
}
.ttl-common span {
  color: #473024;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0;
}
.ttl-common small {
  color: #F39800;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.2em;
  display: block;
}

.btn-common {
  font-family: "Zen Maru Gothic";
  max-width: 288px;
  color: #fff;
  background: #a49082;
  border-radius: 40px;
  display: block;
  text-align: center;
  position: relative;
  line-height: 2.875;
  padding: 10px 0px;
  transition: all 0.3s;
}
.btn-common:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  background-image: url(../img/top/btn_icon.png);
  width: 24px;
  height: 24px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateY(-50%);
}
.btn-common:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .ttl-common span {
    font-size: 24px;
  }
  .ttl-common small {
    font-size: 13px;
  }
  .btn-common {
    max-width: none;
  }
}
@media screen and (min-width: 768px) {
  .d-flex-pc {
    display: flex;
  }
}
/*--------- END css global ----------*/
#blog-pagetop {
  background: #fff;
  padding-bottom: 140px;
  margin-bottom: -30px;
}
#blog-pagetop .elementor-row {
  gap: 40px 40px;
}
#blog-pagetop .col-box {
  width: 49%;
  max-width: 520px;
}
@media screen and (max-width: 767px) {
  #blog-pagetop {
    padding-bottom: 100px;
  }
  #blog-pagetop .elementor-row {
    row-gap: 15px;
  }
  #blog-pagetop .col-box {
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  #blog-pagetop .col-box {
    width: 100%;
    max-width: none;
  }
}

.post-box {
  border-top: 2px solid #F5BB66;
  background: #f8f8f6;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  padding: 20px 22px 30px 44px;
}
.post-box .post-box__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.post-box h2 {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.27;
  letter-spacing: 0;
  font-family: "Zen Maru Gothic";
}
.post-box .post-box__summary-link {
  border: 1px solid #473024;
  border-radius: 40px;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.33;
  letter-spacing: 0;
  width: 127px;
  height: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #473024;
}
.post-box .post-box__summary-link:hover {
  opacity: 0.8;
}
.post-box dl {
  display: flex;
  align-items: baseline;
}
.post-box dl dt {
  font-weight: 400;
  display: flex;
  align-items: center;
  margin-right: 28px;
}
.post-box dl dt time {
  line-height: 1.14;
  font-size: 14px;
  color: #bfbfbf;
}
.post-box dl dt .new-label {
  color: #f39800;
  line-height: 1;
  font-size: 10px;
  margin-left: 5px;
}
.post-box dl dd {
  font-size: 15px;
}
.post-box .post-box__content {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .post-box {
    padding: 20px 20px 25px;
  }
  .post-box h2 {
    font-size: 18px;
  }
  .post-box .post-box__summary-link {
    font-size: 12px;
    width: 106px;
    height: 30px;
  }
  .post-box dl {
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .post-box dl dt time {
    font-size: 13px;
  }
  .post-box dl dd {
    margin-top: 7px;
    font-size: 14px;
    width: 100%;
  }
}

#attention {
  position: relative;
  z-index: 1;
  background-image: url(../img/top/attention_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#attention .container {
  position: relative;
  padding-top: 70px;
  padding-bottom: 88px;
}
#attention .container:before {
  content: "";
  position: absolute;
  top: -73px;
  left: 32px;
  background-image: url(../img/top/attention_decoSun.png);
  width: 249px;
  height: 249px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
#attention .container:after {
  content: "";
  position: absolute;
  right: 8.5px;
  bottom: 95px;
  background-image: url(../img/top/attention_butterfly.png);
  width: 135px;
  height: 119px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
#attention .box {
  box-sizing: border-box;
  border-radius: 20px;
  max-width: 810px;
  margin: 30px auto 0px;
  padding: 9px 0px 6px;
  background: #fff;
}
#attention .box .item {
  padding: 31px 66px 34px 90px;
}
#attention .box .item + .item {
  border-top: 3px solid #EBE6DD;
}
#attention .box dl {
  font-family: "Zen Maru Gothic";
  font-weight: 500;
  letter-spacing: 0;
}
#attention .box dl dt {
  font-size: 25px;
  line-height: 1.46;
  position: relative;
  color: #473024;
}
#attention .box dl dt:before {
  content: "";
  position: absolute;
  top: 5px;
  left: -30px;
  background-image: url(../img/top/icon_leaf.png);
  width: 21px;
  height: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#attention .box dl dd {
  line-height: 2;
  color: #000;
}
#attention .item-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#attention .item-top dl {
  width: 320px;
}
#attention .item-top .attention-contact {
  width: 300px;
}
#attention .item-top .attention-contact li + li {
  margin-top: 6px;
}
#attention .item-top .attention-contact li.tel a {
  font-size: 21px;
}
#attention .item-top .attention-contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../img/top/pattern.png);
  color: #fff;
  border-radius: 25px;
  font-size: 18px;
  letter-spacing: 0;
  font-weight: 500;
  line-height: 1;
  padding: 15px;
  text-align: center;
  position: relative;
  min-height: 55px;
}
#attention .item-top .attention-contact a i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#attention .item-top .attention-contact a:hover {
  opacity: 0.8;
}
#attention .item-top .attention-contact .icon-computer {
  width: 29px;
  left: 25px;
}
#attention .item-top .attention-contact .icon-tel {
  width: 18px;
  left: 31px;
}
@media screen and (max-width: 767px) {
  #attention .container {
    padding: 40px 17.5px 90px;
  }
  #attention .container:before {
    top: -125px;
    left: 0px;
    width: 194px;
    height: 194px;
  }
  #attention .container:after {
    right: 30px;
    bottom: 25px;
    width: 71px;
    height: 55px;
  }
  #attention .box {
    margin-top: 20px;
  }
  #attention .box .item {
    padding: 30px;
  }
  #attention .box dl dt {
    font-size: 20px;
    padding-left: 25px;
  }
  #attention .box dl dt:before {
    top: 3px;
    left: 0px;
    width: 16px;
    height: 25px;
  }
  #attention .box dl dd {
    font-size: 15px;
    margin-top: 10px;
  }
  #attention .item-top dl {
    width: 100%;
  }
  #attention .item-top .attention-contact {
    margin-top: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 850px) and (min-width: 768px) {
  #attention .container:after {
    bottom: 15px;
  }
  #attention .box .item {
    padding-left: 50px;
    padding-right: 20px;
  }
}

#access {
  margin-top: -20px;
  padding: 107px 0px 121px;
  background-image: url(../img/top/access_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#access .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 43px;
}
#access .item {
  width: 49%;
  max-width: 520px;
}
#access .table-txt {
  /* font-size: 14px; */
  line-height: 1.42;
  margin-top: 10px;
  color: #473024;

  font-size: 17px;
}
#access .table-info {
  line-height: 1.125;
  margin-top: 40px;
  color: #473024;

  font-size: 17px;
}
#access .table-info dl {
  display: flex;
}
#access .table-info dl dt {
  width: 75px;
}
#access .table-info dl dd {
  width: calc(100% - 123px);
  margin-left: 48px;
}
#access .table-info dl + dl {
  margin-top: 14px;
}
#access a[href^="tel:"] {
  text-decoration: underline;
}
#access .map {
  overflow: hidden;
  border-radius: 4px;
  min-height: 395px;
}
#access .map iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #access {
    padding: 70px 0px 60px;
  }
  #access .inner {
    margin: 20px 0px 0px;
  }
  #access .item {
    width: 100%;
    max-width: none;
  }
  #access .table-txt {
    /* font-size: 13px; */
    margin-top: 15px;

    font-size: 15px;
  }
  #access .table-info {
    margin-top: 20px;
    /* font-size: 14px; */

    font-size: 15px;
  }
  #access .table-info dl dt {
    width: 85px;
  }
  #access .table-info dl dd {
    width: calc(100% - 85px);
    margin-left: 0px;
  }
  #access .map {
    margin-top: 45px;
    min-height: 240px;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  #access .table-info dl dd br.sp {
    display: block !important;
  }
}

table.table-pagetop {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 14px;
  color: #473024;
  border-radius: 4px;
  letter-spacing: 0;
  overflow: hidden;
  text-align: center;
  line-height: 1;
}

table.table-pagetop th {
  width: 120px;
  padding-left: 29px;
}

table.table-pagetop thead {
  color: #fff;
  background: #F39800;
}

table.table-pagetop thead td:last-child {
  width: 65px;
  white-space: nowrap;
}

table.table-pagetop thead th,
table.table-pagetop thead td {
  padding-top: 9.5px;
  padding-bottom: 9.5px;
}
table.table-pagetop tbody tr td{
  color: #368918;
}
table.table-pagetop tbody tr:first-of-type th,
table.table-pagetop tbody tr:first-of-type td {
  padding-top: 22px;
  padding-bottom: 8px;
}

table.table-pagetop tbody tr:last-of-type th,
table.table-pagetop tbody tr:last-of-type td {
  padding-top: 8px;
  padding-bottom: 22px;
}

.table-pagetop tbody {
  background: #f8f8f6;
}

table.table-pagetop tbody td {
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  table.table-pagetop tbody th {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  table.table-pagetop {
    font-size: 12px;
  }
  table.table-pagetop th,
  table.table-pagetop td {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  table.table-pagetop th {
    width: 105px;
    padding-left: 18px;
    font-size: 13px;
  }
  table.table-pagetop thead td:last-child {
    /* width: 60px; */
    width: auto;
  }
  table.table-pagetop tbody td {
    font-size: 14px;
  }
}
/* @media screen and (max-width: 480px) {
  table.table-pagetop {
    font-size: 11px;
  }
  table.table-pagetop th {
    width: 85px;
    padding-left: 10px;
    font-size: 12px;
  }
  table.table-pagetop thead td:last-child {
    width: 50px;
  }
  table.table-pagetop tbody td {
    font-size: 13px;
  }
} */
#feature {
  position: relative;
}
#feature .clo-green {
  border-bottom: 2px dashed #6EC49D;
}
#feature .clo-green span {
  color: #3eb378;
}
#feature .clo-yellow {
  border-bottom: 2px dashed #F5C781;
}
#feature .clo-yellow span {
  color: #E4A92C;
}
#feature .clo-blue {
  border-bottom: 2px dashed #98D3E2;
}
#feature .clo-blue span {
  color: #33ACCC;
}
#feature .clo-pink {
  border-bottom: 2px dashed #F6C2D5;
}
#feature .clo-pink span {
  color: #E5668B;
}
#feature .container {
  position: relative;
  padding-top: 70px;
}
#feature .container:before {
  content: "";
  position: absolute;
  top: -50px;
  left: 252px;
  background-image: url(../img/top/feature_decoBird.png);
  width: 216px;
  height: 153px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
#feature .item {
  margin-top: 50px;
  position: relative;
}
#feature .box {
  box-sizing: border-box;
  border-radius: 20px;
  padding: 70px;
  background: #fff;
}
#feature h3 {
  font-family: "Zen Maru Gothic";
  font-weight: 500;
  line-height: 1.64;
  font-size: 28px;
  padding-bottom: 15px;
}
#feature .txt {
  margin-top: 20px;
  margin-bottom: 30px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #feature .container {
    padding: 40px 20px 0px;
  }
  #feature .container:before {
    top: -37px;
    left: 59px;
    width: 96px;
    height: 68px;
  }
  #feature .feature-img {
    margin: 0px auto -80px;
    width: fit-content;
  }
  #feature .box {
    padding: 100px 25px 36px;
  }
  #feature h3 {
    font-size: 20px;
    line-height: 1.55;
    padding-bottom: 10px;
  }
  #feature .txt {
    margin-top: 10px;
    margin-bottom: 25px;
    font-size: 15px;
  }
  #feature .group-btn li + li {
    margin-top: 4px;
  }
}
@media screen and (min-width: 768px) {
  #feature .container {
    max-width: 1280px;
  }
  #feature .item:nth-child(even) .box {
    margin-left: auto;
    padding-left: 95px;
  }
  #feature .item:nth-child(even) .feature-img {
    left: 33px;
  }
  #feature .item:nth-child(odd) .box {
    padding-right: 95px;
  }
  #feature .feature-img {
    position: absolute;
    top: 50px;
    right: 33px;
  }
  #feature .box {
    width: 758px;
  }
  #feature .group-btn {
    display: flex;
  }
  #feature .group-btn li {
    width: 288px;
  }
  #feature .group-btn li + li {
    margin-left: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  #feature .container:before {
    left: calc(50% - 388px);
  }
  #feature .feature-img {
    position: static;
    width: fit-content;
    margin: 0px auto -50px;
  }
  #feature .box {
    width: auto;
    margin: 0px auto;
  }
}

#menu {
  margin-top: 107px;
}
#menu .menu-top {
  background-image: url(../img/top/menu_bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 85px 0px 64px;
  position: relative;
}
#menu .menu-top:before {
  content: "";
  position: absolute;
  top: -46px;
  left: calc(50% - 437px);
  background-image: url(../img/top/menu_decoChicken.png);
  width: 179px;
  height: 182px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
#menu .group-link {
  position: relative;
  z-index: 1;
}
#menu [class^=menu-link] {
  display: flex;
  flex-wrap: wrap;
  font-family: "Zen Maru Gothic";
  font-weight: 500;
}
#menu [class^=menu-link] .item {
  width: 50%;
}
#menu [class^=menu-link] a {
  display: flex;
  justify-content: center;
  height: 100%;
  position: relative;
  background: #fff;
  border: 1px solid #EDEDED;
  box-sizing: border-box;
  z-index: 1;
}
#menu [class^=menu-link] a:before {
  content: "";
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 18px 18px;
  border-color: transparent transparent #E1E1D0 transparent;
  transform: rotate(0deg);
}
#menu [class^=menu-link] i {
  display: block;
  margin: 0px auto 25px;
  width: fit-content;
}
#menu [class^=menu-link] .arrow-orange:before {
  border-color: transparent transparent #FAD3B8 transparent;
}
#menu [class^=menu-link] .arrow-purple:before {
  border-color: transparent transparent #EABFF1 transparent;
}
#menu [class^=menu-link] .arrow-yellow:before {
  border-color: transparent transparent #E8D4A4 transparent;
}
#menu [class^=menu-link] .arrow-blue:before {
  border-color: transparent transparent #AFD7E8 transparent;
}
#menu [class^=menu-link] .arrow-pink:before {
  border-color: transparent transparent #F5B3D2 transparent;
}
#menu [class^=menu-link] .arrow-green:before {
  border-color: transparent transparent #B1DDC6 transparent;
}
#menu .menu-link-img dl dt {
  text-align: center;
}
#menu .menu-link-txt {
  font-family: "Zen Maru Gothic";
  font-weight: 500;
  text-align: center;
}
#menu .menu-link-txt a {
  align-items: center;
}
@media screen and (max-width: 767px) {
  #menu {
    margin-top: 45px;
  }
  #menu .menu-top {
    padding: 40px 0px 24px;
  }
  #menu .menu-top:before {
    top: -24px;
    left: 25px;
    width: 80px;
    height: 82px;
  }
  #menu [class^=menu-link] {
    font-size: 18px;
    line-height: 1.33;
    letter-spacing: 0;
  }
  #menu [class^=menu-link] a::before {
    right: 10px;
    bottom: 10px;
    border-width: 0 0 11px 11px;
  }
  #menu [class^=menu-link] i {
    width: 70px;
    margin-bottom: 15px;
  }
  #menu .menu-link-img .item {
    min-height: 161px;
  }
  #menu .menu-link-img .item a {
    align-items: center;
  }
  #menu .menu-link-txt .item {
    min-height: 90px;
  }
}
@media screen and (min-width: 768px) {
  #menu [class^=menu-link] .item a {
    padding: 0px 10px;
  }
  #menu .menu-link-img dl {
    max-width: 346px;
    margin: 0px auto;
  }
  #menu .menu-link-img dl dt {
    font-size: 28px;
    line-height: 1.35;
  }
  #menu .menu-link-img dl dd {
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0;
    margin-top: 25px;
  }
  #menu .menu-link-img .item {
    width: 33.3333333333%;
    min-height: 431px;
  }
  #menu .menu-link-img .item a {
    padding-top: 60px;
  }
  #menu .menu-link-txt {
    font-size: 24px;
    line-height: 1.58;
  }
  #menu .menu-link-txt .item {
    width: 20%;
    min-height: 200px;
  }
}
@media screen and (max-width: 1230px) and (min-width: 767px) {
  #menu .menu-link-img .item {
    width: 50%;
  }
  #menu .menu-link-txt .item {
    width: 33.3333333333%;
  }
}

#greeting {
  position: relative;
}
#greeting .container {
  padding-top: 36px;
  position: relative;
  z-index: 0;
}
#greeting .container:before {
  content: "";
  position: absolute;
  top: -133px;
  right: -100px;
  background-image: url(../img/top/greeting_deco1.png);
  width: 229px;
  height: 197px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
#greeting .col-img {
  width: fit-content;
  margin: 0px auto;
  position: relative;
}
#greeting .col-txt {
  margin-top: 30px;
}
#greeting .greeting-name {
  position: absolute;
  left: 0px;
  bottom: 0px;
  font-family: "Zen Maru Gothic";
  font-size: 13px;
  line-height: 1.64;
  letter-spacing: 0.05em;
  font-weight: 500;
  background-image: url(../img/top/greeting_deco2.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 150px;
  height: 127px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  z-index: 1;
  box-sizing: border-box;
}
#greeting .greeting-name span {
  font-size: 20px;
  margin-left: 10px;
  display: inline-block;
}
#greeting .txt {
  margin-top: 15px;
  letter-spacing: 0;
}
#greeting .greeting-btn {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  #greeting .container {
    max-width: 1280px;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 90px;
  }
  #greeting .container::before {
    top: -89px;
    right: -177px;
    width: 377px;
    height: 325px;
  }
  #greeting .col-img {
    width: calc(44% - 38px);
    max-width: 498px;
    margin: 0px 0px 0px 38px;
  }
  #greeting .greeting-name {
    width: 242px;
    height: 207px;
    left: -20px;
    bottom: -109px;
    font-size: 18px;
  }
  #greeting .greeting-name span {
    font-size: 28px;
  }
  #greeting .col-txt {
    margin: 0px 48px 0px 0px;
    width: calc(49% - 48px);
    max-width: 551px;
  }
  #greeting .txt {
    margin-top: 15px;
  }
  #greeting .greeting-btn {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  #greeting .col-txt {
    margin: 0px;
    width: 49%;
  }
  #greeting .col-img {
    width: 44%;
    margin-left: 0px;
  }
  #greeting .greeting-name{
    width: 202px;
    height: 167px;
  }
}

#slider-scroll {
  margin-top: 105px;
  position: relative;
}
#slider-scroll:before {
  content: "";
  position: absolute;
  top: -84px;
  right: 11vw;
  background-image: url(../img/top/slider_deco.png);
  width: 142px;
  height: 156px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #slider-scroll {
    margin-top: 80px;
  }
  #slider-scroll:before {
    top: -45px;
    right: 43px;
    width: 76px;
    height: 82px;
  }
}