@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap');
/*------------------------------------------------------------
	news section
------------------------------------------------------------*/
html {
  height: 100%;
}

body {
  position: relative;
  height: 100%;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
#wrapper {
  background: #e4f5fd;
  position: relative;
}
#wrapper main {
  background: url(../img/common/mv_img.jpg) calc(-1788 / var(--fs) * 1vw) calc(-1234 / var(--fs) * 1vw ) / calc(5187 / var(--fs) * 1vw) calc(3717 / var(--fs) * 1vw) no-repeat,
              url(../img/common/bg_img.png) center calc(-46 / var(--fs) * 1vw) / 100% repeat;
}
.inner_wrap {
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
}
.news_wrap {
  padding-top: calc(347 / 1366 * 100vw);
}
@media screen and (max-width: 767px) {
  #wrapper {
    background-color: rgb(242, 247, 198);
    position: relative;
  }
  #wrapper main {
    background: url(../img/news/sp/bg_img.jpg) center top no-repeat;
    background-size:  100%;
  }
  .inner_wrap {
    width: 100%;
    margin: 0 auto calc(30 / var(--fs) * 1rem);
  }
  .news_wrap {
    padding-top: calc(500 / 750 * 100%);
  }
}
/* news_contents_section */
.news_block_list dl dt .-new{
  /* background: #d70000; */
  color: #d70000;
}
.news_block_list dl dt .-brown{
  background: #4d210c;
}
.news_block_list dl dt .-pink{
  background: #ef79a8;
}
.news_block_list dl dt .-blue{
  background: #2d38c4;
}
.news_block_list dl dt .-green{
  background: #2e8200;
}
.news_block_list dl dt .-lightblue{
  background: #07a6da;
}
.news_block_list dl dt .-gray{
  background: #9a9a9a;
}
.news_block_list dl dt .-yellow{
  background: #e4b100;
}
.news_block_list dl dt .-hoso{
background: #cf5301;
}
@media all and (min-width: 768px) {
  /* ルビ */
  rt {
    font-size: calc(10 / var(--fs) * 1rem);
    transform: scale(0.9) translateX(calc(-1 / var(--fs) * 1rem));
    letter-spacing: -0.1em;
  }
  ::-webkit-full-page-media, :future, :root rt {
    transform: scale(0.9) translateY(0.4rem);
  }
  @-moz-document url-prefix() {
    rt {
      margin-bottom: -0.4rem;
    }
    .excursion_btn rt {
      margin-bottom: -0.2rem;
    }
  }
  /* /ルビ */
  .news_contents_section {
    position: relative;
    width: 100%;
    height: 100%;
    border-style: solid;
    border-width: 14px;
    border-color: #fff;
    border-radius: 10px;
    background-color: rgb(242, 247, 198);
    margin-bottom: calc(45 / var(--fs) * 1rem);
  }
  .news_contents_inner {
    max-width: 700px;
    width: auto;
    margin: 30px auto 75px;
  }
  .news_head {
    margin: 0 calc(20 / var(--fs) * 1rem) calc(40 / var(--fs) * 1rem);
  }
  .news_head_txt {
    text-align: center;
    font-size: calc(18 / var(--fs) * 1rem);
    font-weight: bold;
    letter-spacing: 0.1em;
    transform: rotateZ(0.03deg);
  }
  /* .news_block { */
  .news_block {
    position: relative;
  }
  .news_block_list {
    position: relative;
    width: calc(700 / var(--fs) * 1rem);
    border-radius: 20px;
    background: #fff;
    padding: calc(52 / var(--fs) * 1rem) calc(60 / var(--fs) * 1rem) calc(28 / var(--fs) * 1rem);
    margin: calc(66 / var(--fs) * 1rem) auto calc(72 / var(--fs) * 1rem);
    transform: rotateZ(0.03deg);
  }
  .news_block_list a {
    color: #000;
    cursor: pointer;
  }
  .news_block_list a:hover dd {
    text-decoration: underline;
    text-decoration-thickness: calc(1 / var(--fs) * 1rem);
  }
  .news_block_list a:hover dd::after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #000;
  }
  .news_block_list dl {
    position: relative;
  }/*
  .news_block_list dl .arw {
    position: absolute;
    width: calc(28 / var(--fs) * 1rem);
    height: calc(28 / var(--fs) * 1rem);
     border-top: 8px solid #2e8200;
    border-right: 8px solid #2e8200; 
    background: #2e8200;
    box-sizing: border-box;
    border-radius: 50%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .news_block_list dl .arw::before,
  .news_block_list dl .arw::after {
    content: "";
    width: calc(12 / var(--fs) * 1rem);
    height: calc(3 / var(--fs) * 1rem);
    display: inline-block;
    border-radius: 2px;
    background: #fff;
    position: absolute;
    right: calc(6 / var(--fs) * 1rem);
  }
  .news_block_list dl .arw::before {
    top: calc(50% - 5px);
    transform: rotate(45deg);
  }
  .news_block_list dl .arw::after {
    bottom: calc(50% - 5px);
    transform: rotate(-45deg);
  }*/
  
  .news_block_list dl .arw {
    position: absolute;
    width: calc(28 / var(--fs) * 1rem);
    height: calc(28 / var(--fs) * 1rem);
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/news/img_btn.png) no-repeat;
    background-size: 100%;
  }
  /* .news_block_list dl .arw::before {
    content:'';
    position:absolute;
    width: calc(10 / var(--fs) * 1rem);
    height: calc(10 / var(--fs) * 1rem);
    border-left:2px solid #fff;
    border-bottom:2px solid #fff;
    top:30%;
    left:25%;
    transform:rotate(-135deg);
  } */
  .news_block_list dl dt{
    display: flex;
    font-size: calc(14 / var(--fs) * 1rem);
    /* font-size: calc(20 / var(--fs) * 1rem); */
    margin-bottom: calc(20 / var(--fs) * 1rem);
    justify-content: start;
    align-items: center;
    font-weight: bold;
    letter-spacing: 0.1em;
    transform: rotateZ(0.03deg);
  }
  .news_block_list dl dt span{
    font-size: calc(16 / var(--fs) * 1rem);
    color: #fff;
    border-radius: calc(24 / var(--fs) * 1rem);
    padding: calc(7 / var(--fs) * 1rem) calc(16 / var(--fs) * 1rem);
    margin-left: calc(12 / var(--fs) * 1rem);
    font-size: calc(14 / var(--fs) * 1rem);
    letter-spacing: 0.05em;
  }
  .news_block_list dl dt span.-rb {
    padding: calc(12 / var(--fs) * 1rem) calc(16 / var(--fs) * 1rem) calc(4 / var(--fs) * 1rem);
    min-width: calc(15 / var(--fs) * 1rem);
    text-align: center;
  }
  /* @-moz-document url-prefix() {
    .news_block_list dl dt span.-rb {
      padding: calc(7 / var(--fs) * 1rem) calc(16 / var(--fs) * 1rem);
    }
  } */
  .news_block_list dl dt span rt{
    font-size: calc(6 / var(--fs) * 1rem);
    font-weight: normal;
  }
  ::-webkit-full-page-media, :future, :root .news_block_list dl dt span rt {
    transform: scale(0.9) translateY(0.3rem);
  }
  .news_block_list dl dt .-new {
    padding: calc(0 / var(--fs) * 1rem) calc(16 / var(--fs) * 1rem);
    font-size: calc(15 / var(--fs) * 1rem);
    font-weight: 800;
  }
  .news_block_list dl dt span + span{
    margin-left: calc(0 / var(--fs) * 1rem);
  }
  .news_block_list dl dd{
    margin-bottom: calc(24 / var(--fs) * 1rem);
    padding-right: calc(48 / var(--fs) * 1rem);
    padding-bottom: calc(20 / var(--fs) * 1rem);
    background: url(../img/news/line.png) bottom center no-repeat;
    background-size: 100%;
    /* font-size: calc(18 / var(--fs) * 1rem); */
    font-size: calc(20 / var(--fs) * 1rem);
    line-height: 2;
    font-weight: bold;
    letter-spacing: 0.1em;
    position: relative;
  }
  /* .news_block .icon {
    position: absolute;
    content: "";
    display: block;
  } */
  .news_block .news_block_list dl:nth-child(10n + 2)::before,
  .news_block .news_block_list dl:nth-child(10n + 4)::before,
  .news_block .news_block_list dl:nth-child(10n + 8)::before {
    content: "";
    position: absolute;
    display: block;
  }
  /* .news_block .icon01 { */
  .news_block .news_block_list dl:nth-child(10n + 2)::before {
    background: url(../img/news/icon01.png) no-repeat;
    width: 78px;
    height: 70px;
    transform: translateX(calc(-39.5 / var(--fs) * 1rem));
    left: calc(-60 / var(--fs) * 1rem);
    bottom: calc(-15 / var(--fs) * 1rem);
  }
  /* .news_block .icon02 { */
  .news_block .news_block_list dl:nth-child(10n + 4)::before {
    background: url(../img/news/icon02.png) no-repeat;
    width: 62px;
    height: 66px;
    transform: translateX(calc(31.5 / var(--fs) * 1rem));
    right: calc(-60 / var(--fs) * 1rem);
    bottom: calc(-15 / var(--fs) * 1rem);
  }
  /* .news_block .icon03 { */
  .news_block .news_block_list dl:nth-child(10n + 8)::before {
    background: url(../img/news/icon03.png) no-repeat;
    width: calc(69 / var(--fs) * 1rem);
    height: calc(61 / var(--fs) * 1rem);
    transform: translateX(calc(-34.5 / var(--fs) * 1rem));
    left: 0;
    left: calc(-60 / var(--fs) * 1rem);
    bottom: calc(-15 / var(--fs) * 1rem);
  }
  .news_banner {
    width: calc(552 / var(--fs) * 1rem);
    margin: calc(55 / var(--fs) * 1rem) auto 0;
    padding-left: calc(8 / var(--fs) * 1rem);
  }
  .news_banner  a img{
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .news_banner a:hover img{
    transform: scale(1.03);
  }
  ::-webkit-full-page-media, :future, :root .news_banner a:hover img{
    transform: scale(1.03) translateZ(0);
  }
}
@media screen and (max-width: 767px) {
  /* ルビ */
  rt {
    font-size: calc(12 / var(--fs) * 1rem);
    letter-spacing: -0.1em;
    transform: scale(0.8);
  }
  ::-webkit-full-page-media, :future, :root rt {
    transform: translateY(0.5rem) rotateZ(0.03deg);
  }
  @-moz-document url-prefix() {
    rt {
      margin-bottom: -0.5rem;
    }
  }
  /* /ルビ */
  .news_contents_section {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: rgb(242, 247, 198);
    border-top: calc(15 / var(--fs) * 1rem) solid #fff;
    /* margin-bottom: calc(60 / var(--fs) * 1rem); */
  }
  .news_contents_inner {
    width: 100%;
    padding-bottom: calc(60 / var(--fs) * 1rem);
  }
  .news_head {
    margin: 0 calc(25 / var(--fs) * 1rem) calc(60 / var(--fs) * 1rem) calc(35 / var(--fs) * 1rem);
    padding: calc(70 / var(--fs) * 1rem) 0 0;
  }
  .news_head_txt {
    text-align: center;
    font-size: calc(30 / var(--fs) * 1rem);
    font-weight: bold;
    letter-spacing: 0.1em;
    transform: rotateZ(0.03deg);
  }
  /* .news_block { */
  .news_block {
    position: relative;
  }
  .news_block_list {
    width: calc((600 / 750) * 100%);
    position: relative;
    border-radius: calc(20 / var(--fs) * 1rem);;
    background: #fff;
    padding: calc(55 / var(--fs) * 1rem) calc(40 / var(--fs) * 1rem) calc(50 / var(--fs) * 1rem);
    margin: calc(60 / var(--fs) * 1rem) auto calc(68 / var(--fs) * 1rem);
    transform: rotateZ(0.03deg);
  }
  .news_block_list a {
    color: #000;
  }
  .news_block_list dl {
    position: relative;
  }
  
  .news_block_list dl .arw {
    position: absolute;
    width: calc(34 / var(--fs) * 1rem);
    height: calc(34 / var(--fs) * 1rem);
    margin-top: calc(6 / var(--fs) * 1rem);
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/news/sp/img_btn.png) no-repeat;
    background-size: 100%;
  }
  /* .news_block_list dl .arw::before {
    content:'';
    position:absolute;
    width: calc(8 / var(--fs) * 1rem);
    height: calc(8 / var(--fs) * 1rem);
    border-left:2px solid #fff;
    border-bottom:2px solid #fff;
    top:32%;
    left:25%;
    transform:rotate(-135deg);
  } */
  .news_block_list dl dt{
    display: flex;
    font-size: calc(20 / var(--fs) * 1rem);
    margin-bottom: calc(25 / var(--fs) * 1rem);
    margin-top: calc(47 / var(--fs) * 1rem);
    justify-content: start;
    align-items: center;
    font-weight: bold;
    letter-spacing: 0.1em;
    transform: rotateZ(0.03deg);
  }
  .news_block_list dl dt span{
    color: #fff;
    border-radius: calc(24 / var(--fs) * 1rem);
    padding: calc(10 / var(--fs) * 1rem) calc(16 / var(--fs) * 1rem);
    /* height: calc(45 / var(--fs) * 1rem); */
    margin-left: calc(5 / var(--fs) * 1rem);
    font-size: calc(16 / var(--fs) * 1rem);
    min-width: calc(40 / var(--fs) * 1rem);
    text-align: center;
  }
  .news_block_list dl dt span:first-of-type{
    margin-left: calc(10 / var(--fs) * 1rem);
  }
  .news_block_list dl dt span.-rb {
    padding: calc(18 / var(--fs) * 1rem) calc(11 / var(--fs) * 1rem) calc(4 / var(--fs) * 1rem);
    letter-spacing: 0;
    min-width: calc(128 / var(--fs) * 1rem);
  }
  /*@-moz-document url-prefix() {
    .news_block_list dl dt span.-rb {
      padding: calc(7 / var(--fs) * 1rem) calc(16 / var(--fs) * 1rem);
    }
  }*/
  /*背景付きルビ ブラウザ調整用*/
  .news_block_list dl dt span rt{
    /*font-size: 100%;
    zoom: 0.5;*/
    display: none;
  }
  _:lang(x)::-ms-, .news_block_list dl dt span rt{
    font-size: 100%;
    zoom: 0.5;
    font-weight: normal;
  }
  [data-ruby] {
    position: relative;
  }
  [data-ruby]::before {
    content: attr(data-ruby);
    position: absolute;
    line-height: 100%;
    text-align: center;
    left: -3em;
    right: -3em;
    transform-origin: bottom center;
    transform: scale(0.5);
    bottom: 95%;
  }
  .news_block_list dl dt .-new {
    padding: calc(0 / var(--fs) * 1rem) calc(10 / var(--fs) * 1rem);
    font-size: calc(18 / var(--fs) * 1rem);
    font-weight: 800;
  }
  .news_block_list dl dt span + span{
  }
  .news_block_list dl dd{
    padding: 0 calc(40 / var(--fs) * 1rem) calc(34 / var(--fs) * 1rem) 0;
    /* border-bottom: 2px dotted #000; */
    background: url(../img/news/sp/line.png) bottom center no-repeat;
    background-size: 100%;
    font-size: calc(28 / var(--fs) * 1rem);
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.78;
  }
  .news_block_list dl dd rt{
    font-size: calc(12 / var(--fs) * 1rem);
  }
  .news_block_list dl:first-child dt{
    margin-top: 0;
  }
  /* .news_block .icon {
    position: absolute;
    content: "";
    display: block;
  } */
  .news_block .news_block_list dl:nth-child(10n + 2)::before,
  .news_block .news_block_list dl:nth-child(10n + 4)::before,
  .news_block .news_block_list dl:nth-child(10n + 8)::before {
    content: "";
    position: absolute;
    display: block;
  }
  /* .news_block .icon01 { */
  .news_block .news_block_list dl:nth-child(10n + 2)::before {
    background: url(../img/news/icon01.png) no-repeat;
    background-size: 100%;
    width: calc(86 / var(--fs) * 1rem);
    height: calc(86 / var(--fs) * 1rem);
    transform: translateX(calc(-43 / var(--fs) * 1rem));
    left: calc(-40 / var(--fs) * 1rem);
    bottom: calc(-30 / var(--fs) * 1rem);
  }
  /* .news_block .icon02 { */
  .news_block .news_block_list dl:nth-child(10n + 4)::before {
    background: url(../img/news/icon02.png) no-repeat;
    background-size: 100%;
    width: calc(77 / var(--fs) * 1rem);
    height: calc(84 / var(--fs) * 1rem);
    transform: translateX(calc(33.5 / var(--fs) * 1rem));
    right: calc(-40 / var(--fs) * 1rem);
    bottom: calc(-30 / var(--fs) * 1rem);
  }
  /* .news_block .icon03 { */
  .news_block .news_block_list dl:nth-child(10n + 8)::before {
    background: url(../img/news/icon03.png) no-repeat;
    background-size: 100%;
    width: calc(69 / var(--fs) * 1rem);
    height: calc(61 / var(--fs) * 1rem);
    transform: translateX(calc(-34.5 / var(--fs) * 1rem));
    left: calc(-40 / var(--fs) * 1rem);
    bottom: calc(-30 / var(--fs) * 1rem);
  }
  .news_banner {
    width: calc(600 / var(--fs) * 1rem);
    margin: calc(50 / var(--fs) * 1rem) auto 0;
    padding-bottom: calc(80/ var(--fs) * 1rem);
    /*  */
    /* background: url(../img/mame_cafe/sp/border.svg);
    background-size: 260px 2px;
    background-position: bottom left;
    background-repeat: repeat-x; */
  }
}
/*------------------------------------------------------------

------------------------------------------------------------*/

@media screen and (min-width: 768px) {
  .inner_wrap {
    margin-bottom: calc(80 / var(--fs) * 1rem);
  }
  .title {
    top: calc(30 / var(--fs) * 1rem);
  }

  .map_wrapper {
    padding-top: 40px;
  }
  .top_btn {
    width: calc(545 / var(--fs) * 1rem);
    padding-bottom: calc(155 / var(--fs) * 1rem);
    margin: 0 auto;
  }
  @-moz-document url-prefix() {
    .top_btn {
      padding-bottom: calc(65 / var(--fs) * 1rem);
    }
  }
  .top_btn a {
    margin-left: calc(7 / var(--fs) * 1rem);
  }
  .top_btn a:hover img {
    transform: scale(1.03);
  }
  ::-webkit-full-page-media, :future, :root .top_btn a:hover img {
    transform: scale(1.03) translateZ(0);
  }
  .top_btn a img {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .btn_flex {
    display: flex;
    justify-content: center;
    margin-top: calc(50 / var(--fs) * 1rem);
  }
  .excursion-btn_link {
    width: 100%;
    max-width: calc(296 / var(--fs) * 1rem);
    display: block;
  }
  .excursion-btn_link + .excursion-btn_link {
    margin-left: calc(25 / var(--fs) * 1rem);
  }
  .excursion_btn {
    border-radius: 48px;
    padding: calc(15 / var(--fs) * 1rem) 18px calc(15 / var(--fs) * 1rem);
    font-size: calc(22 / var(--fs) * 1rem);
    transition: transform .3s ease;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFF;
    line-height: 1;
    color: #fff;
    border-radius: 39px;
    font-size: calc(18 / var(--fs) * 1rem);
    font-weight: bold;
    z-index: 10;
    text-align: center;
    cursor: pointer;
    filter: drop-shadow(calc(6 / var(--fs) * 1rem) calc(7 / var(--fs) * 1rem) 0px rgba(23, 95, 92, 0.25));
    letter-spacing: 0.1em;
    transform: rotate(0.03deg) translateZ(0);
  }
  ::-webkit-full-page-media, :future, :root .excursion_btn {
    padding: calc(10 / var(--fs) * 1rem) 18px calc(19 / var(--fs) * 1rem);
  }
  .excursion_btn:hover {
    transform: scale(1.03);
  }
  ::-webkit-full-page-media, :future, :root .excursion_btn:hover {
    transform: scale(1.03) translateZ(0);
  }
  .excursion_btn::before {
    content: "";
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    position: absolute;
    top: 50%;
    left: 50%;
    border: 2px #49bfba solid;
    border-radius: 39px;
    box-sizing: border-box;
    transform: translate(-50%, -50%);
    background: #49bfba;
    z-index: -1;
  }
  .excursion_icon {
    position: relative;
    display: inline-block;
    margin-right: calc(10 / var(--fs) * 1rem);
  }
  .excursion_icon01 {
    width: calc(31 / var(--fs) * 1rem);
  }
  .excursion_icon02 {
    width: calc(41 / var(--fs) * 1rem);
  }
  ::-webkit-full-page-media, :future, :root .excursion_icon01{
    top: calc(4 / var(--fs) * 1rem);
  }
  ::-webkit-full-page-media, :future, :root .excursion_icon02{
    top: calc(4 / var(--fs) * 1rem);
  }
}
@media screen and (max-width: 767px) {
  .top_btn {
    background-color: #e4f4fd;
    padding-top: calc(55 / var(--fs) * 1rem);
    border-top: calc(14 / var(--fs) * 1rem) solid #fff;
  }
  .top_btn_inner {
    width: calc((522 / 750) * 100%);
    margin: 0 auto;
    padding-bottom: calc(215 / var(--fs) * 1rem);
  }
  .btn_flex {
    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
    margin: 0 auto;
    width: 100%;
    max-width: calc(445 / var(--fs) * 1rem);
  }
  .excursion-btn_link {
    width: 100%;
    display: block;
    height: calc(96 / var(--fs) * 1rem);
    margin-top: calc(36 / var(--fs) * 1rem);
  }
  .excursion-btn_link + .excursion-btn_link {
    margin-top: 0;
  }
  .excursion_btn {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: calc(17 / var(--fs) * 1rem) 8px calc(20 / var(--fs) * 1rem);
    background: #FFF;
    line-height: 1;
    color: #fff;
    border-radius: 46px;
    font-size: calc(28 / var(--fs) * 1rem);
    font-weight: bold;
    z-index: 10;
    text-align: center;
    cursor: pointer;
    filter: drop-shadow(calc(6 / var(--fs) * 1rem) calc(7 / var(--fs) * 1rem) 0px rgba(40, 77, 12, 0.25));
    transform: rotate(0.03deg) translateZ(0);
  }
  @-moz-document url-prefix() {
    .excursion_btn {
      /*padding: calc(26 / var(--fs) * 1rem) 8px calc(26 / var(--fs) * 1rem);*/
    }
  }
  ::-webkit-full-page-media, :future, :root .excursion_btn {
    padding: calc(10 / var(--fs) * 1rem) 8px calc(27 / var(--fs) * 1rem);
  }
  .excursion_btn::before {
    content: "";
    width: calc(100% - calc(17 / var(--fs) * 1rem));
    height: calc(100% - calc(13 / var(--fs) * 1rem));
    position: absolute;
    top: 50%;
    left: 50%;
    border: 2px #49bfba solid;
    border-radius: 41px;
    box-sizing: border-box;
    transform: translate(-50%, -50%);
    background: #49bfba;
    z-index: -1;
  }
  .excursion_icon {
    position: relative;
    display: inline-block;
    margin-right: calc(10 / var(--fs) * 1rem);
  }
  .excursion_icon01 {
    width: calc(44 / var(--fs) * 1rem);
  }
  .excursion_icon02 {
    width: calc(58 / var(--fs) * 1rem);
  }
  ::-webkit-full-page-media, :future, :root .excursion_icon01{
    top: calc(8 / var(--fs) * 1rem);
  }
  ::-webkit-full-page-media, :future, :root .excursion_icon02{
    top: calc(8 / var(--fs) * 1rem);
  }
}
/* pagenation */
nav.pagination-container ul {
  border: none;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  filter: drop-shadow(calc(6 / var(--fs) * 1rem) calc(7 / var(--fs) * 1rem) 0px rgba(77, 33, 12, 0.25));
  transition: 0.3s;
  border-radius: 0px;
  /* overflow: hidden; */
}
.pagination li {
  margin: 0;
}
nav.pagination-container ul li.prev.disabled,
nav.pagination-container ul li.next.disabled{
  display: none;
}
nav.pagination-container ul li.page.active {
  pointer-events: none;
}
nav.pagination-container ul li.prev,
nav.pagination-container ul li.next,
nav.pagination-container ul li.page {
  font-weight: bold;
  transition: transform .3s ease;
}
nav.pagination-container ul li.prev,
nav.pagination-container ul li.next {
  max-width: calc(111 / var(--fs) * 1rem);
  width: calc((111 / 700) * 100%);
  text-align: center;
}
nav.pagination-container ul li.prev {
  margin-right: calc(20 / var(--fs) * 1rem);
  font-size: calc(22 / var(--fs) * 1rem);
}
nav.pagination-container ul li.next {
  margin-left: calc(20 / var(--fs) * 1rem);
  font-size: calc(22 / var(--fs) * 1rem);
}
nav.pagination-container ul li.page {
  margin-right: calc(15 / var(--fs) * 1rem);
  font-size: calc(26 / var(--fs) * 1rem);
}
nav.pagination-container ul li.page:last-child {
  margin-right: 0;
}
nav.pagination-container ul li:hover {
  transform: scale(1.03);
}
nav.pagination-container ul li.active:hover {
  transform:none;
}
nav.pagination-container ul li a {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  border-radius: 0;
  padding: 15px 18px 13px;
  background: #FFF;
  line-height: 1;
  border-right: solid 1px #eee;
  border: 2px solid #fff;
  color: #2e8200;
  border-radius: 50%;
}
nav.pagination-container ul li.prev a,
nav.pagination-container ul li.next a {
  border-radius: 13px;
  padding: 20px 20px 13px;
}
nav.pagination-container ul li a::before {	
	content: "";
	width: 90%;
	height: 90%;
  width: calc(100% - calc(7 / var(--fs) * 1rem));
  height: calc(100% - calc(7 / var(--fs) * 1rem));
	position: absolute;
	top: 50%;
	left: 50%;
	border: 2px #2e8200 solid;
	border-radius: 50%;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
}
nav.pagination-container ul li.prev a::before,
nav.pagination-container ul li.next a::before {
  border-radius: 6px;
}
nav.pagination-container ul li.active a {
  /* background: #2e8200; */
  color: #fff;
  z-index: 10;
}
nav.pagination-container ul li.active a::before {
  background: #2e8200;
  z-index: -1;
}
li.first {
  border-radius: 5px 0 0 5px;
}
li.last {
  border-radius: 0 5px 5px 0;
}
li.page.navi-active a {
  background: #ebfcfe;
  transform: scale(1.2);
}
@-moz-document url-prefix() {
  nav.pagination-container ul li.prev a,
  nav.pagination-container ul li.next a {
    padding: calc(8 / var(--fs) * 1rem) 20px calc(8 / var(--fs) * 1rem);
  }
}
::-webkit-full-page-media, :future, :root nav.pagination-container ul li.prev,
::-webkit-full-page-media, :future, :root nav.pagination-container ul li.next {
  height: calc(60 / var(--fs) * 1rem);
}
::-webkit-full-page-media, :future, :root nav.pagination-container ul li.prev a,
::-webkit-full-page-media, :future, :root nav.pagination-container ul li.next a {
  padding: 0;
}
::-webkit-full-page-media, :future, :root nav.pagination-container ul li.prev a .btn_label,
::-webkit-full-page-media, :future, :root nav.pagination-container ul li.next a .btn_label{
}
@media screen and (max-width: 767px) {
  nav.pagination-container ul {
    border: none;
    padding: 0;
    display: flex;
    /* justify-content: space-between; */
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
    filter: drop-shadow(calc(6 / var(--fs) * 1rem) calc(7 / var(--fs) * 1rem) 0px rgba(77, 33, 12, 0.25));
    transition: 0.3s;
    border-radius: 0px;
    overflow:inherit;
    width: calc((600 / 750) * 100%);
    margin: 0 auto;
  }
  .pagination li {
    margin: 0;
  }
  nav.pagination-container ul li.prev,
  nav.pagination-container ul li.next {
    max-width: calc(110 / var(--fs) * 1rem);
    width: 100%;
    text-align: center;
    height: 100%;
  }
  nav.pagination-container ul li.prev {
    margin-right: calc(20 / var(--fs) * 1rem);
  }
  nav.pagination-container ul li.next {
    margin-left: calc(20 / var(--fs) * 1rem);
  }
  nav.pagination-container ul li.page {
    margin-right: calc(15 / var(--fs) * 1rem);
    width: calc((73 / 750) * 100vw);
    height: calc((73 / 750) * 100vw);
    text-align: center;
    /* width: calc((58 / 700) * 100%);
    max-width: calc(58 / var(--fs) * 1rem); */
    /* max-width: calc(40 / var(--fs) * 1rem);
    max-height: calc(40 / var(--fs) * 1rem); */
  }
  nav.pagination-container ul li.page:last-child {
    margin-right: 0;
  }
  nav.pagination-container ul li a {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    /* padding: 16px 16px 12px; */
    padding: calc(12 / var(--fs) * 1rem) calc(16 / var(--fs) * 1rem) calc(12 / var(--fs) * 1rem);
    background: #FFF;
    line-height: 1;
    border-right: solid 1px #eee;
    border: 2px solid #fff;
    color: #2e8200;
    border-radius: 50%;
    font-size: calc(28 / var(--fs) * 1rem);
    font-weight: bold;
  }
  nav.pagination-container ul li.prev a,
  nav.pagination-container ul li.next a {
    border-radius: 7px;
    /* padding: 18px 12px 12px; */
    padding: calc(28 / var(--fs) * 1rem) calc(12 / var(--fs) * 1rem) calc(17 / var(--fs) * 1rem);
  }
  nav.pagination-container ul li.page a {
    font-size: calc(32 / var(--fs) * 1rem);
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  nav.pagination-container ul li a::before {	
    content: "";
    /* width: 100%;
    height: 100%; */
    width: calc(100% - calc(7 / var(--fs) * 1rem));
	  height: calc(100% - calc(7 / var(--fs) * 1rem));
    position: absolute;
    top: 50%;
    left: 50%;
    border: 2px #2e8200 solid;
    border-radius: 50%;
    box-sizing: border-box;
    transform: translate(-50%, -50%);
  }
  nav.pagination-container ul li.prev a::before,
  nav.pagination-container ul li.next a::before {
    border-radius: 5px;
    width: calc(100% - calc(7 / var(--fs) * 1rem));
    height: calc(100% - calc(6 / var(--fs) * 1rem));
  }
  nav.pagination-container ul li.active a {
    color: #fff;
    z-index: 10;
  }
  nav.pagination-container ul li.active a::before {
    background: #2e8200;
    z-index: -1;
  }
  li.first {
    border-radius: 5px 0 0 5px;
  }
  li.last {
    border-radius: 0 5px 5px 0;
  }
  li.page.navi-active a {
    background: #ebfcfe;
    transform: scale(1.2);
  }
  @-moz-document url-prefix() {
    nav.pagination-container ul li.prev a,
    nav.pagination-container ul li.next a {
      padding: calc(8 / var(--fs) * 1rem) calc(12 / var(--fs) * 1rem) calc(8 / var(--fs) * 1rem);
    }
  }
  ::-webkit-full-page-media, :future, :root nav.pagination-container ul li.prev,
  ::-webkit-full-page-media, :future, :root nav.pagination-container ul li.next {
    height: calc(80 / var(--fs) * 1rem);
  }
  ::-webkit-full-page-media, :future, :root nav.pagination-container ul li.prev a,
  ::-webkit-full-page-media, :future, :root nav.pagination-container ul li.next a {
    padding: 0;
  }
}

@media screen and (max-width: 460px) {
  nav.pagination-container ul li a {
    font-size: calc(26 / var(--fs) * 1rem);
  }
  nav.pagination-container ul li.prev a,
  nav.pagination-container ul li.next a {
    /* padding: calc(38 / var(--fs) * 1rem) calc(12 / var(--fs) * 1rem) calc(20 / var(--fs) * 1rem); */
    padding: calc(28 / var(--fs) * 1rem) calc(12 / var(--fs) * 1rem) calc(17 / var(--fs) * 1rem);
  }
  @-moz-document url-prefix() {
    nav.pagination-container ul li.prev a,
    nav.pagination-container ul li.next a {
      padding: calc(8 / var(--fs) * 1rem) calc(12 / var(--fs) * 1rem) calc(8 / var(--fs) * 1rem);
    }
  }
}