@charset "UTF-8";
/*!
 * Base CSS For This Site
 */
/* common */
html {
  font-size: 16px;
}

body {
  font-family: “Yu Gothic”, 游ゴシック, YuGothic, 游ゴシック体, “ヒラギノ角ゴ Pro W3”, “Hiragino Kaku Gothic ProN”, メイリオ, Meiryo, verdana, sans-serif;
  color: #000;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
}

/* sidemenu */
#header {
  background-color: #fff;
  box-shadow: 4px 0 7px rgba(4, 0, 0, 0.14);
}

#content {
  position: relative;
}

@media (min-width: 992px) {
  #header {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 170px;
    height: 100%;
    background-color: #fff;
    overflow: hidden;
    z-index: 1;
    box-shadow: 4px 0 7px rgba(4, 0, 0, 0.14);
  }

  #content {
    margin-left: 170px;
  }
}
/* #primary */
#content {
  background-image: url("../../assets/images/global/bg-pattern.png");
  background-repeat: repeat;
}
@media (max-width: 991.98px) {
  #content {
    margin-top: 64px;
  }
}

@media (max-width: 991.98px) {
  .admin-bar #content {
    margin-top: 52px !important;
  }
}
@media screen and (max-width: 782px) {
  .admin-bar #content {
    margin-top: 38px !important;
  }
}
/* container */
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1024px;
  }
}
/* block-header */
.block-header .block-header__logo {
  position: relative;
/*  padding-top: 10px;
  padding-bottom: 10px; */
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
}
.block-header .navbar-btn1 {
  position: absolute;
  top: 0;
  right: 75px;
  height: 72px;
}
.block-header .navbar-btn2 {
  position: absolute;
  top: 0;
  right: 146px;
  height: 72px;
}
.block-header .navbar-btn1 img{
	max-width:100%;
	max-height:100%;
	width:auto;
	height:auto;
}
.block-header .navbar-btn2 img{
	max-width:100%;
	max-height:100%;
	width:auto;
	height:auto;
}
.block-header .navbar-toggler {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  font-size: 32px;
}
.block-header .logo {
  margin-bottom: 0;
/*  width: 110px;
  height: auto;
  margin-left: auto;
  margin-right: auto; */
	width: 90px;
    padding: 10px 0;
    height: auto;
    margin-left: 20px;
    margin-right: auto;
}
.block-header .logo img {
    width: 100%;
    height: auto;
}
.block-header .block-header__nav {
  padding-top: 20px;
  padding-bottom: 30px;
}
.block-header .block-header__nav li {
  width: 200px;
  margin: 0 auto;
  padding-top: 12px;
  padding-bottom: 12px;
}
.block-header .block-header__nav li:last-child {
  padding: 0;
}
.block-header .block-header__nav img {
  width: 40px;
  height: auto;
  margin-right: 10px;
}
.block-header .block-header__nav a {
  color: #003300;
  font-size: 18px;
}

@media (max-width: 991.98px) {
  .block-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background-color: #fff;
  }
}
@media (min-width: 992px) {
  .block-header {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 185px;
    overflow-y: scroll;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .block-header .block-header__logo {
    padding: 0;
    box-shadow: none;
  }
  .block-header .logo {
    margin-bottom: 40px;
	width: 110px;
	height: auto;
	margin-left: auto;
    margin-right: auto; 
  }
  .block-header .navbar-btn1 {
	display:none;
  }
  .block-header .navbar-btn2 {
	display:none;
  }

  .block-header .navbar-toggler {
    display: none;
  }
  .block-header .block-header__nav {
    padding: 0;
    display: block;
  }
  .block-header .block-header__nav li {
    width: auto;
  }
  .block-header .block-header__nav img {
    width: auto;
    height: auto;
    margin-right: 0;
  }
  .block-header .block-header__nav a {
    font-size: 14px;
  }
  .block-header .block-header__nav a span {
    margin-top: 5px;
    display: block;
  }
}
/* block-contact */
.block-contact {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  background-image: url("../../assets/images/global/bg-contact.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.block-contact p {
  text-align: center;
  margin: 0;
}
.block-contact .tell-box {
  margin-top: 10px;
  text-align: center;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #DFE5DF;
}
.block-contact .tell-box .text {
  margin-top: 15px;
}

/* block-banner */
.block-banner {
  padding: 80px 0;
}
.block-banner .block-banner__body {
  position: relative;
}
.block-banner .block-banner__body a {
  display: block;
  border: 1px solid #DFE5DF;
  background-color: #fff;
  padding: 20px 0;
}
.block-banner .block-banner__body a img {
  margin: 0 auto;
  width: 70%;
}
.block-banner .slide-arrows .bottom-slider__prev {
  position: absolute;
  top: 60px;
  transform: translateY(-50%);
  left: -10px;
}
.block-banner .slide-arrows .bottom-slider__next {
  position: absolute;
  top: 60px;
  transform: translateY(-50%);
  right: -10px;
}

.bottom-banner .banner-txt {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 568px) {
  .block-banner .slide-arrows .bottom-slider__prev {
    position: absolute;
    top: 10%;
    transform: translateY(-50%);
    left: -10px;
  }
.block-banner .slide-arrows .bottom-slider__next {
    position: absolute;
    top: 10%;
    transform: translateY(-50%);
    right: -10px;
  }
}
/* block-tab */
.block-tab {
  display: none;
  position: fixed;
  top: 50px;
  right: 0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.block-tab ul {
  padding: 0;
  margin: 0;
}
.block-tab a {
  display: block;
  padding: 16px 12px;
  color: #ffffff;
  font-size: 18px;
  border: 2px solid #fff;
  border-right-width: 0;
  border-radius: 8px 0 0 8px;
  box-shadow: -3px 3px 4px rgba(0, 0, 0, 0.2);
}
.block-tab a:hover {
  opacity: .9;
}
.block-tab .reserv a {
  background-color: #339900;
}
.block-tab .doc {
  margin-top: 15px;
}
.block-tab .doc a {
  background-color: #006C46;
}
.block-tab .iekore {
  margin-top: 15px;
}
.block-tab .iekore a {
  padding: 16px 4px;
  background-color: #F2850E;
}
.block-tab .iekore a span{
    line-height: 1.15;
    display: inline-block;
    vertical-align: middle;
}
.block-tab .iekore a i {
    vertical-align: middle;
}

@media (min-width: 992px) {
  .block-tab {
    display: block;
  }
}
/* block-footer */
.block-footer {
  position: relative;
  padding-top: 85px;
  padding-bottom: 10px;
  background-color: #006C46;
  color: #ffffff;
}
.block-footer a {
  font-size: 14px;
  color: #ffffff;
}
.block-footer .pagetop {
  display: none;
  position: fixed;
  /* top: -32px; */
  bottom: 50px;
  right: 10px;
  width: 69px;
  height: 65px;
  text-align: center;
  border: 1px solid #fff;
  background-color: #006C46;
}
.block-footer .pagetop img {
  margin-top: 10px;
}
.block-footer .pagetop p {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 0;
}
.block-footer .nav li {
  padding-top: 10px;
  padding-bottom: 10px;
}
.block-footer .nav li:first-child {
  padding-top: 0;
}
.block-footer .address img {
  max-width: 100%;
}
.block-footer .address p {
  margin-top: 20px;
}
.block-footer .character {
  margin-top: 20px;
  margin-left: 20px;
}
.block-footer .copy {
  text-align: center;
  font-size: 12px;
  margin-top: 60px;
  margin-bottom: 0;
}

/* pagetitle */
.block-pagetitle {
  background-image: url("../../assets/images/global/bg-title-news.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 70px 0;
  text-align: center;
}

/* buttons */
.btn-hero {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 317px;
  padding: 15px;
}

.btn-category {
  position: relative;
  text-align: center;
  display: block;
  width: 200px;
  padding: 6px 15px;
  border-radius: 50px;
  border: 1px solid #006C46;
  color: #006C46;
  background-color: #ffffff;
  transition: .2s;
}
@media (max-width: 991.98px) {
  .btn-category {
    width: auto;
    min-width: 150px;
    padding: 6px 15px;
  }
}
.btn-category i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
@media (max-width: 991.98px) {
  .btn-category i {
    right: 8px;
  }
}
.btn-category:hover {
  background-color: #006C46;
  color: #fff;
}

.btn-index.d-none {
  display: none !important;
}
.btn-index a {
  position: relative;
  text-align: center;
  display: block;
  width: 500px;
  padding: 20px 15px;
  border-radius: 50px;
  border: 3px solid #fff;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background-color: #339900;
  transition: .2s;
}
.btn-index a i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
}
.btn-index a:hover {
  background-color: #fff;
  color: #339900;
}
@media (max-width: 991.98px) {
  .btn-index a {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 56px;
    padding: 15px;
    font-size: 20px;
  }
  .btn-index a.btn-box a i {
    right: 15px;
  }
}

.btn-pager {
  position: relative;
  text-align: center;
  display: block;
  width: 200px;
  padding: 6px 15px;
  border-radius: 50px;
  color: #000;
  background-color: #ffffff;
  transition: .2s;
  font-weight: bold;
}
.btn-pager i {
  color: #006C46;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.btn-pager.prev i {
  left: 15px;
}
.btn-pager.next i {
  right: 15px;
}
.btn-pager:hover {
  background-color: #006C46;
  color: #fff;
}
.btn-pager:hover i {
  color: #fff;
}
.btn-pager.green {
  color: #fff;
  background-color: #006C46;
}
.btn-pager.green i {
  color: #fff;
}
.btn-pager.green:hover {
  background-color: #fff;
  color: #006C46;
}
.btn-pager.green:hover i {
  color: #006C46;
}

/* card */
.card-news {
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 15px;
  background-color: #fff;
  height: 510px;
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 992px) {
  .card-news {
    height: auto;
  }
}
.card-news .card-thumbnail {
  border-radius: 5px;
}
.card-thumbnail {
  width: 100%;
  height: 200px;
  max-width: 100%;
  max-height: 100%;
  height:auto;
}
.card-news ul {
  margin-top: 10px;
}
.card-news p {
  margin-bottom: 0;
}
.card-news p.title {
  margin-top: 5px;
}
.card-news .category a {
  padding: 3px 8px;
  font-size: 12px;
  font-weight: bold;
  color: #000;
}
.card-news .category.event a {
  background-color: #FFFF66;
}
.card-news .category.news a {
  background-color: #FF9966;
}
.card-news .category.flyer a {
  background-color: #CCFF33;
}
.card-news .category.dream a {
  background-color: #FFCCCC;
}
.card-news .title a {
  color: #000;
}
.card-news .more {
  text-align: right;
  font-size: 12px;
  margin-top: 5px;
}
.card-news .date, .card-news .more a {
  color: #006C46;
}

/* title */
.title-section {
  text-align: center;
}
.title-section h2 {
  margin: 0;
  font-size: 2.2rem;
  font-weight: bold;
  color: #006C46;
}
.title-section .topics {
  width: 27%;
}
.title-section .model {
  width: 35%;
}
.title-section .pal {
  width: 15%;
}
.title-section .access {
  width: 25%;
}
.title-section .contact {
  width: 30%;
}
.title-section .map {
  width: 30%!important;
}

@media (min-width: 992px) {
  .title-section h2 {
    font-size: 50px;
  }
}
.title-section p {
  margin-top: 30px;
  margin-bottom: 0;
  font-weight: bold;
}

.title-page {
  text-align: center;
}
.title-page h2 {
  margin: 0;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.title-page h2:after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 4px solid #fff;
}
.title-page p {
  margin-top: 20px;
  margin-bottom: 0;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 568px) {
  .sp_br {
    display: none;
  }
}
/* block-hero */

.block-hero {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
  height: 100vh;
}
.block-hero .block-hero__content {
  z-index: 10;
  visibility: visible;
}
.block-hero .btn-box {
  text-align: center;
}
.btn-box1 {
  position: absolute;
  top: 65%;
  left: 0;
  right: 0;
  margin: auto;
}
section .img-item1 {
  width: 50%!important;
  position: absolute;
  left: 30%;
  top: 8%;
}
.img-item2 {
  width: 90%;
  position: absolute;
  top: 80%;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 768px) {
  .btn-box .img-btn {
    width: 80%;
  }
}
@media (max-width: 568px) {
 .block-hero {
   background-size: cover;
   background-position: center center;
   background-repeat: no-repeat;
   text-align: center;
   position: relative;
   width: 100%;
   height: 350px;
 }
  section .img-item1 {
   width: 80%!important;
   position: absolute;
   left: 20%;
   top: 10%;
 }
 .img-item2 {
   width: 90%;
   position: absolute;
   top: 90%;
   left: 0;
   right: 0;
   margin: auto;
 }
}
 
/* block-slide-top */
.block-slide-top .sponly{
display:none;
}
.block-slide-top {
  padding-top: 130px;
  padding-bottom: 60px;
}
.block-slide-top .block-slide-top__body {
  position: relative;
}
.block-slide-top .top-slider img {
  width: 100%;
}
.block-slide-top .slick-dots li button:before {
  font-size: 12px;
  line-height: 30px;
}
.block-slide-top .slick-dots li.slick-active button:before {
  color: #003300;
}
.block-slide-top .slide-arrows .top-slider__prev {
  position: absolute;
  top: 50%;
  transform: translateY(-80%);
  left: -10px;
}
.block-slide-top .slide-arrows .top-slider__next {
  position: absolute;
  top: 50%;
  transform: translateY(-80%);
  right: -10px;
}
@media (max-width: 768px) {
  .block-slide-top {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .block-slide-top .sponly{
  display:block;
  margin-bottom:30px;
  }
  .block-slide-top .sponly a{
  display:block;
  margin-bottom:10px;
  }
}
/* block-topics */
.block-topics {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url("../../assets/images/global/bg-pattern-green.png");
  background-repeat: repeat;
}
.block-topics .block-topics__body {
  margin-top: 40px;
}
.block-topics .block-topics__body .title a {
  color: #000;
}
.block-topics .block-topics__body .list-more {
  text-align: right;
  margin-bottom: 10px;
}
.block-topics .block-topics__body .list-more a {
  color: #006C46;
  vertical-align: middle;
}
.block-topics .block-topics__body .list-more img {
  width: 10px;
  height: 18px;
}

/* block-house */
.block-house {
  padding-top: 80px;
  padding-bottom: 80px;
}
.block-house .block-house__body {
  margin-top: 40px;
  position: relative;
}
.block-house .card-house {
  display: block;
  border-radius: 5px;
  border: 1px solid #DFE5DF;
  background-color: #fff;
}
.block-house .card-house .card-image {
  position: relative;
  height: 220px;
  margin-top: 20px;
}
.block-house .card-house .card-image img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
}
.block-house .card-house .card-body {
  border-radius: 0 0 5px 5px;
  padding: 15px;
  position: relative;
  text-align: center;
  color: #fff;
  background-color: #006C46;
}
.block-house .card-house .card-body p {
  margin-bottom: 0;
}
.block-house .card-house .card-body .title {
  font-weight: bold;
}
.block-house .card-house .card-body i {
  position: absolute;
  bottom: 17px;
  right: 15px;
}
.block-house .slide-arrows .house-slider__prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -10px;
}
.block-house .slide-arrows .house-slider__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -10px;
}

/* block-about */
.block-about {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url("../../assets/images/top/pal-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.block-about .row {
    margin-left: -10px;
    margin-right: -10px;
    justify-content:center;
}
.block-about .row > .col-6,
.block-about .row > .col-12 {
  padding-left: 10px;
  padding-right: 10px;
}
.block-about .row .mt-4 {
  margin-top: 1rem !important;
}
@media (max-width: 991.98px) {
  .block-about .row {
    margin-left: -8px;
    margin-right: -8px;
  }
  .block-about .row > .col-6,
  .block-about .row > .col-12 {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 992px) {
  .block-about .row .mt-4.mt-lg-0 {
    margin-top: 0 !important;
  }
}
.block-about .block-about__body {
  margin-top: 40px;
  padding: 20px;
  background-color: #fff;
}
.block-about .block-about__body img {
  width: 100%;
}
.block-about .block-about__body .title {
  font-weight: bold;
  margin-top: 40px;
  font-size: 24px;
  color: #006C46;
}
.block-about .block-about__body .text {
  margin-top: 15px;
  font-size: 18px;
  line-height: 2;
}

/* block-access */
.block-access {
  padding-top: 80px;
  padding-bottom: 80px;
}
.block-access iframe {
  margin-top: 40px;
  width: 100%;
}

/* block-category */
.block-category {
  padding-top: 80px;
  padding-bottom: 60px;
  background-image: url("../../assets/images/global/bg-pattern-green.png");
  background-repeat: repeat;
}
.block-category .nav li {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 991.98px) {
  .block-category .nav li {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.block-category .nav li a {
  font-weight: bold;
}
@media (max-width: 991.98px) {
  .block-category .nav li a {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .block-category {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}

/* block-index */
.block-index {
  padding-bottom: 80px;
  background-image: url("../../assets/images/global/bg-pattern-green.png");
  background-repeat: repeat;
}
.block-index .btn-box {
  margin-top: 30px;
}

/* entry */
.entry-wrapper {
  margin-top: 80px;
  margin-bottom: 60px;
  padding: 20px;
  background-color: #fff;
}
.entry-wrapper .entry-header {
  margin-bottom: 45px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.entry-wrapper .entry-header .title {
  font-size: 22px;
  margin-top: 15px;
}
.entry-wrapper .entry-header .date {
  font-size: 18px;
  color: #006C46;
}
.entry-wrapper .entry-header .category a {
  margin-left: 20px;
  padding: 3px 8px;
  font-size: 12px;
  font-weight: bold;
  color: #000;
}
.entry-wrapper .entry-header .category.event a {
  background-color: #FFFF66;
}
.entry-wrapper .entry-header .category.news a {
  background-color: #FF9966;
}
.entry-wrapper .entry-header .category.flyer a {
  background-color: #CCFF33;
}
.entry-wrapper .entry-header .category.dream a {
  background-color: #FFCCCC;
}
.entry-wrapper .entry-content h2 {
  margin-top: 60px;
  margin-bottom: 40px;
  font-size: 28px;
}
.entry-wrapper .entry-content h3 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 24px;
}
.entry-wrapper .entry-content h4 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 20px;
}
.entry-wrapper .entry-content p, .entry-wrapper .entry-content ul {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 2;
}
.entry-wrapper .entry-content ul {
  padding-left: 30px;
}
.entry-wrapper .entry-content img {
  max-width: 100%;
}

@media (min-width: 992px) {
  .entry-wrapper {
    padding: 60px 100px;
  }
}
.entry-pager {
  margin-bottom: 80px;
}
.entry-pager .nav li {
  padding-left: 15px;
  padding-right: 15px;
}

/* block-about-banner */
.block-about-banner {
  padding-top: 80px;
  background-image: url("../../assets/images/global/bg-pattern-green.png");
  background-repeat: repeat;
}
.block-about-banner img { max-width: 100%; }
.block-about-banner p {
  font-size: 20px;
  font-weight: bold;
}
.block-about-banner .row {
  margin-left: 0;
  margin-right: 0;
}
.block-about-banner .row .col-4 {
  padding-left: 0;
  padding-right: 0;
}

/* block-about-hosue */
.block-about-house {
  background-image: url("../../assets/images/global/bg-pattern-green.png");
  background-repeat: repeat;
  padding-top: 80px;
  padding-bottom: 80px;
}
.block-about-house .block-about-house__body {
  margin-top: 60px;
}
.block-about-house .card-house {
  /*height: 480px;*/
  height: 500px;
  margin-bottom: 30px;
  display: block;
  border-radius: 5px;
  border: 1px solid #DFE5DF;
  background-color: #fff;
}
@media (max-width: 991.98px) {
  .block-about-house .card-house {
    height: auto;
  }
}
.block-about-house .card-house .card-body {
  padding: 20px;
}
.block-about-house .card-house .card-body img {
  height: 230px;
}
@media (max-width: 991.98px) {
  .block-about-house .card-house .card-body img {
    height: auto;
  }
}
.block-about-house .card-house .card-body .card-text {
  margin-top: 20px;
  color: #000;
}
.block-about-house .card-house .card-footer {
  width: 100%;
  border-radius: 0 0 5px 5px;
  padding: 15px;
  position: relative;
  text-align: center;
  color: #fff;
  background-color: #006C46;
}
.block-about-house .card-house .card-footer p {
  margin-bottom: 0;
}
.block-about-house .card-house .card-footer .title {
  font-weight: bold;
}
.block-about-house .card-house .card-footer i {
  position: absolute;
  bottom: 17px;
  right: 15px;
}

/* block-about-map */
.block-about-map {
  padding-top: 80px;
  padding-bottom: 80px;
}
.block-about-map .block-about-map__body {
  margin-top: 60px;
  padding: 40px;
  background-color: #fff;
}
@media (max-width: 991.98px) {
  .block-about-map .block-about-map__body {
    padding: 0;
  }
}

/* block-about-access */
.block-about-access {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url("../../assets/images/global/bg-pattern-green.png");
  background-repeat: repeat;
}
.block-about-access p {
  font-size: 18px;
  margin-bottom: 0;
}
.block-about-access iframe {
  margin-top: 60px;
  margin-bottom: 50px;
  width: 100%;
}
.block-about-access .address {
  margin-top: 20px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}
.block-about-access .tell-box {
  margin-top: 20px;
  text-align: center;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #DFE5DF;
}
.block-about-access .tell-box .text {
  margin-top: 15px;
  font-size: 16px;
}
.block-about-access .title {
  margin-top: 60px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}
.block-about-access .btn-box2 {
  margin-top: 10px;
  text-align: center;
}
.block-about-access .text {
  margin-top: 10px;
  text-align: center;
}
.block-about-access .text .underline {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #FFFF66 30%);
}

.wp-block-separator.is-style-wide {
	border: 2px solid #0079C4;
}

.container1{
  font-weight: bold;
    margin-top: 40px;
    font-size: 18px;
    color: #F30100;
    text-align:center;
}



.pal_form_subtitle strong {
  font-weight:bold;
}
.pal_form_btn {
background:#E4F0D1; 
padding:50px;
margin:auto auto 1em;
border-radius:30px;
}
@media (max-width: 640px) {
  .pal_form_btn {
    padding: 30px;
  }
}
.pal_form_btn figure{
  margin:auto;
}
.pal_form_btn figure a:hover img{
  opacity:0.8;
}