@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  src: url("../font/fontawesome-webfont.eot") format("embedded-opentype"),
    url("../font/fontawesome-webfont.woff") format("woff"),
    url("../font/fontawesome-webfont.ttf") format("truetype"),
    url("../font/fontawesome-webfont.svg") format("svg");
}

body {
  font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #291401;
  word-wrap: break-word;
}

::selection {
  background: #f67800;
  color: #fff;
}

.sp-navi {
  display: none;
}

a {
  text-decoration: none;
  color: #291401;
}

h1 {
  padding: 5px 0 10px;
  font-size: 12px;
}

img {
  max-width: 100%;
  height: auto;
}

.paragraph {
  margin-bottom: 1em;
}

.intro {
  margin: 0 auto 25px;
  width: 1024px;
}

.header_logo {
  float: left;
  padding-top: 32px;
}

.header_utility {
  float: right;
  width: 420px;
}

.sns_nav {
  margin-bottom: 2px;
}

.sns_nav p {
  text-align: right;
}

.sns_nav p img {
  width: 25px;
}

.header_utility_left {
  float: left;
}

.header-tel {
  margin-bottom: 10px;
}

.header_utility_paragraph01 {
  margin-bottom: 2px;
  letter-spacing: 0;
  line-height: 1.2;
  font-size: 14px;
}

.header_utility_paragraph01 span {
  margin-right: 0.5em;
  padding: 0 5px;
  border: 1px solid #000;
}

.header_utility_paragraph02 {
  color: #a40001;
  font-size: 14px;
}

.header_utility_btn-area {
  float: right;
}

.header_utility_btn {
  margin-bottom: 4px;
  width: 156px;
}

.gnavi {
  background: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.gnavi > ul {
  margin: auto;
  width: 1024px;
  -js-display: -webkit-flex;
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.gnavi-fixed {
  padding-top: 10px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  background: #fff;
  box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.6);
}

.gnavi li {
  position: relative;
}

.gnavi .anchor:after,
.gnavi .drop ul li:after,
.gnavi .drop:after {
  position: absolute;
  content: "";
  height: 0;
}

.gnavi .anchor:after,
.gnavi .drop ul li:after {
  background: #f67800;
  left: 0;
  bottom: 0;
  width: 100%;
  transition: 0.3s ease-in-out;
}

.gnavi .drop:after {
  width: 0;
  left: 50%;
  bottom: -3px;
  transform: translateX(-50%);
}

.gnavi .anchor:hover:after,
.gnavi .drop ul li:hover:after {
  height: 5px;
}

.gnavi .drop:hover:after {
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f67800;
  border-left: 10px solid transparent;
}

.gnavi li a {
  padding: 0 15px 15px;
  font-size: 16px;
  font-family: "FOT-スーラ Pro DB";
  transition: 0.3s;
  color: #000;
  display: block;
}

.gnavi .drop {
  position: relative;
}

.gnavi .drop .child {
  display: none;
  width: 840px;
  position: absolute;
  z-index: 999;
  padding: 20px 5px 0;
  top: 39px;
  left: 50%;
  transform: translateX(-50%);
  background: #f67800;
  border-radius: 4px;
}

.gnavi-fixed .drop > ul {
  box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.6);
}

.gnavi .drop.first .child {
  left: 394px;
}

.gnavi .drop.second .child {
  left: 249px;
}

.gnavi .drop.fourth .child {
  left: -77px;
}

.gnavi .drop.fifth .child {
  left: -204px;
}

.gnavi .drop .child > li {
  width: 33.3%;
  float: left;
}

.gnavi .drop .child > li {
  margin-bottom: 20px;
}

.gnavi .drop .child > li:hover:after {
  height: 0;
}

.gnavi .drop .child > li a {
  display: block;
  padding-bottom: 10px;
  margin: 0 10px;
  border-bottom: 1px solid #fff;
  font-size: 14px;
  text-align: center;
  color: #fff;
}

.gnavi .drop .child > li a:hover {
  opacity: 0.85;
}

.gnavi .drop .grandchild {
  display: none;
  position: absolute;
  width: 300px;
  top: 50px;
  left: 0;
  padding: 20px;
  background: #fd9430;
  color: #fff;
  z-index: 1000;
  border-radius: 5px;
}
.gnavi .drop .grandchild::before {
  content: "";
  position: absolute;
  top: -24px;
  left: calc(50% - 7px);
  display: inline-block;
  border-style: solid;
  border-width: 0 14px 24px 14px;
  border-color: transparent transparent #fd9430 transparent;
}

.gnavi .drop .grandchild li {
  padding: 0 0 10px;
  margin: 0 5px 10px;
  font-size: 14px;
  line-height: 1.4;
}
.gnavi .drop .grandchild li:not(:last-child) {
  border-bottom: 1px solid #fff;
}

.gnavi .drop > .child > .drop::after,
.gnavi .drop > .child > .drop:hover:after {
  content: none;
}

.gnavi span {
  font-size: 80%;
  display: inline-block;
}

#link01 {
  margin-top: -100px;
  padding-top: 100px;
}

.main-img {
  margin: auto;
  width: 100%;
  position: relative;
}

.sec01-wrap {
  display: flex;
  justify-content: center;
}
.sec01-wrap .ttl-heading {
  background: url(../images/title-bg01.jpg);
  text-align: center;
  box-shadow: 0px 2px 3px rgb(0 0 0 / 10%);
}
.sec01-wrap .heading-wrap {
  width: calc(1054px / 2);
  margin-left: auto;
  display: flex;
  justify-content: center;
}
.sec01-wrap .sec02-div .heading-wrap {
  margin-left: initial;
  margin-right: auto;
}
.sec01-ttl {
  font-family: "FOT-スーラ Pro DB";
  font-size: 18px;
}
.sec01-ttl span {
  display: inline-block;
  border-bottom: 3px solid #f67800;
  padding: 35px;
}
.sec02-ttl span {
  display: inline-block;
  border-bottom: 3px solid #9ec746;
  padding: 22px;
}

.sec01-wrap .container {
  width: 1054px;
  margin: 0 auto;
  display: flex;
}

.sec01-wrap .sec01-div {
  width: 50%;
  background: #fbf4e8;
  padding-bottom: 30px;
}
.sec01-wrap .sec02-div {
  background: #f2f8e4;
}
.sec01-wrap .sec01-01 {
  width: calc(1054px / 2);
  margin-left: auto;
}
.sec01-wrap .sec01-02 {
  width: calc(1054px / 2);
  margin-right: auto;
}

.sec01-wrap .sec01-02 .top_descript,
.sec01-wrap .sec01-01 .top_descript {
	font-family: "FOT-スーラ Pro DB";

  padding: 15px 40px;
  text-align: center;
  font-size: 15px;
}

.sec01-flex {
  display: flex;
  flex-wrap: wrap;
}
.sec01-flex .col2 {
  width: calc(50% - 20px);
  border-radius: 6px;
  border: 3px solid #f67800;
  margin: 0 10px;
  background: #fff;
}

.contents01-bnr01 {
  width: 179px;
  position: relative;
  top: -18px;
  left: -8px;
}

.contents01-bnr02 {
  width: 233px;
  position: relative;
  top: -18px;
  left: -8px;
}

.contents02-bnr01,
.contents02-bnr02 {
  position: relative;
  top: -18px;
  left: -8px;
}

.sec01-flex .img-fig {
  margin-bottom: -18px;
}
.sec01-flex .top_list_01 {
  padding: 10px;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}
.sec01-flex .top_list_01 li {
  margin-bottom: 0;
  padding-left: 15px;
  line-height: 1.2;
}
.sec01-flex .top_list_01 li:not(:last-child) {
  margin-right: 10px;
}
.sec01-flex .top_list_01 li a {
	    font-family: "FOT-スーラ Pro DB";
  font-size: 12px;
}
.sec01-flex .top_list_01 li::before {
  top: 4px;
  font-size: 12px;
}

.title-header01 {
  margin-bottom: 20px;
  background: url(../images/title-bg01.jpg);
  text-align: center;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
}

.sub-title01 {
  padding: 20px 0;
  line-height: 1.2;
  display: inline-block;
  border-bottom: 3px solid #f67800;
  font-size: 36px;
  font-family: "FOT-スーラ Pro DB";
}

.sub-title02 {
  padding: 20px 0;
  line-height: 1.2;
  display: inline-block;
  border-bottom: 3px solid #9ec746;
  font-size: 36px;
  font-family: "FOT-スーラ Pro DB";
}

.paragraph_center {
  text-align: center;
}

.flex-item_col02 {
  width: 490px;
}

.border-contents-list01 {
  margin: auto;
  width: 1024px;
}

.border-contents-list01 > li {
  padding-bottom: 30px;
  border: 3px solid #f67800;
  border-radius: 5px;
  background: #fff;
}

.border-contents-list01 > li .img-fig {
  margin-bottom: 55px;
  text-align: center;
  position: relative;
}

.border-contents-list01 > li .img-fig .img-fig_caption {
  position: absolute;
  bottom: -40px;
  left: -10px;
}

.icon-list01 li {
  padding-left: 20px;
  position: relative;
}

.icon-list01 li::before {
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 0.8em;
  content: "\f0da";
  font-family: "FontAwesome";
  color: #f67800;
}

.border-contents-list01 .icon-list01 {
  padding-left: 25px;
}

.border-contents-list01 .icon-list01 li {
  display: inline-block;
}

.contents02 {
  padding-bottom: 30px;
  background: #f2f8e4;
}

.border-contents-list02 {
  margin: auto;
  width: 1024px;
}

.border-contents-list02 > li {
  padding-bottom: 30px;
  border: 3px solid #9ec746;
  border-radius: 5px;
  background: #fff;
  position: relative;
}

.border-contents-list02 > li::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom: 10px solid #9ec746;
  border-right: 10px solid #9ec746;
}

.contents02 .border-contents-list02 > li::before {
  content: none;
}

.border-contents-list02 > li .img-fig {
  margin-bottom: 55px;
  text-align: center;
  position: relative;
}

.border-contents-list02 > li .img-fig .img-fig_caption {
  position: absolute;
  bottom: -40px;
  left: -10px;
}

.icon-list02 {
}

.icon-list02 li {
  padding-left: 20px;
  position: relative;
}

.icon-list02 li::before {
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 0.8em;
  content: "\f054";
  font-family: "FontAwesome";
  color: #9ec746;
}

.border-contents-list02 .icon-list02 {
  padding-left: 25px;
}

.border-contents-list02 .icon-list02 li {
  display: inline-block;
}

.flex-container_col03::after {
  content: "";
  display: block;
  width: 322px;
}

.flex-item_col03 {
  margin-bottom: 25px;
  width: 322px;
}

.contents03 {
  padding-bottom: 10px;
  background: #fbf4e8;
}

.contents03 .flex-container {
  justify-content: flex-start;
}
.contents03 .border-contents-list01 > li {
  margin: 0 10px 20px;
  padding: 15px;
  border: 3px solid #f67800;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  position: relative;
}

.contents03 .border-contents-list01 li::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom: 10px solid #f67800;
  border-right: 10px solid #f67800;
}

.contents03 .border-contents-list01 > li .img-fig {
  margin-bottom: 0;
  text-align: center;
}

.contents03 .border-contents-list01 > li:nth-child(1) .img-fig::before {
  width: 34px;
  height: 34px;
  position: absolute;
  content: url(../images/contents03-icon01.png);
  top: 8px;
  left: 8px;
}

.contents03 .border-contents-list01 > li:nth-child(2) .img-fig::before {
  width: 34px;
  height: 34px;
  position: absolute;
  content: url(../images/contents03-icon02.png);
  top: 8px;
  left: 8px;
}

.contents03 .border-contents-list01 > li:nth-child(3) .img-fig::before {
  width: 34px;
  height: 34px;
  position: absolute;
  content: url(../images/contents03-icon03.png);
  top: 8px;
  left: 8px;
}

.contents03 .border-contents-list01 > li:nth-child(4) .img-fig::before {
  width: 34px;
  height: 34px;
  position: absolute;
  content: url(../images/contents03-icon04.png);
  top: 8px;
  left: 8px;
}

.contents03 .border-contents-list01 > li:nth-child(5) .img-fig::before {
  width: 34px;
  height: 34px;
  position: absolute;
  content: url(../images/contents03-icon05.png);
  top: 8px;
  left: 8px;
}

.contents03 .border-contents-list01 > li:nth-child(6) .img-fig::before {
  width: 34px;
  height: 34px;
  position: absolute;
  content: url(../images/contents03-icon06.png);
  top: 8px;
  left: 8px;
}

.contents03 .border-contents-list01 > li:nth-child(7) .img-fig::before {
  width: 34px;
  height: 34px;
  position: absolute;
  content: url(../images/contents03-icon07.png);
  top: 8px;
  left: 8px;
}

.contents03 .border-contents-list01 > li:nth-child(8) .img-fig::before {
  width: 34px;
  height: 34px;
  position: absolute;
  content: url(../images/contents03-icon08.png);
  top: 8px;
  left: 8px;
}

.contents03 .border-contents-list01 > li:nth-child(9) .img-fig::before {
  width: 34px;
  height: 34px;
  position: absolute;
  content: url(../images/contents03-icon09.png);
  top: 8px;
  left: 8px;
}

.contents03 .border-contents-list01 > li:nth-child(10) .img-fig::before {
  width: 34px;
  height: 34px;
  position: absolute;
  content: url(../images/contents03-icon10.png);
  top: 8px;
  left: 8px;
}

.contents03 .border-contents-list01 > li:nth-child(11) .img-fig::before {
  width: 34px;
  height: 34px;
  position: absolute;
  content: url(../images/contents03-icon11.png);
  top: 8px;
  left: 8px;
}

.contents03 .border-contents-list01 > li:nth-child(12) .img-fig::before {
  width: 34px;
  height: 34px;
  position: absolute;
  content: url(../images/contents03-icon12.png);
  top: 8px;
  left: 8px;
}

.contents03_img_caption {
  margin-top: 20px;
  text-align: left;
}

.contents03_img_caption h3 {
  margin-bottom: 15px;
  font-family: "FOT-スーラ Pro DB";
  font-size: 12px;
  text-align: center;
}

.sec04 .sec02-div {
  background: #fbf4e8;
}

.sec04 .sec01-01,
.sec04 .sec01-02 {
  display: flex;
  justify-content: center;
  padding: 30px 0 0;
}
.sec04 .sec04-slider{
	width: 100%;
}
.sec04 .sec04-slider .arrow-wrap-prev,
.sec04 .sec04-slider .arrow-wrap-next{
	width: auto;
	position: static;
}
.contents04 {
  background: #f2f8e4;
}

.contents04 .flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.contents04 .flex-item_col03 {
  width: 248px;
  margin: 0 20px 20px;
}
.contents04 .border-contents-list02 li {
  padding: 15px;
  border: 3px solid #9ec746;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
}

.contents04 .border-contents-list02 li .img-fig {
  margin-bottom: 0;
  text-align: center;
  position: static;
}

.top-btn01 {
  padding: 30px 0 40px;
  text-align: center;
  background: #fff;
}

.top-btn02 {
  padding: 30px 0 40px;
  text-align: center;
  background: #fbf4e8;
}

.contents05 {
  padding-bottom: 30px;
  background: #fbf4e8;
}

.border-contents_left-img01 {
  padding: 40px 0 0 25px;
  float: left;
}

.border-contents_left-img02 {
  padding: 27px 0 0 17px;
  float: left;
}

.border-contents_right-text {
  padding: 24px 25px 0 0;
  float: right;
  width: 245px;
}

.sub-title03 {
  margin-bottom: 15px;
  padding: 0 0 5px 28px;
  font-size: 20px;
  font-family: "FOT-スーラ Pro DB";
  background: url(../images/contents05-icon.png) no-repeat left 4px;
  border-bottom: 1px solid #dfdfdf;
}

.sub-title04 {
  margin-bottom: 15px;
  padding: 0 0 10px 16px;
  font-size: 22px;
  font-family: "FOT-スーラ Pro DB";
  border-bottom: 1px solid #dfdfdf;
  border-left: 3px solid #f67800;
}

.cat-staff-title {
  border-left: 3px solid #9ec746;
}

.cat-staff .topics-time::before {
  color: #9ec746;
}

.cat-staff .category-title {
  background: #9ec746;
}

.cat-animal-topics .category-title {
  background: #00bcd4;
}

.cat-staff.text-btn a::before {
  content: url(../images/contents05-icon.png);
}

.inner {
  margin: 0 auto 40px;
  width: 1024px;
}

.contents06 {
  padding: 40px 0 0;
}

.contents06_left {
  float: left;
  width: 497px;
}

.contents06_right {
  float: right;
  width: 497px;
}

.topics-list {
}

.topics-list_item {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dfdfdf;
  overflow: hidden;
}

.topics-list_item:last-child {
  margin-bottom: 30px;
}

.topics-info {
  margin-bottom: 5px;
}

.topics-info .category-title {
  margin-right: 10px;
  font-size: 14px;
  margin-bottom: 5px;
}

.topics-time {
  margin-right: 10px;
  padding-left: 20px;
  position: relative;
  font-size: 14px;
}

.topics-time::before {
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 0.8em;
  content: "\f101";
  font-family: "FontAwesome";
  color: #f67800;
}

.meta-wrap {
  overflow: hidden;
  margin-bottom: 30px;
}

.category-title {
  margin-bottom: 10px;
  padding: 0 10px;
  color: #fff;
  background: #f67800;
}

.category-time {
  float: right;
}

.topics-title a {
  font-size: 16px;
  font-weight: bold;
}

.topics-paragraph {
  text-align: right;
}

.text-btn {
  text-align: center;
}

.text-btn a {
  padding: 7px 0;
  display: inline-block;
  text-align: center;
  width: 400px;
  line-height: 43px;
  letter-spacing: 0;
  background: #fff;
  border-radius: 5px;
  position: relative;
  transition: 0.3s;
  border: 1px solid #dfdfdf;
}

.text-btn02 a {
  width: 100%;
  padding: 17px 0;
  line-height: 1.2;
}

.text-btn a::before {
  position: absolute;
  top: 10px;
  left: 20px;
  content: url(../images/btn-icon01.png);
  transition: 0.3s;
}

.text-btn02 a::before {
  top: 20px;
}

.flex-container {
  -js-display: -webkit-flex;
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.topics-thumbnail {
  margin-right: 30px;
  float: left;
  width: 205px;
  height: 159px;
  overflow: hidden;
}

.topics-contents {
  overflow: hidden;
}

.footer {
  position: relative;
}

.fixed-menu {
  position: fixed;
  z-index: 1000;
  right: 30px;
  bottom: 30px;
}

.fixed-menu .item {
	margin-bottom: 20px;
}
.fixed-menu .item a{
  text-align: center;
  border-radius: 50%;
  font-family: "FOT-スーラ Pro DB";
  font-size: 15px;
  color: #fff;
  width: 98px;
  height: 98px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity .3s;
}
.fixed-menu .item a:hover{
	opacity: .85;
}
.fixed-menu .btn01 a{
	background: #fb972a;
}
.fixed-menu .btn02 a{
	background: #9ec746;
}

.footer-utility {
  margin-bottom: 15px;
  padding: 16px 0;
  border-top: 3px solid #fb972a;
  background: #fbf4e8;
}

.footer-utility_inner {
  padding: 15px 45px 10px;
  margin: auto;
  width: 1024px;
  border: 3px solid #fb972a;
  background: #fff;
}

.sub-title05 {
  text-align: center;
  margin-bottom: 15px;
  padding-bottom: 8px;
  font-size: 24px;
  font-family: "FOT-スーラ Pro DB";
  border-bottom: 3px solid #f67800;
}

.footer-utility_tel {
  margin-right: 33px;
  float: left;
}

.footer-utility_tel li {
  margin-bottom: 10px;
  width: 241px;
}

.footer-utility_time {
  margin-right: 105px;
  float: left;
  width: 393px;
}

.footer-utility_time_title {
  margin-right: 10px;
  float: left;
  width: 100px;
  text-align: center;
  line-height: 52px;
  color: #fff;
  font-size: 17px;
  font-family: "FOT-スーラ Pro DB";
  background: #f67800;
  border-radius: 4px;
}

.footer-utility_time_content {
  overflow: hidden;
}

.footer-utility_time_paragraph01 {
  padding-top: 6px;
  margin-bottom: 8px;
  letter-spacing: 0;
  line-height: 1.2;
  font-size: 14px;
}

.footer-utility_time_paragraph01 span {
  margin-right: 0.5em;
  padding: 0 5px;
  border: 1px solid #000;
}

.footer-utility_time_paragraph02 {
  text-align: center;
  color: #a40001;
  font-size: 14px;
  border: 1px solid #a40001;
}

.footer-utility_btn {
  float: left;
}

.footer-utility_btn li {
  margin-bottom: 3px;
  width: 156px;
}

.footer-logo-area {
  padding-bottom: 30px;
  margin: 0 auto 35px;
  width: 1024px;
  border-bottom: 1px solid #bdc3c8;
}

.footer-logo {
  float: left;
}

.footer-address {
  margin-top: 20px;
  float: right;
}

.footer-site-map {
  margin: 0 auto 70px;
  width: 1024px;
  -js-display: -webkit-flex;
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.footer-site-map01 {
  width: 218px;
  border-left: 1px solid #bdc3c8;
  border-right: 1px solid #bdc3c8;
}

.footer-site-map02 {
  width: 321px;
  border-right: 1px solid #bdc3c8;
}

.footer-site-map03 {
  width: 259px;
  border-right: 1px solid #bdc3c8;
}

.footer-site-map04 {
  width: 220px;
  border-right: 1px solid #bdc3c8;
}

.footer-site-map_navi {
  margin-bottom: 30px;
  padding-left: 15px;
}

.footer-site-map_navi a {
  font-size: 14px;
  padding-left: 16px;
  transition: 0.3s;
}

.footer-site-map_navi a:hover {
  color: #f67800;
}

.footer-site-map_navi > ul > li > a {
  background: url(../images/shared/footer-icon.png) no-repeat left center;
  font-weight: bold;
}

.footer-site-map_navi span {
  font-size: 80%;
}

.copy {
  padding: 5px 0;
  background: #f67800;
  color: #fff;
  text-align: center;
}

/* under */
.under-contents {
  margin: 0 auto 213px;
  width: 1024px;
}

.under-contents a {
  transition: 0.3s;
}

.under-contents a:hover {
  color: #f67800;
}

.under-contents .sub-title06 a:hover {
  color: #ffe0c3;
}

.under-contents_main {
  float: left;
  width: 723px;
}

.under-main-title {
  margin-bottom: 30px;
  padding: 160px 0;
  background: url(../images/under/h2-bg.jpg) no-repeat center center;
  background-size: cover;
}

.under-main-title_type {
  margin: auto;
  width: 1024px;
  font-size: 33px;
  font-family: "FOT-スーラ Pro DB";
  color: #f67800;
}

.post-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1%;
}

.post-list li {
  width: 33.33%;
  padding: 0 1%;
  margin-bottom: 20px;
  position: relative;
}

.post-list a figure img {
  width: 231px;
  height: 177px;
  object-fit: cover;
  transition: 0.3s;
}

.post-list a:hover figure img {
  opacity: 0.5;
}

.post-list li .mask {
  position: static;
  width: auto;
  left: auto;
  opacity: 1;
  background: none;
  font-size: 16px;
  padding-top: 10px;
}

/* .post-list .mask{
	width: 96%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 2%;
	opacity: 0;
	background-color: rgba(0,0,0,0.4);
	transition: all 0.6s ease;
	text-align: center;
	letter-spacing: .3em;
	font-size: 26px;
} */
/* .post-list li > a:hover .mask {
	opacity: 1;
	padding-top: 70px;
} */
.post-list li .mask .pc-caption {
  display: block;
}

/* .post-list li .object-fit{
	width: 245px;
	height: 173px;
	object-fit: cover;
} */

.bleadclumbs {
  margin: 0 auto 40px;
  width: 1024px;
}

.bleadclumbs li {
  display: inline;
}

.bleadclumbs li::after {
  margin: 0 15px;
  font-family: "FontAwesome";
  content: "\f105";
}

.bleadclumbs li:last-child::after {
  content: none;
}

.side-navi {
  float: right;
  width: 256px;
}

.side-navi01 {
  margin-bottom: 20px;
  padding: 15px 13px 20px;
  border: 3px solid #f67800;
  border-radius: 5px;
}

.side-logo {
  margin-bottom: 30px;
  text-align: center;
}

.side-tel {
  margin-bottom: 20px;
  text-align: center;
}

.side-utility {
  margin-bottom: 20px;
  padding-bottom: 20px;
  text-align: center;
  border-bottom: 1px solid #f67800;
}

.side-utility .paragraph_center {
  font-size: 16px;
  letter-spacing: 0;
}

.side-address {
  margin-bottom: 20px;
  text-align: center;
}

.side-bnr {
  text-align: center;
}

.side-bnr-area {
}

.side-bnr-area .side-bnr {
  margin-bottom: 20px;
}

.side-navi02 {
  margin-bottom: 20px;
  border: 3px solid #f67800;
  border-radius: 5px;
  background: url(../images/title-bg01.jpg);
}

.side-title01 {
  margin-bottom: 20px;
  padding: 18px 10px 18px 60px;
  font-size: 18px;
  font-family: "FOT-スーラ Pro DB";
  color: #000;
  background: url(../images/under/side-icon01.png) no-repeat 12px 13px;
  border-bottom: 1px solid #f67800;
  letter-spacing: 0;
}

.side-title02 {
  margin-bottom: 20px;
  padding: 18px 10px 18px 60px;
  font-size: 18px;
  font-family: "FOT-スーラ Pro DB";
  color: #000;
  background: url(../images/under/side-icon02.png) no-repeat 12px 13px;
  border-bottom: 1px solid #f67800;
  letter-spacing: 0;
}

.side-title03 {
  margin-bottom: 20px;
  padding: 18px 10px 18px 60px;
  font-size: 18px;
  font-family: "FOT-スーラ Pro DB";
  color: #000;
  background: url(../images/under/side-icon03.png) no-repeat 12px 13px;
  border-bottom: 1px solid #f67800;
  letter-spacing: 0;
}

.side-title04 {
  margin-bottom: 20px;
  padding: 18px 10px 18px 60px;
  font-size: 18px;
  font-family: "FOT-スーラ Pro DB";
  color: #000;
  background: url(../images/under/side-icon04.png) no-repeat 12px 13px;
  border-bottom: 1px solid #f67800;
  letter-spacing: 0;
}

.side-link-list {
  padding: 0 15px 25px 25px;
}

.side-link-list li {
  padding-left: 25px;
  margin-bottom: 15px;
  position: relative;
}

.side-link-list li a {
  letter-spacing: 0;
}

.side-link-list li:last-child {
  margin-bottom: 0;
}

.side-link-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "FontAwesome";
  content: "\f054";
  color: #f67800;
}

.side-navi03 {
  margin-bottom: 20px;
  border: 3px solid #9ec746;
  border-radius: 5px;
  background: url(../images/title-bg01.jpg);
}

.side-title05 {
  margin-bottom: 20px;
  padding: 20px 10px;
  font-family: "FOT-スーラ Pro DB";
  color: #000;
  text-align: center;
  font-size: 18px;
  border-bottom: 1px solid #9ec746;
}

.row {
  margin-bottom: 80px;
}

.row_small {
  margin-bottom: 40px;
}

.row_20 {
  margin-bottom: 20px;
}

.seminar-new {
  margin-right: 10px;
  color: #f87528;
}

.sub-title06 {
  margin-bottom: 30px;
  background: #f67800;
  padding: 14px 0 14px 20px;
  border-radius: 5px;
  font-size: 24px;
  font-family: "FOT-スーラ Pro DB";
}

.sub-title06,
.sub-title06 a {
  color: #fff;
}

.sub-title06 .seminar-new {
  color: #ff0;
}

.sub-title07,
.comment-reply-title {
  margin-bottom: 30px;
  padding-bottom: 12px;
  font-size: 26px;
  font-family: "FOT-スーラ Pro DB";
  border-bottom: 3px solid #f67800;
}

.sub-title08 {
  margin-bottom: 30px;
  padding-left: 15px;
  font-size: 22px;
  font-family: "FOT-スーラ Pro DB";
  border-left: 3px solid #f67800;
}

.description-list01 {
}

.description-list01 dt {
  float: left;
}

.description-list01 dd {
  padding: 0 0 15px 200px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #ccc;
}

.table01 {
  margin-bottom: 20px;
  border-collapse: collapse;
  width: 100%;
}

.table01 th {
  padding: 20px;
  border-bottom: 2px solid #f67800;
  text-align: center;
  vertical-align: middle;
}

.table01 td {
  padding: 20px;
  border-bottom: 2px solid #fbf4e8;
  text-align: left;
  vertical-align: middle;
}

.border-list01 {
  -js-display: -webkit-flex;
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.border-list01 li {
  margin-bottom: 20px;
  padding: 20px;
  width: 48%;
  border: 2px solid #f67800;
  border-radius: 5px;
}

.list-postage {
  width: 80%;
}

.list-postage li {
  width: 45%;
}

.border-list02 {
  -js-display: -webkit-flex;
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.border-list02 li {
  margin-bottom: 20px;
  padding: 20px;
  width: 30%;
  border: 2px solid #f67800;
  border-radius: 5px;
  text-align: center;
}

.box-arrow {
  position: relative;
  margin-right: 10px;
}

.box-arrow::after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f054";
  font-size: 30px;
  right: -34px;
  top: 30px;
  color: #f67800;
}

.border-list01 .description-list01 dd {
  padding: 0 0 15px 100px;
}

.anchor-pdf {
  padding-left: 37px;
  letter-spacing: 0;
  text-decoration: underline;
  font-size: 16px;
  display: block;
  position: relative;
}

.anchor-pdf::before {
  margin-right: 10px;
  content: url(../images/under/bg-pdf01.png);
  position: absolute;
  width: 24px;
  height: 24px;
  top: -8px;
  left: 0;
}

.bg-contents {
  padding: 20px;
  background: #fbf4e8;
  border-radius: 20px;
}

.icon-list01 {
  margin-bottom: 20px;
}

.icon-list01 li {
  padding-left: 20px;
  margin-bottom: 1em;
  position: relative;
}

.order-list01 li {
  padding-left: 60px;
  margin-bottom: 1em;
  position: relative;
  counter-increment: number;
}

.order-list01 li::before {
  position: absolute;
  top: -2px;
  left: 0;
  padding: 0 0 8px 8px;
  width: 20px;
  height: 20px;
  margin-right: 0.8em;
  font-family: "FontAwesome";
  color: #fff;
  background: #f67800;
  border-radius: 3px;
  content: counter(number);
}

.order-list01 li:nth-child(10)::before {
  width: 33px;
}

.order-list01 li:nth-child(11)::before {
  width: 33px;
}

.paragraph a {
  text-decoration: underline;
}

.paragraph a:hover {
  text-decoration: none;
}

.paragraph_tel {
  font-size: 23px;
}

.paragraph_tel a,
.paragraph .no-underline {
  text-decoration: none;
}

.bold {
  font-weight: bold;
}

.red {
  color: #a40001;
}

.table02 {
  margin-bottom: 20px;
  /*width: 100%;*/
  border: 1px solid #f67800;
  border-collapse: collapse;
}

.table02 th {
  padding: 20px;
  background: #f67800;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  border-bottom: 1px solid #fff;
}

.table02 tr:last-child th {
  border-bottom: 1px solid #f67800;
}

.table02 td {
  padding: 20px;
  vertical-align: middle;
  /*text-align: center;*/
  border: 1px solid #f67800;
}

.table02 .td_left {
  text-align: left;
}

.contact-form .input100 {
  width: 100%;
}

.contact-form .input40 {
  width: 40%;
}

.contact-form .label-address {
  width: 80px;
  display: inline-block;
  margin-right: 10px;
}

.mw_wp_form_confirm .label-address {
  display: none;
}

.label-r {
  margin: 0 5px;
}

.domain-link_list_item {
  float: left;
  margin-right: 20px;
}

.domain-link_list_item:before {
  margin-right: 10px;
  font-family: "FontAwesome";
  content: "\f05a";
}

.domain-link_list_item01 {
  color: #ff0033;
}

.domain-link_list_item02 {
  color: #b7bbbe;
}

.domain-link_list_item03 {
  color: #f05705;
}

.domain-link_list_item04 {
  color: #ce0033;
}

/*.contact-form input[type="text"] {
width: 100%;
}

.contact-form textarea {
width: 100%;
height: 150px;
}*/
.contact-btn {
  text-align: center;
}

.under-left-img {
  width: 35%;
  float: left;
  text-align: center;
}

.under-right-img {
  width: 35%;
  float: right;
  text-align: center;
}

.under-left-text {
  width: 60%;
  float: left;
}

.under-right-text {
  width: 60%;
  float: right;
}

.under-flex-container_col03::after {
  content: "";
  display: block;
  width: 30%;
}

.under-flex-item_col03 {
  margin-bottom: 25px;
  width: 30%;
}

.border-list01 .box-arrow::after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f054";
  font-size: 30px;
  right: -30px;
  top: 43%;
  color: #f67800;
}

.border-list01.list-postage .box-arrow::after {
  right: -45px;
}

.flex-container_col04::before {
  content: "";
  display: block;
  width: 23%;
  order: 1;
}

.flex-container_col04::after {
  content: "";
  display: block;
  width: 23%;
}

.flex-item_col04 {
  margin-bottom: 20px;
  width: 23%;
}

.page-navi {
  margin: 80px 0 0;
  text-align: center;
}

.page-navi a {
  background: #f7ac64;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  margin: 0 5px 10px;
  padding: 5px 15px;
  text-decoration: none;
  transition: all 0.7s ease 0s;
}

.page-navi a:hover {
  background: #f67800;
  color: #fff;
}

.page-navi .current {
  color: #fff;
  background: #f67800;
  border-radius: 5px;
  display: inline-block;
  margin: 0 5px 10px;
  padding: 5px 15px;
}

.under-contents_main .img-fig {
  text-align: center;
  margin-bottom: 20px;
}

.item-img-wrap {
  width: 216px;
  height: 170px;
  overflow: hidden;
}

.description-list02 dt {
  padding-left: 20px;
  position: relative;
}

.description-list02 dt::before {
  position: absolute;
  top: -2px;
  left: 0;
  margin-right: 0.8em;
  content: "\f0da";
  font-family: "FontAwesome";
  color: #f67800;
}

.description-list02 dd {
  margin-bottom: 1em;
}

.img-fig_caption {
  margin-top: 10px;
  text-align: left;
}

.under-bnr01 {
  margin-right: 20px;
  padding-top: 20px;
  float: left;
}

.under-bnr02 {
  float: left;
}

.sub-title09 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  color: #fff;
  text-align: left;
  padding: 10px;
  background: #f67800;
}

.description-list_qa p {
  margin-bottom: 20px;
}

.description-list_qa dt {
  padding-left: 40px;
  position: relative;
  margin-bottom: 20px;
}

.description-list_qa dt::before {
  position: absolute;
  top: -2px;
  left: 0;
  padding: 0 0 8px 8px;
  width: 20px;
  height: 20px;
  margin-right: 0.8em;
  content: "Q";
  color: #fff;
  background: #f67800;
  border-radius: 3px;
}

.description-list_qa dd {
  margin-bottom: 20px;
  padding-left: 40px;
  position: relative;
}

.description-list_qa dd::before {
  position: absolute;
  top: -2px;
  left: 0;
  padding: 0 0 8px 8px;
  width: 20px;
  height: 20px;
  margin-right: 0.8em;
  content: "A";
  color: #fff;
  background: #f67800;
  border-radius: 3px;
}

.description-list_qa dd a {
  text-decoration: underline;
}

.categpry-title {
  margin-right: 1em;
  background: #f67800;
  color: #fff;
  padding: 5px 10px;
}

.sp-block,
.form-none {
  display: none;
}

div.anchor1 {
  display: block;
  padding-top: 50px;
}

/*サイズによる消去*/
@media (max-width: 800px) {
  .hidden-s {
    display: none;
  }
}

@media (min-width: 801px) {
  .hidden-l {
    display: none;
  }
}

/* 動画埋め込み */
video {
  max-width: 100%;
  height: auto;
}

/* ////////////////////////////////////////////
add class
/////////////////////////////////////////////// */
.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}

.entry-content {
  overflow: hidden;
}

.entry-content p {
  margin-bottom: 1em;
}

/*コメントフォーム*/
.commentNotesBefore,
.commentNotesAfter {
  margin-bottom: 20px;
}

.comment-form-author,
.comment-form-email,
.comment-form-comment {
  margin-bottom: 10px;
}

.comment-form-block input,
.comment-form-block textarea {
  width: 100%;
}

.form-submit {
  text-align: center;
}

.commets-list .comment-body {
  margin-bottom: 20px;
}

.commets-list .reply {
  font-size: 12px;
}

.commets-list .commentmetadata {
  font-size: 13px;
  margin: 5px 0;
}

/* .comment-label{
	display: inline-block;
	width: 30%;
}
.comment-form-author input,
.comment-form-email input{
	display: inline-block;
	width: 42%;
} */
.under-main-title_type {
  text-shadow: 0 1px 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff,
    -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.itemdata li {
  margin-bottom: 10px;
}

.cartbox .skubutton {
  display: block;
  width: 400px;
  cursor: pointer;
  margin: 0 auto;
  background: #bcb199;
  color: #fff;
  border: 0;
  padding: 10px;
  border-radius: 4px;
  transition: all 0.3s;
}

.cartbox .skubutton:hover {
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.seminar-content {
  overflow: hidden;
}

.copyright {
  font-size: 14px;
  padding-left: 18px;
  background: url("../images/under/copyright.png") 0 center no-repeat;
  background-size: 12px;
}

/*itemページ*/
.bx-wrapper {
  /*border: 5px solid #e0e0e0;*/
  text-align: center;
  margin: 0 0 15px;
  position: relative;
}

.bx-wrapper .bx_slider li {
  /*height: 220px;*/
  /*max-height: 240px;*/
}

.bx-wrapper .bx_slider li img {
  max-width: 100%;
  max-height: 240px;
}

.bx_pager {
  box-sizing: border-box;
  height: auto;
  overflow: hidden;
}

.bx_pager ul li {
  width: 32%;
  float: left;
  margin: 0 1% 10px 0;
}

.bx_pager ul li:nth-child(5n) {
  margin: 0 0 10px;
}

.bx_pager ul li:nth-child(5n + 1) {
  clear: both;
}

.bx_pager ul li img {
  max-width: 100%;
  height: auto;
}

.bx_pager ul li a {
  /*border: 5px solid #fafafa;*/
  display: block;
  transition: 0.7s;
  -webkit-transition: 0.7s;
  opacity: 0.7;
}

.bx_pager ul li a.active {
  opacity: 1;
}

.bx-controls .bx-prev,
.bx-controls .bx-next {
  position: absolute;
  top: 40%;
  z-index: 999;
}

.bx-controls .bx-prev {
  left: 10px;
}

.bx-controls .bx-next {
  right: 10px;
}

.bx-controls .bx-prev:before,
.bx-controls .bx-next:before {
  font-family: "FontAwesome";
  color: #fff;
  font-size: 30px;
  text-shadow: 0px 1px 3px #999;
}

.bx-controls .bx-prev:before {
  content: "\f104";
}

.bx-controls .bx-next:before {
  content: "\f105";
}

.bx-controls a {
  text-decoration: none;
}

.bx-controls a :hover {
  opacity: 0.7;
}

/*WP必須クラス*/
.wp-caption {
  max-width: 100%;
  margin-bottom: 10px;
}

.wp-caption-text {
  padding: 10px;
  margin-bottom: 0;
}

.sticky {
  background: #fafafa;
  border-top: 4px solid #f00;
  margin-left: -20px;
  margin-right: -20px;
  padding: 18px 20px;
}

.gallery-caption {
  font-size: 0.8em;
}

.bypostauthor {
  color: #999;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

pre {
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
  word-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5 {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

/*---投稿大枠---*/
.postdata {
  text-align: left;
}

.postdata p {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  margin-bottom: 1em;
}

.postdata::after {
  clear: both;
  content: "";
  display: block;
}

/*---配置　右---*/
.postdata .alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}

/*---配置　左---*/
.postdata .alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

/*---配置　中央---*/
.postdata .aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 20px;
}

/*---テーブル---*/
.postdata table {
  border-left: 1px solid #bfbfbf;
  border-top: 1px solid #bfbfbf;
  border-right: 1px solid #bfbfbf;
}

.postdata table th {
  border-bottom: 1px solid #bfbfbf;
}

.postdata table td {
  border-bottom: 1px solid #bfbfbf;
}

/*---フォント---*/
.postdata em {
  font-style: italic !important;
}

.postdata strong {
  font-weight: bold !important;
}

.postdata iframe {
  max-width: 100%;
}

.postdata ul,
.postdata ol {
  margin-bottom: 20px;
}

.postdata ul li {
  padding-left: 20px;
  margin-bottom: 1em;
  position: relative;
}

.postdata ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 0.8em;
  content: "\f0da";
  font-family: "FontAwesome";
  color: #f67800;
}

.postdata ol li {
  padding-left: 50px;
  margin-bottom: 1em;
  position: relative;
  counter-increment: number;
}

.postdata ol li::before {
  position: absolute;
  display: block;
  top: -2px;
  left: 0;
  padding: 0;
  width: 30px;
  line-height: 30px;
  height: 30px;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0;
  margin-right: 0.8em;
  color: #fff;
  background: #f67800;
  border-radius: 3px;
  content: counter(number);
}

/* スマホ時に回り込みを解除*/
@media only screen and (max-width: 800px) {
  .postdata .alignright {
    float: none;
    display: block;
    margin: 0 auto 20px;
    text-align: center;
  }

  .postdata .alignleft {
    float: none;
    display: block;
    margin: 0 auto 20px;
    text-align: center;
  }
}

.top-mg-20 {
  margin-top: 20px;
}

.ttl-excerpt {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.col-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -1%;
}

.col-2 li {
  width: 50%;
  padding: 0 1%;
  margin-bottom: 20px;
}

.fade-link:hover .fade {
  transition: 0.2s;
}

.fade-link:hover .fade {
  opacity: 0.85;
}

.owner-bnr {
  border: 1px solid rgb(246, 120, 0);
  padding: 10px 20px;
  display: inline-block;
}

/*ギャラリー詳細*/
.gallery-single-layout {
  display: flex;
  justify-content: space-between;
}

.gallery-single-layout .l-img {
  width: 50%;
}

.gallery-single-layout .l-desc {
  margin-top: -10px;
  width: 45%;
}

.gallery-single-layout .category {
  display: inline-block;
  color: #aa9252;
  font-size: 12px;
  line-height: 1;
}

.gallery-single-layout .category + .category::before {
  content: "/";
  margin: 0 5px;
}

.gallery-single-layout .l-ttl {
  font-family: "Noto Sans JP";
  font-size: 24px;
  margin: 15px 0 30px;
}

.gallery-single-layout .l-item {
  padding: 10px 0 20px;
  font-size: 13px;
  line-height: 1.8;
}

.gallery-single-layout .l-item .item-ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}

.gallery-single-layout .l-table {
  font-size: 12px;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.gallery-single-layout .l-table th,
.gallery-single-layout .l-table td {
  border: 1px solid #ddd;
  padding: 6px 8px;
}

.gallery-single-layout .l-table th {
  background: #f6f7f7;
  text-align: left;
}

.gallery-slider-box {
  background: #eee;
  padding: 10px;
  margin-bottom: 20px;
}

.gallery-slider {
  position: relative;
}

.gallery-slider .slick-slide {
  padding-top: 400px;
}

.gallery-slider img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
  object-fit: contain;
  max-height: 400px;
}

.gallery-slider-thumb {
  position: relative;
}

.gallery-slider-thumb .slick-slide {
  position: relative;
  max-width: 60px !important;
  margin-right: 15px;
}

.gallery-slider-thumb .slick-slide::before {
  content: "";
  border: 3px solid #333;
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transition: 0.5s;
  z-index: 10;
  opacity: 0;
}

.gallery-slider-thumb .slick-current::before {
  opacity: 1;
}

.gallery-slider-thumb img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
  object-fit: cover;
}

.mb15 {
  margin-bottom: 15px;
}

.list-pdf-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px;
}
