@charset "UTF-8";
/*---------------------------------------
 * 共通部分
---------------------------------------*/
header {
  padding: 17px 0 20px;
  background: #ffffff;
  width: 100%;
}
header .inner {
  width: 1080px;
  margin: 0 auto;
  position: relative;
  min-height: 28px;
}
@media screen and (max-width: 768px) {
  header .inner {
    width: calc(100% - 24px);
    max-width: 500px;
  }
}
header .inner .logo {
  width: 260px;
}
@media screen and (max-width: 768px) {
  header .inner .logo {
    width: 150px;
  }
}
header .inner .searchArea {
  position: absolute;
  top: 0px;
  right: 0;
  width: 208px;
}
@media screen and (max-width: 768px) {
  header .inner .searchArea {
    width: 110px;
    top: -6px;
  }
}
header .inner .searchArea .hash {
  position: absolute;
  top: calc(50% - 2px);
  left: 5px;
  transform: translateY(-50%);
}
header .inner .searchArea .textbox {
  width: 100%;
  padding: 5px 30px 5px 15px;
}
@media screen and (max-width: 768px) {
  header .inner .searchArea .textbox {
    padding: 3px 25px 3px 15px;
    font-size: 1.2rem;
  }
  header .inner .searchArea .textbox::placeholder {
    color: transparent;
  }
}
header .inner .searchArea .label {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}
header .inner .sns {
  position: absolute;
  top: -4px;
  right: 224px;
  width: 122px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  header .inner .sns {
    width: 76px;
    top: -3px;
    right: 115px;
  }
}
header .inner .sns li {
  width: 36px;
}
@media screen and (max-width: 768px) {
  header .inner .sns li {
    width: 28px;
    padding: 0 2px;
  }
}

main {
  overflow: hidden;
}

footer .group-sec {
  background: #ffffff;
  padding: 55px 0;
}
@media screen and (max-width: 768px) {
  footer .group-sec {
    padding: 30px 0 0;
  }
}
footer .group-sec .inner {
  width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  footer .group-sec .inner {
    width: calc(100% - 24px);
    max-width: 500px;
  }
}
footer .group-sec .inner .midashi-block {
  position: relative;
}
footer .group-sec .inner .midashi-block .midashi {
  font-size: 2.7rem;
  font-weight: 500;
  border-bottom: 3px solid #e6e6e6;
  padding-bottom: 8px;
  margin-bottom: 40px;
  letter-spacing: 2px;
}
footer .group-sec .inner .midashi-block .midashi img {
  width: 214px;
}
@media screen and (max-width: 768px) {
  footer .group-sec .inner .midashi-block .midashi {
    font-size: 1.8rem;
  }
}
footer .group-sec .inner .midashi-block .read {
  position: absolute;
  top: 10px;
  right: 0;
  color: #808080;
}
@media screen and (max-width: 768px) {
  footer .group-sec .inner .midashi-block .read {
    font-size: 1rem;
    line-height: 1.3;
    top: -5px;
  }
}
footer .group-sec .inner .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  footer .group-sec .inner .list {
    justify-content: center;
    padding: 0;
  }
}
footer .group-sec .inner .list li {
  text-align: center;
  width: auto;
}
@media screen and (max-width: 768px) {
  footer .group-sec .inner .list li {
    width: 46%;
    position: relative;
    height: 60px;
    margin-bottom: 40px;
    padding: 0 2%;
  }
}
footer .group-sec .inner .list li .caption {
  line-height: 1.4;
  margin-top: 30px;
  font-size: 1.02rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  footer .group-sec .inner .list li .caption {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
footer .group-sec .inner .list li figure {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  footer .group-sec .inner .list li figure {
    padding-bottom: 20px;
  }
}
footer .group-sec .inner .list li.dormy-inn figure {
  width: 145px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  footer .group-sec .inner .list li.dormy-inn p{
  top: 30px;
  }
}
footer .group-sec .inner .list li.kyoritsu-resort figure {
  width: 145px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  footer .group-sec .inner .list li.kyoritsu-resort p{
  top: 30px;
  }
}
footer .group-sec .inner .list li.dormy figure {
  width: 135px;
  max-width: 100%;
  margin-top: 0.5rem;
}
footer .group-sec .inner .list li.dormy p{
  margin-top: 3.7rem;
}
footer .group-sec .inner .list li.dormy-senior figure {
  width: 135px;
  max-width: 100%;
  margin-top: 0.5rem;
}
footer .group-sec .inner .list li.dormy-senior p{
  margin-top: 3.8rem;
}
footer .group-sec .inner .list li.pkp figure {
  width: 68px;
  max-width: 100%;
}
footer .credit-sec {
  border-top: 2px solid #e6e6e6;
  padding: 15px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  footer .credit-sec {
    padding: 15px 0;
  }
}
footer .credit-sec .inner {
  width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  footer .credit-sec .inner {
    width: calc(100% - 24px);
    max-width: 500px;
  }
}
@media screen and (max-width: 1080px) {
  footer .credit-sec .inner {
    position: relative;
  }
}
footer .credit-sec .inner .logo {
  width: 120px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  footer .credit-sec .inner .logo {
    margin: 0 auto 15px;
  }
}
footer .credit-sec .inner .copyright {
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-size: 1rem;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 1080px) {
  footer .credit-sec .inner .copyright {
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  footer .credit-sec .inner .copyright {
    position: static;
  }
}

/*---------------------------------------
 * 共通パーツ
---------------------------------------*/
.midashi-block {
  position: relative;
}
.midashi-block .midashi {
  font-size: 2.7rem;
  font-weight: 500;
  border-bottom: 3px solid #e6e6e6;
  padding-bottom: 8px;
  margin-bottom: 40px;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .midashi-block .midashi {
    font-size: 1.8rem;
  }
}
.midashi-block .read {
  position: absolute;
  top: 10px;
  right: 0;
  color: #808080;
}
@media screen and (max-width: 768px) {
  .midashi-block .read {
    font-size: 1rem;
    line-height: 1.3;
    top: -5px;
    text-align: right;
  }
}

.result {
  margin-bottom: 20px;
  line-height: 1.6;
}
.result span {
  display: inline-block;
  font-size: 2rem;
  padding: 0 0.3em;
}

.post-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .post-list {
    justify-content: space-between;
  }
}
.post-list li {
  width: 223px;
  margin-right: 29px;
  position: relative;
  padding-bottom: 54px;
}
.post-list li:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .post-list li {
    width: 48%;
    margin-bottom: 30px;
    margin-right: 0;
    padding-bottom: 64px;
  }
}
.post-list li figure {
  margin-bottom: 10px;
}
.post-list li figure img {
    width: 100%;
    height: 164.5px;
    object-fit: cover;
}
.post-list li .post-title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: justify;
  margin-bottom: 10px;
}
.post-list li .excerpt {
  font-size: 1.3rem;
  line-height: 1.4;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .post-list li .excerpt {
    display: none;
  }
}
@media screen and (max-width: 500px) {
.post-list li figure img {
    width: 100%;
    height: 120px;
    object-fit: cover;
}
}
.post-list li .post-data {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #333333;
  padding-top: 15px;
}
.post-list li .post-data .post-date {
  color: #999999;
  font-size: 1.1rem;
  padding-bottom: 12px;
}
.post-list li .post-data .post-cat {
  min-width: 60px;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  padding: 5px 10px;
  color: #ffffff;
  font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
  .post-list li .post-data .post-cat {
    min-width: 60px;
    display: inline-block;
    margin-top: 7px;
    position: static;
  }
}

.cat-all {
  background: #808080;
}
@media screen and (max-width: 768px) {
  .cat-all.line {
    border: 2px solid #808080;
    background: #ffffff;
    font-weight: 500;
    color: #808080 !important;
  }
}
@media screen and (max-width: 768px) {
  .cat-all.current {
    border: 2px solid #808080;
    background: #808080;
    font-weight: 500;
    color: #ffffff !important;
  }
}

.cat-dormyinn {
  background: #37bef0;
}
@media screen and (max-width: 768px) {
  .cat-dormyinn.line {
    border: 2px solid #37bef0;
    background: #ffffff;
    font-weight: 500;
    color: #37bef0 !important;
  }
}
@media screen and (max-width: 768px) {
  .cat-dormyinn.current {
    border: 2px solid #37bef0;
    background: #37bef0;
    font-weight: 500;
    color: #ffffff !important;
  }
}

.cat-resort {
  background: #ad494e;
}
@media screen and (max-width: 768px) {
  .cat-resort.line {
    border: 2px solid #ad494e;
    background: #ffffff;
    font-weight: 500;
    color: #ad494e !important;
  }
}
@media screen and (max-width: 768px) {
  .cat-resort.current {
    border: 2px solid #ad494e;
    background: #ad494e;
    font-weight: 500;
    color: #ffffff !important;
  }
}

.cat-dormitory {
  background: #f0c800;
}
@media screen and (max-width: 768px) {
  .cat-dormitory.line {
    border: 2px solid #f0c800;
    background: #ffffff;
    font-weight: 500;
    color: #f0c800 !important;
  }
}
@media screen and (max-width: 768px) {
  .cat-dormitory.current {
    border: 2px solid #f0c800;
    background: #f0c800;
    font-weight: 500;
    color: #ffffff !important;
  }
}

.cat-senior {
  background: #c1d600;
}
@media screen and (max-width: 768px) {
  .cat-senior.line {
    border: 2px solid #c1d600;
    background: #ffffff;
    font-weight: 500;
    color: #c1d600 !important;
  }
}
@media screen and (max-width: 768px) {
  .cat-senior.current {
    border: 2px solid #c1d600;
    background: #c1d600;
    font-weight: 500;
    color: #ffffff !important;
  }
}

.cat-pkp {
  background: #66c3cc;
}
@media screen and (max-width: 768px) {
  .cat-pkp.line {
    border: 2px solid #66c3cc;
    background: #ffffff;
    font-weight: 500;
    color: #66c3cc !important;
  }
}
@media screen and (max-width: 768px) {
  .cat-pkp.current {
    border: 2px solid #66c3cc;
    background: #66c3cc;
    font-weight: 500;
    color: #ffffff !important;
  }
}

.cat-media {
  background: #6fba2c;
}
@media screen and (max-width: 768px) {
  .cat-media.line {
    border: 2px solid #6fba2c;
    background: #ffffff;
    font-weight: 500;
    color: #6fba2c !important;
  }
}
@media screen and (max-width: 768px) {
  .cat-media.current {
    border: 2px solid #6fba2c;
    background: #6fba2c;
    font-weight: 500;
    color: #ffffff !important;
  }
}

.cat-other {
  background: #8e59da;
}
@media screen and (max-width: 768px) {
  .cat-other.line {
    border: 2px solid #8e59da;
    background: #ffffff;
    font-weight: 500;
    color: #8e59da !important;
  }
}
@media screen and (max-width: 768px) {
  .cat-other.current {
    border: 2px solid #8e59da;
    background: #8e59da;
    font-weight: 500;
    color: #ffffff !important;
  }
}

.wp-pagenavi {
  clear: both;
  text-align: center;
  margin-bottom: 40px;
}

.sub-slides {
  clear: both;
  text-align: center;
  width: 220px;
  margin: 0 auto 20px;
}

.sub-slide {
  text-decoration: none;
  border: solid 2px #0067bb;
  color: #0067bb;
  padding: 6px 9px;
  margin: 2px;
  font-weight: 500;
  width: 40px;
  box-sizing: border-box;
  cursor: pointer;
}
.sub-slide.slick-current {
  background: #0067bb;
  color: #ffffff;
  cursor: default;
}

.wp-pagenavi a,
.wp-pagenavi span,
.wp-pagenavi2 a,
.wp-pagenavi2 span {
  text-decoration: none;
  border: solid 2px #0067bb;
  color: #0067bb;
  padding: 3px 9px;
  margin: 2px;
  font-weight: 500;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current,
.wp-pagenavi2 a:hover {
  background-color: #0067bb;
  color: #ffffff;
}

.wp-pagenavi span.current,
.wp-pagenavi2 span.current {
  background-color: #0067bb;
  color: #ffffff;
}

.loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 100;
}
.loading.delete {
  display: none;
}
.loading .loading-text {
  text-align: center;
  font-size: 1rem;
}
.loading .loading-text span {
  animation: blink 0.01s linear infinite alternate;
}

.sk-cube-grid {
  width: 20px;
  height: 20px;
  margin: 50px auto 20px;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #000000;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.slick-prev:before,
.slick-next:before {
  content: "" !important;
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  border-radius: 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.slick-prev:before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/*---------------------------------------
 * TOP
---------------------------------------*/
.top .mv-sec {
  margin-bottom: 60px;
}
.top .mv-sec .inner {
  width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .top .mv-sec .inner {
    width: calc(100% - 24px);
    max-width: 500px;
  }
}
.top .mv-sec .inner figure {
  width: 896px;
  margin: 0 auto;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .top .mv-sec .inner figure {
    width: 84%;
    min-width: 289px;
  }
}
.top .mv-sec .inner .flex-box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .top .mv-sec .inner .flex-box {
    display: block;
  }
}
.top .mv-sec .inner .flex-box .box-1 {
  width: 377px;
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .top .mv-sec .inner .flex-box .box-1 {
    width: 100%;
    max-width: 377px;
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
.top .mv-sec .inner .flex-box .box-1 .copy {
  width: 320px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .top .mv-sec .inner .flex-box .box-1 .copy {
    width: 72%;
    margin-bottom: 20px;
  }
}
.top .mv-sec .inner .flex-box .box-1 .read {
  font-size: 1.4rem;
  line-height: 2;
}
.top .mv-sec .inner .flex-box .box-2 {
  width: 703px;
}
@media screen and (max-width: 768px) {
  .top .mv-sec .inner .flex-box .box-2 {
    width: calc(100% + 24px);
    margin-left: -12px;
  }
}
.top .pickup-sec {
  padding: 0 0 75px;
}
.top .pickup-sec .inner {
  width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .top .pickup-sec .inner {
    width: calc(100% - 24px);
    max-width: 500px;
  }
}
.top .pickup-sec .inner .midashi-block .midashi img {
  width: 90px;
}
.top .pickup-sec .inner .post-list {
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  .top .pickup-sec .inner .post-list {
    padding: 0;
  }
}
.top .news-sec {
  background: #f5f5f5;
  padding: 45px 0 80px;
}
.top .news-sec .inner {
  width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .top .news-sec .inner {
    width: calc(100% - 24px);
    max-width: 500px;
  }
}
.top .news-sec .inner .midashi-block .midashi img {
  width: 117px;
}
.top .news-sec .inner .article-box {
  background: #ffffff;
  padding: 50px;
  margin-top: -30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top .news-sec .inner .article-box {
    padding: 12px;
  }
}
.top .news-sec .inner .article-box .tabs {
  display: flex;
  border-bottom: 1px solid #808080;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .top .news-sec .inner .article-box .tabs {
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: none;
    margin-bottom: 20px;
  }
}
.top .news-sec .inner .article-box .tabs li {
  display: inline-block;
  margin-right: 7px;
}
@media screen and (max-width: 768px) {
  .top .news-sec .inner .article-box .tabs li {
    width: 24%;
    margin-right: 0;
    margin-bottom: 1%;
  }
}
.top .news-sec .inner .article-box .tabs li a {
  display: block;
  color: #ffffff;
  text-align: center;
  width: 103px;
  padding: 7px 0;
  font-size: 1.1rem;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .top .news-sec .inner .article-box .tabs li a {
    width: 100%;
  }
}
.top .news-sec .inner .article-box .tabs li a.current {
  padding-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .top .news-sec .inner .article-box .tabs li a.current {
    padding-bottom: 7px;
  }
}
.top .news-sec .inner .article-box .post-list {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .top .news-sec .inner .article-box .post-list {
    margin-bottom: 20px;
  }
}
.top .news-sec .inner .article-box .post-list li {
  margin-bottom: 30px;
}
.top .news-sec .inner .article-box .container {
  visibility: hidden;
  height: 0;
}
.top .news-sec .inner .article-box .container.on {
  visibility: visible;
  height: auto;
}
.top .result-sec .inner .midashi-block .midashi img {
  width: 178px;
}

/*---------------------------------------
 * 記事
---------------------------------------*/
.single .article-sec {
  margin-bottom: 100px;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .single .article-sec {
    margin-bottom: 50px;
  }
}
.single .article-sec .inner {
  width: 1080px;
  margin: 0 auto;
  max-width: 752px;
}
@media screen and (max-width: 768px) {
  .single .article-sec .inner {
    width: calc(100% - 24px);
    max-width: 500px;
  }
}
.single .article-sec .inner .cover {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .single .article-sec .inner .cover {
    margin-bottom: 15px;
  }
}
.single .article-sec .inner .midashi {
  position: relative;
  margin-bottom: 20px;
}
.single .article-sec .inner .midashi .post-title {
  font-size: 2.7rem;
  color: #0067bb;
  font-weight: 500;
  line-height: 1.4;
  padding-right: 130px;
}
@media screen and (max-width: 768px) {
  .single .article-sec .inner .midashi .post-title {
    padding-right: 0;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
.single .article-sec .inner .midashi .post-date {
  position: absolute;
  top: 10px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .single .article-sec .inner .midashi .post-date {
    position: static;
  }
}
.single .article-sec .inner .belong-cat {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .single .article-sec .inner .belong-cat {
    margin-bottom: 20px;
  }
}
.single .article-sec .inner .belong-cat .post-cat {
  display: inline-block;
  min-width: 100px;
  text-align: center;
  padding: 5px 10px;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .single .article-sec .inner .belong-cat .post-cat {
    min-width: 60px;
    font-size: 1.1rem;
  }
}
.single .article-sec .inner .share {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .single .article-sec .inner .share {
    margin-bottom: 20px;
  }
}
.single .article-sec .inner .share ul {
  display: flex;
}
@media screen and (max-width: 768px) {
  .single .article-sec .inner .share ul {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.single .article-sec .inner .share ul li {
  width: 110px;
  margin-right: 3px;
}
.single .article-sec .inner .share ul li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .single .article-sec .inner .share ul li {
    width: 32%;
  }
  .single .article-sec .inner .share ul li a.tw {
    background: #1da1f2;
  }
  .single .article-sec .inner .share ul li a.fb {
    background: #5078bb;
  }
  .single .article-sec .inner .share ul li a.line {
    background: #00b900;
  }
  .single .article-sec .inner .share ul li a.x {
    background: #000000;
  }
  .single .article-sec .inner .share ul li img {
    width: 100%;
    max-width: 90px;
  }
}
.single .article-sec .inner .post {
  line-height: 2;
}
.single .article-sec .inner .post strong {
  font-weight: 700;
}
.single .article-sec .inner .post p {
  min-height: 34px;
}
.single .article-sec .inner .post h1 {
  font-size: 2.2rem;
}
.single .article-sec .inner .post h2 {
  font-size: 2rem;
}
.single .article-sec .inner .post h3 {
  font-size: 1.8rem;
}
.single .article-sec .inner .post h4 {
  font-size: 1.6rem;
}
.single .article-sec .inner .post ul li {
  list-style-type: disc;
}
.single .article-sec .inner .post ul li ul li {
  list-style-type: circle;
}
.single .article-sec .inner .post ol li {
  list-style-type: decimal;
}
.single .article-sec .inner .post .aligncenter img {
  width: 100vw;
  max-width: 502px;
}
@media screen and (max-width: 768px) {
  .single .article-sec .inner .post .aligncenter img {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .single .article-sec .inner .post .blocks-gallery-grid .blocks-gallery-image,
  .single .article-sec .inner .post .blocks-gallery-grid .blocks-gallery-item,
  .single .article-sec .inner .post .wp-block-gallery .blocks-gallery-image,
  .single .article-sec .inner .post .wp-block-gallery .blocks-gallery-item {
    margin: 0 2% 2% 0;
    display: flex;
    flex-grow: 0;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 49%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  .single .article-sec .inner .post .blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n),
  .single .article-sec .inner .post .blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n),
  .single .article-sec .inner .post .wp-block-gallery .blocks-gallery-image:nth-of-type(2n),
  .single .article-sec .inner .post .wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0;
  }
}
.single .article-sec .inner .post .wp-block-media-text .wp-block-media-text__media img {
  width: 100%;
}
.single .article-sec .inner .post .wp-block-button,
.single .article-sec .inner .post .wp-block-button__link {
  margin: 0.2em 0;
}
.single .article-sec .inner .post .wp-block-image {
  margin-top: 1em;
}
.single .article-sec .inner .post figure {
  margin-top: 1em;
}
.single .article-sec .inner .post .wp-block-gallery {
  margin-top: 0;
}
.single .article-sec .inner .post .wp-block-gallery figure {
  margin-top: 0;
}
.single .article-sec .inner .post a:not(.wp-block-button__link) {
  color: #0067bb;
}
.single .article-sec .inner .post .custom-gallery-grid {
  display: flex;
}
.single .article-sec .inner .post .custom-gallery-grid.col2 li {
  width: calc(50% - 1em);
  margin: 0 1em 1em 0;
  list-style-type: none;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.single .article-sec .inner .post .custom-gallery-grid.col2 li:nth-child(2n) {
  margin-right: 0;
}
.single .article-sec .inner .post .custom-gallery-grid.col2 li figure {
  width: 100%;
  height: 277px;
  margin: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .single .article-sec .inner .post .custom-gallery-grid.col2 li figure {
    height: 183.93px;
  }
}
@media screen and (max-width: 540px) {
  .single .article-sec .inner .post .custom-gallery-grid.col2 li figure {
    height: 34.061vw;
  }
}
.single .article-sec .inner .post .custom-gallery-grid.col2 li figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.single .article-sec .inner .post .custom-gallery-grid.col2 li .caption {
  margin-top: 3px;
  text-align: center;
  font-size: 1.2rem;
}
.single .article-sec .inner .post .custom-gallery-grid.col3 {
  flex-wrap: wrap;
}
.single .article-sec .inner .post .custom-gallery-grid.col3 li {
  width: calc(33.33333% - 0.66667em);
  margin: 0 1em 1em 0;
  list-style-type: none;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 769px) {
  .single .article-sec .inner .post .custom-gallery-grid.col3 li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .single .article-sec .inner .post .custom-gallery-grid.col3 li {
    margin: 0 2% 2% 0;
    display: flex;
    flex-wrap: wrap;
    flex-grow: 0;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 49%;
    box-sizing: border-box;
  }
  .single .article-sec .inner .post .custom-gallery-grid.col3 li:nth-child(2n) {
    margin-right: 0;
  }
}
.single .article-sec .inner .post .custom-gallery-grid.col3 figure {
  width: 100%;
  height: 160.95px;
  margin: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .single .article-sec .inner .post .custom-gallery-grid.col3 figure {
    height: 163.33px;
  }
}
@media screen and (max-width: 540px) {
  .single .article-sec .inner .post .custom-gallery-grid.col3 figure {
    height: 30.246vw;
  }
}
.single .article-sec .inner .post .custom-gallery-grid.col3 figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.single .article-sec .inner .post .custom-gallery-grid.col3 .caption {
  margin-top: 3px;
  text-align: center;
  font-size: 1.2rem;
}

.related-sec {
  background: #f5f5f5;
  padding: 45px 0 80px;
}
.related-sec .inner {
  width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .related-sec .inner {
    width: calc(100% - 24px);
    max-width: 500px;
  }
}
.related-sec .inner .midashi-block .midashi img {
  width: 206px;
}
.related-sec .inner .post-list {
  margin-top: -30px;
  background: #ffffff;
  padding: 50px;
}
@media screen and (max-width: 768px) {
  .related-sec .inner .post-list {
    padding: 24px 12px;
  }
}


.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em
}

.wp-block-file__button {
    background: #32373c;
    color: #fff;
    text-decoration: none
}
:root :where(.wp-block-button.is-style-outline--1 .wp-block-button__link) {
    background: transparent none;
    border-color: currentColor;
    border-width: 2px;
    border-style: solid;
    color: currentColor;
    padding-top: 0.667em;
    padding-right: 1.33em;
    padding-bottom: 0.667em;
    padding-left: 1.33em;
}

:root :where(.wp-block-button.is-style-outline--2 .wp-block-button__link) {
    background: transparent none;
    border-color: currentColor;
    border-width: 2px;
    border-style: solid;
    color: currentColor;
    padding-top: 0.667em;
    padding-right: 1.33em;
    padding-bottom: 0.667em;
    padding-left: 1.33em;
}

:root :where(.wp-block-button.is-style-outline--3 .wp-block-button__link) {
    background: transparent none;
    border-color: currentColor;
    border-width: 2px;
    border-style: solid;
    color: currentColor;
    padding-top: 0.667em;
    padding-right: 1.33em;
    padding-bottom: 0.667em;
    padding-left: 1.33em;
}

:root :where(.wp-block-button.is-style-outline--4 .wp-block-button__link) {
    background: transparent none;
    border-color: currentColor;
    border-width: 2px;
    border-style: solid;
    color: currentColor;
    padding-top: 0.667em;
    padding-right: 1.33em;
    padding-bottom: 0.667em;
    padding-left: 1.33em;
}
