@charset "utf-8";

/* ==========================================================

title : 東通トラベル TOP
scope : 刀剣コレクションルーム×ホテル多度温泉 日帰り・宿泊バスツアー

last modify :　2017/10/20 310_takaki

memo  : 2017/04/24 306_kondo
※上層「honeymoon」カテゴリで想定した共有haneymoon.cssでは
再現不可能なページデザインのため新規追加、および既存CSS上書き用

========================================================== */

body {
  font-size: 3.954vw;
  color: #000;
}
img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  vertical-align: bottom;
}
#wrap {
  width: auto;
}
/* 基本フォント
#wrap #main * {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, YuGothic, "游ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  box-sizing: border-box;
} */

/* 明朝フォント */
#wrap #main .ff_serif {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
}

h2.ff_serif {
  line-height: 1.3em;
}
.indent {
  text-indent: -1.3em;
  padding-left: 1.3em;
}
@media screen and (max-width: 767px) {
  #wrap .sp_none {
    display: none;
  }
  #breadcrumb {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  body {
    font-size: 17px;
  }
  #wrap .pc_none {
    display: none;
  }
  .w1000 {
    width: 1000px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    overflow-x: hidden;
  }
}


@media print, screen and (min-width: 768px) {
  #header {
    width: 1000px;
    margin: 0 auto;
  }
  h1 {
    width: 1000px;
    height: 312px;
    margin: 0 auto;
  }
  h1 img {
    position: relative;
    top: -27px;
    display: block;
  }

  #breadcrumb {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    z-index: 1;
  }
  #breadcrumb > p {
    border-top: none;
    padding: 0.5em 0;
    font-size: 17px;
  }
}


.travel_nav li a[href="#current"] {
  background: #D24772;
}
.travel_nav li a[href="#future"] {
  background: #3C9468;
}
.travel_nav li a[href="#past"] {
  background: #3E74B9;
}
.travel_nav li a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: #fff;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
.travel_nav li a b {
  color: #F3F38C;
}
@media screen and (max-width: 767px) {
  #lead {
    width: 90.24%;
    margin: 1.5em auto 2.3em;
  }
  .travel_nav {
    width: 90.24%;
    margin: 0 auto;
    line-height: 1.35;
  }
  .travel_nav li:not(:last-child) {
    margin-bottom: 3.6vw;
  }
  .travel_nav li a {
    position: relative;
    display: block;
    padding: 0.5em 0.5em 0.5em 0;
    font-size: 105.9%;
    text-align: center;
    color: #fff;
    border-radius: 0.5em;
    box-shadow: 0.1em 0.1em 0.3em rgba(0,0,0,0.25);
    box-sizing: border-box;
    letter-spacing: 0.08em;
  }
  .travel_nav li a::after {
    right: 1.2em;
    width: 0.8em;
    height: 0.5em;
  }
  .travel_nav li a b {
    font-size: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  #lead {
    width: 46em;
    margin: 2.25em auto;
  }
  .travel_nav {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
    line-height: 1.35;
  }
  .travel_nav li a {
    position: relative;
    display: block;
    width: 320px;
    padding: 0.5em 0.5em 0.5em 0;
    font-size: 18px;
    text-align: center;
    color: #fff;
    border-radius: 8px;
    box-shadow: 1.5px 1.5px 5px rgba(0,0,0,0.25);
    box-sizing: border-box;
    letter-spacing: 0.08em;
  }
  .travel_nav li a[href="#current"] {
    background: #D24772;
  }
  .travel_nav li a[href="#future"] {
    background: #3C9468;
  }
  .travel_nav li a[href="#past"] {
    background: #3E74B9;
  }
  .travel_nav li a::after {
    right: 0.8em;
    width: 16px;
    height: 9px;
  }
  .travel_nav li a b {
    font-size: 20px;
  }
}

.bg_ctt01 {
  margin-top: 3em;
  background: url(../image_top/ctt01-bg.jpg) 50% 50% / cover no-repeat;
}
section#current article dl.higaeri dd {
  color: #CE6320;
}
section#current article dl.shukuhaku dd {
  color: #1B4071;
}
section#current article .detail_btns li a::after {
  position: absolute;
  top: 0;
  right: 1.0em;
  bottom: 0;
  content: "";
  display: block;
  margin: auto 0;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}
@media screen and (max-width: 767px) {
  .bg_ctt01 {
    margin-top: 2.5em;
  }
  /*============================
  #current
  ============================*/
  section#current {
    width: 90.24%;
    padding: 2.5em 0;
    margin: 0 auto;
  }
  section#current h2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding-left: 0.08em;
    height: 3.6em;
    background: #D24772;
    font-size: 141.2%;
    color: #fff;
    letter-spacing: 0.08em;
  }
  section#current > p {
    padding: 1.3em 0 1em;
    font-size: 105.9%;
  }
  section#current article {
    position: relative;
    border: 0.7vw solid #927B56;
    padding: 3.3vw 3.3vw 6.6vw;
    background: #fff;
    box-sizing: border-box;
  }
  section#current article div.caption {
    display: flex;
    align-items: center;
    padding: 3.3vw 0 1.5vw 1.5vw;
    font-size: 4.19vw;
    line-height: 1.3;
  }
  section#current article div.caption span.number {
    display: inline-block;
    padding: 0.25em 0.6em;
    margin-right: 0.4em;
    font-size: 3.95vw;
    color: #fff;
    background: #D24772;
  }
  section#current article h3 {
    font-size: 4.88vw;
    text-align: center;
  }
  section#current article h3 b.ttl_large {
    font-size: 6.28vw;
  }
  section#current article h3 b.ttl_small {
    font-size: 3.95vw;
  }
  section#current article dl dd span {
    display: block;
    margin: 1.25em 0 0.6em;
    font-weight: 600;
  }
  section#current article dl.higaeri {
    padding-bottom: 0.9em;
    margin: 0.8em 0;
    line-height: 1;
    font-weight: 600;
    text-align: center;
    border-bottom: 2px solid #927B56;
  }
  section#current article dl.higaeri dt,
  section#current article dl.shukuhaku dt {
    margin-bottom: 0.6em;
    font-size: 4.65vw;
  }
  section#current article dl.higaeri dt img,
  section#current article dl.shukuhaku dt img {
    display: block;
    width: 21.63vw;
    margin: 0 auto 0.4em;
  }
  section#current article dl.higaeri dt b,
  section#current article dl.shukuhaku dt b {
    font-size: 7.44vw;
  }
  section#current article dl.higaeri dd b,
  section#current article dl.shukuhaku dd b {
    font-size: 6.74vw;
  }
  section#current article dl.shukuhaku {
    line-height: 1;
    font-weight: 600;
    text-align: center;
  }
  section#current article dl.period {
    margin: 5.5vw 0 1.75em;
    padding: 0.65em 0;
    background: #927B56;
    color: #fff;
    text-align: center;
  }
  section#current article dl.period dt {
    font-size: 3.95vw;
  }
  section#current article dl.period dd {
    font-size: 4.42vw;
  }
  section#current article .detail_btns {
    margin: 1.75em auto 0;
  }
  section#current article .detail_btns li:first-child {
    margin-bottom: 0.75em;
  }
  section#current article .detail_btns li a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2em;
    padding-right: 0.75em;
    font-size: 4.65vw;
    font-weight: 600;
    box-sizing: border-box;
  }
  section#current article .detail_btns li a::after {
    right: 0.8em;
    width: 0.5em;
    height: 0.8em;
  }
  section#current article .detail_btns li:first-child {
    border: 3px solid #CE6320;
    padding: 3px;
    background: #fff;
  }
  section#current article .detail_btns li:first-child a {
    border: 1px solid #CE6320;
    color: #CE6320;
    background: #FBECCA;
  }
  section#current article .detail_btns li:first-child a::after {
    background: #CE6320;
  }
  section#current article .detail_btns li:last-child {
    border: 3px solid #1B4071;
    padding: 3px;
    background: #fff;
  }
  section#current article .detail_btns li:last-child a {
    border: 1px solid #1B4071;
    color: #1B4071;
    background: #D4D9F9;
  }
  section#current article .detail_btns li:last-child a::after {
    background: #1B4071;
  }
}
@media print, screen and (min-width: 768px) {
  .bg_ctt01 {
    margin-top: 3em;
  }
  /*============================
  #current
  ============================*/
  section#current {
    width: 1000px;
    padding: 2.8em 0;
    margin: 0 auto;
  }
  section#current h2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0.1em;
    height: 65px;
    background: url(../image_top/h2_bg_01.png) 50% 50% / 100% auto no-repeat;
    font-size: 27px;
    color: #fff;
    letter-spacing: 0.1em;
  }
  section#current > p {
    padding: 1.3em 0;
    font-size: 18px;
    text-align: center;
  }
  section#current article {
    position: relative;
    width: 910px;
    margin: 0 auto;
    border: 3px solid #927B56;
    padding: 21px 21px 21px 243px;
    background: #fff;
    box-sizing: border-box;
  }
  section#current article div.caption {
    font-size: 24px;
    line-height: 1.3;
  }
  section#current article div.caption span.number {
    display: inline-block;
    padding: 0.25em 0.6em;
    margin-right: 0.5em;
    font-size: 17px;
    color: #fff;
    background: #D24772;
  }
  section#current article h3 {
    padding-bottom: 25px;
    font-size: 25px;
    background: url(../image_top/ctt01-kazari.png) 50% 100% / 100% auto no-repeat;
  }
  section#current article h3 b.ttl_large {
    font-size: 32px;
  }
  section#current article h3 b.ttl_small {
    font-size: 20px;
  }
  section#current article dl.higaeri {
    padding-bottom: 0.9em;
    margin: 0.8em 0;
    line-height: 1;
    font-weight: 600;
    border-bottom: 2px solid #927B56;
  }
  section#current article dl.higaeri dt,
  section#current article dl.shukuhaku dt {
    margin-bottom: 0.6em;
    font-size: 20px;
  }
  section#current article dl.higaeri dt img,
  section#current article dl.shukuhaku dt img {
    display: inline-block;
    width: 94px;
    margin-right: 0.5em;
  }
  section#current article dl.higaeri dt b,
  section#current article dl.shukuhaku dt b {
    font-size: 32px;
  }
  section#current article dl.higaeri dd b,
  section#current article dl.shukuhaku dd b {
    font-size: 29px;
  }
  section#current article dl.shukuhaku {
    line-height: 1;
    font-weight: 600;
  }
  section#current article dl.period {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.5em;
    margin: 20px 0 0.7em;
    background: #927B56;
    color: #fff;
  }
  section#current article dl.period dt {
  }
  section#current article dl.period dd {
    font-size: 20px;
  }
  section#current article figure {
    position: absolute;
    top: 21px;
    left: 21px;
    width: 204px;
  }
  section#current article .detail_btns {
    display: flex;
    justify-content: space-between;
    width: 565px;
    margin: 0.75em auto 0;
  }
  section#current article .detail_btns li {
  }
  section#current article .detail_btns li a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 1.8em;
    padding-right: 0.75em;
    font-size: 20px;
    font-weight: 600;
    box-sizing: border-box;
  }
  section#current article .detail_btns li a::after {
    width: 8px;
    height: 12px;
  }
  section#current article .detail_btns li:first-child {
    border: 3px solid #CE6320;
    padding: 3px;
    background: #fff;
  }
  section#current article .detail_btns li:first-child a {
    border: 1px solid #CE6320;
    color: #CE6320;
    background: #FBECCA;
  }
  section#current article .detail_btns li:first-child a::after {
    background: #CE6320;
  }
  section#current article .detail_btns li:last-child {
    border: 3px solid #1B4071;
    padding: 3px;
    background: #fff;
  }
  section#current article .detail_btns li:last-child a {
    border: 1px solid #1B4071;
    color: #1B4071;
    background: #D4D9F9;
  }
  section#current article .detail_btns li:last-child a::after {
    background: #1B4071;
  }
}
div.bg_ctt02 {
  background: url(../image_top/ctt02-bg.jpg) 50% 50% / cover no-repeat;
}
@media screen and (max-width: 767px) {
  /*============================
  #future
  ============================*/
  section#future {
    width: 90.24%;
    padding: 2.5em 0;
    margin: 0 auto;
  }
  section#future h2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding-left: 0.08em;
    height: 3.6em;
    background: #3C9468;
    font-size: 141.2%;
    color: #fff;
    letter-spacing: 0.08em;
  }
  section#future > p {
    padding: 1.3em 0 1em;
  }
  section#future article {
    position: relative;
    border: 0.7vw solid #927B56;
    padding: 3.3vw 0;
    background: #fff;
    box-sizing: border-box;
  }
  section#future article h3 {
    padding: 5.5vw 0 5.5vw 27.3vw;
    font-size: 6.51vw;
    line-height: 1;
  }
  section#future article h3 b.special {
    position: relative;
    top: -0.15em;
    display: inline-block;
    padding: 0.25em 0.6em;
    margin-right: 0.5em;
    font-size: 3.721vw;
    color: #fff;
    background: #927B56;
  }
  section#future article h3 span.sub {
    font-size: 4.187vw;
  }
  section#future article div.season {
    position: absolute;
    top: 2.6vw;
    left: 3vw;
    width: 21.5vw;
    margin: auto 0;
  }
  section#future article p {
    margin: 0.5em 3.6vw 0.75em;
  }
  section#future article figure {
    width: 83.49vw;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 768px) {
  /*============================
  #future
  ============================*/
  section#future {
    width: 1000px;
    padding: 3.9em 0 4.4em;
    margin: 0 auto;
  }
  section#future h2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0.1em;
    height: 65px;
    background: url(../image_top/h2_bg_02.png) 50% 50% / 100% auto no-repeat;
    font-size: 27px;
    color: #fff;
    letter-spacing: 0.1em;
  }
  section#future > p {
    padding: 1.3em 0;
    font-size: 18px;
    text-align: center;
  }
  section#future article {
    position: relative;
    width: 910px;
    margin: 0 auto;
    border: 3px solid #927B56;
    padding: 21px 323px 21px 158px;
    background: #fff;
    box-sizing: border-box;
  }
  section#future article h3 {
    padding: 0 0 25px 50px;
    font-size: 32px;
    line-height: 1.3;
    background: url(../image_top/ctt02-kazari.png) 50% 100% / 100% auto no-repeat;
  }
  section#future article h3 b.special {
    display: inline-block;
    padding: 0.25em 0.6em;
    margin-right: 0.5em;
    font-size: 20px;
    color: #fff;
    background: #927B56;
  }
  section#future article h3 span.sub {
    font-size: 24px;
  }
  section#future article div.season {
    position: absolute;
    top: 0;
    left: 22px;
    bottom: 0;
    width: 124px;
    height: 144px;
    margin: auto 0;
  }
  section#future article p {
    margin: 0.5em 0.4em 0;
  }
  section#future article figure {
    position: absolute;
    top: 0;
    right: 16px;
    bottom: 0;
    width: 294px;
    height: 168.5px;
    margin: auto 0;
  }
}

div.bg_ctt03 {
  background: url(../image_top/ctt03-bg.jpg) 50% 50% / cover no-repeat;
}
@media screen and (max-width: 767px) {
  div.bg_ctt03 {
    margin-bottom: 3em;
  }
  /*============================
  #past
  ============================*/
  section#past {
    width: 90.24%;
    padding: 2.5em 0;
    margin: 0 auto;
  }
  section#past h2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding-left: 0.08em;
    height: 3.6em;
    background: #3E74B9;
    font-size: 141.2%;
    color: #fff;
    letter-spacing: 0.08em;
  }
  section#past > p {
    padding: 1.3em 0 1em;
    font-size: 105.9%;
  }
  section#past article {
    position: relative;
    border: 0.7vw solid #927B56;
    padding: 3.3vw 2.56vw;
    margin-bottom: 3.3vw;
    background: #fff;
    box-sizing: border-box;
  }
  section#past article:last-child {
    margin-bottom: 0;
  }
  section#past article figure {
    width: 37.21vw;
    margin: 0 auto 0.75em;
  }
  section#past article div.caption {
    font-size: 4.884vw;
    font-weight: 600;
  }
  /*section#past article div.caption.f_small {
    font-size: 18px;
  }*/
  section#past article h3 {
    font-size: 4.884vw;
    color: #31619F;
    letter-spacing: -0.05em;
  }
  section#past article h3 span.number {
    display: block;
    width: fit-content;
    padding: 0.25em 0.6em;
    font-size: 3.954vw;
    color: #fff;
    letter-spacing: 0;
    background: #31619F;
  }
  section#past article h3 b {
    font-size: 6.28vw;
    letter-spacing: 0;
  }
  section#past article dl {
    line-height: 1;
  }
  section#past article dl dt {
    text-align: center;
  }
  section#past article dl dt img {
    width: 18.6vw;
  }
  section#past article dl dd {
    position: relative;
  }
  section#past article dl dd ol {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  section#past article dl dd ol li {
    width: 100%;
    padding: 2.2vw 0;
    font-size: 3.6vw;
    font-weight: 600;
    white-space: nowrap;
  }
  section#past article dl dd ol li:not(:first-child) {
    border-top: 1px solid #927B56;
  }
  section#past article dl dd ol li b {
    font-size: 5.23vw;
  }
  section#past article dl.higaeri {
    padding-bottom: 3.3vw;
    margin: 3.3vw auto;
    border-bottom: 2px solid #927B56;
  }
  section#past article p {
    margin: 0.5em 0 0.75em;
    padding-bottom: 0.25em;
    font-size: 3.6vw;
    line-height: 1;
  }
  section#past article p b {
    font-size: 5.23vw;
  }
  section#past article a.link {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.75em;
    margin-top: 1vw;
    padding-right: 0.75em;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.08em;
    box-sizing: border-box;
    border: 3px solid #806740;
    box-shadow: inset 0 0 0 2px #fff;
    color: #fff;
    background: #806740;
  }
  section#past article a.link::after {
    content: "";
    position: absolute;
    top: 0;
    right: 1em;
    bottom: 0;
    display: block;
    width: 7px;
    height: 11px;
    margin: auto 0;
    background: #fff;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
  }
}
@media print, screen and (min-width: 768px) {
  div.bg_ctt03 {
    margin-bottom: 85px;
  }

  /*============================
  #past
  ============================*/
  section#past {
    width: 1000px;
    padding: 4.2em 0 4.7em;
    margin: 0 auto;
  }
  section#past h2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0.1em;
    height: 65px;
    background: url(../image_top/h2_bg_03.png) 50% 50% / 100% auto no-repeat;
    font-size: 27px;
    color: #fff;
    letter-spacing: 0.1em;
  }
  section#past > p {
    padding: 1.3em 0;
    font-size: 18px;
    text-align: center;
  }
  section#past article {
    position: relative;
    width: 910px;
    margin: 0 auto 20px;
    border: 3px solid #927B56;
    padding: 14px 14px 14px 182px;
    background: #fff;
    box-sizing: border-box;
  }
  section#past article:last-child {
    margin-bottom: 0;
  }
  section#past article figure {
    position: absolute;
    top: 0;
    left: 10px;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  section#past article figure img {
    width: 158px;
  }
  section#past article div.caption {
    font-size: 21px;
    font-weight: 600;
  }
  section#past article div.caption.f_small {
    font-size: 18px;
  }
  section#past article h3 {
    font-size: 21px;
    color: #31619F;
    letter-spacing: -0.05em;
  }
  section#past article h3 span.number {
    display: inline-block;
    padding: 0.25em 0.6em;
    margin-right: 0.5em;
    font-size: 17px;
    color: #fff;
    letter-spacing: 0;
    background: #31619F;
  }
  section#past article h3 b {
    font-size: 27px;
    letter-spacing: 0;
  }
  section#past article dl {
    display: flex;
    line-height: 1;
	padding-top: .2em;
  }
  section#past article dl dt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 67px;
    margin-right: 8px;
  }
  section#past article dl dd {
    flex-grow: 1;
    position: relative;
  }
  section#past article dl dd ol {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
	margin-bottom: 0.4em;
  }
  section#past article dl dd ol li {
    font-size: 20px;
    font-weight: 600;
  }
  section#past article dl dd ol li:not(:first-child) {
    padding-top: 8px;
    border-top: 1px solid #927B56;
    margin-top: 8px;
  }
  section#past article dl dd ol li b {
    position: relative;
    top: 0.12em;
    font-size: 28px;
  }
  section#past article dl dd a.link {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 2.5em;
    padding-right: 0.75em;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.08em;
    box-sizing: border-box;
    border: 3px solid #806740;
    box-shadow: inset 0 0 0 2px #fff;
    color: #fff;
    background: #806740;
  }
  section#past article dl dd a.link::after {
    position: absolute;
    top: 0;
    right: 0.65em;
    bottom: 0;
    content: "";
    display: block;
    width: 7px;
    height: 11px;
    margin: auto 0;
    background: #fff;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
  }
  section#past article dl.higaeri {
    padding-bottom: 15px;
    margin: 6px 0 13px;
    border-bottom: 2px solid #927B56;
	padding: .6em 0;
  }
  section#past article p {
    margin-top: 0.75em;
    padding-bottom: 0.25em;
    font-size: 20px;
    line-height: 1;
  }
  section#past article p b {
    position: relative;
    top: 0.12em;
    font-size: 28px;
  }
  section#past article a.link {
    position: absolute;
    bottom: 14px;
    right: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 2.5em;
    padding-right: 0.75em;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.08em;
    box-sizing: border-box;
    border: 3px solid #806740;
    box-shadow: inset 0 0 0 2px #fff;
    color: #fff;
    background: #806740;
  }
  section#past article a.link::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0.65em;
    bottom: 0;
    display: block;
    width: 7px;
    height: 11px;
    margin: auto 0;
    background: #fff;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
  }
}

@media print, screen and (min-width: 768px) {
  .sec_08 {
    margin-bottom: 4em;
  }
}
.sec_08 figure {
  width: 100%;
}
.sec_08 figure img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .sec_08 figure.sec_08_pc_img {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .sec_08 figure.sec_08_sp_img {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sec_08 figure.sec_08_sp_img {
    margin-bottom: 1.2em;
  }
}
.sec_08 .sec_08_box_01 {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .sec_08 .sec_08_box_01 {
    flex-direction: column;
  }
}
.sec_08 .sec_08_box_01 dt {
  flex-grow: 0;
  flex-shrink: 0;
}
@media print, screen and (min-width: 768px) {
  .sec_08 .sec_08_box_01 dt {
    width: 32%;
  }
}
@media screen and (max-width: 767px) {
  .sec_08 .sec_08_box_01 dt {
    width: 100%;
    margin-bottom: 1em;
  }
  .sec_08 .sec_08_box_01 dt img {
    width: 100%;
    height: 60vw;
    object-fit: cover;
    object-position: top;
  }
}
.sec_08 .sec_08_box_01 dd {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .sec_08 .sec_08_box_01 dd {
    padding: 1em 1em;
  }
}
@media screen and (max-width: 767px) {
  .sec_08 .sec_08_box_01 dd {
    margin-bottom: 1em;
  }
}
.sec_08 h2 {
  color: #802525;
  font-size: 138%;
}
@media print, screen and (min-width: 768px) {
  .sec_08 h2 {
    padding-left: 0.6em;
  }
}
@media print, screen and (min-width: 768px) {
  .sec_08 p {
    padding: 1em 1em;
  }
}
@media screen and (max-width: 767px) {
  .sec_08 p {
    margin-bottom: 1em;
  }
}
.sec_08 .sec_08_button_01 {
  border: 2px solid #8D4F9A;
}
@media print, screen and (min-width: 768px) {
  .sec_08 .sec_08_button_01 {
    align-self: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .sec_08 .sec_08_button_01 {
    align-self: center;
    margin-bottom: 1em;
  }
}
.sec_08 .sec_08_button_01 a {
  color: #fff;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  background-color: #8D4F9A;
  padding: 0.4em 1em;
}
.sec_08 .sec_08_button_01 a:after {
  margin-left: 0.5em;
  display: block;
  content: '';
  width: 8px;
  height: 10px;
  background-color: #fff;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.sec_08 .sec_08_button_01 a span {
  font-size: 106%;
}
.sec_08 .sec_08_button_01 a:hover {
  opacity: 0.8;
}
.sec_08 ul {
  display: flex;
}
@media print, screen and (min-width: 768px) {
  .sec_08 ul {
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .sec_08 ul {
    flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 768px) {
  .sec_08 ul li {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .sec_08 ul li {
    width: 50%;
  }
}
.sec_08 ul li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec_09 {
  margin-top: -3em;
}
.sec_09 .sec_09_button_01_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.7em;
  margin-top: 0.7em;
}
p.sec_09_btn_txt {
  text-align: center;
  margin: 0.5em 0 2.5em;
  font-weight: bold;
  font-size: 18px;
}
p.sec_09_btn_txt span {
  background-color: #D24772;
  color: #fff;
  font-weight: bold;
  padding: 0.2em 0.5em;
  margin-right: 0.5em;
}
@media print, screen and (min-width: 768px) {
  .sec_09 {
    margin-top: 0;
  }
  .sec_09 .sec_09_button_01_wrap::before, .sec_09 .sec_09_button_01_wrap::after {
    display: block;
    content: '';
    width: 6.4em;
    height: 5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
  }
  .sec_09 .sec_09_button_01_wrap::before {
    background-image: url("../image/caption_bg_08_01.png");
    margin-right: 2em;
  }
  .sec_09 .sec_09_button_01_wrap::after {
    background-image: url("../image/caption_bg_08_02.png");
    margin-left: 2em;
  }
}
@media screen and (max-width: 767px) {
  #wrap #main .po_sec {
    font-size: 85%;
  }
}
@media print, screen and (min-width: 768px) {
  .po_sec {
    min-width: 1000px;
  }
}
@media screen and (max-width: 767px) {
  .po_sec {
    width: 100%;
    padding: 1.5em 5% 1.5em;
    box-sizing: border-box;
  }
}
.po_sec p {
  text-align: justify;
}
.po_sec a {
  color: blue;
}
.po_sec a:hover {
  color: #ff0000;
}
div.token {
  position: relative;
  border: 2px solid #40b445;
  margin: 0 auto 2em;
  width: fit-content;
  padding: 1.5em 1.7em 1.1em;
}
.token_sec {
  position: relative;
}
.token_sec h2 {
  position: absolute;
  top: -12px;
  width: fit-content;
  background-color: #fff;
  padding: 0 0.8em;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 2;
  font-size: 18px;
}
div.token p {
  font-size: 16px;
}
.sec_09 .sec_09_button_01 {
  border: 2px solid #d20444;
}
.sec_09 .sec_09_button_01 a {
  color: #fff;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  background-color: #d20444;
  padding: 0.4em 2em;
}
.sec_09 .sec_09_button_01 a:after {
  margin-left: 2em;
  display: block;
  content: '';
  width: 8px;
  height: 10px;
  background-color: #fff;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
@media print, screen and (min-width: 768px) {
  .sec_09 .sec_09_button_01 a span {
    font-size: 158%;
  }
}
@media screen and (max-width: 767px) {
  .sec_09 .sec_09_button_01 a span {
    font-size: 120%;
  }
  p.sec_09_btn_txt {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1em;
    margin-top: 1em;
  }
  p.sec_09_btn_txt span {
    display: block;
  }
}
.sec_09 .sec_09_button_01 a:hover {
  opacity: 0.8;
}
.sec_09 .sec_09_box_01 .sec_09_box_01_tel_01 {
  color: #821445;
  font-size: 95%;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec_09 .sec_09_box_01 .sec_09_box_01_tel_01 {
    margin-top: 0.5em;
  }
}
.sec_09 .sec_09_box_01 .sec_09_box_01_tel_02 {
  color: #821445;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .sec_09 .sec_09_box_01 .sec_09_box_01_tel_02 {
    font-size: 240%;
  }
}
@media screen and (max-width: 767px) {
  .sec_09 .sec_09_box_01 .sec_09_box_01_tel_02 {
    font-size: 170%;
  }
}
.sec_09 .sec_09_box_01 .sec_09_box_01_tel_02::before {
  content: '';
  display: block;
  width: 0.7em;
  height: 0.7em;
  background-image: url("../image/tel_ico_01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  margin-right: 0.4em;
}
.sec_09 .sec_09_box_01 .sec_09_box_01_detail {
  color: #821445;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .sec_09 .sec_09_box_01 .sec_09_box_01_detail {
    font-size: 95%;
  }
}
@media screen and (max-width: 767px) {
  .sec_09 .sec_09_box_01 .sec_09_box_01_detail {
    font-size: 85%;
    margin-top: 0.8em;
  }
}
@media screen and (max-width: 767px) {
  .sec_related {
    display: none;
  }
}
.sec_related h2 {
  margin: 0 auto 2em;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  .sec_related h2::before, .sec_related h2::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #B4882A;
  }
}
.sec_related h2 img {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .sec_related h2 img {
    width: 31%;
    flex-shrink: 0;
    flex-grow: 0;
    margin: 0 1em 0;
  }
  .roll:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .sec_related h2 img {
    width: 70%;
  }
}
.sec_related .sec_related_box_01 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec_related .sec_related_box_01 li {
  width: 300px;
  padding: 0 0 1.5em;
  margin: 0.2em 0 0;
}
div.sizeL .sec_related .sec_related_box_01 li {
  margin: 0.5em;
}
.sec_related .sec_related_box_01 li a:hover {
  opacity: 0.8;
}
.sec_related .sec_related_box_01 p {
  margin-top: 0.2em;
  font-size: 87%;
}
/* スライダー */
@media print, screen and (min-width: 768px) {
  .sec_related_sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sec_related_sp.po_sec {
    padding-bottom: 0;
  }
  .sec_related_sp h2 {
    margin-bottom: 1.5em;
  }
  .sec_related_sp h2 img {
    width: 95%;
    margin: 0 auto;
  }
  .sec_related_sp .sec_related_box_01 {
    padding: 1em;
  }
  .sec_related_sp .sec_related_box_01 .slick-arrow {
    height: 22px;
    width: 22px;
  }
  .sec_related_sp .sec_related_box_01 .slick-arrow:after {
    position: absolute;
    content: '';
    background-color: #B62457;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
  }
  .sec_related_sp .sec_related_box_01 .slick-prev {
    left: -32px;
  }
  .sec_related_sp .sec_related_box_01 .slick-prev:after {
    clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
    transform: rotate(180deg);
  }
  .sec_related_sp .sec_related_box_01 .slick-next {
    right: -32px;
  }
  .sec_related_sp .sec_related_box_01 .slick-next:after {
    clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
  }
  .sec_related_sp .sec_related_box_01 p {
    margin-top: 0.3em;
  }
}
@media (hover: hover) {
  .travel_nav li a:hover {
    opacity: 0.75;
  }
  section#current article .detail_btns li a:hover {
    opacity: 0.75;
  }
  section#past article a.link:hover {
    opacity: 0.75;
  }
}