@charset "UTF-8";
img {
  width: 100%;
}

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  animation: beyooon_a 1s forwards;
  animation: beyooon_b 1s forwards;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
@keyframes beyooon_a {
  0% {
    transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    transform: translate(-50%, 0%) scale(1);
  }
  88% {
    transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
  }
}
@keyframes beyooon_b {
  0% {
    transform: scale(0.5);
  }
  16% {
    transform: scale(1.32);
  }
  28% {
    transform: scale(0.87);
  }
  44% {
    transform: scale(1.05);
  }
  59% {
    transform: scale(0.98);
  }
  73% {
    transform: scale(1.01);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss共通ここまで***/
main {
  overflow: hidden;
}

@media screen and (max-width:800px) {
  .section_wrap_sp {
    background: url(../images/hidenaga-route/bg_sp.svg) no-repeat center;
    background-position: top 175vw center;
  }
}

.section01_wrap {
  background: url(../images/hidenaga-route/root_bg01.svg) no-repeat center;
  background-position: top 750px center;
}
@media screen and (max-width:1250px) {
  .section01_wrap {
    background: url(../images/hidenaga-route/root_bg01.svg) no-repeat center;
    background-position: top 60vw center;
  }
}
@media screen and (max-width:800px) {
  .section01_wrap {
    background: none;
  }
}

.section02_wrap {
  background: url(../images/hidenaga-route/root_bg02.svg) no-repeat center;
  background-position: top 0 center;
}
@media screen and (max-width:800px) {
  .section02_wrap {
    background: none;
  }
}

#section01 {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  padding: 100px 0 130px 0;
}
@media screen and (max-width:800px) {
  #section01 {
    padding: 70px 0 27vw 0;
  }
}
#section01 .imgback01 {
  position: absolute;
  bottom: 0px;
  left: -27%;
  width: 70%;
  mix-blend-mode: multiply;
  z-index: 10;
}
@media screen and (max-width:800px) {
  #section01 .imgback01 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
}
#section01 .section__in {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  position: relative;
}
#section01 .section__in .icon {
  position: absolute;
}






#section01 .title_block {
  width: 76%;
  max-width: 1025px;
  margin: 0 0 0 auto;
}
@media screen and (max-width:800px) {
  #section01 .title_block {
    margin-top: -8vw;
    width: 100%;
  }
}
#section01 .title_block .mv_img {
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  margin-left: 68px;
  margin-right: -68px;
}
@media screen and (max-width:800px) {
  #section01 .title_block .mv_img {
    padding-left: 9%;
    margin-left: 0px;
    margin-right: 0px;
  }
}
#section01 .title_block .mv_img .img_caption {
  position: absolute;
  bottom: 6px;
  right: 6px;
}
#section01 .title_block .mv_img .icon--top {
  bottom: -37px;
  left: 52px;
  width: 100px;
}
@media screen and (max-width:800px) {
  #section01 .title_block .mv_img .icon--top {
    display: none;
  }
}
#section01 .title_block .mv_text_block {
  position: relative;
  top: 0;
  left: 0;
  color: #fff;
  z-index: 5;
  padding-left: 103px;
  padding-top: 74px;
  padding-bottom: 40px;
}
@media screen and (max-width:800px) {
  #section01 .title_block .mv_text_block {
    padding-left: 0;
    width: 91%;
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 10vw;
  }
}
#section01 .title_block .mv_text_block:after {
  content: "";
  position: absolute;
  top: -137px;
  left: 0;
  background-color: #563864;
  width: 100%;
  height: calc(100% + 137px);
  z-index: 2;
}
@media screen and (max-width:800px) {
  #section01 .title_block .mv_text_block:after {
    top: -12vw;
    height: calc(100% + 12vw);
  }
}
#section01 .title_block .mv_text_block .mv_text_block_in {
  z-index: 5;
  max-width: 650px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 3;
}
#section01 .title_block .mv_text_block .title_blockin {
  align-items: center;
}
@media screen and (max-width:800px) {
  #section01 .title_block .mv_text_block .title_blockin {
    display: block;
  }
}
#section01 .title_block .mv_text_block .title_blockin .title_ja {
  padding-right: 0.4em;
  margin-right: 0.4em;
}
@media screen and (max-width:800px) {
  #section01 .title_block .mv_text_block .title_blockin .title_ja {
    border: none;
    padding-right: 0;
    margin-right: 0;
    letter-spacing: 0.06em;
    line-height: 1.25em;
  }
}

#section01 .title_block .mv_text_block .title_blockin .title_en {
  border-left: 1px solid #fff;
  padding-left: 0.8em;
  padding-block: 0.4em;
  display: inline-block;
  margin-top: 0.5em;
}

@media screen and (max-width:800px) {
  #section01 .title_block .mv_text_block .title_blockin .title_en {
    border-left: 1px solid #fff;
    padding-left: 0.4em;
    padding-block: 0.4em;
    display: inline-block;
    margin-top: 3vw;
  }
}
#section01 .title_block .mv_text_block .mv_text {
  margin-top: 29px;
  line-height: 2.1em;
}
@media screen and (max-width:800px) {
  #section01 .title_block .mv_text_block .mv_text {
    margin-top: 9vw;
    line-height: 1.7em;
  }
}
#section01 .title_block .mv_text_block .icon--kamon {
  bottom: 74px;
  right: -196px;
  z-index: 16;
}
@media screen and (max-width:800px) {
  #section01 .title_block .mv_text_block .icon--kamon {
    background-origin: padding-box;
    bottom: auto;
    top: 6vw;
    width: 25vw;
    right: auto;
    left: 50vw;
  }
}
#section01 .title_block .mv_text_block .icon--splush {
  top: 0px;
  left: 55%;
  z-index: 16;
}
@media screen and (max-width:800px) {
  #section01 .title_block .mv_text_block .icon--splush {
    display: none;
  }
}
#section01 .title_block .mv_text_block .icon--splush2 {
  top: 45%;
  right: 0%;
  z-index: 16;
  transform: translate(35%, 0);
}
@media screen and (max-width:800px) {
  #section01 .title_block .mv_text_block .icon--splush2 {
    display: none;
  }
}

.sec_block {
  padding-bottom: 150px;
}
@media screen and (max-width:800px) {
  .sec_block {
    padding-bottom: 25vw;
  }
}
.sec_block .section__in {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
.sec_block .section__in.section__in--root {
  max-width: 990px;
}
.sec_block .section__in .icon {
  position: absolute;
}
.sec_block .root_block {
  background-color: #EEEBF0;
  padding: 55px 0;
}
@media screen and (max-width:800px) {
  .sec_block .root_block {
    padding: 14vw 0;
  }
}
.sec_block .root_block .title_block {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #563864;
  border-left: 2px solid #563864;
  padding-left: 7px;
  padding-bottom: 4px;
}
@media screen and (max-width:800px) {
  .sec_block .root_block .title_block {
    margin-left: 5%;
    display: block;
    border-left: none;
    border-bottom: none;
    padding-left: 0;
    padding-bottom: 0;
  }
  .sec_block .root_block .title_block.noleftsp {
    margin-left: 0;
  }
}
@media screen and (max-width:800px) {
  .sec_block .root_block .title_block .root_name {
    margin-top: 2vw;
    padding-bottom: 4vw;
    padding-left: 3%;
    border-bottom: 2px solid #563864;
    border-left: 2px solid #563864;
  }
}
.sec_block .root_block .title_block .root_tag {
  color: #563864;
  margin-right: 0.5em;
  line-height: 1em;
}
@media screen and (max-width:800px) {
  .sec_block .root_block .title_block .root_tag {
    padding-left: 2vw;
  }
}
@media screen and (max-width:800px) {
  .sec_block .root_block .img_list_wrap {
    overflow-x: scroll;
  }
}
.sec_block .root_block .img_list {
  display: flex;
  margin-top: 36px;
  flex-wrap: wrap;
}
@media screen and (max-width:800px) {
  .sec_block .root_block .img_list {
    width: 280%;
    margin-top: 6vw;
  }
}
.sec_block .root_block .img_list li {
  width: 17.5%;
  margin-right: 2.5%;
  text-align: left;
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 15px;
}

.sec_block .root_block .img_list li:after {
  content: "";
  position: absolute;
  top: 0;
  right: -13%;
  width: 9%;
  height: 90%;
  background: url(../images/hideyoshi-koro/root_arw.svg) no-repeat center left/80% auto;
}
.sec_block .root_block .img_list li:nth-child(6n) {
  margin-right: 0;
}
.sec_block .root_block .img_list li:last-child {
  margin-right: 0;
}
.sec_block .root_block .img_list li:last-child:after {
  opacity: 0;
}
.sec_block .root_block .img_list li p {
  margin-top: 4px;
}
.sec_block .content_block {
  padding-top: 50px;
}
.sec_block .content_block .content_title {
  text-align: center;
}
.sec_block .content_block .place_list {
  margin-top: 65px;
}
@media screen and (max-width:800px) {
  .sec_block .content_block .place_list {
    margin-top: 12vw;
  }
}
.sec_block .content_block .place_list dl {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding-right: 48px;
  margin-top: 84px;
}
@media screen and (max-width:800px) {
  .sec_block .content_block .place_list dl {
    display: block;
    padding-right: 0;
    margin-top: 13vw;
  }
}
.sec_block .content_block .place_list dl.reverse {
  flex-direction: row-reverse;
  padding-right: 0;
  padding-left: 48px;
}
@media screen and (max-width:800px) {
  .sec_block .content_block .place_list dl.reverse {
    padding-left: 0;
  }
}
.sec_block .content_block .place_list dl:first-child {
  margin-top: 0;
}
.sec_block .content_block .place_list dl dt {
  width: 54%;
}
@media screen and (max-width:800px) {
  .sec_block .content_block .place_list dl dt {
    width: 100%;
  }
}
.sec_block .content_block .place_list dl dt img {
  box-shadow: rgba(134, 134, 134, 0.3) 20px 20px 30px;
}
@media screen and (max-width:800px) {
  .sec_block .content_block .place_list dl dt img {
    box-shadow: rgba(134, 134, 134, 0.3) 0px 20px 30px;
  }
}
.sec_block .content_block .place_list dl dt img.shadow_right {
  box-shadow: rgba(134, 134, 134, 0.3) -20px 20px 30px;
}
@media screen and (max-width:800px) {
  .sec_block .content_block .place_list dl dt img.shadow_right {
    box-shadow: rgba(134, 134, 134, 0.3) 0px 20px 30px;
  }
}
.sec_block .content_block .place_list dl dd {
  width: 31%;
  position: relative;
  top: 0;
  left: 0;
}
@media screen and (max-width:800px) {
  .sec_block .content_block .place_list dl dd {
    width: 100%;
    margin-top: 7vw;
  }
}
.sec_block .content_block .place_list dl dd .tag_list {
  margin-top: 14px;
}
@media screen and (max-width:800px) {
  .sec_block .content_block .place_list dl dd .tag_list {
    margin-top: 3vw;
  }
}
.sec_block .content_block .place_list dl dd .tag_list .tag_item {
  padding: 2px 10px;
  background-color: #F1E3B2;
  margin-right: 15px;
}
.sec_block .content_block .place_list dl dd .tag_list .tag_item:last-child {
  margin-right: 0;
}
.sec_block .content_block .place_list dl dd .content_text {
  margin-top: 26px;
  line-height: 1.85em;
  padding-bottom: 2em;
}
@media screen and (max-width:800px) {
  .sec_block .content_block .place_list dl dd .content_text {
    margin-top: 6vw;
    padding-bottom: 0em;
  }
}
.sec_block .content_block .place_list dl dd .map_btn {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width:800px) {
  .sec_block .content_block .place_list dl dd .map_btn {
    position: relative;
    bottom: 0;
    left: 0;
    margin-top: 6vw;
  }
}
.sec_block .content_block .place_list dl dd .map_btn a {
  display: inline-block;
  border: 1px solid #563864;
  padding: 4px 24px;
}
@media screen and (max-width:800px) {
  .sec_block .content_block .place_list dl dd .map_btn a {
    padding: 1vw 7vw;
  }
}
.sec_block#section03 {
  padding-bottom: 210px;
}
@media screen and (max-width:800px) {
  .sec_block#section03 {
    padding-bottom: 27vw;
  }
}
.sec_block#section04 {
  padding-bottom: 300px;
}
@media screen and (max-width:800px) {
  .sec_block#section04 {
    padding-bottom: 16vw;
  }
}

.btn {
  margin: 0 auto;
  width: 390px;
}
@media screen and (max-width:800px) {
  .btn {
    width: 100%;
  }
}
.btn a {
  display: block;
  text-align: center;
  position: relative;
  top: 0;
  left: 0;
  padding: 16px 0;
  border: 1px solid #563864;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 3 6 10;
}
@media screen and (max-width:800px) {
  .btn a {
    padding: 4.8vw 0;
  }
}
.btn a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 18px;
  height: 100%;
  width: 10px;
  background: url(../images/shiseki/btn_arw.svg) no-repeat center/100% auto;
}
@media screen and (max-width:800px) {
  .btn a::after {
    width: 3vw;
  }
}

#section_btmslider {
  padding-top: 42px;
  margin-bottom: 200px;
  position: relative;
  top: 0;
  left: 0;
}
@media screen and (max-width:800px) {
  #section_btmslider {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 14vw;
  }
}
#section_btmslider:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 79%;
  height: 95%;
  background-color: #563864;
}
@media screen and (max-width:800px) {
  #section_btmslider:after {
    width: 93%;
  }
}
#section_btmslider .title_block {
  text-align: center;
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
  color: #fff;
}
#section_btmslider .title_block .title_ja {
  margin-top: 10px;
}
@media screen and (max-width:800px) {
  #section_btmslider .title_block .title_ja {
    margin-top: 3vw;
  }
}
#section_btmslider .img_list_wrap {
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
}
#section_btmslider .img_list {
  position: relative;
  top: 0;
  left: 0;
  width: 560px;
  margin: 54px auto 0 auto;
  /*****/
}
@media screen and (max-width:800px) {
  #section_btmslider .img_list {
    width: 70%;
    margin-top: 10vw;
  }
}
#section_btmslider .img_list .slick-list {
  overflow: visible;
}
#section_btmslider .img_list li {
  margin: 0 36px;
}
@media screen and (max-width:800px) {
  #section_btmslider .img_list li {
    margin: 0 3.3vw;
  }
}
#section_btmslider .img_list li .item_text {
  margin-top: 14px;
  color: #fff;
  line-height: 180%;
}
@media screen and (max-width:800px) {
  #section_btmslider .img_list li .item_text {
    margin-top: 2vw;
  }
}
#section_btmslider .img_list li .item_tag {
  background-color: #F1E3B2;
  box-sizing: border-box;
  display: inline-block;
  padding: 2px 4px 2px 4px;
  margin-left: 8px;
  color: #000;
}
@media screen and (max-width:800px) {
  #section_btmslider .img_list li .item_tag {
    padding: 1vw 2vw;
    margin-left: 1vw;
  }
}
#section_btmslider .item1Slider_arwbox_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#section_btmslider .item1Slider_arwbox {
  display: block;
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  width: 590px;
}
@media screen and (max-width:800px) {
  #section_btmslider .item1Slider_arwbox {
    width: 74vw;
  }
}
#section_btmslider .item1Slider_arwbox .prev2,
#section_btmslider .item1Slider_arwbox .next2 {
  position: absolute;
  top: 153px;
  width: 64px;
}
@media screen and (max-width:800px) {
  #section_btmslider .item1Slider_arwbox .prev2,
  #section_btmslider .item1Slider_arwbox .next2 {
    top: 19.5vw;
    width: 6vw;
  }
}
#section_btmslider .item1Slider_arwbox .prev2 {
  left: 0%;
}
@media screen and (max-width:800px) {
  #section_btmslider .item1Slider_arwbox .prev2 {
    left: 3%;
    transform: translate(-50%, 0);
  }
}
#section_btmslider .item1Slider_arwbox .next2 {
  right: 0%;
}
@media screen and (max-width:800px) {
  #section_btmslider .item1Slider_arwbox .next2 {
    right: 2%;
    transform: translate(50%, 0);
  }
}
#section_btmslider .btn--gourmet {
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
  margin-top: 84px;
}
@media screen and (max-width:800px) {
  #section_btmslider .btn--gourmet {
    margin: 18vw auto 0;
    width: 90%;
  }
}

#section_btmslider_gourmet {
  margin-bottom: 200px;
  position: relative;
  top: 0;
  left: 0;
}
@media screen and (max-width:800px) {
  #section_btmslider_gourmet {
    margin-top: 5vw;
    margin-bottom: 20vw;
    padding-top: 14vw;
  }
}
#section_btmslider_gourmet .section__in {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
#section_btmslider_gourmet .btmslider_wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:800px) {
  #section_btmslider_gourmet .btmslider_wrap {
    display: block;
  }
}
#section_btmslider_gourmet .title_block_wrap {
  padding-top: 42px;
  padding-bottom: 104px;
  width: 300px;
  position: relative;
  top: 0;
  left: 0;
  padding-right: 50px;
}
@media screen and (max-width:800px) {
  #section_btmslider_gourmet .title_block_wrap {
    width: 100%;
    padding: 14vw 5% 8vw;
  }
}
#section_btmslider_gourmet .title_block_wrap:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 100vw;
  height: 100%;
  background-color: #563864;
}
@media screen and (max-width:800px) {
  #section_btmslider_gourmet .title_block_wrap:after {
    width: 100vw;
    height: 138%;
  }
}
#section_btmslider_gourmet .title_block_wrap .title_block {
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
  color: #fff;
}
@media screen and (max-width:800px) {
  #section_btmslider_gourmet .title_block_wrap .title_block {
    text-align: center;
    margin-top: 6vw;
  }
}
#section_btmslider_gourmet .title_block_wrap .title_block .title_ja {
  margin-top: 10px;
}
@media screen and (max-width:800px) {
  #section_btmslider_gourmet .title_block_wrap .title_block .title_ja {
    margin-top: 3vw;
  }
}
#section_btmslider_gourmet .title_block_wrap .title_block_text {
  margin-top: 36px;
  line-height: 1.95em;
  color: #fff;
}
@media screen and (max-width:800px) {
  #section_btmslider_gourmet .title_block_wrap .title_block_text {
    margin-top: 6vw;
  }
}
#section_btmslider_gourmet .content_block {
  width: calc(100% - 300px - 8%);
}
@media screen and (max-width:800px) {
  #section_btmslider_gourmet .content_block {
    width: 100%;
  }
}
#section_btmslider_gourmet .img_list_wrap {
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
}
#section_btmslider_gourmet .img_list {
  position: relative;
  top: 0;
  left: 0;
  width: 1260px;
}
@media screen and (max-width:800px) {
  #section_btmslider_gourmet .img_list {
    width: 70%;
    margin: 0 auto;
  }
}
@media screen and (max-width:800px) {
  #section_btmslider_gourmet .img_list .slick-list {
    overflow: visible;
  }
}
#section_btmslider_gourmet .img_list li {
  margin-right: 50px;
}
@media screen and (max-width:800px) {
  #section_btmslider_gourmet .img_list li {
    margin: 0 4vw;
  }
}
#section_btmslider_gourmet .img_list li .item_title {
  border-bottom: 1px solid #000;
  margin-top: 32px;
  padding-bottom: 12px;
}
@media screen and (max-width:800px) {
  #section_btmslider_gourmet .img_list li .item_title {
    margin-top: 8vw;
    padding-bottom: 2vw;
  }
}
#section_btmslider_gourmet .img_list li .item_text {
  margin-top: 14px;
}
@media screen and (max-width:800px) {
  #section_btmslider_gourmet .img_list li .item_text {
    margin-top: 3vw;
  }
}
#section_btmslider_gourmet .img_list li .item_tag {
  margin-top: 16px;
}
@media screen and (max-width:800px) {
  #section_btmslider_gourmet .img_list li .item_tag {
    /*display: none;*/
    font-size: 3.4vw;
  }
}
#section_btmslider_gourmet .img_list li .item_tag span {
  display: inline-block;
  margin-right: 1em;
}
#section_btmslider_gourmet .img_list li .item_tag.colortext span {
  color: #A89211;
}
#section_btmslider_gourmet .item2Slider a {
  display: inline-block;
}
#section_btmslider_gourmet .item2Slider_arwbox_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#section_btmslider_gourmet .item2Slider_arwbox {
  position: relative;
  top: 0;
  left: 0;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #section_btmslider_gourmet .item2Slider_arwbox {
    width: 74vw;
  }
}
#section_btmslider_gourmet .item2Slider_arwbox .prev2,
#section_btmslider_gourmet .item2Slider_arwbox .next2 {
  position: absolute;
  top: 115px;
  width: 64px;
}
@media screen and (max-width:800px) {
  #section_btmslider_gourmet .item2Slider_arwbox .prev2,
  #section_btmslider_gourmet .item2Slider_arwbox .next2 {
    top: 18.5vw;
    width: 6vw;
  }
}
#section_btmslider_gourmet .item2Slider_arwbox .prev2 {
  left: -10%;
  opacity: 1;
}
@media screen and (max-width:800px) {
  #section_btmslider_gourmet .item2Slider_arwbox .prev2 {
    opacity: 1;
    left: 3%;
    transform: translate(-50%, 0);
  }
}
#section_btmslider_gourmet .item2Slider_arwbox .next2 {
  right: 7%;
}
@media screen and (max-width:800px) {
  #section_btmslider_gourmet .item2Slider_arwbox .next2 {
    right: 3%;
    transform: translate(50%, 0);
  }
}
#section_btmslider_gourmet .btn--gourmet {
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
  margin-top: 84px;
}
@media screen and (max-width:800px) {
  #section_btmslider_gourmet .btn--gourmet {
    margin: 12vw auto 0;
    width: 90%;
  }
}

.marks_pos {
  position: relative;
}
.marks_pos .marks {
  position: absolute;
  left: 0;
  top: 50%;
  width: 85px;
  transform: translate(-25%, -55%);
}
@media screen and (max-width:800px) {
  .marks_pos .marks {
    transform: translate(5%, -55%);
  }
}
.marks_pos h2 {
  position: relative;
  z-index: 10;
}
.marks_pos p {
  position: relative;
  z-index: 10;
}

/***************************************/
.btn_list {
  display: flex;
  justify-content: center;
  margin: 100px auto 0;
  max-width: 820px;
  flex-wrap: wrap;
}
@media screen and (max-width:800px) {
  .btn_list {
    width: 90%;
    display: block;
    margin: 10vw auto 0;
  }
}
.btn_list .btn_item {
  width: 47%;
  /*
  a{
  	display: block;
  	text-align: center;
  	box-shadow: rgba(0,0,0,0.16) 3 6 10;
  	border: 1px solid #722020;
  	padding: 16px 0;
  	position: relative;
  	top: 0;
  	left: 0;
  	&:after{
  		content: "";
  		position: absolute;
  		top: 0;
  		right: 17px;
  		width: 10px;
  		height: 100%;
  	}
  }
  	*/
}
@media screen and (max-width:800px) {
  .btn_list .btn_item {
    width: 100%;
    margin-top: 3vw;
  }
}
.btn_list .btn_item:first-child {
  margin-right: 5%;
}
@media screen and (max-width:800px) {
  .btn_list .btn_item:first-child {
    margin-right: 0;
    margin-top: 0;
  }
}
.btn_list .btn_item.btn_item--wide {
  margin-top: 46px;
}
@media screen and (max-width:800px) {
  .btn_list .btn_item.btn_item--wide {
    margin-top: 3vw;
  }
}
.btn_list.btn_list--red .btn_item a {
  /*
  border: 1px solid #722020;
  &:after{
  	background: url(../images/concept/arw_red.svg) no-repeat center / 100% auto;
  }
  &:hover{
  	transition: all .3s ease-in-out;
  	background-color: #722020;
  	color: #fff;
  	&:after{
  		background: url(../images/concept/arw_white.svg) no-repeat center / 100% auto;
  	}
  }
  	*/
}
.btn_list.btn_list--red .btn_item a.green {
  display: block;
  width: 100%;
  max-width: 390px;
  overflow: hidden;
  box-shadow: 3px 6px 10px rgba(0, 0, 0, 0.16);
  border: 1px solid #563864;
  text-align: center;
  position: relative;
  padding: 0.75em 0 0.85em 0;
  background-color: #fff;
  margin: 0 auto;
}
.btn_list.btn_list--red .btn_item a.green.widebt {
  width: 100%;
}
@media screen and (max-width:800px) {
  .btn_list.btn_list--red .btn_item a.green {
    width: 100%;
    max-width: 600px;
  }
}
.btn_list.btn_list--red .btn_item a.green span {
  display: inline-block;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 15;
  letter-spacing: -0.05em;
}
.btn_list.btn_list--red .btn_item a.green .yaji {
  width: 0.6em;
  height: 0.6em;
  background: url(../images/yaji01d.png) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 0.75em;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 20;
}
.btn_list.btn_list--red .btn_item a.green::before {
  content: "";
  width: 150%;
  position: absolute;
  top: 0;
  right: 0px;
  z-index: 3;
  border-right: 100px solid transparent;
  border-bottom: 100px solid #563864;
  transform: translateX(-100%);
  transition: transform ease 0.9s;
}
.btn_list.btn_list--red .btn_item a.green:hover {
  color: #fff;
}
.btn_list.btn_list--red .btn_item a.green:hover .yaji {
  background: url(../images/yaji02.png) no-repeat center;
  background-size: contain;
}
@media screen and (max-width:800px) {
  .btn_list.btn_list--red .btn_item a.green:hover {
    color: #000;
  }
  .btn_list.btn_list--red .btn_item a.green:hover .yaji {
    background: url(../images/yaji01d.png) no-repeat center;
    background-size: contain;
  }
}
.btn_list.btn_list--red .btn_item a.green:hover::before {
  transform: translateX(25%);
}
@media screen and (max-width:800px) {
  .btn_list.btn_list--red .btn_item a.green:hover::before {
    transform: translateX(-100%);
  }
}
.btn_list.btn_list--ppl .btn_item a {
  /*
  border: 1px solid #563864;
  &:after{
  	background: url(../images/concept/arw_ppl.svg) no-repeat center / 100% auto;
  }
  &:hover{
  	transition: all .3s ease-in-out;
  	background-color: #563864;
  	color: #fff;
  	&:after{
  		background: url(../images/concept/arw_white.svg) no-repeat center / 100% auto;
  	}
  }
  	*/
}
.btn_list.btn_list--grn .btn_item a {
  /*
  border: 1px solid #563864;
  &:after{
  	background: url(../images/concept/arw_grn.svg) no-repeat center / 100% auto;
  }
  &:hover{
  	transition: all .3s ease-in-out;
  	background-color: #563864;
  	color: #fff;
  	&:after{
  		background: url(../images/concept/arw_white.svg) no-repeat center / 100% auto;
  	}
  }
  	*/
}/*# sourceMappingURL=ieyasu-route.css.map */
