body .ecz-header#travel_echizenTop {
  background-image: url(/images/travel_echizen_mainimg.png);
}
body .ecz-header#travel_echizenExperience {
  background-image: url(/images/travel_echizen_mainimg01.png);
}
body .ecz-header#travel_echizenFood {
  background-image: url(/images/travel_echizen_mainimg02.png);
}
body .ecz-header#travel_echizenStay {
  background-image: url(/images/travel_echizen_mainimg03.png);
}
body .ecz-header#travel_echizenShop {
  background-image: url(/images/travel_echizen_mainimg04.png);
}
body .ecz-header#travel_echizenVisit {
  background-image: url(/images/travel_echizen_mainimg05.png);
}
body .ecz-header#travel_echizenPlay {
  /* background-image: url(/images/travel_echizen_mainimg06.png); */
}
body .ecz-header#travel_echizenEvents {
  background-image: url(/images/travel_echizen_mainimg07.png);
}

body .category-item.selected {
  background: black !important;
  color: white !important;
}

@media (max-width: 425px) {
body .ecz-header#travel_echizenExperience,
body .ecz-header#travel_echizenFood,
body .ecz-header#travel_echizenStay,
body .ecz-header#travel_echizenShop,
body .ecz-header#travel_echizenVisit,
/* body .ecz-header#travel_echizenPlay, */
body .ecz-header#travel_echizenEvents {
  margin-bottom: 27px;
}
}


/*===================================================
記事カテゴリ一覧
===================================================*/
#articleList ul {
  display: flex;
  flex-wrap: wrap;
}

#articleList li a {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
}

#articleList li a::before,
#articleList li a > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#articleList li a::before {
  content: "";
  background-color: #000;
  opacity: 0;
  transition: .2s;
  z-index: 3;
}
#articleList li a:hover::before {
  opacity: 0.5;
}

#articleList li a::after {
  position: absolute;
  content: "";
  right: 20px;
  bottom: 20px;
  width: 24px;
  height: 12px;
  background: url(/images/arrow-right_w.svg) no-repeat right bottom / contain;
  z-index: 4;
}

#articleList li a > div:first-of-type {
  z-index: 2;
}
#articleList li a > div img {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
}

#articleList li a > div:nth-of-type(2) {
  z-index: 4;
}

#articleList li a > div:nth-of-type(2) > p {
  position: relative;
  top: 50%;
  left: 5%;
  width: 90%;
  height: 100%;
  max-height: 72px;
  text-indent: 100%;
  background: no-repeat center / contain;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  transform: translate(0,-50%);
}
#articleList li:first-of-type a > div:nth-of-type(2) > p {
  background-image: url(/images/travel_echizen_top_tit01.svg);
}
#articleList li:nth-of-type(2) a > div:nth-of-type(2) > p {
  background-image: url(/images/travel_echizen_top_tit02.svg);
}
#articleList li:nth-of-type(3) a > div:nth-of-type(2) > p {
  background-image: url(/images/travel_echizen_top_tit03.svg);
}
#articleList li:nth-of-type(4) a > div:nth-of-type(2) > p {
  background-image: url(/images/travel_echizen_top_tit04.svg);
}
#articleList li:nth-of-type(5) a > div:nth-of-type(2) > p {
  background-image: url(/images/travel_echizen_top_tit05.svg);
}
/* 遊ぶ（Play）が削除され、観る・遊ぶに統合されたため番号振り直し */
#articleList li:nth-of-type(6) a > div:nth-of-type(2) > p {
  background-image: url(/images/travel_echizen_top_tit07.svg);
}
#articleList li:nth-of-type(7) a > div:nth-of-type(2) > p {
  background-image: url(/images/travel_echizen_top_tit08.svg);
}
#articleList li:nth-of-type(8) a > div:nth-of-type(2) > p {
  background-image: url(/images/travel_echizen_top_tit09.svg);
}
/* #articleList li:nth-of-type(9) a > div:nth-of-type(2) > p {
  background-image: url(/images/travel_echizen_top_tit09.svg);
} */

@media print, screen and ( min-width: 426px) {
#articleList li {
  width: calc((100% - 50px) / 2);
}

#articleList li:nth-of-type(odd) {
  margin-right: 50px;
}

#articleList li:nth-of-type(n+3) {
  margin-top: 50px;
}

#articleList li a {
  padding-top: 57.143%;
}
}

@media (max-width: 425px) {
#articleList li {
  width: calc((100% - 25px) / 2);
}

#articleList li:nth-of-type(odd) {
  margin-right: 25px;
}

#articleList li:nth-of-type(n+3) {
  margin-top: 25px;
}

#articleList li a {
  padding-top: 100%;
}

#articleList li a::after {
  right: 5px;
  bottom: 5px;
  width: 17px;
  height: 8px;
}
}

/*----- カテゴリ選択 -----*/
#travel_echizenTop .categoryList > div > ul {
  position: relative;
  margin-left: 3.5em;
}
#travel_echizenTop .categoryList > div > ul::before {
  content: "Area";
  position: absolute;
  top: 15px;
  left: -3.5em;
}

@media (max-width: 425px) {
#travel_echizenTop .categoryList > div > ul::before {
  top: 10px;
}
}


/*===================================================
ボトムメニュー
===================================================*/
#botomMenu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 150px;
}

#botomMenu li {
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

#botomMenu li a {
  display: block;
}
#botomMenu li a:hover,
#botomMenu li.selected a {
  -ms-filter: "alpha( opacity=50 )";
  filter: alpha( opacity=50 );
  opacity: 0.5;
}

#botomMenu li a span {
  display: block;
  height: 10px;
  text-indent: 100%;
  background: no-repeat center / contain;
  margin: 10px auto 0;
  overflow: hidden;
  white-space: nowrap;
}
#botomMenu li:first-of-type a span {
  width: 64px;
  height: 13px;
  background-image: url(/images/travel_echizen_sub_tit01.svg);
}
#botomMenu li:nth-of-type(2) a span {
  width: 28px;
  background-image: url(/images/travel_echizen_sub_tit02.svg);
}
#botomMenu li:nth-of-type(3) a span {
  width: 26px;
  height: 13px;
  background-image: url(/images/travel_echizen_sub_tit03.svg);
}
#botomMenu li:nth-of-type(4) a span {
  width: 27px;
  height: 13px;
  background-image: url(/images/travel_echizen_sub_tit04.svg);
}
#botomMenu li:nth-of-type(5) a span {
  width: 25px;
  height: 11px;
  background-image: url(/images/travel_echizen_sub_tit05.svg);
}
/* 遊ぶ（Play）が削除され、観る・遊ぶに統合されたため番号振り直し */
#botomMenu li:nth-of-type(6) a span {
  width: 28px;
  height: 13px;
  background-image: url(/images/travel_echizen_sub_tit07.svg);
}
#botomMenu li:nth-of-type(7) a span {
  width: 41px;
  background-image: url(/images/travel_echizen_sub_tit08.svg);
}
#botomMenu li:nth-of-type(8) a span {
  width: 39px;
  background-image: url(/images/travel_echizen_sub_tit09.svg);
}
/* #botomMenu li:nth-of-type(9) a span {
  width: 70px;
  height: 28px;
  background-image: url(/images/travel_echizen_sub_tit09.svg);
} */

#botomMenu li a span br {
  display: none;
}

@media (max-width: 425px) {
#botomMenu ul {
  justify-content: center;
  margin-top: 40px;
}

#botomMenu li {
  font-size: 12px;
  margin: 30px 12px 0;
}
}


/*===================================================
記事一覧
===================================================*/
.articleDetailList h1 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
}

.articleDetailList ul {
  display: flex;
  flex-wrap: wrap;
  letter-spacing: .2em;
}

.articleDetailList li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: .2s;
}
.articleDetailList li a:hover {
  -ms-filter: "alpha( opacity=50 )";
  filter: alpha( opacity=50 );
  opacity: 0.5;
}

.articleDetailList li a > div {
  position: relative;
  padding-top: 70%;
}
.articleDetailList li a > div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.articleDetailList li a > ul li {
  width: 100%;
  letter-spacing: .2em;
}

@media print, screen and ( min-width: 426px) {
.articleDetailList > ul > li {
  width: calc((100% - 80px) / 3);
  margin-right: 40px;
}

.articleDetailList > ul > li:nth-of-type(3n) {
  margin-right: 0;
}

.articleDetailList > ul > li:nth-of-type(n+4) {
  margin-top: 60px;
}

.articleDetailList li a > ul li {
  text-align: center;
}

.articleDetailList li a > ul li:first-of-type {
  font-size: 24px;
  margin: 20px 0;
}
.articleDetailList li a > ul li:nth-of-type(2) {
  font-size: 12px;
  margin-bottom: 20px;
}
.articleDetailList li a > ul li:nth-of-type(3) {
  font-size: 14px;
  text-align: justify;
}
}

@media (max-width: 425px) {
.articleDetailList h1 {
  margin-bottom: 20px;
}

.articleDetailList > ul > li {
  width: calc((100% - 25px) / 2);
}

.articleDetailList > ul > li:nth-of-type(odd) {
  margin-right: 25px;
}

.articleDetailList > ul > li:nth-of-type(n+3) {
  margin-top: 35px;
}

.articleDetailList li a > ul li:first-of-type {
  order: 2;
  position: relative;
  font-size: 12px;
  padding-bottom: 20px;
}
.articleDetailList li a > ul li:first-of-type::after {
  content: "More";
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 10px;
  text-decoration: underline;
}

.articleDetailList li a > ul li:nth-of-type(2) {
  order: 1;
  font-size: 10px;
  margin: 15px 0 10px;
}

.articleDetailList li a > ul li:nth-of-type(3) {
  display: none;
}
}


/*===================================================
記事詳細
===================================================*/
/*----- タイトル -----*/
#articleTit {
  font-size: 36px;
  line-height: 1.3;
  letter-spacing: .1em;
  font-weight: 600;
  text-align: center;
  padding: 60px 0 30px;
}

#articleTit + p {
  font-size: 18px;
  letter-spacing: .2em;
  text-align: center;
  margin-bottom: 70px;
}

@media (max-width: 425px) {
#articleTit {
  font-size: 21px;
  padding: 45px 0 15px;
}

#articleTit + p {
  font-size: 10px;
  text-align: center;
  margin-bottom: 30px;
}
}

/*----- メイン画像 -----*/
.slider-for li div,
.slider-nav li div {
  position: relative;
  padding-top: 70%;
}
.slider-for li div img,
.slider-nav li div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

/*----- サムネ画像 -----*/
.slider-nav {
  margin-top: 30px;
}

.slider-nav li {
  position: relative;
  width: 100px !important;
  margin: 0 10px;
}
.slider-nav li:hover {
  -ms-filter: "alpha( opacity=50 )";
  filter: alpha( opacity=50 );
  opacity: 0.5;
  cursor: pointer;
}

.slider-nav li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  transition: .2s;
  pointer-events: none;
  z-index: 2;
}
.slider-nav li.slick-current::before {
  opacity: 0.5;
}

.slider-nav .slick-track {
  display: flex;
  justify-content: center;
  width: auto !important;
  transform: translate3d(0,0,0) !important;
}

@media (max-width: 425px) {
.slider-nav {
  margin-top: 15px;
}

.slider-nav li {
  width: 50px !important;
  margin: 0 5px;
}
}

/*----- リッチテキストエリア -----*/
#editBox {
  font-size: 16px;
  line-height: 2.2;
  letter-spacing: .05em;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 400;
  text-align: left;
  margin: 65px 0 85px;
}

#editBox a {
  color: #004dda;
  text-decoration: underline;
}
#editBox a:hover {
  opacity: .5;
}
#editBox a:visited {
  color: #00266d;
}

#editBox img {
  max-width: 100%;
  height: auto;
}

#editBox iframe {
  width: 100%;
  height: 500px;
}

@media (max-width: 425px) {
#editBox {
  font-size: 12px;
  margin: 40px 0 70px;
}

#editBox iframe {
  height: 300px;
}
}

/*----- p -----*/
#editBox p {
  margin: 0;
}
#editBox > p:not(:last-child) {
  margin-bottom: 1.5em;
}

/*----- ul,ol,li -----*/
#editBox ul {
  margin-left: 1.2em;
}

#editBox ol,
#editBox ol > li {
  list-style: decimal;
}

#editBox ul > li,
#editBox ol > li {
  position: relative;
  line-height: 1.8;
}
#editBox ul > li::before {
  content: "●";
  position: absolute;
  top: 0;
  left: -1.2em;
}

#editBox ul > li:not(:last-of-type),
#editBox ol > li:not(:last-of-type) {
  margin-bottom: .5em;
}

/*----- 見出し -----*/
#editBox h2 {
  font-size: 30px;
  font-family: "Yu Mincho";
  line-height: 1.3;
  letter-spacing: .2em;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
#editBox h2:not(:first-child) {
  margin-top: 50px;
}

#editBox h3 {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  border-left: 4px solid #000;
  padding-left: 11px;
  margin-bottom: 15px;
}
#editBox h3:not(:first-child) {
  margin-top: 30px;
}

#editBox h4,
#editBox h5,
#editBox h6 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
#editBox h4:not(:first-child),
#editBox h5:not(:first-child),
#editBox h6:not(:first-child) {
  margin-top: 15px;
}

@media (max-width: 425px) {
#editBox h2 {
  font-size: 24px;
  margin-bottom: 15px;
}
#editBox h2:not(:first-child) {
  margin-top: 30px;
}

#editBox h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
#editBox h3:not(:first-child) {
  margin-top: 15px;
}

#editBox h4,
#editBox h5,
#editBox h6 {
  font-size: 16px;
  margin-bottom: 5px;
}
#editBox h4:not(:first-child),
#editBox h5:not(:first-child),
#editBox h6:not(:first-child) {
  margin-top: 5px;
}
}

/*----- table -----*/
#editBox table,
#editBox td,
#editBox th {
  border: 1px solid #666;
}

#editBox table {
  margin-bottom: 30px;
}

#editBox td,
#editBox th {
  padding: 5px;
}

@media (max-width: 425px) {
#editBox table {
  margin-bottom: 15px;
}
}

/*----- SNSリンク -----*/
#infoBtBox + #snsLink {
  margin-top: -15px;
}

#snsLink ul {
  display: flex;
  flex-wrap: wrap;
}

#snsLink li {
  font-size: 12px;
  line-height: 20px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  margin-top: 15px;
}
#snsLink li:nth-last-of-type(n+2){
  margin-right: 30px;
}

#snsLink li a {
  display: block;
  padding-left: 25px;
  background: no-repeat 0 center / 20px;
}
#snsLink li a:hover {
  -ms-filter: "alpha( opacity=50 )";
  filter: alpha( opacity=50 );
  opacity: 0.5;
}

#snsLink li#sns_hp a {
  background-image: url(/images/sns_icon01.svg);
}
#snsLink li#sns_fb a {
  background-image: url(/images/sns_icon02.svg);
}
#snsLink li#sns_is a {
  background-image: url(/images/sns_icon03.svg);
}
#snsLink li#sns_tt a {
  background-image: url(/images/sns_icon04.svg);
}
#snsLink li#sns_yt a {
  background-image: url(/images/sns_icon05.svg);
}

/*----- 関連記事 -----*/
.relatedArticle {
  margin-top: 100px;
}

@media (max-width: 425px) {
.relatedArticle {
  margin-top: 50px;
}
}


/*===================================================
催し
===================================================*/
#scheduleLink {
  padding: 100px 0 50px;
  margin: 0;
}

#scheduleLink h1 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
}

#scheduleLink h2 {
  height: 300px;
  font-size: 30px;
  font-weight: 600;
  line-height: 300px;
  color: #fff;
  background: no-repeat center center / cover;
  padding-left: 50px;
}
#scheduleLink h2#spring {
  background-image: url(/images/travel_echizen_season_01.png);
}
#scheduleLink h2#summer {
  background-image: url(/images/travel_echizen_season_02.png);
}
#scheduleLink h2#fall {
  background-image: url(/images/travel_echizen_season_03.png);
}
#scheduleLink h2#winter {
  background-image: url(/images/travel_echizen_season_04.png);
}

#scheduleLink ul {
  width: 100%;
  justify-content: space-around;
}

#scheduleLink li {
  width: 3em;
  text-align: center;
}

#scheduleLink li a {
  -ms-filter: "alpha( opacity=50 )";
  filter: alpha( opacity=50 );
  opacity: 0.5;
}
#scheduleLink li a:hover,
#scheduleLink li a.selected {
  -ms-filter: "alpha( opacity=100 )";
  filter: alpha( opacity=100 );
  opacity: 1;
}

#removeMonth {
  display: flex;
  justify-content: center;
  font-size: 18px;
  height: 30px;
  line-height: 30px;
  margin-top: 50px;
}

#removeMonth a {
  width: 54px;
  height: 100%;
  text-indent: -999em;
  background: url(/images/arrow-right.svg) no-repeat right center / 24px auto;
  overflow: hidden;
}
#removeMonth a:first-of-type { 
  transform: scale(-1, 1);
}

#removeMonth a:hover {
  -ms-filter: "alpha( opacity=50 )";
  filter: alpha( opacity=50 );
  opacity: 0.5;
}

@media (max-width: 425px) {
#scheduleLink {
  padding: 50px 0 30px;
}

#scheduleLink h1 {
  margin-bottom: 20px;
}

#scheduleLink h2 {
  height: 150px;
  font-size: 21px;
  line-height: 150px;
  padding-left: 20px;
}
  
#removeMonth {
  font-size: 16px;
  margin-top: 30px;
}

#removeMonth a {
  width: 27px;
  background-size: 12px auto;
}

#scheduleLink li {
  width: calc((100% - 75px) / 6);
  margin: 10px 15px 0  0 ;
}
#scheduleLink li:nth-of-type(6),
#scheduleLink li:nth-of-type(12) {
  margin-right: 0;
}
}


/*===================================================
アクセス
===================================================*/
.mapBox {
  position: relative;
  width: 100%;
  max-width: 1320px;
  background: no-repeat top center / contain;
  margin: 0 auto;
}

#mapBox01 {
  background-image: url(/images/travel_echizen_access_map_pc01_en.png);
}
#mapBox02 > .container {
  background: url(/images/travel_echizen_access_map_pc02_en.png) no-repeat top center / contain;
}

.mapBox::before {
  content: "";
  position: absolute;
  top: 120px;
  background: no-repeat top center / contain;
}
#mapBox01::before {
  left: 30px;
  width: 230px;
  height: 354px;
  background-image: url(/images/travel_echizen_access_info01_en.png);
}
#mapBox02::before {
  left: 120px;
  width: 88px;
  height: 118px;
  background-image: url(/images/travel_echizen_access_info02_en.png);
}

#mapBox01 h1 {
  padding: 50px 0 65%;
}

.mapBox h2 {
  font-size: 28px;
  margin-bottom: 30px
}
.mapBox h2:nth-of-type(n+2) {
  margin-top: 60px
}

.mapBox .ly_column2 {
  margin-bottom: 35px;
}

.mapBox .ly_column2 dl {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  width: 100%;
  margin: 0;
}

.mapBox .ly_column2 dt,
.mapBox .ly_column2 dd {
  margin-bottom: 15px;
}

.mapBox .ly_column2 dt {
  position: relative;
  width: 130px;
  height: 30px;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background: url(/images/bg_stripe.png) repeat 0 0 / 6px;
  padding: 5px;
  margin-right: 20px;
}
.mapBox .ly_column2 dt span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translate(0,-50%);
}

.mapBox .ly_column2 dd {
  width: calc(100% - 150px);
  margin-top: 5px;
}

.mapBox p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  margin: 1em 0 0;
}
.mapBox .ly_column2 + p {
  margin: 0;
}

.mapBox p b {
  font-size: 18px;
}

.relatedLink {
  display: flex;
  flex-wrap: wrap;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

.relatedLink li {
  margin-top: 1em;
}
.relatedLink li:nth-last-of-type(n+2) {
  margin-right: 2em;
}

.relatedLink li a {
  position: relative;
  display: block;
  text-decoration: underline;
  margin-left: 1.5em;
}
.relatedLink li a:hover {
  -ms-filter: "alpha( opacity=50 )";
  filter: alpha( opacity=50 );
  opacity: 0.5;
}
.relatedLink li a::before {
  content: "▶︎";
  position: absolute;
  top: 0;
  left: -1.5em;
}

@media print, screen and ( min-width: 426px) {
#mapBox01 {
  margin: 50px auto 0;
}
#mapBox02 {
  margin: 50px auto 120px;
}
#mapBox02 > .container {
  padding-top: 62%;
}
}

@media print, screen and ( min-width: 1200px) {
.mapBox {
  max-width: 1140px;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
.mapBox {
  max-width: 960px;
}
}

@media (min-width: 426px) and (max-width: 991px) {
.mapBox,
.mapBox .container {
  max-width: none;
}

#mapBox01::before {
  left: 10px;
  width: 173px;
}
#mapBox02::before {
  left: 30px;
  width: 66px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.mapBox {
  background-size: 1000px auto;
}

#mapBox01 h1 {
  padding-bottom: 650px;
}

#mapBox02 > .container {
  padding-top: 700px;
}
}

@media (min-width: 426px) and (max-width: 767px) {
.mapBox {
  background-size: 580px auto;
}

#mapBox01 {
  background-position: center 180px;
}

#mapBox01 h1 {
  padding-bottom: 550px;
}

#mapBox02 > .container {
  background-size: 580px auto;
  padding-top: 400px;
}
#mapBox02::before {
  top: 30px;
}
}

@media (max-width: 425px) {
.mapBox {
  max-width: none;
  background-size: 480px auto;
}

#mapBox01 {
  background-image: url(/images/travel_echizen_access_map_sp01_en.png);
  background-position: center 100px;
}
#mapBox02 {
  margin: 0 auto 120px;
}
#mapBox02 > .container {
  background-image: url(/images/travel_echizen_access_map_sp02_en.png);
  background-size: 480px auto;
  padding-top: 375px;
}

#mapBox01::before {
  top: 100px;
  left: 10px;
  width: 115px;
}
#mapBox02::before {
  top: 30px;
  left: 30px;
  width: 44px;
}

#mapBox01 h1 {
  padding: 60px 0 375px;
}

.mapBox h2 {
  font-size: 21px;
  margin-bottom: 15px;
}

.mapBox p {
  font-size: 12px;
}

.mapBox p b {
  font-size: 14px;
}

.mapBox .ly_column2 {
  margin-bottom: 15px;
}

.mapBox .ly_column2 li {
  margin: 0 !important;
}

.mapBox .ly_column2 dt {
  width: 100px;
  height: 22px;
  font-size: 14px;
}
.mapBox .ly_column2 dd {
  font-size: 12px;
  margin-top: 3px;
}

.relatedLink li {
  width: 100%;
  font-size: 12px;
}
}


/*===================================================
旅行情報
===================================================*/
/*----- 服装 -----*/
#fashionBox {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

#fashionBox > ul {
  display: flex;
  flex-wrap: wrap;
}

#fashionBox > ul li {
  text-align: center;
  border: 1px solid #b3b3b3;
  border-radius: 0 15px 15px 15px;
  -moz-box-shadow: 0px 3px 0px 0px rgba(179, 179, 179, 1);
  -webkit-box-shadow: 0px 3px 0px 0px rgba(179, 179, 179, 1);
  -ms-box-shadow: 0px 3px 0px 0px rgba(179, 179, 179, 1);
  box-shadow: 0px 3px 0px 0px rgba(179, 179, 179, 1); 
}

#fashionBox > ul li h3 {
  position: relative;
  font-size: 28px;
  line-height: 1;
  color: #ed8cb1;
  font-weight: 600;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
#fashionBox > ul li h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 20px;
  height: 1px;
  background-color: #ed8cb1;
  transform: translate(-50%,0);
}

#fashionBox > ul li:nth-of-type(2) h3 {
  color: #abd581;
}
#fashionBox > ul li:nth-of-type(2) h3::after {
  background-color: #abd581;
}
#fashionBox > ul li:nth-of-type(3) h3 {
  color: #ec9359;
}
#fashionBox > ul li:nth-of-type(3) h3::after {
  background-color: #ec9359;
}
#fashionBox > ul li:nth-of-type(4) h3 {
  color: #8eb9db;
}
#fashionBox > ul li:nth-of-type(4) h3::after {
  background-color: #8eb9db;
}

#fashionBox > ul li h3 span {
  display: block;
  font-size: 12px;
  margin-top: 10px;
}

#fashionBox > ul li p {
  text-align: left;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  margin-top: 40px;
}

@media print, screen and ( min-width: 426px) {
#fashionBox {
  margin-bottom: 180px;
}

#fashionBox > ul li {
  width: calc((100% - 60px) / 3);
  padding: 20px;
}

#fashionBox > ul li:nth-of-type(n+2) {
  margin-left: 30px;
}

#fashionBox > ul li img {
  width: 75%;
}

#fashionBox > ul li:last-of-type {
  position: relative;
  width: 100%;
  padding: 35px 20px;
  margin: 30px 0 0;
}

#fashionBox > ul li:last-of-type div {
  position: absolute;
  top: 30px;
  left: 0;
  width: 330px;
  height: calc(100% - 60px);
}
#fashionBox > ul li:last-of-type div img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  font-family: "object-fit: contain;";
}

#fashionBox > ul li:last-of-type h3 {
  width: 2em;
  margin-left: 310px;
}

#fashionBox > ul li:last-of-type p {
  margin: 0 0 0 310px;
}
}

@media (max-width: 425px) {
#fashionBox {
  margin-bottom: 75px;
}

#fashionBox > ul li {
  padding: 25px;
}

#fashionBox > ul li:nth-of-type(n+2) {
  margin-top: 25px;
}

#fashionBox > ul li h3 {
  font-size: 22px;
}

#fashionBox > ul li img {
  width: 45%;
}

#fashionBox > ul li p {
  font-size: 12px;
}
}

/*----- 役立ちMAP -----*/
#informationMpp {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 180px;
}

#informationMpp h1 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 60px;
}

#informationMpp #map_canvasBox {
  position: relative;
  height: 0;
  padding-top: 60%;
}
#informationMpp #map_canvasBox p {
  margin: 0;
}

#informationMpp #map_canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#informationMpp ul {
  display: flex;
  flex-wrap: wrap;
}

#informationMpp ul li {
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  margin-top: 15px;
}
#informationMpp ul li:nth-last-of-type(n+2) {
  margin-right: 20px;
}

#informationMpp ul li a {
  display: block;
  background: no-repeat 0 center / 30px;
  padding-left: 35px;
}
#informationMpp ul li a:hover {
  -ms-filter: "alpha( opacity=50 )";
  filter: alpha( opacity=50 );
  opacity: 0.5;
}

#informationMpp ul li#icon00 a {
  background-image: url(/images/icon_all.svg);
}
#informationMpp ul li#icon01 a {
  background-image: url(/images/icon_taiken.svg);
}
#informationMpp ul li#icon02 a {
  background-image: url(/images/icon_taberu.svg);
}
#informationMpp ul li#icon03 a {
  background-image: url(/images/icon_tomaru.svg);
}
#informationMpp ul li#icon04 a {
  background-image: url(/images/icon_kau.svg);
}
#informationMpp ul li#icon05 a {
  background-image: url(/images/icon_miru.svg);
}
#informationMpp ul li#icon06 a {
  background-image: url(/images/icon_asobu.svg);
}
#informationMpp ul li#icon07 a {
  background-image: url(/images/icon_moyooshi.svg);
}
#informationMpp ul li#icon08 a {
  background-image: url(/images/icon_wifi.svg);
}
#informationMpp ul li#icon09 a {
  background-image: url(/images/icon_ryougae.svg);
}
#informationMpp ul li#icon10 a {
  background-image: url(/images/icon_hinanbasyo.svg);
}

@media (max-width: 425px) {
#informationMpp {
  margin: 0 auto 75px;
}

#informationMpp h1 {
  font-size: 21px;
  margin-bottom: 35px;
}

#informationMpp ul {
  margin-top: 10px;
}

#informationMpp ul li {
  height: 16px;
  font-size: 12px;
  line-height: 16px;
  background-size: 16px;
}
#informationMpp ul li:nth-last-of-type(n+2) {
  margin-right: 15px;
}

#informationMpp ul li a {
  background-size: 16px;
  padding-left: 20px;
}
}

/*----- ポップアップタイトル -----*/
.mapPopupTit{
  font-family: "Yu Mincho";
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 15px;
}

@media (max-width: 425px) {
.mapPopupTit{
  font-size: 22px;
}
}

/*----- パンフレットダウンロード -----*/
#pamphlet h1 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 60px;
}

#pamphlet > ul li > div:first-of-type {
  position: relative;
  padding-top: 85%;
}
#pamphlet > ul li > div:first-of-type img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

#pamphlet > ul li > p:first-of-type {
  font-size: 24px;
  text-align: center;
  margin: 30px 0 35px;
}

#pamphlet > ul li > p:nth-of-type(2) {
  font-size: 14px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  margin-bottom: 40px;
}

#pamphlet > ul li a {
  display: block;
  width: 180px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  border: 1px solid #000;
  margin: 0 auto;
}
#pamphlet > ul li a:hover {
  -ms-filter: "alpha( opacity=50 )";
  filter: alpha( opacity=50 );
  opacity: 0.5;
}

@media print, screen and ( min-width: 426px) {
#pamphlet {
  margin-bottom: 180px;
}
}

@media (max-width: 425px) {
#pamphlet {
  margin-bottom: 75px;
}

#pamphlet h1 {
  font-size: 21px;
  margin-bottom: 35px;
}

#pamphlet > ul li {
  width: 70% !important;
  margin: 0 auto !important;
}
#pamphlet > ul li:nth-of-type(n+2) {
  margin: 60px auto 0 !important;
}

#pamphlet > ul li > p:first-of-type {
  font-size: 16px;
  margin: 20px 0 25px;
}

#pamphlet > ul li > p:nth-of-type(2) {
  font-size: 12px;
  margin-bottom: 30px;
}

#pamphlet > ul li a {
  width: 125px;
  font-size: 12px;
  line-height: 30px;
}
}

/*----- 観光案内所 -----*/
#guideBox {
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 400;
  line-height: 2.2;
  letter-spacing: .2em;
  color: #000;
  text-align: left;
}

#guideBox a {
  color: #004dda;
  text-decoration: underline;
}
#guideBox a:hover {
  opacity: .5;
}
#guideBox a:visited {
  color: #00266d;
}

#guideBox img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

#guideBox iframe {
  width: 100%;
  height: 500px;
}

@media (max-width: 425px) {
#guideBox {
  font-size: 12px;
}

#guideBox iframe {
  height: 300px;
}
}

/*----- p -----*/
#guideBox p {
  text-align: justify;
  line-height: 1.6;
  margin: 0;
}
#guideBox > p:not(:last-child) {
  margin-bottom: 1.5em;
}

/*----- ul,ol,li -----*/
#guideBox ul {
  margin-left: 1.2em;
}

#guideBox ol,
#guideBox ol > li {
  list-style: decimal;
}

#guideBox ul > li,
#guideBox ol > li {
  position: relative;
  line-height: 1.8;
}
#guideBox ul > li::before {
  content: "●";
  position: absolute;
  top: 0;
  left: -1.2em;
}

#guideBox ul > li:not(:last-of-type),
#guideBox ol > li:not(:last-of-type) {
  margin-bottom: .5em;
}

/*----- 見出し -----*/
#guideBox h1 {
  font-size: 28px;
  font-family: "Yu Mincho";
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  color: #212529;
  margin-bottom: 60px;
}

#guideBox h2 {
  font-size: 20px;
  font-family: "Yu Mincho";
  line-height: 1.3;
  letter-spacing: .2em;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
#guideBox h2:not(:first-child) {
  margin-top: 50px;
}

#guideBox h3 {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: #333;
  border-left: 4px solid #333;
  padding-left: 11px;
  margin-bottom: 10px;
}
#guideBox h3:not(:first-child) {
  margin-top: 50px;
}

#guideBox h4,
#guideBox h5,
#guideBox h6 {
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid #b4b4b4;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
#guideBox h4:not(:first-child),
#guideBox h5:not(:first-child),
#guideBox h6:not(:first-child) {
  margin-top: 15px;
}

@media (max-width: 425px) {
#guideBox h1 {
  font-size: 21px;
  margin-bottom: 35px;
}

#guideBox h2 {
  font-size: 16px;
  margin-bottom: 15px;
}
#guideBox h2:not(:first-child) {
  margin-top: 30px;
}

#guideBox h3 {
  font-size: 14px;
}
#guideBox h3:not(:first-child) {
  margin-top: 30px;
}

#guideBox h4,
#guideBox h5,
#guideBox h6 {
  font-size: 12px;
  margin-bottom: 5px;
}
#guideBox h4:not(:first-child),
#guideBox h5:not(:first-child),
#guideBox h6:not(:first-child) {
  margin-top: 5px;
}
}

/*----- table -----*/
#guideBox table,
#guideBox td,
#guideBox th {
  border: 1px solid #666;
}

#guideBox table {
  margin-bottom: 30px;
}

#guideBox td,
#guideBox th {
  padding: 5px;
}

@media (max-width: 425px) {
#guideBox table {
  margin-bottom: 15px;
}
}

#guideBox,
#infoOfficeBox,
#volunteerBox {
  margin-bottom: 180px;
}

#infoOfficeBox,
#subscBox,
#rentalCycle {
  display: flex;
  flex-wrap: wrap;
}

#infoOfficeBox,
#subscBox {
  margin-top: 15px;
}

#subscBox > div > h4 + p,
#rentalCycle > div > h4 + p {
  margin-bottom: 5px;
}

#guideBox .el_kome {
  position: relative;
  font-size: 14px;
  margin-left: 1em;
}
#guideBox .el_kome::before {
  content: "※";
  position: absolute;
  top: 0;
  left: -1em;
}

@media print, screen and ( min-width: 426px) {
#infoOfficeBox > p {
  width: calc(100% - 60% - 60px);
}

#infoOfficeBox > div {
  width: 30%;
  margin-left: 30px;
}

#subscBox > div:not(:last-of-type),
#rentalCycle > div:not(:last-of-type) {
  margin-right: 30px;
}
}

@media (max-width: 425px) {
#guideBox,
#infoOfficeBox,
#volunteerBox {
  margin-bottom: 75px;
}
  
#infoOfficeBox,
#subscBox,
#rentalCycle {
  flex-direction: column;
}

#infoOfficeBox > p,
#infoOfficeBox > div,
#subscBox > div,
#rentalCycle > div {
  width: 100%;
}

#infoOfficeBox > div,
#subscBox > div:nth-of-type(n+2),
#rentalCycle > div:nth-of-type(n+2) {
  margin-top: 15px;
}

#guideBox .el_kome {
  font-size: 10px;
}
}

/*
#guideBox img {
  max-width: 100%;
}

#guideBox dl {
  display: flex;
  flex-wrap: wrap;
}

#guideBox dd div {
  position: relative;
  padding-top: 85%;
}
#guideBox dd div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

@media print, screen and ( min-width: 426px) {
#guideBox,
#guideBox dl:first-of-type {
  margin-bottom: 180px;
}

#guideBox dt {
  width: calc(100% - 410px);
  margin-right: 60px;
}

#guideBox dd {
  width: 350px;
}
}

@media (max-width: 425px) {
#guideBox h1 {
  font-size: 21px;
  margin-bottom: 35px;
}

#guideBox,
#guideBox dl:first-of-type {
  margin-bottom: 75px;
}

#guideBox dt {
  width: 100%;
  font-size: 12px;
}

#guideBox dd {
  width: 95%;
  margin: 25px auto 0;
}

#guideBox dd div {
  padding-top: 68%;
}
}
*/


/*----- Q＆A -----*/
#qaList h1 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 60px;
}
  
#qaBox dl {
  border-bottom: 1px solid #000;
}
  
#qaBox dt,
#qaBox dd {
  background: no-repeat 0 center / 60px;
}

#qaBox dt {
  position: relative;
  background-image: url(/images/travel_echizen_qa_icon01.svg);
  cursor: pointer;
}

#qaBox dd {
  display: none;
  background-image: url(/images/travel_echizen_qa_icon02.svg);
}

#qaBox dd img {
  object-fit: contain;
  font-family: "object-fit: contain;";
  width: 100%;
  height: 100%;
}

@media print, screen and ( min-width: 426px) {
#qaBox {
  width: 84%;
  margin: 0 auto;
}
  
#qaBox dl {
  padding-bottom: 20px;
}
#qaBox dl:nth-of-type(n+2) {
  margin-top: 20px;
}

#qaBox dt,
#qaBox dd {
  min-height: 60px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  padding: 15px 0 0 95px;
}

#qaBox dt {
  padding-right: 50px;
}
#qaBox dt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 16px;
  border: 1px solid;
  border-color: #000 #000 transparent transparent;
  transition: .2s;
  transform: translate(-6px,-12px) rotate(135deg);
}
#qaBox dt.active::after {
  transform: translate(-6px,-12px) rotate(-45deg);
}

#qaBox dd {
  margin-top: 20px;
}
}

@media (max-width: 425px) {
#qaList h1 {
  font-size: 21px;
  margin-bottom: 35px;
}

#qaBox dl {
  padding-bottom: 15px;
}
#qaBox dl:nth-of-type(n+2) {
  margin-top: 15px;
}

#qaBox dt,
#qaBox dd {
  min-height: 42px;
  font-size: 14px;
  padding: 10px 0 0 65px;
  background-size: 42px;
}

#qaBox dd {
  margin-top: 15px;
}
}