@charset "utf-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
  height: 1px;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
input,
textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  max-width: 100%;
}
.cl:after {
  width: 1px;
  height: 0px;
  content: "";
  line-height: 0;
  display: block;
  clear: both;
}
.tel {
  cursor: default;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .tel {
    pointer-events: auto;
  }
}
* {
  box-sizing: border-box;
}
body {
  font-family: 'Noto Sans JP', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
.min {
  font-family: 'Noto Sans JP', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
:root {
  font-feature-settings: "palt";
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  :root {
    font-size: 20px;
  }
}
body {
  background: #fff;
}
.deadLink,
.deadlink {
  pointer-events: none !important;
  cursor: default !important;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.u_line {
  text-decoration: underline;
}
header#y2020header {
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  header#y2020header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
    background: #fff;
    height: 44px;
  }
}
@media screen and (max-width: 768px) {
  header#y2020header .logo {
    width: 26%;
    padding: 9px 10px;
  }
}
header#y2020header .rightContent {
  display: flex;
}
@media screen and (max-width: 768px) {
  header#y2020header .rightContent .siteMap {
    display: none;
  }
}
header#y2020header .rightContent .siteMap a {
  color: #000;
}
header#y2020header .rightContent .snsBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header#y2020header .rightContent .snsBox a {
  display: block;
}
@media screen and (max-width: 768px) {
  header#y2020header .rightContent .snsBox a {
    width: 44px;
    height: 44px;
    padding: 8px 8px;
  }
}
@media screen and (max-width: 768px) {
  header#y2020header .rightContent .twitter {
    margin-left: 0px;
  }
}
@media screen and (max-width: 768px) {
  header#y2020header .rightContent .facebook {
    margin-left: 0px;
  }
}
@media screen and (max-width: 768px) {
  header#y2020header .rightContent .insta {
    margin-left: 0px;
  }
}
@media screen and (max-width: 768px) {
  header#y2020header .rightContent .smpMenuBtn {
    display: block;
    width: 44px;
    height: 44px;
    background: #374149;
    padding: 9px 11px;
    margin-left: 8px;
    position: relative;
    z-index: 900;
  }
  header#y2020header .rightContent .smpMenuBtn .smpMenuBtnBox {
    position: relative;
  }
  header#y2020header .rightContent .smpMenuBtn span {
    height: 3px;
    display: block;
    background: #fff;
    width: 100%;
    position: absolute;
    left: 0;
    transition: 0.3s;
  }
  header#y2020header .rightContent .smpMenuBtn span:nth-of-type(1) {
    top: 0;
  }
  header#y2020header .rightContent .smpMenuBtn span:nth-of-type(2) {
    top: 10px;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  header#y2020header .rightContent .smpMenuBtn span:nth-of-type(3) {
    top: 20px;
  }
  header#y2020header .rightContent .smpMenuBtn.on span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 10px;
  }
  header#y2020header .rightContent .smpMenuBtn.on span:nth-of-type(2) {
    transform: translateX(-10px);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  header#y2020header .rightContent .smpMenuBtn.on span:nth-of-type(3) {
    transform: rotate(-45deg);
    top: 10px;
  }
}
@media screen and (max-width: 768px) {
  header#y2020header .rightContent .smpMenuWrap {
    display: block;
    position: fixed;
    width: 100%;
    top: 43px;
    left: 0;
    z-index: 800;
    background: #fff;
    border-top: 1px #374149 solid;
    border-bottom: 1px #374149 solid;
    padding-top: 7px;
    padding-bottom: 23px;
    visibility: hidden;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: 0.5s;
  }
  header#y2020header .rightContent .smpMenuWrap.on {
    visibility: visible;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    transition: 0.5s;
  }
  header#y2020header .rightContent .smpMenuWrap .LargeMenu {
    font-size: 0.75rem;
    font-family: 'Noto Sans JP', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    font-weight: 300;
  }
  header#y2020header .rightContent .smpMenuWrap .LargeMenu li {
    border-bottom: 1px solid #e2e3e4;
    padding: 18px 16px;
  }
  header#y2020header .rightContent .smpMenuWrap .LargeMenu a {
    background: url("../images/icon_arrow_g_r.svg") left center no-repeat;
    background-size: 10px 12px;
    padding-left: 20px;
  }
  header#y2020header .rightContent .smpMenuWrap .LargeMenu a span {
    font-family: 'Noto Sans JP', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  }
  header#y2020header .rightContent .smpMenuWrap .SmallMenu {
    font-size: 0.65rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  header#y2020header .rightContent .smpMenuWrap .SmallMenu li {
    width: 47%;
    border-bottom: 1px solid #e2e3e4;
    padding: 16px;
    align-items: center;
    display: flex;
  }
  header#y2020header .rightContent .smpMenuWrap .SmallMenu li:nth-last-of-type(1) {
    border-bottom: 0px solid #e2e3e4;
  }
  header#y2020header .rightContent .smpMenuWrap .SmallMenu a {
    background: url("../images/icon_arrow_g_r.svg") left center no-repeat;
    background-size: 10px 12px;
    padding-left: 20px;
    line-height: 1.3;
    display: flex;
    align-items: center;
  }
  header#y2020header .rightContent .smpMenuWrap .SmallMenu a span {
    display: flex;
    align-items: center;
  }
  header#y2020header .rightContent .smpMenuWrap .sponsor {
    display: flex;
    justify-content: space-between;
    padding: 15px 4%;
    margin-top: 5px;
  }
  header#y2020header .rightContent .smpMenuWrap .sponsor img {
    width: 100%;
  }
  header#y2020header .rightContent .smpMenuWrap .sponsor .tokyoto {
    width: 23.6%;
  }
  header#y2020header .rightContent .smpMenuWrap .sponsor .tokyotokyo {
    width: 33.1%;
  }
  header#y2020header .rightContent .smpMenuWrap .sponsor .tcvb {
    width: 17.7%;
  }
  header#y2020header .rightContent .smpMenuWrap .siteMap {
    font-size: 0.8rem;
    display: block;
    text-align: center;
    margin-top: 5px;
  }
  header#y2020header .rightContent .smpMenuWrap .siteMap a {
    background: #374149 url("../images/icon_sitemap_w.svg") left 10px center no-repeat;
    background-size: 19px 18px;
    display: inline-block;
    color: #fff;
    padding: 9px 9px 11px 40px;
  }
}
#y2020 footer#y2020footer {
  border: 0px solid rgba(255,255,255,0) !important;
}
footer#y2020footer {
  border-top: 0px solid #129bd0 !important;
  font-family: 'Noto Sans JP', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  footer#y2020footer {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  footer#y2020footer > nav {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  footer#y2020footer .sponsor {
    display: none;
  }
}
footer#y2020footer .copy {
  margin: 44px auto 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer#y2020footer .copy {
    font-size: 0.6rem;
  }
}
.pageTop.y2020 {
  display: block;
  position: fixed;
}
@media screen and (max-width: 768px) {
  .pageTop.y2020 {
    width: 45px;
    bottom: 15px;
    right: 18px;
  }
}
@media screen and (max-width: 768px) {
  nav.y2020 {
    display: none;
  }
}
#y2020 a {
  text-decoration: none;
  display: block;
}
@media screen and (max-width: 768px) {
  #y2020 a:hover {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  #y2020 a:visited {
    color: #333;
  }
}
#y2020 section,
#y2020 artcle {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #y2020 section,
  #y2020 artcle {
    width: 100%;
    min-width: 100%;
  }
}
#y2020 .imgbox {
  width: 100%;
}
#y2020 .imgbox img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #y2020 main {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #y2020 .contentWrap.content {
    margin-top: 44px;
  }
}
#y2020 .contentWrap section {
  width: 100%;
}
#y2020 h2 {
  color: #c6ae26;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #y2020 h2 {
    font-size: 1.15rem;
    padding: 25px 20px 25px;
  }
}
@media screen and (max-width: 768px) {
  #y2020 h2.content_h2 {
    padding: 10px 20px 35px;
    line-height: 1.4;
  }
}
#y2020 .subTitle {
  text-align: center;
}
#y2020 .subTitle p {
  display: inline-block;
  background: #e3e3e3;
  font-family: 'Noto Sans JP', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #737373;
  font-size: 0.95rem;
  padding: 4px 10px 6px;
  letter-spacing: 0.05em;
}
#y2020 .wrap {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #y2020 .wrap {
    width: 100%;
    padding: 10px 0 36px;
  }
}
@media screen and (max-width: 768px) {
  #y2020 .gotoTop {
    padding: 10px 17px 27px;
  }
}
#y2020 .gotoTop a {
  background: url("../images/icon_arrow_g_l.svg") left 0px bottom no-repeat;
  background-size: 11px 13px;
  color: #c6ae26 !important;
  padding-left: 22px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #y2020 .gotoTop a {
    font-size: 0.7rem;
  }
}
#y2020 .slick-dots li button::before {
  content: '';
  background: #fff;
  border: 2px solid #000;
  transform: rotate(-45deg);
  width: 8px;
  height: 8px;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
#y2020 .slick-dots .slick-active button::before {
  background: #c6ae26;
  border: 2px solid #c6ae26;
  width: 8px;
  height: 8px;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
#y2020 #mv .mvSliderBox {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #y2020 #mv .mvSliderBox {
    margin-top: 45px;
  }
}
@media screen and (max-width: 768px) {
  #y2020 #mv .mvSliderBox:before {
    content: '';
    display: block;
    background: url("../images/top_slider_before.svg") left top no-repeat;
    background-size: 100% 100%;
    position: absolute;
    z-index: 100;
    height: 42px;
    width: 52px;
    top: 10px;
    left: 10px;
  }
}
@media screen and (max-width: 768px) {
  #y2020 #mv .mvSliderBox:after {
    content: '';
    display: block;
    background: url("../images/top_slider_after.svg") left top no-repeat;
    background-size: 100% 100%;
    position: absolute;
    z-index: 100;
    height: 42px;
    width: 52px;
    bottom: 10px;
    right: 10px;
  }
}
#y2020 #mv img {
  width: 100%;
}
#y2020 .tourSearchBox .tourSearchInbox {
  background: #f3f3f3;
}
@media screen and (max-width: 768px) {
  #y2020 .tourSearchBox .tourSearchInbox {
    padding: 30px 8%;
  }
}
@media screen and (max-width: 768px) {
  #y2020 .tourSearchBox .tourSearchInbox ul {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #y2020 .tourSearchBox .tourSearchInbox ul li {
    margin-top: 10px;
  }
  #y2020 .tourSearchBox .tourSearchInbox ul li:nth-of-type(1) {
    margin-top: 0px;
  }
}
#y2020 .tourSearchBox .tourSearchInbox ul select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  background: #000 url("../images/icon_arrow_g_d.svg") right 8px center no-repeat;
  background-size: 16px 10px;
  border: #000;
  color: #c6ae26;
  padding: 12px 29px 12px 17px;
  font-family: 'Noto Sans JP', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 0.65rem;
}
#y2020 .tourSearchBox .tourSearchInbox ul .formBtn {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #y2020 .tourSearchBox .tourSearchInbox ul .formBtn {
    justify-content: space-between;
  }
}
#y2020 .tourSearchBox .tourSearchInbox ul input[type="text"] {
  background: #fff url("../images/icon_search.svg") left 10px center no-repeat;
  background-size: 20px 20px;
  border: #ddd 1px solid;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 13px 13px 13px 40px;
  font-size: 0.75rem;
}
@media screen and (max-width: 768px) {
  #y2020 .tourSearchBox .tourSearchInbox ul input[type="text"] {
    width: 66%;
  }
}
#y2020 .tourSearchBox .tourSearchInbox ul input[type="submit"] {
  background: #000 url("../images/icon_arrow_g_r.svg") left 10px center no-repeat;
  background-size: 10px 12px;
  color: #fff;
  padding: 14px 13px 14px 29px;
  line-height: 1;
  margin-left: 7px;
  font-size: 0.75rem;
}
@media screen and (max-width: 768px) {
  #y2020 .tourSearchBox .tourSearchInbox ul input[type="submit"] {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  #y2020 #news {
    background: url("../images/bg_shippou-smp.png") left top;
  }
}
#y2020 #news .newsBox {
  background: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  #y2020 #news .newsBox {
    padding: 36px 8%;
  }
}
#y2020 #news .newsBox li {
  margin-top: 22px;
}
#y2020 #news .newsBox li:nth-of-type(1) {
  margin-top: 0;
}
#y2020 #news .newsBox li a {
  display: block;
  background: url("../images/icon_arrow_g_r.svg") left center no-repeat;
  background-size: 13px 14px;
  padding-left: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #y2020 #news .newsBox li a {
    font-size: 0.75rem;
  }
}
#y2020 #news .newsBox .more {
  display: block;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #y2020 #news .newsBox .more {
    text-align: center;
  }
}
#y2020 #news .newsBox .more a {
  padding-left: 30px;
  display: inline;
  color: #c6ae26;
}
@media screen and (max-width: 768px) {
  #y2020 #news .newsBox .more a {
    background: url("../images/icon_arrow_g_r.svg") left 15px center no-repeat;
    background-size: 13px 14px;
    font-size: 0.9rem;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border: 1px solid #c6ae26;
    padding: 5px 20px 5px 40px;
  }
}
@media screen and (max-width: 768px) {
  #y2020 #column .columnBox ul {
    display: block;
    padding: 0 6%;
  }
}
#y2020 #column .columnBox ul li {
  background: #f3f3f3;
  border-top: 6px solid #129bd0;
  border-bottom: 6px solid #129bd0;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  #y2020 #column .columnBox ul li {
    width: 100%;
    padding: 35px 8%;
  }
}
#y2020 #column .columnBox ul li:before {
  content: '';
  display: block;
  background: url("../images/colmun_before.svg") left top no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  #y2020 #column .columnBox ul li:before {
    width: 38px;
    height: 30px;
  }
}
#y2020 #column .columnBox ul .columnInbox dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #y2020 #column .columnBox ul .columnInbox dl dt {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #y2020 #column .columnBox ul .columnInbox dl dd {
    width: 100%;
  }
}
#y2020 #column .columnBox ul .columnInbox dl img {
  width: 100%;
}
#y2020 #column .columnBox ul .columnInbox dl h3 {
  font-size: 0.9rem;
  font-family: 'Noto Sans JP', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  #y2020 #column .columnBox ul .columnInbox dl h3 {
    margin-top: 5px;
  }
}
#y2020 #column .columnBox ul .columnInbox dl p {
  font-size: 0.65rem;
  font-family: 'Noto Sans JP', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  #y2020 #column .columnBox ul .columnInbox dl p {
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  #y2020 #column .columnBox ul .columnInbox dl .moreBtn {
    text-align: center;
    margin-top: 10px;
  }
}
#y2020 #column .columnBox ul .columnInbox dl .moreBtn a {
  background: #000 url("../images/icon_arrow_g_r.svg") left 8px center no-repeat;
  background-size: 8px 9px;
  display: inline-block;
  color: #fff;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #y2020 #column .columnBox ul .columnInbox dl .moreBtn a {
    font-size: 0.9rem;
    padding: 8px 13px 9px 35px;
  }
}
@media screen and (max-width: 768px) {
  #y2020 .searchListBox {
    background: url("../images/bg_shippou-smp.png") left top;
    padding: 20px 6%;
  }
}
@media screen and (max-width: 768px) {
  #y2020 .searchListBox .searchListBoxList {
    margin-top: -30px;
  }
}
@media screen and (max-width: 768px) {
  #y2020 .searchListBox .searchListBoxList > li {
    margin-top: 30px;
  }
}
#y2020 .searchListBox .searchListInbox {
  background: #fff;
  border-top: 6px solid #129bd0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #y2020 .searchListBox .searchListInbox {
    padding: 15px 4%;
  }
}
#y2020 .searchListBox .searchListInbox .status {
  width: 78px;
  height: 78px;
  border: 1px solid #c6ae26;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: absolute;
  top: -39px;
  left: -39px;
  z-index: 30;
}
@media screen and (max-width: 768px) {
  #y2020 .searchListBox .searchListInbox .status {
    width: 50px;
    height: 50px;
    top: -29px;
    left: -10px;
  }
}
#y2020 .searchListBox .searchListInbox .statusInbox {
  background: #c6ae26;
  border: 2px solid #fff;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: flex;
  color: #fff;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #y2020 .searchListBox .searchListInbox .statusInbox {
    font-size: 0.65rem;
  }
}
#y2020 .searchListBox .searchListInbox .statusInbox:before {
  content: '受付中';
  font-weight: 700;
}
#y2020 .searchListBox .searchListInbox.end .status {
  border: 1px solid #b3b3b3;
}
#y2020 .searchListBox .searchListInbox.end .statusInbox {
  background: #b3b3b3;
  color: #808080;
  font-size: 0.8rem;
}
@media screen and (max-width: 768px) {
  #y2020 .searchListBox .searchListInbox.end .statusInbox:before {
    content: '終了';
  }
}
#y2020 .searchListBox .searchListInbox a {
  display: block;
}
#y2020 .searchListBox .searchListInbox dl {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #y2020 .searchListBox .searchListInbox dl {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  #y2020 .searchListBox .searchListInbox dl dt {
    width: 100%;
  }
}
#y2020 .searchListBox .searchListInbox dl dt img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #y2020 .searchListBox .searchListInbox dl dd {
    width: 100%;
  }
}
#y2020 .searchListBox .searchListInbox dl dd h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #c6ae26;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  #y2020 .searchListBox .searchListInbox dl dd h3 {
    margin-top: 10px;
  }
}
#y2020 .searchListBox .searchListInbox dl dd p {
  font-size: 0.75rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  #y2020 .searchListBox .searchListInbox dl dd p {
    margin-top: 15px;
  }
}
#y2020 .searchListBox .searchListInbox dl dd .genre {
  display: flex;
  margin-left: -7px;
}
@media screen and (max-width: 768px) {
  #y2020 .searchListBox .searchListInbox dl dd .genre {
    margin-top: 5px;
  }
}
#y2020 .searchListBox .searchListInbox dl dd .genre li {
  margin-left: 7px;
}
#y2020 .searchListBox .searchListInbox dl dd .genre li p {
  border: 1px solid #d1242a;
  padding: 2px 5px;
  font-family: 'Noto Sans JP', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #d1242a;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
#y2020 .searchListBox .searchListInbox dl dd .moreBtn {
  display: flex;
  justify-content: right;
}
@media screen and (max-width: 768px) {
  #y2020 .searchListBox .searchListInbox dl dd .moreBtn {
    margin-top: 15px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  #y2020 .searchListBox .searchListInbox dl dd .moreBtn .reservation {
    font-size: 0.9rem;
    text-align: center;
    display: block;
    width: 100%;
  }
}
#y2020 .searchListBox .searchListInbox dl dd .moreBtn .reservation a {
  background: #d1242a url("../images/icon_Reservation.svg") left 6px center no-repeat;
  background-size: 28px 22px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #y2020 .searchListBox .searchListInbox dl dd .moreBtn .reservation a {
    width: 100%;
    padding: 9px 15px 10px 40px;
  }
}
#y2020 .searchListBox .searchListInbox dl dd .moreBtn .more {
  font-size: 0.9rem;
}
@media screen and (max-width: 768px) {
  #y2020 .searchListBox .searchListInbox dl dd .moreBtn .more {
    text-align: center;
    display: block;
    width: 100%;
    margin-top: 10px;
  }
}
#y2020 .searchListBox .searchListInbox dl dd .moreBtn .more a {
  background: #000 url("../images/icon_arrow_g_r.svg") left 10px center no-repeat;
  background-size: 11px 13px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #y2020 .searchListBox .searchListInbox dl dd .moreBtn .more a {
    padding: 9px 15px 10px 40px;
    width: 100%;
  }
}
#y2020 .toursSliderWrap .toursSlider {
  position: relative;
}
#y2020 .toursSliderWrap .toursSlider .status {
  width: 78px;
  height: 78px;
  border: 1px solid #c6ae26;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: absolute;
  top: -39px;
  left: -39px;
  z-index: 30;
}
@media screen and (max-width: 768px) {
  #y2020 .toursSliderWrap .toursSlider .status {
    width: 50px;
    height: 50px;
    top: -29px;
    left: -10px;
  }
}
#y2020 .toursSliderWrap .toursSlider .statusInbox {
  background: #c6ae26;
  border: 2px solid #fff;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: flex;
  color: #fff;
  justify-content: center;
  align-items: center;
  position: absolute;
}
@media screen and (max-width: 768px) {
  #y2020 .toursSliderWrap .toursSlider .statusInbox {
    font-size: 0.65rem;
  }
}
#y2020 .toursSliderWrap .toursSlider .statusInbox:before {
  content: '受付中';
  font-weight: 700;
}
#y2020 .toursSliderWrap .toursSlider.end .status {
  border: 1px solid #b3b3b3;
}
#y2020 .toursSliderWrap .toursSlider.end .statusInbox {
  background: #b3b3b3;
  color: #808080;
  font-size: 0.8rem;
}
@media screen and (max-width: 768px) {
  #y2020 .toursSliderWrap .toursSlider.end .statusInbox:before {
    content: '終了';
  }
}
@media screen and (max-width: 768px) {
  #y2020 .toursSliderWrap .toursSlider {
    padding: 0 4%;
  }
}
#y2020 .toursSliderWrap .toursSlider img {
  width: 100%;
}
#y2020 .toursSliderWrap .thumbnail img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #y2020 .toursBox {
    padding: 0 4%;
  }
}
#y2020 .toursBox .genre {
  display: flex;
  margin-left: -7px;
}
@media screen and (max-width: 768px) {
  #y2020 .toursBox .genre {
    margin-top: 5px;
  }
}
#y2020 .toursBox .genre li {
  margin-left: 7px;
}
#y2020 .toursBox .genre li p {
  border: 1px solid #d1242a;
  padding: 2px 5px;
  font-family: 'Noto Sans JP', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #d1242a;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
#y2020 .toursBox h3 {
  font-size: 1.2rem;
  color: #000;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  #y2020 .toursBox h3 {
    margin-top: 10px;
  }
  #y2020 .toursBox h3 span {
    padding-bottom: 15px;
    margin-bottom: 24px;
  }
}
#y2020 .toursBox p {
  font-size: 0.75rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  #y2020 .toursBox p {
    margin-top: 15px;
  }
}
#y2020 .toursBox .Directions {
  display: flex;
  margin-left: -7px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #y2020 .toursBox .Directions {
    margin-top: 5px;
  }
}
#y2020 .toursBox .Directions li {
  margin-left: 7px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #y2020 .toursBox .Directions li {
    margin-top: 15px;
  }
}
#y2020 .toursBox .Directions li:before {
  background: url("../images/icon_arrow_g_r.svg") center center no-repeat;
  background-size: 100% 100%;
  content: '';
  width: 14px;
  height: 16px;
  display: block;
  margin-left: 16px;
}
#y2020 .toursBox .Directions li:nth-of-type(1) {
  margin-left: 0;
}
#y2020 .toursBox .Directions li:nth-of-type(1):before {
  display: none;
}
#y2020 .toursBox .Directions li p {
  border: 1px solid #d1242a;
  padding: 3px 7px;
  font-family: 'Noto Sans JP', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #d1242a;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin-left: 16px;
}
@media screen and (max-width: 768px) {
  #y2020 .toursBox .Directions li p {
    font-size: 0.8rem;
    margin-top: 0;
  }
}
#y2020 .toursBox .meetingPlace {
  text-align: center;
  margin: 80px auto 0;
}
#y2020 .toursBox .meetingPlace p {
  background: #000;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  padding: 10px 10px 13px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  #y2020 .toursBox .meetingPlace p {
    width: 100%;
  }
}
#y2020 .toursBox .googleMap {
  margin: 30px auto;
}
@media screen and (max-width: 768px) {
  #y2020 .toursBox .googleMap {
    width: 100%;
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  #y2020 .toursBox .googleMap iframe {
    width: 100%;
    height: 300px;
  }
}
#y2020 .toursBox .link {
  text-align: center;
  font-size: 0.8rem;
}
#y2020 .toursBox .Organizer {
  margin-top: 100px;
  text-align: center;
  font-size: 0.7rem;
  background: #f3f3f3;
  padding: 5px 5px 8px;
}
#y2020 .toursBox .Organizerbura {
  text-align: center;
  font-size: 0.7rem;
}
#y2020 .toursBox .moreBtn {
  margin-top: 60px;
}
#y2020 .toursBox .moreBtn .reservation {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #y2020 .toursBox .moreBtn .reservation {
    font-size: 0.9rem;
    text-align: center;
    display: block;
    width: 100%;
  }
}
#y2020 .toursBox .moreBtn .reservation a {
  color: #fff;
}
@media screen and (max-width: 768px) {
  #y2020 .toursBox .moreBtn .reservation a {
    background: #d1242a url("../images/icon_Reservation.svg") left 6px center no-repeat;
    background-size: 28px 22px;
    width: 100%;
    padding: 9px 15px 10px 50px;
  }
}
@media screen and (max-width: 768px) {
  #y2020 .columnWrap {
    padding: 0 4%;
  }
}
#y2020 .columnWrap .columnImg {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
#y2020 .columnWrap .columnImg img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #y2020 .tokusethuWrap {
    padding: 0 4%;
  }
}
#y2020 .tokusethuWrap .tokusethuInWrap {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #y2020 .tokusethuWrap .tokusethuInWrap {
    background: url("../images/bg_shippou-smp.png") left top;
  }
}
#y2020 .tokusethuWrap .tokusethuInWrap img {
  width: 100%;
}
#y2020 .tokusethuWrap .tokusethuInWrap .tokusethuInBox {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  background: #fff;
  padding: 48px;
}
@media screen and (max-width: 768px) {
  #y2020 .tokusethuWrap .tokusethuInWrap .tokusethuInBox {
    max-width: 100%;
    padding: 0;
  }
}
#y2020 .tokusethuWrap .marqueeBox ul {
  margin-top: 50px;
}
#y2020 .tokusethuWrap .marqueeBox ul li {
  border-top: 1px solid #c6ae26;
  display: block;
  overflow: hidden;
}
#y2020 .tokusethuWrap .marqueeBox ul li:nth-of-type(1) {
  border-top: 0;
}
#y2020 .tokusethuWrap .marqueeBox a {
  display: inline-block;
  padding: 10px;
}
#y2020 .tokusethuWrap .marqueeBox a p {
  display: inline-block;
  font-size: 2rem;
  color: #c6ae26;
  line-height: 120px;
  vertical-align: top;
}
#y2020 .tokusethuWrap .marqueeBox a figure {
  display: inline-block;
  height: 120px;
  margin-left: 15px;
}
#y2020 .tokusethuWrap .marqueeBox a img {
  height: 120px;
}
@media screen and (max-width: 768px) {
  #y2020 .tokusethuWrap .marqueeBox .columnBox {
    margin-top: 15px;
  }
}
#y2020 .tokusethuWrap .marqueeBox .columnBox .columnInbox {
  background: #f3f3f3;
}
@media screen and (max-width: 768px) {
  #y2020 .tokusethuWrap .marqueeBox .columnBox .columnInbox {
    padding: 30px 8%;
  }
}
#y2020 .tokusethuWrap .marqueeBox .columnBox .columnInbox p {
  margin-top: 0;
}
#y2020 .toursBox .genre {
  display: flex;
  margin-left: -7px;
}
@media screen and (max-width: 768px) {
  #y2020 .toursBox .genre {
    margin-top: 5px;
  }
}
#y2020 .toursBox .genre li {
  margin-left: 7px;
}
#y2020 .toursBox .genre li p {
  border: 1px solid #d1242a;
  padding: 2px 5px;
  font-family: 'Noto Sans JP', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #d1242a;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
#y2020 .toursBox .toursDetails {
  margin-top: -55px;
}
#y2020 .toursBox .toursDetails ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#y2020 .toursBox .toursDetails ul li {
  border-left: 2px solid #129bd0;
  border-right: 2px solid #129bd0;
  border-bottom: 2px solid #129bd0;
  border-top: 6px solid #129bd0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #y2020 .toursBox .toursDetails ul li {
    padding: 25px 25px;
    margin-top: 20px;
    width: 48%;
  }
}
#y2020 .toursBox .toursDetails ul li h3 {
  text-align: left;
  font-weight: 700;
  margin: 0;
  color: #c6ae26;
}
#y2020 .toursBox .toursDetails ul li p {
  text-align: left;
  font-size: 0.75rem;
}
#y2020 .toursBox .toursDetails > p {
  font-size: 0.8rem;
}
#y2020 .toursBox .readText {
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  #y2020 .toursBox .readText {
    margin-top: 15px;
    font-size: 0.85rem;
  }
}
#y2020 .toursBox h3 {
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  #y2020 .toursBox h3 {
    margin-top: 15px;
    font-size: 1.1rem;
  }
}
#y2020 .toursBox h3 span {
  position: relative;
}
@media screen and (max-width: 768px) {
  #y2020 .toursBox h3 span {
    display: block;
  }
}
#y2020 .toursBox h3 span:before {
  border-bottom: 1px solid #c6ae26;
  content: '';
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
#y2020 .toursBox h3 span:after {
  border-bottom: 1px solid #c6ae26;
  content: '';
  width: 100%;
  position: absolute;
  bottom: -3px;
  left: 0;
}
#y2020 .toursBox p {
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  #y2020 .toursBox p {
    margin-top: 15px;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 768px) {
  #y2020 .toursBox figure {
    width: 100%;
  }
}
#y2020 .toursBox figure.right {
  float: right;
  margin: 15px 0px 15px 15px;
  width: 40%;
}
@media screen and (max-width: 768px) {
  #y2020 .toursBox figure.right {
    width: 100%;
    margin: 0 auto;
    float: none;
  }
}
#y2020 .toursBox figure img {
  width: 100%;
}
#y2020 .toursBox figure figcaption {
  margin-top: 5px;
  font-size: 0.65rem;
}
@media screen and (max-width: 768px) {
  #y2020 .toursBox .columnBox {
    margin-top: 15px;
  }
}
#y2020 .toursBox .columnBox .columnInbox {
  background: #f3f3f3;
}
@media screen and (max-width: 768px) {
  #y2020 .toursBox .columnBox .columnInbox {
    padding: 30px 8%;
  }
}
#y2020 .toursBox .columnBox .columnInbox p {
  margin-top: 0;
}
#y2020 .pagerArea {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
#y2020 .pagerArea .prevBtn {
  display: inline-block;
  border: 2px solid #f3f3f3;
  margin: 10px;
}
#y2020 .pagerArea .prevBtn a {
  font-size: 0.9rem;
  display: inline-block;
  padding: 10px 10px 10px 30px;
  color: #000;
  background: url("../images/icon_arrow_g_l.svg") left 5px center no-repeat;
  background-size: 15px;
  line-height: 1;
}
#y2020 .pagerArea .nextBtn {
  display: inline-block;
  border: 2px solid #f3f3f3;
  margin: 10px;
}
#y2020 .pagerArea .nextBtn a {
  font-size: 0.9rem;
  display: inline-block;
  padding: 10px 30px 10px 10px;
  color: #000;
  background: url("../images/icon_arrow_g_r.svg") right 5px center no-repeat;
  background-size: 15px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .gotoTop.y2020gotop {
    padding: 10px 17px 27px;
    margin-top: 47px;
    text-align: center;
  }
}
.gotoTop.y2020gotop a {
  background: url("../images/icon_arrow_g_l.svg") left 0px bottom no-repeat;
  background-size: 11px 13px;
  color: #c6ae26 !important;
  padding-left: 22px;
  display: inline-block;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .gotoTop.y2020gotop a {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 768px) {
  .main_page {
    background: url("../images/bg_shippou-smp.png") left top;
  }
}
.main_page .y2020gotop {
  background: #fff;
}
.main_page .y2020gotop + .wrap {
  background: #fff;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .main_page .y2020gotop + .wrap {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .main_page .y2020gotop + .wrap .page_cont,
  .main_page .y2020gotop + .wrap .tour_title,
  .main_page .y2020gotop + .wrap .articlelist_wrap {
    width: 88%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .main_page .y2020gotop + .wrap .page_tit {
    width: 88%;
    margin: 50px auto 0;
  }
}
a {
  color: #000;
}
.sitemap_link-box a {
  display: block;
}
.sitemap_link-box a:after {
  bottom: auto;
  top: 49%;
}
.close .status {
  border: 1px solid #b3b3b3 !important;
}
.close .statusInbox {
  background: #b3b3b3 !important;
  color: #808080 !important;
}
@media screen and (max-width: 768px) {
  .close .statusInbox:before {
    content: '終了' !important;
  }
}
.close .toursDetails ul li {
  background: #ccc !important;
}
.close .moreBtn .reservation a {
  background: #797979 url("../images/icon_Reservation.svg") left 6px center no-repeat !important;
  background-size: 28px 22px !important;
  color: #444 !important;
  cursor: default;
  pointer-events: none;
}
.page_tit .num2020 {
  padding-bottom: 20px;
  display: block;
}
.tour_flex_box {
  justify-content: center !important;
}
#report_page .tour_report_box .report_wrapper:nth-child(2n+1) {
  background: rgba(255,255,255,0) !important;
}
.Note {
  text-align: center;
  margin: 40px auto;
}
.Note span {
  font-size: 1.5rem;
  padding-bottom: 5px;
  position: relative;
}
.Note span:after {
  content: '';
  height: 1px;
  width: 100%;
  background: #e51e25;
  left: 0;
  bottom: 0;
  display: block;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .br-sp {
    display: none;
  }
}
.youtubeWrap {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .youtubeWrap {
    width: 100%;
  }
}
.youtubeWrap .youtubeBox {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtubeWrap .youtubeBox .youtubeInBox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.youtubeWrap .youtubeBox .youtubeInBox iframe {
  width: 100%;
  height: 100%;
}