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

	/top/iwate/

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

	リセット

--------------------------------------------------------------- */
.ly_guideBody {
  padding: 0;
  font-size: clamp(0.88rem, 0.74rem + 0.29vw, 1rem);
  overflow: clip;
}

.ly_section + .ly_section {
  margin: 0;
}

.idxMainContent .use_acc_btn:focus,
.idxMainContent .use_acc_btn:focus-visible {
  outline: 2px solid #2174b0 !important;
  outline-offset: -6px;
}
.idxMainContent a:focus {
  outline-offset: 2px;
}

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

	基本・汎用クラス

--------------------------------------------------------------- */
/* テキスト色 */
.hp_color-red {
  color: #e33500;
}

.hp_color-green {
  color: #1a6c04;
}

.hp_color-blue {
  color: #1a70b2;
}

/* 背景色 */
.hp_bgColor-orange {
  background-color: #d64215 !important;
}

.hp_bgColor-green {
  background-color: #218805 !important;
}

.hp_bgColor-blue {
  background-color: #1a70b2 !important;
}

/* 水平方向 */
.hp_tal {
  text-align: left !important;
}

.hp_tac {
  text-align: center !important;
}

.hp_tar {
  text-align: right !important;
}

.hp_tal-sp {
  text-align: left !important;
}
@media print, screen and (min-width: 750px) {
  .hp_tal-sp {
    text-align: inherit !important;
  }
}

/* マージン */
.hp_mt10 {
  margin-top: 10px !important;
}

.hp_mt20 {
  margin-top: 20px !important;
}

.hp_mt30 {
  margin-top: 30px !important;
}

.hp_mt40 {
  margin-top: 40px !important;
}

/* フォントサイズ（相対） */
.hp_fontSize-ss {
  font-size: 0.75em !important;
}

.hp_fontSize-s {
  font-size: 0.88em !important;
}

.hp_fontSize-l {
  font-size: 1.13em !important;
}

/* 注釈 */
.hp_notes {
  text-indent: -1em;
  padding-left: 1em;
}

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

	レイアウト

--------------------------------------------------------------- */
.ly_section {
  padding: 23.4375vw 0;
}
@media print, screen and (min-width: 750px) {
  .ly_section {
    padding: min(12.5vw, 180px) 0;
  }
}

.ly_guide {
  margin-top: 90px;
}
@media print, screen and (min-width: 750px) {
  .ly_guide {
    margin-top: 120px;
  }
}
.ly_guide:first-of-type {
  margin-top: 40px;
}
@media print, screen and (min-width: 750px) {
  .ly_guide:first-of-type {
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 750px) {
  .ly_guide-col2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4.34%;
  }
}

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

	コンテンツ

--------------------------------------------------------------- */
/* 背景・フォント
----------------------------*/
.idxMainContent {
  background: #f1af59;
  background: linear-gradient(90deg, #f1af59 25%, #eb973b 100%);
}

/* ボタンリンク
----------------------------*/
.el_wi_btn {
  width: 100%;
  max-width: 340px;
  min-height: 54px;
  padding: 0.6em 0.6em 0.6em 1.6em !important;
  color: #ffffff;
  background-color: #d64215;
  border-radius: 6px;
  font-weight: bold;
  line-height: 1.6;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  transition: 0.3s all;
}
@media print, screen and (min-width: 750px) {
  .el_wi_btn {
    width: auto;
    max-width: inherit;
    min-width: 340px;
    min-height: 62px;
  }
}
.el_wi_btn:hover {
  padding-right: calc(0.6em - 6px) !important;
  gap: 26px;
  background-color: hsl(13.9896373057, 102.1276595745%, 38.0784313725%);
}
.el_wi_btn:hover.hp_bgColor-green {
  background-color: rgb(12.8016057604, 118.1000531915, 7.5999468085) !important;
}
.el_wi_btn:hover.hp_bgColor-blue {
  background-color: #337BB3 !important;
}
.el_wi_btn > p {
  display: grid;
  grid-template-columns: 1fr;
}
.el_wi_btn::after {
  content: "";
  display: inline-block !important;
  width: 7px !important;
  height: 11px !important;
  margin: 0 !important;
  background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%2215%22%20viewBox%3D%220%200%208%2015%22%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill%3A%23ffffff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22b%22%20d%3D%22M6.118%2C7.5L0%2C1.382.941.441l7.059%2C7.059L.941%2C14.559l-.941-.941%2C6.118-6.118Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center/contain!important;
}
.el_wi_btn[target=_blank]::after {
  width: 14px !important;
  height: 14px !important;
  background-image: url(/top/iwate/img/icon_blank-w.svg) !important;
}
.el_wi_btn[target=_blank]:hover {
  padding-right: 0.6em !important;
  gap: 20px;
}
.el_wi_btn-S {
  min-height: 54px;
}
.el_wi_btn-L {
  font-size: 1.13em;
  width: 100%;
  min-width: auto;
  min-height: 78px;
}
@media print, screen and (min-width: 750px) {
  .el_wi_btn-L {
    width: auto;
    min-width: 360px;
    min-height: 100px;
  }
}
.el_wi_btn-L::after {
  width: 8px !important;
  height: 15px !important;
}
.el_wi_btn-shadow {
  box-shadow: 0px 3px 15px -6px rgba(51, 22, 11, 0.6);
}
.el_wi_btn-shadow:hover {
  box-shadow: 0px 3px 20px -6px rgba(51, 22, 11, 0.8);
}

.bl_wi_btnWrap {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
@media print, screen and (min-width: 750px) {
  .bl_wi_btnWrap {
    gap: min(3vw, 30px);
    flex-wrap: nowrap;
  }
}
@media print, screen and (min-width: 750px) {
  .bl_wi_btnWrap._col2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (min-width: 750px) {
  .bl_wi_btnWrap._col2 > * {
    width: 100%;
    min-width: inherit;
  }
}

/* 見出し
----------------------------*/
.el_wi_title {
  display: flex;
  flex-direction: column;
  gap: 0.8em;
  margin: 0 auto 2em;
  line-height: 1.4;
  text-align: center;
}
.el_wi_title_sub {
  font-size: 1em;
}
@media print, screen and (min-width: 750px) {
  .el_wi_title_sub {
    font-size: 1.19em;
  }
}
.el_wi_title_sub > span {
  display: inline-block;
  padding: 0.2em 1em 0.3em 1.4em;
  color: #ffffff;
  background-color: #000000;
  border-radius: 50vw;
}
.el_wi_title_sub > span.type01 {
  background: #873F0F;
  background: linear-gradient(90deg, #873F0F 0%, #531C06 100%);
}
.el_wi_title_sub > span.type02 {
  color: #000000;
  background: #f8af00;
  background: linear-gradient(90deg, #f8af00 0%, #f89200 100%);
}
.el_wi_title_main {
  font-size: 2em;
}
@media print, screen and (min-width: 750px) {
  .el_wi_title_main {
    font-size: 2.5em;
  }
}

/* リード文
----------------------------*/
.el_wi_lead {
  font-size: 1.13em;
}
@media print, screen and (min-width: 750px) {
  .el_wi_lead {
    text-align: center;
  }
}

/* ヘッダー・メインビジュアル
----------------------------*/
.bl_wi_header_main {
  padding-left: 0;
  display: flex;
  flex-direction: column-reverse;
  gap: 2%;
  position: relative;
}
@media print, screen and (min-width: 750px) {
  .bl_wi_header_main {
    padding-left: 8%;
    flex-direction: inherit;
    gap: 2%;
  }
}
.bl_wi_header_main::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f7eddc;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transform: skewY(-7deg) translateY(-42vw);
}
@media print, screen and (min-width: 750px) {
  .bl_wi_header_main::before {
    transform: skewY(-7deg) translateY(-20%);
  }
}
.bl_wi_header_main::after {
  content: "";
  width: 100%;
  height: 100vw;
  background-color: #f7eddc;
  border-radius: 0 50vw 50vw 0;
  position: absolute;
  left: 0;
  bottom: 3vw;
  z-index: 0;
  transform: skewY(-7deg) translateY(8vw);
}
@media print, screen and (min-width: 750px) {
  .bl_wi_header_main::after {
    width: 64%;
    height: 30.55vw;
    bottom: 0;
    transform: skewY(-7deg) translateY(8%);
  }
}
.bl_wi_header_text {
  padding: 4vw 0 12vw 15px;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 750px) {
  .bl_wi_header_text {
    flex-basis: 28%;
    padding: 3.47vw 0 0;
  }
}
.bl_wi_header_mainvisual {
  max-height: 84vw;
  min-height: 84vw;
  display: grid;
  place-items: start;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 750px) {
  .bl_wi_header_mainvisual {
    flex-basis: 70%;
    max-height: none;
    min-height: 33.33vw;
  }
}
.bl_wi_header_sub {
  padding: 0 15px;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 750px) {
  .bl_wi_header_sub {
    margin-top: -2.77vw;
    padding: 0 8%;
    text-align: right;
  }
}
@media print, screen and (min-width: 750px) {
  .bl_wi_header_sub .el_wi_btn-L {
    font-size: min(1.25vw, 18px);
    min-width: min(25vw, 360px);
    min-height: min(6.94vw, 100px);
  }
}
.bl_wi_header_title {
  margin: 3.07vw 0;
  padding-right: 34%;
}
@media print, screen and (min-width: 750px) {
  .bl_wi_header_title {
    margin: 1.28vw 0;
    padding-right: 0;
  }
}
.bl_wi_header_title > img {
  display: block;
  width: 100%;
  max-width: 61.41vw;
}
@media print, screen and (min-width: 750px) {
  .bl_wi_header_title > img {
    max-width: none;
  }
}
.bl_wi_header_sub-title {
  transform: skewY(-7deg);
  margin-top: 2.36vw;
}
.bl_wi_header_sub-title > p {
  display: inline-grid;
  place-items: center;
  line-height: 1.2;
  padding: 0.6em 8.01vw 0.4em;
  background: #f8af00;
  background: linear-gradient(90deg, #f8af00 25%, #f89200 100%);
  border-radius: 50vw;
}
@media print, screen and (min-width: 750px) {
  .bl_wi_header_sub-title > p {
    padding: 0.8em 3.47vw 0.6em;
  }
}
.bl_wi_header_sub-title > p > span {
  font-weight: bold;
}
.bl_wi_header_sub-title > p > span:first-of-type {
  font-size: 4vw;
}
@media print, screen and (min-width: 750px) {
  .bl_wi_header_sub-title > p > span:first-of-type {
    font-size: 1.8vw;
  }
}
.bl_wi_header_sub-title > p > span:last-of-type {
  font-size: 5.6vw;
}
@media print, screen and (min-width: 750px) {
  .bl_wi_header_sub-title > p > span:last-of-type {
    font-size: 2.5vw;
  }
}
.bl_wi_header_period {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 26.7vw;
  height: 26.7vw;
  background: #33160b;
  border-radius: 50vw;
  color: #ffffff;
  font-size: 3.73vw;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  position: absolute;
  right: 10px;
  bottom: 0;
  transform: translateY(46%) skewY(-7deg);
  z-index: 2;
}
@media print, screen and (min-width: 750px) {
  .bl_wi_header_period {
    width: 11.66vw;
    height: 11.66vw;
    font-size: 1.66vw;
    right: auto;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: translateY(-100%) skewY(-7deg);
  }
}
.bl_wi_header_period .month > span {
  font-size: 1.25em;
}
.bl_wi_header .bl_wi_header_slider {
  width: calc(100% + 40px);
  height: 100vw;
  overflow: hidden;
  border-radius: 100vw 0 0 100vw;
  transform: skewY(-7deg) translate(-40px, -20vw);
  position: relative;
}
@media print, screen and (min-width: 750px) {
  .bl_wi_header .bl_wi_header_slider {
    width: 100%;
    height: 30.55vw;
    transform: skewY(-7deg) translateY(9%);
  }
}
.bl_wi_header .bl_wi_header_slider-track {
  display: flex;
  width: 1600vw; /* 画像8枚×2回分 */
  animation: mv-scroll_sp 60s linear infinite;
  position: absolute;
  left: 0;
  bottom: -10vw;
}
@media print, screen and (min-width: 750px) {
  .bl_wi_header .bl_wi_header_slider-track {
    width: 555.52vw; /* 画像8枚×2回分 */
    animation-name: mv-scroll_pc;
    animation-duration: 80s;
    bottom: -2.56vw;
  }
}
.bl_wi_header .bl_wi_header_slider-track img {
  width: 100vw;
  height: auto;
  transform: skewY(7deg);
}
@media print, screen and (min-width: 750px) {
  .bl_wi_header .bl_wi_header_slider-track img {
    width: 34.72vw;
  }
}

@keyframes mv-scroll_sp {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-960vw);
  }
}
@keyframes mv-scroll_pc {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-277.76vw);
  }
}
/* 秋の岩手は魅力満載！
----------------------------*/
#tabContents {
  position: relative;
  padding-top: 70px;
}
@media print, screen and (min-width: 750px) {
  #tabContents {
    padding-top: 68px;
  }
}
#tabContents .tabNav {
  height: 70px;
  padding: 0 min(1.33vw, 10px);
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
@media print, screen and (min-width: 750px) {
  #tabContents .tabNav {
    height: 68px;
    padding: 0 min(5.34vw, 40px);
  }
}
#tabContents #tasteTab .tabNav {
  justify-content: flex-start;
}

#tabContents #stayTab .tabNav {
  justify-content: flex-end;
}

#tabContents .tabNav .tabBtn {
  width: 31.98%;
  padding-left: 4px;
  padding-right: 4px;
  font-size: clamp(0.63rem, 0.38rem + 1.07vw, 0.88rem);
  pointer-events: auto;
}
@media print, screen and (min-width: 750px) {
  #tabContents .tabNav .tabBtn {
    width: 31.91%;
    font-size: 1em;
  }
}
#tabContents .tabNav .tabBtn[aria-selected=true] {
  color: #ffffff;
  border-color: #33160b;
}
#tabContents .tabNav .tabBtn[aria-selected=true]#taste {
  background-color: #a23d00;
}
#tabContents .tabNav .tabBtn[aria-selected=true]#shopping {
  background-color: #da2d5e;
}
#tabContents .tabNav .tabBtn[aria-selected=true]#stay {
  background-color: #30840a;
}
#tabContents .tabNav::after {
  background-color: #33160b;
}
#tabContents .tabContent[aria-hidden=false] {
  background: inherit;
  padding-top: 0;
}

/* カードリストのグリッド表示 */
.bl_wi_infoList {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 30px 3.5%;
  align-items: start;
  margin-top: 30px;
}
@media print, screen and (min-width: 750px) {
  .bl_wi_infoList {
    margin-top: 40px;
  }
}

/* カード基本スタイル */
.bl_wi_info {
  display: grid;
  height: auto;
  border-radius: 10px;
  box-shadow: 0px 3px 15px -6px rgba(51, 22, 11, 0.6);
  background-color: #ffffff;
  transition: transform 0.3s ease, opacity 0.3s ease;
  overflow: clip;
  gap: 20px;
}
.bl_wi_info_contents {
  order: 2;
  display: grid;
  gap: 5px;
  padding: 0 15px;
}
@media print, screen and (min-width: 750px) {
  .bl_wi_info_contents {
    padding: 0 min(2vw, 20px);
  }
}
.bl_wi_info_contents .title {
  order: 3;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.4;
}
@media print, screen and (min-width: 750px) {
  .bl_wi_info_contents .title {
    min-height: 2.8em;
  }
}
.bl_wi_info_contents .sub {
  order: 2;
  font-size: 0.81em;
  margin-top: 10px;
}
.bl_wi_info_contents .text {
  order: 4;
  margin-top: 10px;
}
.bl_wi_info_contents .label {
  order: 1;
}
.bl_wi_info_contents .label > span {
  display: inline-block;
  min-width: 6em;
  min-height: 2em;
  padding: 0.14em 1em;
  font-size: 0.81em;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  background: #000000;
  border-radius: 50vw;
}
.bl_wi_info[data-label=taste] .bl_wi_info_contents .label > span {
  background: #a23d00;
}
.bl_wi_info[data-label=taste] .bl_wi_info_contents .label > span::after {
  content: "グルメ・体験";
}

.bl_wi_info[data-label=shopping] .bl_wi_info_contents .label > span {
  background: #da2d5e;
}
.bl_wi_info[data-label=shopping] .bl_wi_info_contents .label > span::after {
  content: "ショッピング・キャンペーン";
}

.bl_wi_info[data-label=stay] .bl_wi_info_contents .label > span {
  background: #30840a;
}
.bl_wi_info[data-label=stay] .bl_wi_info_contents .label > span::after {
  content: "ステイ・トラベル";
}

.bl_wi_info_image {
  order: 1;
}
.bl_wi_info_image img {
  width: 100%;
  display: block;
}
.bl_wi_info_details {
  order: 3;
}

/* アコーディオン */
.bl_wi_info_details {
  overflow: hidden;
}
.bl_wi_info_details-button {
  min-height: 60px;
  padding: 0.2em 15px 0.2em 25px;
  background-color: #f7eddc;
  border-top: 1px solid #cdcdcd;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  transition: 0.3s ease background-color;
}
.bl_wi_info_details-button[aria-expanded=true] {
  background-color: #d7b27a;
}
.bl_wi_info_details-button::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 11px;
  background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%2215%22%20viewBox%3D%220%200%208%2015%22%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill%3A%23000000%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22b%22%20d%3D%22M6.118%2C7.5L0%2C1.382.941.441l7.059%2C7.059L.941%2C14.559l-.941-.941%2C6.118-6.118Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center/contain;
  transform: rotate(90deg);
  transition: 0.3s ease transform;
}
.bl_wi_info_details[open] .bl_wi_info_details-button::after {
  transform: rotate(90deg) scaleX(-1);
}

.bl_wi_info_details-button::-webkit-details-marker {
  display: none;
}
.bl_wi_info_details-button:hover {
  background-color: #e9d7b7;
}
.bl_wi_info_details-content .inner {
  padding: 15px;
}
@media print, screen and (min-width: 750px) {
  .bl_wi_info_details-content .inner {
    padding: min(2vw, 20px);
  }
}
.bl_wi_info_details-content .title {
  margin-bottom: 0.2em;
  padding-left: 18px;
  position: relative;
  font-weight: bold;
  line-height: 1.6;
}
.bl_wi_info_details-content .title::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 2px;
  background-color: #d64215;
  position: absolute;
  left: 0;
  top: 0.8em;
  transform: translateY(-50%);
}
.bl_wi_info_details-content .title:not(:first-of-type) {
  margin-top: 1.2em;
}
.bl_wi_info_details-content .linkBtn {
  margin-top: 15px;
  text-align: center;
}
.bl_wi_info_details-content .linkBtn .el_wi_btn {
  width: 100%;
  min-width: inherit;
}

/* 岩手を味わいつくす秋
----------------------------*/
#guide {
  position: relative;
}
#guide::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #ebd5ab;
  position: absolute;
  left: 0;
  top: 11.72vw;
}
@media print, screen and (min-width: 750px) {
  #guide::before {
    top: 90px;
  }
}
#guide::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-50%);
  display: block;
  width: 100%;
  height: 46.875vw;
  background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221920%22%20height%3D%22360%22%20viewBox%3D%220%200%201920%20360%22%3E%3Cdefs%3E%3Cstyle%3E.c%7Bfill%3Anone%3B%7D.d%7Bfill%3A%23ebd5ab%3B%7D.e%7Bclip-path%3Aurl(%23b)%3B%7D%3C%2Fstyle%3E%3CclipPath%20id%3D%22b%22%3E%3Crect%20class%3D%22c%22%20width%3D%221920%22%20height%3D%22360%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20class%3D%22e%22%3E%3Cpath%20class%3D%22d%22%20d%3D%22M0%2C447.88v-100s0-50%2C0-50v-50s750-92.088%2C750-92.088c210-25.785%2C210.019%2C74.213%2C420%2C48.43l750-92.088v335.746H0Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center/200vw;
}
@media print, screen and (min-width: 750px) {
  #guide::after {
    height: min(25vw, 360px);
    background-size: cover;
  }
}

.bl_wi_guide-heading {
  margin-bottom: 0.8em;
  padding-top: 22px;
  font-size: 1.75em;
  font-weight: bold;
  text-align: center;
  position: relative;
}
@media print, screen and (min-width: 750px) {
  .bl_wi_guide-heading {
    padding-top: 34px;
    font-size: 2.13em;
  }
}
.bl_wi_guide-heading::before {
  content: "";
  width: 133px;
  height: 15px;
  background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22180%22%20height%3D%2220%22%20viewBox%3D%220%200%20180%2020%22%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill%3A%23222%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpolygon%20class%3D%22b%22%20points%3D%222.038%2020%200%2020%207.279%200%209.318%200%202.038%2020%22%2F%3E%3Cpolygon%20class%3D%22b%22%20points%3D%2217.555%2020%2015.517%2020%2022.796%200%2024.834%200%2017.555%2020%22%2F%3E%3Cpolygon%20class%3D%22b%22%20points%3D%2233.071%2020%2031.033%2020%2038.313%200%2040.351%200%2033.071%2020%22%2F%3E%3Cpolygon%20class%3D%22b%22%20points%3D%2248.588%2020%2046.55%2020%2053.829%200%2055.867%200%2048.588%2020%22%2F%3E%3Cpolygon%20class%3D%22b%22%20points%3D%2264.105%2020%2062.066%2020%2069.346%200%2071.384%200%2064.105%2020%22%2F%3E%3Cpolygon%20class%3D%22b%22%20points%3D%2279.621%2020%2077.583%2020%2084.862%200%2086.901%200%2079.621%2020%22%2F%3E%3Cpolygon%20class%3D%22b%22%20points%3D%2295.138%2020%2093.099%2020%20100.379%200%20102.417%200%2095.138%2020%22%2F%3E%3Cpolygon%20class%3D%22b%22%20points%3D%22110.654%2020%20108.616%2020%20115.895%200%20117.934%200%20110.654%2020%22%2F%3E%3Cpolygon%20class%3D%22b%22%20points%3D%22126.171%2020%20124.133%2020%20131.412%200%20133.45%200%20126.171%2020%22%2F%3E%3Cpolygon%20class%3D%22b%22%20points%3D%22141.687%2020%20139.649%2020%20146.929%200%20148.967%200%20141.687%2020%22%2F%3E%3Cpolygon%20class%3D%22b%22%20points%3D%22157.204%2020%20155.166%2020%20162.445%200%20164.483%200%20157.204%2020%22%2F%3E%3Cpolygon%20class%3D%22b%22%20points%3D%22172.721%2020%20170.682%2020%20177.962%200%20180%200%20172.721%2020%22%2F%3E%3C%2Fsvg%3E") no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media print, screen and (min-width: 750px) {
  .bl_wi_guide-heading::before {
    width: 180px;
    height: 20px;
  }
}

.bl_wi_guide {
  padding: min(8.01vw, 60px) min(4vw, 30px) min(6.67vw, 50px);
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 3px 15px -6px rgba(51, 22, 11, 0.6);
}
@media print, screen and (min-width: 750px) {
  .bl_wi_guide {
    padding: min(6vw, 60px) min(4vw, 40px) min(4vw, 40px);
  }
}
.bl_wi_guide:not(:first-of-type) {
  margin-top: 40px;
}
@media print, screen and (min-width: 750px) {
  .bl_wi_guide:not(:first-of-type) {
    margin-top: 60px;
  }
}
.bl_wi_guide-lead {
  font-weight: bold;
}
.bl_wi_guide-title {
  margin: 0.2em 0 1em;
  font-size: 1.56em;
  font-weight: bold;
  color: #d64215;
  line-height: 1.4;
}
@media print, screen and (min-width: 750px) {
  .bl_wi_guide-title {
    margin-bottom: 0.6em;
    font-size: 1.88em;
  }
}
.bl_wi_guide-images {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px 4%;
}
@media print, screen and (min-width: 750px) {
  .bl_wi_guide-images {
    gap: 30px 2.71%;
  }
}
.bl_wi_guide-image {
  flex-basis: 48%;
}
@media print, screen and (min-width: 750px) {
  .bl_wi_guide-image {
    flex-basis: 31.52%;
  }
}
.bl_wi_guide-image > img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 290px;
}
.bl_wi_guide-image > figcaption {
  margin-top: 0.4em;
  font-weight: bold;
  text-align: center;
  font-size: 0.93em;
}
@media print, screen and (min-width: 750px) {
  .bl_wi_guide-image > figcaption {
    font-size: inherit;
  }
}
.bl_wi_guide-sub-title {
  margin-bottom: 0.8em;
  padding-left: 1em;
  font-size: 1.25em;
  font-weight: bold;
  color: #d64215;
  position: relative;
}
.bl_wi_guide-sub-title::before {
  content: "";
  width: 4px;
  height: 1.9em;
  background-color: #d64215;
  border-radius: 50vw;
  position: absolute;
  left: 0;
  top: 0;
}
.bl_wi_guide-table {
  border-bottom: 1px solid #cdcdcd;
}
@media print, screen and (min-width: 750px) {
  .bl_wi_guide-table {
    display: grid;
    grid-template-columns: 1fr 1.6fr;
  }
  .ly_guide-col2 .bl_wi_guide-table {
    grid-template-columns: 6em calc(100% - 6em);
  }
}
.bl_wi_guide-table > dt {
  padding: 0.5em 1em;
  font-weight: bold;
  background-color: #f4f4e9;
  border-top: 1px solid #cdcdcd;
}
@media print, screen and (min-width: 750px) {
  .bl_wi_guide-table > dt {
    padding: 0.9em 1em;
  }
}
.bl_wi_guide-table > dd {
  padding: 0.5em 1em;
}
@media print, screen and (min-width: 750px) {
  .bl_wi_guide-table > dd {
    padding: 0.9em 1em;
    border-top: 1px solid #cdcdcd;
  }
}
.bl_wi_guide-train {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 15px;
  border: 4px solid #c7e6ae;
  border-radius: 20px;
}
@media print, screen and (min-width: 750px) {
  .bl_wi_guide-train {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: min(2.77vw, 40px);
    padding: min(2.77vw, 40px) min(2.77vw, 40px) min(2.08vw, 30px);
    border-width: 6px;
  }
}
.bl_wi_guide-train-text .title {
  margin-bottom: 0.4em;
  color: #1a6c04;
  font-size: 1.25em;
  font-weight: bold;
}
@media print, screen and (min-width: 750px) {
  .bl_wi_guide-train-text .title {
    margin-bottom: 0.8em;
  }
}
@media print, screen and (min-width: 750px) {
  .bl_wi_guide-train .bl_wi_guide-image {
    width: min(29vw, 290px);
  }
}
.bl_wi_guide-header {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media print, screen and (min-width: 750px) {
  .bl_wi_guide-header {
    justify-content: space-between;
    flex-direction: row;
    gap: 3.26%;
  }
}
@media print, screen and (min-width: 750px) {
  .bl_wi_guide-header-text {
    flex-basis: 65.21%;
  }
}
.bl_wi_guide-header-image {
  max-width: 290px;
  margin: 0 auto;
}
@media print, screen and (min-width: 750px) {
  .bl_wi_guide-header-image {
    flex-basis: 31.52%;
  }
}
.bl_wi_guide-header-image > img {
  display: block;
  width: 100%;
  max-width: 290px;
  margin: 0 auto;
}
.bl_wi_guide-header-image .notes {
  margin-top: 0.4em;
  font-size: 0.75em;
  text-align: right;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.4;
}

/* おすすめ
----------------------------*/
#recommend {
  position: relative;
  z-index: 2;
  background: linear-gradient(0deg, transparent 11.72vw, #eff1da 11.72vw, #eff1da calc(100% - 11.72vw), transparent calc(100% - 11.72vw));
}
@media print, screen and (min-width: 750px) {
  #recommend {
    background: linear-gradient(0deg, transparent 90px, #eff1da 90px, #eff1da calc(100% - 90px), transparent calc(100% - 90px));
  }
}
#recommend::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-50%);
  display: block;
  width: 100%;
  height: 46.875vw;
  background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221920%22%20height%3D%22360%22%20viewBox%3D%220%200%201920%20360%22%3E%3Cdefs%3E%3Cstyle%3E.c%7Bfill%3Anone%3B%7D.d%7Bfill%3A%23eff1da%3B%7D.e%7Bclip-path%3Aurl(%23b)%3B%7D%3C%2Fstyle%3E%3CclipPath%20id%3D%22b%22%3E%3Crect%20class%3D%22c%22%20width%3D%221920%22%20height%3D%22360%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20class%3D%22e%22%3E%3Cpath%20class%3D%22d%22%20d%3D%22M0%2C447.88v-100s0-50%2C0-50v-50s750-92.088%2C750-92.088c210-25.785%2C210.019%2C74.213%2C420%2C48.43l750-92.088v335.746H0Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center/200vw;
}
@media print, screen and (min-width: 750px) {
  #recommend::before {
    height: min(25vw, 360px);
    background-size: cover;
  }
}
#recommend::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(50%) rotate(180deg);
  display: block;
  width: 100%;
  height: 46.875vw;
  background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221920%22%20height%3D%22360%22%20viewBox%3D%220%200%201920%20360%22%3E%3Cdefs%3E%3Cstyle%3E.c%7Bfill%3Anone%3B%7D.d%7Bfill%3A%23eff1da%3B%7D.e%7Bclip-path%3Aurl(%23b)%3B%7D%3C%2Fstyle%3E%3CclipPath%20id%3D%22b%22%3E%3Crect%20class%3D%22c%22%20width%3D%221920%22%20height%3D%22360%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20class%3D%22e%22%3E%3Cpath%20class%3D%22d%22%20d%3D%22M0%2C447.88v-100s0-50%2C0-50v-50s750-92.088%2C750-92.088c210-25.785%2C210.019%2C74.213%2C420%2C48.43l750-92.088v335.746H0Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center/200vw;
}
@media print, screen and (min-width: 750px) {
  #recommend::after {
    height: min(25vw, 360px);
    background-size: cover;
  }
}
#recommend mark {
  background: #ffd200;
  background: linear-gradient(0deg, #ffd200 54%, transparent 54%);
}
#recommend section + section {
  margin-top: 60px;
}

.bl_wi_recommend_main {
  text-align: center;
}
.bl_wi_recommend_main-title {
  font-size: 1.86em;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 750px) {
  .bl_wi_recommend_main-title {
    font-size: 2.13em;
  }
}
.bl_wi_recommend_main .el_wi_btn {
  min-height: 72px;
}

.bl_wi_recommend {
  padding: min(8.01vw, 60px) min(4vw, 30px) min(6.67vw, 50px);
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 3px 15px -6px rgba(51, 22, 11, 0.6);
  text-align: center;
}
@media print, screen and (min-width: 750px) {
  .bl_wi_recommend {
    padding: min(6vw, 60px) min(8.5vw, 85px) min(4vw, 40px);
  }
}
.bl_wi_recommend:last-of-type {
  margin-bottom: 15px;
}
.bl_wi_recommend_main + .bl_wi_recommend {
  margin-top: 80px !important;
}

.bl_wi_recommend-title {
  font-size: 1.71em;
  font-weight: bold;
  margin-bottom: 0.8em;
  line-height: 1.4;
}
@media print, screen and (min-width: 750px) {
  .bl_wi_recommend-title {
    font-size: 1.88em;
    margin-bottom: 1.2em;
  }
}
.bl_wi_recommend-example {
  margin-bottom: 0.6em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 1.13em;
  white-space: nowrap;
}
.bl_wi_recommend-example .ex {
  width: 1.9em;
  font-size: 0.8em;
  color: #ffffff;
  background-color: #218805;
  border-radius: 4px;
}
.bl_wi_recommend-example .station + .station {
  position: relative;
  padding-left: 28px;
}
.bl_wi_recommend-example .station + .station::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill%3A%23218805%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22b%22%20d%3D%22M5%2C15L0%2C10l5-5%2C1.4%2C1.4-2.575%2C2.6h12.35l-2.575-2.6%2C1.4-1.4%2C5%2C5-5%2C5-1.4-1.4%2C2.575-2.6H3.825l2.575%2C2.6-1.4%2C1.4Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -2px;
  margin: auto;
}
.bl_wi_recommend-example-contents_inner {
  max-width: 620px;
  margin: 0 auto;
  padding: min(4vw, 30px);
  background-color: #f3fae9;
  border-radius: 10px;
}
@media print, screen and (min-width: 750px) {
  .bl_wi_recommend-example-contents_inner {
    padding: min(3vw, 30px);
  }
}
.bl_wi_recommend-example-contents_inner .font-s {
  font-size: 1.13em;
}
.bl_wi_recommend-example-contents_inner .font-m {
  font-size: 1.38em;
}
.bl_wi_recommend-example-contents_inner .font-l {
  font-size: 1.63em;
}
.bl_wi_recommend-drp {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.6em;
  font-weight: bold;
}
.bl_wi_recommend-drp .limited > span {
  display: inline-block;
  padding: 0.1em 1em;
  background-color: #f3fae9;
  border-radius: 4px;
  color: #1a6c04;
  font-size: 0.81em;
  text-align: center;
}
.bl_wi_recommend-drp .title {
  font-size: 1.38em;
  line-height: 1.4;
}
.bl_wi_recommend .el_wi_btn {
  min-height: 82px;
}

/* footer
----------------------------*/
.bl_wi_footer {
  position: relative;
  margin-top: -11.72vw;
  padding: 35.16vw 0 23.44vw;
  background: url(/top/iwate/img/bg_footer-sp.jpg) no-repeat center/cover;
  overflow: hidden;
}
@media print, screen and (min-width: 750px) {
  .bl_wi_footer {
    margin-top: -90px;
    padding: 180px 0 60px;
    background-image: url(/top/iwate/img/bg_footer-pc.jpg);
    background-size: 1700px 900px;
  }
}
@media screen and (min-width: 1700px) {
  .bl_wi_footer {
    background-size: cover;
  }
}
.bl_wi_footer_logo > img {
  display: block;
  width: 90%;
  max-width: 470px;
  margin: 0 auto;
}
@media print, screen and (min-width: 750px) {
  .bl_wi_footer_logo > img {
    width: 100%;
  }
}

/* 要素のフェードアップ処理
----------------------------*/
.js-fadeup {
  opacity: 0;
}
.js-fadeup.is-visible {
  animation: fadeUp 0.4s ease-out forwards;
}
.js-fadeup + .js-fadeup {
  animation-delay: 0.2s;
}

/* フェードアップアニメーション */
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}/*# sourceMappingURL=iwate.css.map */