@charset "UTF-8";
/* CSS Document

ファイル名はページIDに topics-ページID.css
.postid-ページID .article {}

#FF8A3D
#7ED6C1
#6BB9F0
#2F80ED

*/
/*====================
スマホ・PCの時だけ改行
====================*/
.br-sp {
  display: none;
}
.br-pc {}
@media (max-width: 767.98px) {
  .br-sp {
    display: block;
  }
  .br-pc {
    display: none;
  }
}
/*====================
調整cssここから
====================*/
/*ここにある命令を修正すれば優先される */
.postid-8664 .article {}
/* LINK Btn
_________________________________________*/
#topics .link_btn {
  display: block;
  width: 100%;
  text-align: center;
  margin: 1em 0;
}
#topics .link_btn a {
  background: linear-gradient(45deg, #7ED6C1 0%, #6BB9F0 100%);
  border: 0;
  font-size: 1.8rem;
  padding: 1em;
  width: 60%;
  border-radius: 5px;
  margin: 0 auto !important;
  position: relative;
}
#topics .link_btn.link_btn2 a {
  background: linear-gradient(45deg, #ffcf3d 0%, #FF8A3D 100%);
}
#topics .link_btn a:after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto;
}
@media (max-width: 767.98px) {
  #topics .link_btn a {
    font-size: 1.6rem;
    width: 100%;
  }
  #topics .link_btn a:after {
    right: 20px;
  }
}
/*
_________________________________________*/
#topics p.lead {
  text-align: center;
  line-height: 2.8;
  font-weight: 700;
  font-size: 1.5rem;
}
#topics p.lead + .wp-block-buttons {
  margin-bottom: 50px
}
@media (max-width: 767.98px) {
  #topics p.lead {
    font-size: 1.3rem;
  }
}
/*
_________________________________________*/
#topics h3 {
  display: flex;
  justify-content: center;
  position: relative;
  line-height: 1.4;
}
#topics h3:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 1px;
  background: #333;
}
#topics h3 strong {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 0 .5em;
  position: relative;
  text-align: center;
}
#topics h3 strong em {
  font-size: 160%;
  padding: 0 .2em 0 0;
}
@media (max-width: 767.98px) {
  #topics h3 {
    font-size: 2.2rem;
  }
  
}
@media (min-width: 767.98px) {
  #topics h3 {
    font-size: 4rem;
  }
}
/*
_________________________________________*/
#topics .event_box {
  border: 1px solid #ddd;
  border-radius: 0;
  padding: 0 4vw 3vw;
  margin: 60px 0;
  background: linear-gradient(45deg, #fff 20%, #ffe 100%);
  /*box-shadow: 0 0 10px 0 #ddd;*/
}
#topics .event_box h4 {
  color: #60534B;
  font-size: 2.6rem;
  margin-bottom: 1em;
  margin-top: 20px;
  margin-left: -3.2vw;
  line-height: 1.4;
  display: flex;
  align-items: center;
}
#topics .event_box h4 em {
  font-family: "Noto Serif JP", serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50vh;
  width: 120px;
  height: 120px;
  color: #fff;
  background: linear-gradient(45deg, #60534B 0%, #b8aba3 100%);
  line-height: 1;
  margin-right: 20px;
  margin-left: -2vw;
  font-size: 2rem;
  font-style: normal;
    aspect-ratio: 1 / 1;
    flex-shrink: 0;
}
#topics .event_box h4 em strong {
  font-size: 4.4rem;
}
#topics .event_box .data_box {
  padding-top: 1em;
  margin-top: 1em;
  border-top: 1px dashed #ccc;
}
@media (max-width: 767.98px) {
  #topics .event_box {
    padding: 0 20px 20px;
    margin: 40px 0;
  }
  #topics .event_box h4 {
    font-size: 1.6rem;
    align-items: center;
  margin-left: -25px;
  }
  #topics .event_box h4 em {
    width: 80px;
    height: 80px;
    font-size: 1.4rem;
    margin-left: 0;
    aspect-ratio: 1 / 1;
    flex-shrink: 0;
  }
  #topics .event_box h4 em strong {
    font-size: 2.6rem;
  }
}
/*
_________________________________________*/
#topics .spot_box {
  padding: 2em 0;
  border-bottom: 1px dashed #ddd;
}
@media (max-width: 767.98px) {
  #topics .spot_box .wp-block-image {
    margin: 0 auto 1em;
    width: 90%
  }
}
@media (min-width: 767.98px) {
  #topics .spot_box .wp-block-image {
    margin: 0 1em 0 0;
  }
}
/*
_________________________________________*/
@media (min-width: 767.98px) {
#topics .contact_box {
	margin-top: 30px;
}
#topics .contact_box .link_btn a {
  width: 90%;
}

}
/*
_________________________________________*/
@media (max-width: 767.98px) {}
/*
_________________________________________*/
@media (max-width: 767.98px) {}
/*
_________________________________________*/
@media (max-width: 767.98px) {}