@charset "UTF-8";

main {
  display: block;
  color: #333;
  line-height: 1.7;
  font-weight: normal;
  position: relative;
}

.contents {
  width: 100%;
  margin: 0 auto;
  font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, Arial, ＭＳ Ｐゴシック, MS PGothic, sans-serif!important;
}
@media (min-width: 768px) {
  .pcOnly {
    display: block;
  }
  .spOnly {
    display: none;
  }
}
@media screen and (max-width:767.98px) {
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
}
/*---animation---*/
.anim_fadein {
  animation: fadeIn 2s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.anim_scroll {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s, transform 1s;
}
.anim_scroll.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.kvTitWrap .anim_scroll {
  transform: translateY(30px) scale(.7);
}
.kvTitWrap .anim_scroll.scrollin {
  transform: translate(0, 0) scale(1);
}
@media screen and (max-width:767.98px) {
	.anim_scroll_sp {
		opacity: 0;
		transform: translateY(40px);
		transition: opacity 1s, transform 1s;
	}
}

/*kvArea
=======================*/
.kvArea {
  position: relative;
  background-size: auto auto;
  background-color: rgba(242, 182, 182, 1);
  background-image: url("/med/briefing/cmn/img/top/kv_bg_pc.webp");
  overflow: hidden;
}
.kv {
  height: 430px;
  margin: 0 auto;
}
.kvTitWrap {
  position: absolute;
  bottom: 7%;
  left: 50%;
  max-width: 600px;
  width: 100%;
  transform: translate(-50%, 0);
  text-align: center;
  margin-top: 5px;
  z-index: 5;
}
.kv img {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 0);
}
.kvArea h1 {
  position: relative;
  margin: 10px 0 0;
  font-size: 6.0rem;
  line-height: 1.4;
  font-family: "Kosugi Maru", sans-serif;
}
.kvArea .introTxt {
  padding: 20px 50px;
  font-size: 2.1rem;
  letter-spacing: -1px;
}
@media screen and (max-width:767.98px) {
  .kv {
    height: 276px;
  }
  .kvTitWrap {
    bottom: 5%;
    width: 70%;
    height: auto;
    transform: translate(-50%, 0);
  }
  .kvArea h1 {
    width: 100%;
    margin: 0 auto;
  }
  .kvArea .introTxt {
    margin: 5px 0;
    padding: 0;
    font-size: 1.2rem;
    line-height: 1.3;
  }
  .kv img {
    width: 100%;
    bottom: -2px;
  }
}
/*=====================*/

/*menuNav
=======================*/
.menuNav {
  background: #4a9b4e;
}
.menuNav_inner {
  display: flex;
  justify-content: center;
  max-width: 1160px;
  margin: 0 auto;
}
.menuNav .navItem {
  width: 100%;
  font-size: 2.4rem;
  text-align: center;
  background: #4a9b4e;
  border-right: 2px solid #fff;
}
.menuNav .navItem:first-of-type {
  border-left: 2px solid #fff;
}
.menuNav .navItem a {
  display: block;
  width: 100%;
  padding: 15px 0 30px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  position: relative;
}
.menuNav .navItem a::after {
  position: absolute;
  content: '';
  bottom: 15%;
  left: 50%;
  width: 14px;
  height: 14px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateX(-50%) rotate(45deg);
}

@media (min-width: 768px) {
  .menuNav .navItem {
    transition: 0.2s ease all;
  }
  .menuNav .navItem a:hover {
    background: #eeffefd1;
    color: #389b53;
    opacity: .8;
    transition: 0.2s ease all;
  }
  .menuNav .navItem a:hover::after {
    border-right: 2px solid #4a9b4e;
    border-bottom: 2px solid #4a9b4e;
  }
}

@media screen and (max-width:767.98px) {
  .menuNav_inner {
    flex-wrap: wrap;
  }
  .menuNav .navItem {
    font-size: 1.5rem;
    width: 50%;
  }
  .menuNav .navItem:nth-of-type(1) {
    border-left: none;
  }
  .menuNav .navItem:nth-of-type(2),
  .menuNav .navItem:nth-of-type(4) {
    border-right: none;
  }
  .menuNav .navItem:nth-of-type(1),
  .menuNav .navItem:nth-of-type(2) {
    border-bottom: 2px solid #fff;
  }
  .menuNav .navItem a {
    padding: 20px 0 25px;
  }
  .menuNav .navItem a::after {
    bottom: 15%;
    width: 10px;
    height: 10px;
  }
}

@media screen and (max-width:359px) {
  .menuNav .navItem {
    font-size: 1.2rem;
  }
}
/*=====================*/


/*introArea
=======================*/
.introArea {
  background-color: #f3f5f0;
  padding: 65px 0 60px;
}
.introArea_box {
  max-width: 1160px;
  margin: 0 auto;
  border: 1px solid #318235;
  border-radius: 35px;
  background-color: #fff;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.introArea_box .text_wrap {
  width: 65%;
  font-size: 1.8rem;
}
.introArea_box .text_wrap p + p {
  margin-top: 30px;
}
.introArea_box .text_wrap p span {
  color: #318235;
  font-weight: 700;
}
.introArea_box .img_wrap {
  border-radius: 40px;
  overflow: hidden;
}
@media screen and (max-width:767.98px) {
  .introArea {
    padding: 30px 10px;
  }
  .introArea_box {
    padding: 20px 10px;
    background: url("/med/briefing/cmn/img/top/intro_bg_sp.webp") no-repeat;
    background-size: cover;
    border-radius: 20px;
  }
  .introArea_box .text_wrap {
    font-size: 1.2rem;
    width: 100%;
    text-align: center;
    font-weight: 700;
  }
  .introArea_box .text_wrap p + p {
    margin-top: 20px;
  }
}

/*=====================*/

/*content_wrap h2
=======================*/
.content_wrap h2 {
  font-size: 3.3rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  position: relative;
  padding-bottom: 5px;
  margin: 0;
}
.content_wrap h2::after {
  position: absolute;
  content: "";
  background-color: #4a9b4e;
  width: 326px;
  height: 6px;
  bottom: -5%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width:767.98px) {
  .content_wrap h2 {
    font-size: 2.3rem;
  }
  .content_wrap h2::after {
    width: 184px;
    height: 3px;
    bottom: -15%;
    left: 50%;
    transform: translateX(-50%);
  }
}
/*=====================*/


/*#recommend_event
=======================*/
#recommend_event {
  margin-top: 100px;
  padding-bottom: 20px;
}
#recommend_event .banner_wrap {
  max-width: 1160px;
  margin: 50px auto 0;
  text-align: center;
}
#recommend_event .banner_wrap img {
  width: 560px;
  border: 1px solid #ccc;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, .2);
}
#recommend_event .banner_wrap a {
  display: block;
}
@media (min-width: 768px) {
  #recommend_event .banner_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
  }
  #recommend_event .banner_wrap a:hover {
    opacity: .7;
  }
}
@media screen and (max-width:767.98px) {
  #recommend_event {
    margin-top: 70px;
  }
  #recommend_event .banner_wrap a {
  margin: 0 20px;
  }
  #recommend_event .banner_wrap a + a {
    margin-top: 20px;
  }
  #recommend_event .banner_wrap img {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .15);
  }
}
/*=====================*/



/*radioBox
=======================*/
.radioBox,
.scheduleBlock {
  max-width: 1160px;
  margin: 0 auto;
}
.radioBox {
  display: flex;
  justify-content: center;
  background: #fff;
}
.radioBox input[name="area_filter"],
.radioBox input[name="month_filter"] {
  display: none;
}
/*-----radioBox_01-----*/
.radioBox_01 {
  padding: 40px 0 30px;
  gap: 20px;
}
.radioBox_01 .input_wrap label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  min-height: 70px;
  padding: 8px 10px;
  color: #333;
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: -.5px;
  border-radius: 10px;
  line-height: 1.2;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .1);
  cursor: pointer;
  transition: .3s;
}
.radioBox_01 .input_wrap label {
  border: 2px solid #74baea;
}
.radioBox_01 .input_wrap input:checked + label {
  color: #fff;
}
.radioBox_01 .input_wrap input:checked + label {
  background: #a0a0a0;
  border: 2px solid #a0a0a0;
}
.radioBox_01 .input_wrap input:checked + label {
  background: #a0a0a0;
  border: 2px solid #a0a0a0;
}
@media (min-width: 768px) {
  .radioBox_01 .input_wrap input:not(:checked) + label:hover {
    color: #fff;
    transition: .3s;
    background: #296a9f;
    border: 2px solid #296a9f;
  }
}
/*---------------------*/

/*-----radioBox_02-----*/
.radioBox_02 {
  margin-top: 40px;
  gap: 10px;
  justify-content: space-between;
}
.radioBox_02 .input_wrap {
	flex-grow: 1;
	flex-basis: 0;
 /* width: 280px;*/
}
.radioBox_02 .input_wrap label {
  display: flex;
  justify-content: center;
  align-items: baseline;
  min-height: 59px;
  padding: 8px 0;
  color: #333;
  font-size: 3.5rem;
  font-weight: bold;
  text-align: center;
  border-radius: 30px 30px 0 0;
  line-height: 1.2;
  cursor: pointer;
  transition: .3s;
  border-top: 1px solid #318235;
  border-left: 1px solid #318235;
  border-right: 1px solid #318235;
}
.radioBox_02 .input_wrap label span {
  font-size: 2.6rem;
}
.radioBox_02 .input_wrap input:checked + label {
  background: #eaf2dc;
  border-top: 1px solid #eaf2dc;
  border-left: 1px solid #eaf2dc;
  border-right: 1px solid #eaf2dc;
  box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, .15);
}
@media (min-width: 768px) {
  .radioBox_02 .input_wrap input:not(:checked) + label:hover {
    color: #fff;
    transition: .3s;
    background: #9eb979;
    border-top: 1px solid #9eb979;
    border-left: 1px solid #9eb979;
    border-right: 1px solid #9eb979;
  }
}

@media screen and (max-width:767.98px) {
  .input_wrap label {
    width: 100%;
    padding: 5px 10px 8px;
    font-size: 1.4rem;
  }
  
  .radioBox_01 {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 9px;
    padding: 30px 10px 0;
  }
  .radioBox_01 .input_wrap label {
    width: 100%;
    border-radius: 5px;
    font-size: 1.6rem;
    min-height: 55px;
    padding: 4px 5px;
  }
  
  .radioBox_02 {
    gap: 3px;
    padding: 10px 5px 0;
    margin-top: 25px;
  }
  /*.radioBox_02 .input_wrap {
    width: calc(100% / 4);
  }*/
  .radioBox_02  .input_wrap label {
    font-size: 1.7rem;
    min-height: 38px;
    border-radius: 15px 15px 0 0;
  }
  .radioBox_02  .input_wrap label span {
    font-size: 1.3rem;
  }
}
/*=====================*/


/*schedule
=======================*/
#schedule {
  margin-top: 50px;
}
.is-hidden {
  display:none !important;
}
.schedule_contents {
  display: block;
  background-color: #eaf2dc;
  padding: 50px 0 60px;
}
.schedule_item {
  background-color: #fff;
  margin-top: 20px;
  border: 2px solid #d3d5d0;
  border-radius: 20px;
  box-shadow: 0 1px 7px 2px rgba(0, 0, 0, .1);
}
.no_items {
  text-align: center;
  padding: 30px 0 0;
}
.schedule_date {
  box-shadow: none;
  border: none;
  border-radius: 15px 15px 0 0;
  padding: 5px 0;
  text-align: center;
  font-size: 3.2rem;
  color: #fff;
  background-color: #4a9b4e;
  font-weight: 700;
}
.schedule_date span {
  font-size: 2.4rem;
}
.sche_txt {
  padding: 20px 40px 25px;
}
.sche__detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px 15px;
  border-bottom: 2px solid #cfcfcf;
}
.sche__detail01 {
  display: flex;
  align-items: center;
  padding-left: 20px;
  font-size: 2.0rem;
  line-height: 1.0;
}
.sche__time {
  position: relative;
}
.sche__time::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -15%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #4a9b4e;
}
.sche__area_wrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 620px;
  margin-left: 10px;
  gap: 5px;
}
.sche__area {
  font-size: 1.8rem;
  border-radius: 8px;
  padding: 10px 15px;
}
.sche__detail02 {
  font-size: 2.0rem;
}
.sche__tit {
  padding: 15px 20px 10px;
  font-size: 2.2rem;
  font-weight: 700;
}

.sche__btn_wrap {
  display: flex;
  justify-content: flex-end;
}
.sche__btn_wrap .mapBtn,
.sche__btn_wrap .smnBtn a {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  border-radius: 30px;
  padding: 5px 25px 5px 5px;
}
.sche__btn_wrap .mapBtn {
  color: #f2821f;
  background-color: #fff;
  border: 2px solid #f2821f;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.sche__btn_wrap .mapBtn::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 15%;
  transform: translateY(-50%) rotate(-45deg);
  width: 12px;
  height: 12px;
  border-right: 2px solid #f2821f;
  border-bottom: 2px solid #f2821f;
}
.sche__btn_wrap .mapBtn::after {
  background: #f2821f;
  border: 2px solid #f2821f;
  border-radius: 30px;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .35s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.sche__btn_wrap .smnBtn {
  margin-left: 30px;
}
.sche__btn_wrap .smnBtn a {
  display: block;
  background-color: #f2821f;
  color: #fff;
  border: 2px solid #f2821f;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.sche__btn_wrap .smnBtn a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 15%;
  transform: translateY(-50%) rotate(-45deg);
  width: 12px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.sche__btn_wrap .smnBtn a::after {
  background: #fff;
  border: 2px solid #fff;
  border-radius: 30px;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .35s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}

@media (min-width: 768px) {
  .sche__btn_wrap .mapBtn,
  .sche__btn_wrap .smnBtn a {
    width: 254px;
  }
  .sche__btn_wrap .mapBtn:hover {
    color: #fff;
  }
  .sche__btn_wrap .mapBtn:hover::before {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  .sche__btn_wrap .mapBtn:hover::after {
    transform: scale(1, 1);
  }
  .sche__btn_wrap .smnBtn a:hover {
    color: #f2821f;
    border: 2px solid #f2821f;
  }
  .sche__btn_wrap .smnBtn a:hover::before {
    border-right: 2px solid #f2821f;
    border-bottom: 2px solid #f2821f;
  }
  .sche__btn_wrap .smnBtn a:hover::after {
    transform: scale(1, 1);
  }
}
@media screen and (max-width:767.98px) {
  #schedule {
    margin-top: 30px;
  }
  .schedule_contents {
    padding: 30px 0 40px;
  }
  .schedule_item {
    width: 95%;
    margin: 10px auto 0;
  }
  .schedule_date {
  font-size: 2.0rem;
  padding: 0;
  }
  .schedule_date span {
  font-size: 1.4rem;
  }
  .sche_txt {
    padding: 8px;
  }
  .sche__detail {
    padding: 0 5px 5px;
  }
  .sche__detail01 {
    font-size: 1.3rem;
  }
  .sche__time::before {
    left: -25%;
  }
  .sche__area_wrap {
    /*width: 65%;*/
    max-width: 105px;
    margin-left: 5px;
    gap: 3px;
  }
  .sche__area {
    font-size: 1.2rem;
    padding: 5px 2px;
    border-radius: 4px;
  }
  .sche__detail02 {
    font-size: 1.2rem;
  }
  .sche__tit {
    font-size: 1.4rem;
    padding: 10px 5px;
  }
  
  .sche__btn_wrap .mapBtn,
  .sche__btn_wrap .smnBtn {
    width: 40%;
  }
  .sche__btn_wrap .mapBtn,
  .sche__btn_wrap .smnBtn a {
    font-size: 1.5rem;
    padding: 2px 25px 2px 5px;
  }
  .sche__btn_wrap .smnBtn {
    margin-left: 10px;
  }
  .sche__btn_wrap .mapBtn::before {
    width: 10px;
    height: 10px;
  }
  .sche__btn_wrap .smnBtn a::before {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width:330px) {
  .sche__detail {
    font-size: 1.1rem;
    padding: 0 5px 5px;
  }
}
@media screen and (max-width:767.98px) {
  .radioBox_01 .input_wrap{
	        width: calc((100% - 18px) / 3);
}
}
/*=====================*/

/*エリア別色分け
=======================*/
/*-----radioBox_01-----*/
.radioBox_01 .input_wrap .label_allVisible {
  border: 2px solid #f0e675;
}
.radioBox_01 .input_wrap .label_europe {
  border: 2px solid #4a9b4e;
}
.radioBox_01 .input_wrap .label_africa {
  border: 2px solid #ec8da5;
}
.radioBox_01 .input_wrap .label_north_america {
  border: 2px solid #71b7d3;
}
.radioBox_01 .input_wrap .label_south_america {
  border: 2px solid #967592;
}
.radioBox_01 .input_wrap .label_oceania {
  border: 2px solid #62acaf;
}
.radioBox_01 .input_wrap .label_asia {
  border: 2px solid #d9466b;
}
.radioBox_01 .input_wrap .label_other {
  border: 2px solid #d49961;
}
/*---------------------*/

/*-----sche__area-----*/
.area_europe {
  border: 2px solid #4a9b4e;
}
.area_africa {
  border: 2px solid #ec8da5;
}
.area_north_america {

  border: 2px solid #71b7d3;
}
.area_south_america {
  border: 2px solid #967592;
}
.area_oceania {
  border: 2px solid #62acaf;
}
.area_asia {
  border: 2px solid #d9466b;
}
.area_other {
  border: 2px solid #d49961;
}
.area_all {
  border: 2px solid #f0e675;
}
/*---------------------*/

/*modal window
=======================*/
/*--- btn ---*/
.mapBtn {
  line-height: 1.0;
}
/*-----------*/

.modal__bg {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0; /* 初期状態で非表示 */
  visibility: hidden; /* 初期状態で非表示 */
  transition: opacity .6s ease, visibility .6s ease;
}
.modal__bg.is-active {
  opacity: 1; /* 非表示を解除 */
  visibility: visible; /* 非表示を解除 */
}
.modal__inner {
  position: fixed;
  z-index: 10001;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 0 10px;
  opacity: 0; /* 初期状態で非表示 */
  visibility: hidden; /* 初期状態で非表示 */
  transition: opacity .6s ease, visibility .6s ease;
}
.modal__inner.is-active {
  opacity: 1; /* 非表示を解除 */
  visibility: visible; /* 非表示を解除 */
}
.modal-card {
  width: 800px;
  background: #fff;
  filter: drop-shadow(0 0 10px rgba(0 ,0, 0, 0.4));
  padding: 10px 10px 30px;
  position: absolute;
  z-index: 1;
  transform: translate3d(0, 48px, 0);
  opacity: 0; /* 初期状態で非表示 */
  visibility: hidden; /* 初期状態で非表示 */
  transition: opacity .6s ease, visibility .6s ease, transform .3s ease-in-out;
  overflow: hidden;
}
.modal-card.is-active {
  position: relative;
  z-index: 2;
  opacity: 1; /* 非表示を解除 */
  visibility: visible; /* 非表示を解除 */
  transform: translate3d(0, 0, 0);
}
.modal-card__heading {
  margin: 0 80px 0 0;
  padding-left: 10px;
  font-size: 2.5rem;
  line-height: 1.6;
  font-weight: bold;
  color: #535353;
  border-bottom: 2px solid #535353;
}
.modal-card__text {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #444;
}
.modal-card__close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 16px;
  right: 13px;
  cursor: pointer;
  transition: .5s;
}
.modal-card__close::before,
.modal-card__close::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 1px;
  background: #2a2a2a;
}
.modal-card__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal-card__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal-card__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal-card_contents {
  padding-top: 50px;
}
.modal-card .imgWrap {
  max-width: 500px;
  margin: 0 auto;
}
.modal-card_contents ul {
  width: 90%;
  margin: 20px auto;
}
.modal-card_contents ul li {
  color: #707070;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.4;
}
.modal-card_contents ul li:nth-child(2) {
  position: relative;
  padding-left: 20px;
  font-size: 1.8rem;
}
.modal-card_contents ul li:nth-child(2)::before {
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #707070;
}
.modal-card_contents ul li span {
  font-size: 2.6rem;
}
.modal-card_contents ul li + li {
  margin-top: 15px;
}

@media screen and (min-width:768px) {
  .modal-card .imgWrap {
    max-width: 750px;
    margin: 0 auto;
    padding-bottom: 20px;
    text-align: center;
  }
}

@media screen and (max-width:767.98px) {
  .modal-card {
    width: 100%;
    min-height: auto;
    max-height: 480px;
    overflow-y: auto;
    padding: 5px 5px 25px;
  }
  .modal-card__heading {
    margin: 12px 60px 0 0;
    font-size: 2rem;
  }
  .modal-card_contents {
    padding-top: 45px;
  }
  .modal-card .imgWrap {
    width: 90%;
  }
  .modal-card__close {
    top: 10px;
  }
  .modal-card_contents ul {
    width: 95%;
    margin: 20px auto 0;
  }
  .modal-card_contents ul li {
    font-size: 1.5rem;
    font-weight: 500;
  }
  .modal-card_contents ul li:nth-child(2) {
    padding-left: 12px;
    font-size: 1.4rem;
  }
  .modal-card_contents ul li:nth-child(2)::before {
    top: 6px;
    left: 1px;
    width: 8px;
    height: 8px;
  }
  .modal-card_contents ul li span {
    font-size: 1.7rem;
  }
  .modal-card__close::before,
  .modal-card__close::after {
    width: 30px;
  }
}
/*=====================*/


#itemList {
    overflow: hidden; /* はみ出たコンテンツを隠す */
    transition: height 0.5s ease-in-out; /* 高さの変化をアニメーション */
    /* JSでheightの初期値を設定するため、ここではheightを指定しない */
    padding: 0; /* 必要に応じてリストのデフォルトパディングを調整 */
}

#toggleMoreBtn {
  font-size: 2.4rem;
  font-weight: 700;
  color: #666;
  background-color: #fff;
  border: 3px solid #d3d5d0;
  border-radius: 30px;
  width: 310px;
  margin: 50px auto 0;
  padding: 5px 0;
  text-align: center;
  box-shadow: 0 1px 7px 2px rgba(0, 0, 0, .1);
  cursor: pointer;
  position: relative;
}
.btn_after {
  position: relative;
}
#toggleMoreBtn::before,
.btn_after::after {
  position: absolute;
  content: "";
  right: 22px;
  width: 20px;
  display: block;
  top: calc(50% - 1px);
  height: 2px;
  background: #4a9b4e;
}
.btn_after::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media screen and (min-width:768px) {
  #toggleMoreBtn:hover {
    opacity: .7;
    transition: .2s;
    box-shadow: none;
  }
}
@media screen and (max-width:767.98px) {
  #toggleMoreBtn {
    font-size: 2.0rem;
    width: 66%;
    margin: 40px auto 0;
  }
}

/*photos
=======================*/
.photos {
  background-color: #eaf2dc;
  padding: 30px 0 10px;
}
.slider_wrap {
  position: relative; /*slick-arrow用の基準範囲として設定*/
  max-width: 950px; /*値は適宜調整*/
  margin: 0px auto;
  padding: 50px 0 25px;
  overflow: visible;
}
.slider {
  padding: 0;
}
.slider_item figure {
  position: relative; /*figcaption用の基準範囲として設定*/
}
.slider_item figure img {
  width: 100%;
}
.slider .slider_item p {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin: 10px 0;
}

/*---arrow---*/
.slider_wrap .slick-arrow {
  position: absolute; /*slider_wrapの範囲内で絶対配置*/
  top: 40%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 3;
}
.slider_wrap .slick-arrow.slick-prev {
  left: -60px;
}
.slider_wrap .slick-arrow.slick-next {
  right: -60px;
}
/*-----------*/

@media print, screen and (min-width: 768px) {
  .slider .slider_item {
    margin: 0 20px;
  }
  .slider_wrap .slick-arrow:hover {
    opacity: .7; /*arrowをhoverしたときに透明度を下げる*/
  }
}

@media print, screen and (max-width: 767.98px) {
  .photos {
    padding: 30px 0;
  }
  .slider_wrap {
    max-width: 100%;
    padding: 30px 50px 0;
  }
  .slider_wrap .slick-arrow {
    width: 45px;
    height: 45px;
  }
  .slider_wrap .slick-arrow.slick-prev {
    left: 3px;
  }
  .slider_wrap .slick-arrow.slick-next {
    right: 3px;
  }
}

/*=====================*/




/*theme
=======================*/
#theme {
  margin-top: 80px;
  padding-bottom: 90px;
}
#theme h3 {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin: 45px 0 25px;
}
#theme h3 span {
  position: relative;
}
#theme h3 span::before,
#theme h3 span::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  background-color: #333;
  top: 50%;
  transform: translateY(-50%);
}
#theme h3 span::before {
  left: -80px;
}
#theme h3 span::after {
  right: -80px;
}
#theme .theme_item_wrap {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
#theme .theme_item_wrap .theme_item {
  width: 360px;
  position: relative;
  margin-bottom: 35px;
}
.theme_map {
  position: absolute;
  font-size: 1.8rem;
  font-weight: 700;
  bottom: -7%;
  right: 3px;
  border: none;
  background: none;
  color: #069;
}
.theme_map span {
  position: relative;
}
.theme_map span::before {
  position: absolute;
  content: "";
  top: 42%;
  left: -10%;
  transform: rotate(-45deg) translateY(-50%);
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: 2px solid #069;
  border-right: 2px solid #069;
}
#theme .theme_item_wrap .theme_item a {
  color: #333;
  display: block;
  height: 100%;
  border: 2px solid #d8d8d8;
  border-radius: 25px;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .1);
  overflow: hidden;
}
#theme .theme_item_wrap .theme_item img {
  width: 100%;
}
#theme .theme_item_wrap .theme_item .theme_txt {
  padding: 15px 15px 20px;
  font-size: 1.6rem;
}
#theme .theme_item_wrap .theme_item .theme_txt ul {
  display: flex;
  justify-content: space-between;
  margin: 0;
}
#theme .theme_item_wrap .theme_item .theme_txt .theme_area {
  font-size: 1.6rem;
  line-height: 1.0;
  color: #fff;
  background-color: #318235;
  padding: 5px 10px;
  display: inline-block;
}
#theme .theme_item_wrap .theme_item .theme_txt .theme_tit {
  line-height: 1.6;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 12px 0 8px;
}
@media screen and (min-width:768px) {
  #theme .theme_item_wrap {
    gap: 25px 35px;
  }
  #theme .theme_item_wrap .theme_item a:hover {
    opacity: .7;
  }
  #theme .theme_item_wrap .theme_item a:hover .theme_tit {
    color: #4a9b4e;
    text-decoration: underline;
  }
  .theme_map:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width:767.98px) {
  #theme {
    margin-top: 60px;
    padding-bottom: 60px;
  }
  #theme h3 {
    font-size: 1.5rem;
    margin: 50px 20px 10px;
  }
  #theme h3 span::before,
  #theme h3 span::after {
    width: 30px;
  }
  #theme h3 span::before {
    left: -45px;
  }
  #theme h3 span::after {
    right: -45px;
  }
  #theme .theme_item_wrap {
    flex-direction: column;
    margin: 0 auto;
    gap: 0;
  }
  #theme .theme_item_wrap .theme_item {
    width: 90%;
    margin: 0 auto;
  }
  #theme .theme_item_wrap .theme_item + .theme_item {
    margin-top: 45px;
  }
  #theme .theme_item_wrap .theme_item a {
    border-radius: 12px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .1);
  }
  #theme .theme_item_wrap .theme_item .theme_txt {
    padding: 12px 10px 15px;
    font-size: 1.4rem;
  }
  #theme .theme_item_wrap .theme_item .theme_txt .theme_area_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 3px 5px;
  }
  #theme .theme_item_wrap .theme_item .theme_txt .theme_area_wrap .theme_area {
    font-size: 1.3rem;
  }
  #theme .theme_item_wrap .theme_item .theme_txt .theme_tit {
    font-size: 1.6rem;
    margin: 4px 0 6px;
  }
  .theme_map {
    font-size: 1.5rem;
    bottom: -25px;
    right: 5px;
    padding: 0;
  }
  .theme_map span::before {
    width: 8px;
    height: 8px;
    top: 40%;
  }
}

/*=====================*/








/*venueInfo
===========================*/
#map {
  margin-top: 80px;
  padding-bottom: 40px;
}
.venueInfo .contentsInner {
  width: 1160px;
  margin: 35px auto 0;
  color: #707070;
}
.venueInfo .tit_subtxt{
  font-size: 1.7rem;
  text-align: center;
}
.venueInfo .mapBox {
	width: 30%;
	column-gap: 10px;
}
.-access__contents {
  margin: 20px 0;
}
.-access__contents dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.4rem;
  text-align: left;
}
.-access__contents dl dt {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3;
  padding-bottom: 3px;
}
.-access__contents dl dt span {
  font-size: 2rem;
  margin-left: 5px;
}
.-access__contents dl dd span {
  font-weight: bold;
}
.-access__contents dl dd.txtBox {
  display: flex;
  margin: 10px 0 0;
  font-size: 1.9rem;
  line-height: 1.3;
}
.businessHours {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: -1px;
  margin: 0;
}
.contactNumber{
	font-size: 1.8rem;
  font-weight: bold;
  margin-top: 5px;
}
.contactNumber span{
	font-size: 2.4rem;
	color: #fff;
}
.contactNumber span {
	display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.4em;
  height: 1.4em;
  border-radius: 50%;
  background: #4b9c47;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  margin: 0 5px;
}
.query{
  display: flex;
  margin: 15px 0 0;
}
.query .date{
  padding-left: 10px;
  line-height: 1.3;
  font-size: 4.2rem;
  font-weight: bold;
}
.query .dom {
  display: flex;
  align-items: center;
  max-width: 160px;
  margin-top:4px;
  margin-bottom: 3px;
  padding: 5px 15px;
  color: #FFFFFF;
  font-size: 2rem;
  background-color: #4b9c47;
}
.-access__contents .text{
	margin-top: 20px;
}

.-access__contents .right img{
  width: 200px;
  float: right;
    
}
/*.-access__contents .map_pc img{
  width: 300px;
  margin-left: 15px;
}*/
.-access__contents .map_sp {
  display: none;
  width: 100%;
}

@media (min-width: 768px) {
  .-access__contents .map_sp {
    display: none;
  }
  .-access__contents .right {
    width: 50%;
  }
}
@media screen and (max-width:767.98px) {
  #map {
    margin-top: 40px;
    padding-bottom: 30px;
  }
  .venueInfo .contentsInner {
    width: 95%;
  }
  .-access__contents {
    margin: 20px 0 0;
  }
  .-access__contents .map_sp {
    width: 100%;
  }
.venueInfo .mapBox {
  display: block;
  margin: 20px auto;
	width: 285px;
	
}
	.venueInfo .mapBox .map_pc02,.map_pc{
		width: auto;
		height: auto;
		margin-bottom: 6px;
	}	
  .-access__contents .text {
    margin-top: 0;
  }
  .-access__contents dl  {
    font-size: 1.3rem;
  }
  .-access__contents dl dt  {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .-access__contents dl dt span {
    font-size: 1.3rem;
  }
  .-access__contents dl dd.txtBox span {
    min-width: 85px;
    font-size: 1.2rem;
  }
  .-access__contents dl dd.txtBox,
  .businessHours {
    font-size: 1.2rem;
  }
  .businessHours {
    font-weight: normal;
  }
  .query {
    font-size: 1.4rem;
    line-height: 1.6;
    margin: 10px 0 5px;
  }
  .query span {
    font-size: 1.2rem;
    padding: 2px 0;
  }
  .query .dom {
    font-size: 1.2rem;
  }
  .query .date {
    font-size: 2.5rem;
  }
  .venueInfo {
    margin-top: 0;
  }
  /*.-access__contents .map_pc {
    display: none;
  }
  .venueInfo .mapBox .map_pc02 {
    display: none;
  }*/
  .venueInfo .tit_subtxt {
    font-size: 1.3rem;
    padding-bottom: 20px;
  }
  .-access__contents .map_sp {
     display: block;
     margin-top: 12px;
  }
	.contactNumber{
		font-size: 1.2rem;
	  font-weight: normal;
	  margin: 0;
	}
	.contactNumber span{
		font-size: 1.6rem;
		font-weight: bold;
		padding: 0 6px;
	}	
}
/*---.-note_box---*/
.-note_box {
  margin: 30px 0 0;
  padding: 10px 15px 20px;
  color: #707070;
  letter-spacing: 0;
  background: #f1f1f1;
}
.-note_box ul {
  margin: 0;
}
.-note_box .-note_tit {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.7;
  padding-bottom: 5px;
}
.-note_box .-note_li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
}
.-note_box .-note_underline {
  color: #707070;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .-note_box .-note_underline:hover {
    text-decoration: none;
  }
}
@media screen and (max-width:767.98px) {
  .-note_box {
    padding: 10px;
    margin: 10px 10px 0;
  }
  .-note_box .-note_tit {
    font-size: 1.5rem;
  }
  .-note_box .-note_li {
    font-size: 1.1rem;
  }
}

/*--shiodome--*/
.shiodome {
  margin: 60px 0;
}
  .shiodome {
	  display: flex;
    justify-content: space-between;
    column-gap: 20px;
    align-items: flex-start;
  }
.shiodome dl dt:nth-of-type(1) {
  color: #c84a6a;
  font-size: 2.7rem;
  font-weight: bold;
  margin-top: 5px;
}
.shiodome dl dt:nth-of-type(1) span {
  color: #707070;
}
.shiodome dl dd.txtBox {
  /*display: flex;*/
  column-gap: 16px;
  margin-top: 10px;
  font-size: 1.8rem;
  line-height: 1.3;
	display: block;
}
 .shiodome_note {
  background-color: #fcddec;
  position: relative;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 25px;
  text-align: start;
  border: 2px solid #c84a6a;
}
.shiodome_note::after {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 30px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 17px solid #c84a6a; 
  z-index: 1;
}
.shiodome_note::before {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 33px;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 15px solid #fcddec; 
  z-index: 2;
}
.shiodome .shiodome_note span {
  display: inline-block;
  position: relative;
  font-size: 3.0rem;
  font-weight: bold;
  line-height: 1.3;
  color: #c84a6a;
  z-index: 0;
}
.shiodome .shiodome_note .sub {
  font-size: 2.0rem;
}
.shiodome .shiodome_note span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.3em;
  background-color: #f7e500;
  z-index: -1;
}
.shiodome .shiodome_note p {
  font-size: 2.0rem;
  line-height: 1.7;
  font-weight: 450;
  display: inline;
}
.shiodome dl {
  font-size: 1.4rem;
  text-align: left;
  margin-top: 20px;
}
.shiodome .text {
  margin-top: 0;
}
.contactInfomation{
	margin-top: 50px;
}
@media (min-width: 768px) {
  .shiodome .right {
    width: 100%;
  }
}
@media screen and (max-width:767.98px) {
  .shiodome {
    margin: 20px auto 0;
	  display: block;
  }
  .shiodome dl dt:nth-of-type(2) {
    font-size: 2.0rem;
    margin-top: 0;
  }
  .shiodome .shiodome_note span {
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.3;
  }
  .shiodome .shiodome_note p {
    font-size: 1.3rem;
  }
  .shiodome .shiodome_note .sub {
    font-size: 1.4rem;
  }
  .-access__contents .shiodome_note {
    margin-bottom: 5px;
    padding: 5px 10px;
    text-align: center;
    justify-content: center;
  }
  .-access__contents dl dd.txtBox {
    margin-top: 5px;
  }
    .shiodome dl dt:nth-of-type(1) {
    color: #c84a6a;
    font-size: 2.3rem;
    font-weight: bold;
    margin-top: 5px;
	line-height: 1;
  }
  .shiodome dl dt:nth-of-type(1) span {
    color: #707070;
  }
.contactInfomation{
	margin-top: 15px;
}
}
/*----------------*/

/*look_deskArea
===========================*/
.look_deskArea {
  max-width: 1160px;
  margin: 40px auto 0;
  border: 2px solid #d9d9d9;
}
.look_deskArea .look_desk_wrap .look_desk_txt p:nth-child(1) {
  color: #ac2931;
  font-size: 5.2rem;
  font-weight: 700;
  line-height: 1.0;
}
.look_deskArea .look_desk_wrap .look_desk_txt p:nth-child(2) {
  color: #ac2931;
  font-size: 2.2rem;
  margin-top: 15px;
  line-height: 1.3;
}
.look_deskArea .look_desk_wrap .look_desk_txt p:nth-child(3) {
  color: #000;
  font-size: 1.8rem;
  margin-top: 20px;
  line-height: 1.3;
}
.look_deskArea .look_desk_wrap .look_desk_btn li a {
  display: block;
  color: #fff;
  background-color: #194d9d;
  border: 2px solid #194d9d;
  border-radius: 30px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.0;
  width: 85%;
  padding: 15px 0;
  text-align: center;
  box-shadow: 0 1px 7px 2px rgba(0, 0, 0, .1);
  position: relative;
}
.look_deskArea .look_desk_wrap .look_desk_btn li a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 10%;
  transform: translateY(-50%) rotate(-45deg);
  width: 15px;
  height: 15px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
.look_deskArea .look_desk_wrap .look_desk_btn li + li {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .look_deskArea .look_desk_wrap {
    display: flex;
    background: url("/med/briefing/cmn/img/top/look_desk_bg_pc.webp") no-repeat;
    background-size: cover;
    background-position: center;
    max-width: 1160px;
    width: 100%;
    height: 245px;
    justify-content: center;
    align-items: center;
  }
  .look_deskArea .look_desk_wrap .look_desk_txt {
    width: 50%;
  }
  .look_deskArea .look_desk_wrap .look_desk_btn {
    width: 40%;
    margin-left: 70px;
  }
  .look_deskArea .look_desk_wrap .look_desk_btn li a:hover {
    color: #194d9d;
    background-color: #fff;
    box-shadow: none;
    transition: .45s;
  }
  .look_deskArea .look_desk_wrap .look_desk_btn li a:hover::before {
    border-right: 3px solid #194d9d;
    border-bottom: 3px solid #194d9d;
    transition: .45s;
  }
}
@media screen and (max-width:767.98px) {
  .look_deskArea {
    margin: 30px 10px 0;
  }
  .look_deskArea .look_desk_wrap {
    background: url("/med/briefing/cmn/img/top/look_desk_bg_sp.webp") no-repeat;
    background-size: cover;
    background-position: center;
    padding: 20px 0;
  }
  .look_deskArea .look_desk_wrap .look_desk_txt {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .look_deskArea .look_desk_wrap .look_desk_btn {
    margin: 50px 0 0;
  }
  .look_deskArea .look_desk_wrap .look_desk_txt p:nth-child(1) {
    font-size: 2.7rem;
  }
  .look_deskArea .look_desk_wrap .look_desk_txt p:nth-child(2) {
    font-size: 1.3rem;
  }
  .look_deskArea .look_desk_wrap .look_desk_txt p:nth-child(3) {
    font-size: 1.2rem;
    letter-spacing: -0.8px;
  }
  .look_deskArea .look_desk_wrap .look_desk_btn li a {
    margin: 0 auto;
    font-size: 1.6rem;
    padding: 15px 0;
    width: 70%;
  }
  .look_deskArea .look_desk_wrap .look_desk_btn li + li {
    margin-top: 15px;
  }
}
/*=====================*/




/*bannerArea
===========================*/
.bannerArea {
  max-width: 1160px;
  margin: 80px auto 20px;
  text-align: center;
}
.bannerArea a {
  display: inline-block;
}
@media screen and (min-width:768px) {
  .bannerArea a:hover {
    opacity: .7;
  }
  .bannerArea a img {
    width: 560px;
  }
}
@media screen and (max-width:767.98px) {
  .bannerArea {
    margin: 50px 20px;
  }
}
@media (min-width: 768px) {
  .bannerArea {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
  }
}
@media screen and (max-width:767.98px) {
  .bannerArea {
    flex-direction: column;
    margin: 40px 20px;
  }
  .bannerArea a + a {
    margin-top: 20px;
  }
}
/*=====================*/


/*miniBanner_wrap
===========================*/
.miniBanner_wrap {
  padding: 10px 30px;
}
.miniBanner_wrap h2 {
  margin: 0;
}
/*=====================*/


/*area_button
===========================*/
.area_button{
    text-align: center;
    margin: 40px 0;
    font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, Arial, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.6;
    position: relative;
}
.area_button .contents_wrap{
    justify-content: center;
    flex-wrap: wrap;
}
.area_button__titbox__fukidashi{
    position: relative;
    display: inline-block;
    border-bottom: solid 1px #cc0d20;
    padding: 5px 0;
    color: #cc0d20;
    font-weight: bold;
    font-size: 18px;
}
.area_button__titbox__fukidashi:before,
.area_button__titbox__fukidashi:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.area_button__titbox__fukidashi:before {
    border: solid 9px transparent;
    border-top: solid 14px #cc0d20;
}
.area_button__titbox__fukidashi:after {
    border: solid 11px transparent;
    border-top: solid 17px #fff;
    margin-top: -5px;
}
.area_button__titbox__tit{
    font-size: 2.4rem;
    color: #333333;
    margin: 15px 5px;;
}
.area_button__link{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 760px;
}
.area_button__link li{
  width: 100%;
}
.area_button__link li a{
    text-align: center;
    position: relative;
    display: block;
    font-size: 17px;
    font-weight: bold;
    border: 2px solid #cc0d20;
    border-radius: 5px;
    padding: 10px 36px 9px 9px;
    width: 100%;
    color: #333333;
    box-shadow: 0 1px 1px 1px rgb(0 0 0 / 10%);
}
.area_button__link li a:before{
display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: #cc0d21;
    content: "";
    width: 27px;
}
.area_button__link li a:after{
    -webkit-transform: rotate(45deg);
    display: block;
    position: absolute;
    transform: rotate(45deg);
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
    top: calc(50% - 4px);
    right: 10px;
    width: 8px;
    height: 8px;
}
.redtext {
    color: #cc0d21;
}
@media screen and (min-width:768px) {
  .area_button__link li{
    max-width: 138px;
  }
  .area_button__link li a:hover{
    opacity: 0.7;
  }
}
@media screen and (max-width : 767px ) , print{
  .area_button__link {
    margin: 0 10px 0;
  }
  .area_button__link li{
    margin-bottom: 5px;
  }
  .area_button__link li:last-of-type {
    margin-bottom: 0;
  }
}


/*=====================*/

/*pageTopBtn
=======================*/
.pageTopBtn {
  display: inline-block;
  width: 52px;
  /*left: calc(100vw - 5em);*/
  left: 93%;
  position: sticky;
  bottom: 30px;
  text-align: right;
  opacity: 0;
  z-index: 10;
}
.pageTopBtn_inner {
  margin: auto;
}
.pageTopBtn a {
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 52px;
  height: 52px;
  background: #4a9b4e;
  border-radius: 50%;
  box-shadow: 0 3px 10px rgb(0 0 0 / 16%);
  cursor: default;
}
.pageTopBtn a:before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 55%;
  left: 50%;
  width: 20px;
  height: 20px;
  border-style: solid;
  border-color: #fff;
  border-width: 2px 0 0 2px;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: border-color ease 0.1s;
}
.pageTopBtn.-show {
  opacity: 1;
}
.pageTopBtn.-show a {
  cursor: pointer;
}
.pageTopBtn.-transition500 {
  transition: .2s ease;
}

@media screen and (min-width:768px) {
  .pageTopBtn a:hover {
    background: #9dcfa0;
    opacity: .8;
    box-shadow: none;
    transition: 0.2s ease all;
  }
}

@media screen and (max-width:767.98px) {
  .pageTopBtn a {
    width: 45px;
    height: 45px;
  }
  .pageTopBtn a:before {
    width: 16px;
    height: 16px;
  }
}
/*=====================*/

