@charset "UTF-8";

/* CSS Document */
/*
	共通
------------------------------*/
/* LAYOUT
================================================== */
/* PC or SP
------------------------------ */
.is-pc, .pcOnly {
  display: block;
}

.is-sp, .spOnly {
  display: none;
}

br.is-pc, span.is-pc, br.pcOnly, span.pcOnly {
  display: inline;
}

br.is-sp, span.is-sp, br.spOnly, span.spOnly {
  display: none;
}

/* LINK
------------------------------ */
a {
  outline: none !important;
}

.mark, mark {
  background-color: inherit;
  padding: 0.2em;
}

a.linkIcon01 {
  position: relative;
  padding-right: 12px;
  color: #fff;
  font-size: 14px;
}

a.linkIcon01:after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  margin-top: -7px;
  width: 6px;
  height: 14px;
  background: url(/vacation/fishing/common/images/ico_arrow05.png) no-repeat;
  content: "";
}

a.optxHover:hover {
  opacity: .8;
  -webkit-transition: .2s;
  transition: .2s;
}

a.opHover:hover * {
  opacity: .8;
  -webkit-transition: .2s;
  transition: .2s;
}

a.opHover_s:hover * {
  opacity: .8;
  -webkit-transition: .1s;
  transition: .1s;
}

a.imgopHover:hover img {
  opacity: .8;
  -webkit-transition: .2s;
  transition: .2s;
}

.article_new {
  display: inline-block;
  margin-left: 5px;
  width: 40px;
  height: 20px;
  background: url(/vacation/fishing/common/images/ico_new01.png) no-repeat left top;
  text-indent: -9999px;
}

.new {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 20px;
  background: url(/vacation/fishing/common/images/ico_new01.png) no-repeat left top;
  text-indent: -9999px;
  z-index: 2;
}

@media screen and (max-width: 570px) {
  a.linkIcon01 {
    padding-right: 10px;
    font-size: 12px;
  }

  a.linkIcon01:after {
    margin-top: -5px;
    width: 5px;
    height: 11px;
    background-size: 100% auto;
  }

  .article_new {
    width: 28px;
    height: 14px;
    background-size: 100% auto;
  }

  .new {
    width: 36px;
    height: 18px;
    background-size: 100% auto;
  }
}

/* BODY
------------------------------ */
body {
  min-width: 1024px;
  color: #000;
}

body>iframe, body>img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  visibility: hidden;
}

#wrapper {
  position: relative;
}

@media screen and (max-width: 570px) {
  .is-pc, .pcOnly {
    display: none;
  }

  .is-sp, .spOnly {
    display: block;
  }

  br.is-pc, span.is-pc, br.pcOnly, span.pcOnly {
    display: none;
  }

  br.is-sp, span.is-sp, br.spOnly, span.spOnly {
    display: inline;
  }

  img[data-sp-src] {
    display: none;
  }

  body {
    min-width: 0;
  }
}

/* HEADER
================================================== */
.header {
  position: relative;
  z-index: 99999;
  min-width: 1024px;
  width: 100%;
  border-bottom: 2px solid #000;
  background: #fff;
}

.header a:hover {
  opacity: .8;
}

.header__tagline {
  position: relative;
  margin: 0 auto;
  min-width: 1024px;
  width: 100%;
  height: 56px;
  border-bottom: 1px solid #eee;
  background-color: #f9f9f9;
}

.header__tagline a {
  position: absolute;
  top: 16px;
  right: 50%;
  display: block;
  overflow: hidden;
  margin-right: 260px;
  width: 244px;
  height: 22px;
  background-image: url(/vacation/fishing/common/images/logo_tagline.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  text-indent: 101%;
  white-space: nowrap;
  word-wrap: normal;
}

.header__tagline a:hover {
  opacity: 1;
}

.header .logo {
  float: left;
  overflow: hidden;
  margin-top: 18px;
  width: 174px;
  text-align: center;
}

.header .logo p {
  margin: 5px 0 0;
  color: #002f33;
  font-weight: 700;
  font-size: 14px;
}

.header .logo a {
  display: block;
}

#spMenuButton {
  display: none;
}

@media screen and (max-width: 570px) {
  .header {
    min-width: 0;
    border-bottom-width: 1px;
  }

  .header .logo a {
    display: inline;
  }

  .header__tagline {
    z-index: 0;
    min-width: 0;
    height: 30px;
  }

  .header__tagline a {
    top: 7px;
    right: auto;
    left: 10px;
    background-image: url(/vacation/fishing/common/images/logo_tagline_sp.png);
    background-size: 160px 15px;
  }

  .header .logo {
    float: none;
    margin: 0;
    padding: 10px 0;
    width: 100%;
    text-align: left;
  }

  .header #gnavi .logo {
    padding: 0;
  }

  .header .logo.spOnly img {
    display: inline;
    margin-left: 15px;
    width: 120px;
  }

  .header .logo p {
    margin: 0;
    padding: 10px 0;
    border-top: 5px solid #002f34;
    background: #1b4549;
    color: #fff;
    text-align: center;
    font-size: 13px;
  }

  #spMenuButton {
    position: absolute;
    top: 45px;
    right: 15px;
    z-index: 99999;
    display: block;
    overflow: hidden;
    width: 26px;
    height: 26px;
    background: url(/vacation/fishing/common/images/sp_btn_menu01.png) no-repeat;
    background-size: 100% auto;
    text-indent: -9999px;
  }

  #spMenuButton.open {
    background-image: url(/vacation/fishing/common/images/sp_btn_close01.png);
  }
}

/* NAVIGATION
------------------------------ */
#gnavi {
  position: relative;
  margin: 0 auto;
  width: 1004px;
  height: 130px;
}

#gnavi:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}

#gnavi a {
  text-decoration: none;
}

#gnavi #mainNavi {
  float: right;
  margin: 65px 0 0;
  /*width:780px;*/
  border-right: 1px solid #dadada;
}

#gnavi #mainNavi>li {
  position: relative;
  float: left;
  width: 259px;
  border-left: 1px solid #dadada;
  text-align: center;
}

#gnavi #mainNavi li a {
  display: block;
}

#gnavi #mainNavi>li>a {
  overflow: hidden;
  height: 65px;
  text-indent: -9999px;
}

#gnavi #mainNavi li.navi01>a {
  background: url(/vacation/fishing/common/images/img_navi01.png) no-repeat center 8px;
}

#gnavi #mainNavi li.navi02>a {
  background: url(/vacation/fishing/common/images/img_navi02.png) no-repeat center 8px;
}

#gnavi #mainNavi li.navi03>a {
  background: url(/vacation/fishing/common/images/img_navi03.png) no-repeat center 8px;
}

#gnavi #mainNavi .subMenu {
  position: absolute;
  left: 50%;
  z-index: 99999;
  display: none;
  margin-left: -100px;
  width: 200px;
  /*	background:url(/vacation/fishing/common/images/bg_navi01.png);*/
}

#gnavi #mainNavi .subMenu:before {
  position: absolute;
  top: -7px;
  left: 50%;
  display: block;
  margin-left: -7.5px;
  width: 15px;
  height: 8px;
  background: url(/vacation/fishing/common/images/bg_navi02.png);
  content: "";
}

#gnavi #mainNavi .subMenu ul li {
  border-bottom: 1px solid #375958;
  background: url(/vacation/fishing/common/images/bg_navi01.png);
}

#gnavi #mainNavi .subMenu ul.abroad li {
  background: url(/vacation/fishing/common/images/bg_navi03.png);
  border-bottom: none;
}

#gnavi #mainNavi .subMenu ul li a {
  padding: 10px 0;
  color: #fff;
}

#gnavi #mainNavi .subMenu ul li.none span {
  display: block;
  padding: 10px 0;
  color: #999999;
}

#headerRightNavi {
  position: absolute;
  top: 16px;
  right: 0;
  overflow: hidden;
}

#headerRightNavi li {
  float: left;
  margin-left: 58px;
}

#headerRightNavi li a {
  position: relative;
  color: #000;
  text-decoration: none;
}

#headerRightNavi li.first a:before {
  position: absolute;
  top: 0;
  left: -25px;
  content: url('/vacation/fishing/common/images/ico_beginner01.png');
}

#headerRightNavi li.last a:before {
  position: absolute;
  top: 0;
  left: -25px;
  content: url('/vacation/fishing/common/images/ico_fish01.png');
}

#headerRightNavi li.final a:before {
  position: absolute;
  top: 0;
  left: -25px;
  content: url('/vacation/fishing/common/images/ico_gift01.png');
}

#spCloseBtn {
  display: none;
}

@media screen and (max-width: 570px) {
  #gnavi {
    position: absolute;
    z-index: 99999;
    display: none;
    margin: 0 auto;
    width: 100%;
    height: auto;
  }

  #gnavi #mainNavi {
    float: none;
    margin: 0;
    width: 100%;
    border: none;
    background: #fff;
  }

  #gnavi #mainNavi>li {
    float: none;
    width: 100%;
    border-bottom: 1px solid #dadada;
    border-left: none;
    text-align: left;
  }

  #gnavi #mainNavi li a {
    color: #000;
  }

  #gnavi #mainNavi>li>a {
    position: relative;
    padding: 15px 10px;
    height: auto;
    background: none !important;
    text-indent: 0;
    font-size: 15px;
  }

  #gnavi #mainNavi>li>a span {
    color: #002f33;
    font-weight: 700;
  }

  #gnavi #mainNavi>li>a:after {
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    margin-top: -5px;
    width: 12px;
    height: 12px;
    background: url(/vacation/fishing/common/images/sp_ico_plus01.png) no-repeat;
    background-size: 12px 12px;
    content: "";
  }

  #gnavi #mainNavi>li>a.open:after {
    background-image: url(/vacation/fishing/common/images/sp_ico_minus01.png);
  }

  #gnavi #mainNavi .subMenu {
    position: static;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0 10px 10px;
    width: 100%;
    background: #fff;
  }

  #gnavi #mainNavi .subMenu:before {
    content: none;
    display: none;
  }

  #gnavi #mainNavi .subMenu ul {
    padding: 0 10px;
    background: rgba(226, 236, 240, .7);
  }

  #gnavi #mainNavi .subMenu ul li {
    border-bottom: 1px solid #dadada;
    background: none;
  }

  #gnavi #mainNavi .subMenu ul.abroad {
    padding: 0;
  }

  #gnavi #mainNavi .subMenu ul.abroad li {
    padding: 0 10px;
    background: #d8eff0;
  }

  #gnavi #mainNavi .subMenu ul li a {
    position: relative;
    padding: 12px 10px;
    color: #000;
  }

  #gnavi #mainNavi .subMenu ul li.none span {
    position: relative;
    display: block;
    padding: 12px 10px;
    color: #999999;
  }

  #gnavi #mainNavi .subMenu ul li a:after {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    margin-top: -7px;
    width: 7px;
    height: 15px;
    background: url(/vacation/fishing/common/images/sp_ico_arrow01.png) no-repeat;
    background-size: 100% auto;
    content: "";
  }

  #headerRightNavi {
    position: static;
    padding: 15px;
    background: #fff;
  }

  #headerRightNavi li {
    margin: 0;
    width: 50%;
  }

  #headerRightNavi li.final {
    width: 100%;
  }

  #headerRightNavi li a {
    display: block;
    padding: 10px 10px 10px 35px;
    background: #f6f6f6;
  }

  #headerRightNavi li.first a {
    border-right: 1px solid #fff;
    line-height: 20px;
  }

  #headerRightNavi li.last a {
    line-height: 20px;
  }

  #headerRightNavi li.final a {
    border-top: 1px solid #fff;
    line-height: 39px;
  }

  #headerRightNavi li.first a:before {
    top: 50%;
    left: 10px;
    display: block;
    margin-top: -10px;
    width: 13px;
    height: 20px;
    background: url(/vacation/fishing/common/images/sp_ico_beginner01.png) no-repeat center center;
    background-size: 100% auto;
    content: "";
  }

  #headerRightNavi li.last a:before {
    top: 50%;
    left: 10px;
    display: block;
    margin-top: -9px;
    width: 18px;
    height: 18px;
    background: url(/vacation/fishing/common/images/sp_ico_fish01.png) no-repeat center center;
    background-size: 100% auto;
    content: "";
  }

  #headerRightNavi li.final a:before {
    top: 50%;
    left: 7px;
    display: block;
    margin-top: -9px;
    width: 18px;
    height: 18px;
    background: url(/vacation/fishing/common/images/sp_ico_gift01.png) no-repeat center center;
    background-size: 100% auto;
    content: "";
  }

  #headerRightNavi li a {
    color: #000;
    text-decoration: none;
  }

  #spCloseBtn {
    position: relative;
    display: block;
    margin: 20px auto 0;
    width: 150px;
    border: 1px solid rgba(255, 255, 255, .5);
    color: #fff;
    text-align: center;
    line-height: 40px;
  }

  #spCloseBtn:before {
    position: absolute;
    left: 35px;
    content: "×";
  }

  .open #overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0, 47, 52, .85);
    -webkit-transition: .2s;
    transition: .2s;
  }
}

/* CONTENTS
================================================== */
#contents {
  *zoom: 1;
}

#contents:after {
  display: block;
  clear: both;
  height: 0;
  content: "";
}

.contentInner {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  width: 1004px;
  *zoom: 1;
}

.contentInner:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}

@media screen and (max-width: 570px) {
  .contentInner {
    overflow: hidden;
    margin: 0 auto;
    width: 96% !important;
  }
}

/* FOOTER(PC)
================================================== */
#footer {
  padding: 30px 0 0;
  min-width: 1024px;
  background: #e5e5e5;
  -webkit-box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.2) inset;
  font-size: 12px;
  line-height: 1.5;
}

#footer .contentInner {
  width: 950px;
  line-height: 1.5;
}

#footer .title {
  margin-bottom: 25px;
}

#footer a {
  color: #242423;
  text-decoration: none;
}

#footer h4 {
  font-size: 14px;
  line-height: 1.5;
}

#footer .footerMenu {
  float: left;
  width: 748px;
}

#footer .footerMenu .lNavi {
  position: relative;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 8px;
  min-height: 230px;
  height: auto !important;
  height: 280px;
  border-left: 1px solid #fff;
}

#footer .footerMenu .lNavi:after {
  position: absolute;
  top: 0;
  left: -2px;
  width: 1px;
  height: 100%;
  background: #c8c8c8;
  content: "";
}

#footer .footerMenu .lNavi.dom {
  width: 125px;
  border-left: none;
}

#footer .footerMenu .lNavi.dom:after {
  display: none;
}

#footer .footerMenu .lNavi.int {
  width: 125px;
}

#footer .footerMenu .lNavi.domtour {
  width: 140px;
}

#footer .footerMenu .lNavi.inttour {
  width: 155px;
}

#footer .footerMenu .lNavi.amc {
  width: 190px;
}

#footer .footerMenu .lNavi dt a {
  color: #253b73;
  font-size: 16px;
}

#footer .footerMenu .lNavi li {
  margin-top: 10px;
}

#footer .footerMenu .lNavi a {
  display: inline-block;
  padding-left: 8px;
  background: url(/common-ver1/images/cmn/icon_arrow_lightblue.gif) no-repeat left .5em;
}

#footer .footerMenu .footerBnr {
  clear: left;
  padding-top: 15px;
}

#footer .footerCorp {
  float: right;
  min-height: 230px;
  width: 202px;
  height: auto !important;
  height: 282px;
  background: url(/common-ver1/images/cmn/footer_right_box_bg.gif) repeat-y right bottom;
}

#footer .footerCorp .lNavi {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 0 5px 15px;
  width: 100%;
  background: url(/common-ver1/images/cmn/footer_rigth_box_top.gif) no-repeat right top;
}

#footer .footerCorp .lNavi dt a {
  color: #253b73;
  font-size: 14px;
}

#footer .footerCorp .lNavi dt.ttl {
  color: #253b73;
  font-size: 14px;
}

#footer .footerCorp .lNavi dt {
  margin-top: 10px;
}

#footer .footerCorp .lNavi dt:first-child {
  margin-top: 0;
}

#footer .footerLogo {
  float: right;
  clear: both;
  margin: 10px 0;
  *zoom: 1;
}

#footer .footerLogo::after {
  display: block;
  clear: both;
  overflow: hidden;
  height: 0;
  content: ".";
}

#footer .footerLogo li {
  float: left;
  margin-left: 10px;
}

#copyrightArea {
  padding: 15px 0 17px;
  width: 100%;
  background: #002e62;
  color: #fff;
  font-size: 10px;
  line-height: 1.5;
}

#copyrightArea p {
  font-size: 10px;
  line-height: 1.5;
}

#copyrightArea a {
  color: #fff;
  font-size: 10px;
}

#copyrightArea .contentInner {
  margin: 0 auto;
  width: 950px;
}

#copyrightArea .copyright {
  float: left;
  margin-right: 48px;
}

/* 一旦非表示↓　*/
#copyrightArea .lNavi {
  display: none;
  float: left;
  overflow: hidden;
  width: 600px;
  letter-spacing: -.4em;
  font-size: 0;
}

#copyrightArea .lNavi li {
  display: inline-block;
  margin-right: 20px;
  margin-left: -1px;
  padding-left: 21px;
  border-left: 1px solid #fff;
  vertical-align: middle;
  letter-spacing: normal;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.5;
}

@media screen and (max-width: 570px) {
  #footer {
    padding: 0;
    min-width: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  #footer>.contentInner {
    display: none;
  }

  #copyrightArea .contentInner {
    width: 100%;
  }

  #copyrightArea .copyright {
    float: none;
    margin: 0;
    text-align: center;
  }
}

/* FOOTER(SMART PHONE)
================================================== */
/* gotoTop
================================================== */
#gotoTop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 99999;
  display: block;
  width: 50px;
  height: 40px;
  background: url(/vacation/fishing/common/images/img_pagetop01.png) no-repeat;
  background-size: contain;
  text-indent: -9999px;
}

@media screen and (max-width: 570px) {
  #gotoTop {
    right: 15px;
    bottom: 25px;
    width: 50px;
    height: 40px;
    background: url(/vacation/fishing/common/images/sp_img_pagetop01.png) no-repeat top center;
    background-size: 100% auto;
  }
}

/* TEXT
================================================== */
body {
  -webkit-font-smoothing: antialiased;
}

sup {
  vertical-align: super;
}

/* BUTTON
================================================== */
.btnStyle01 {
  font-weight: 700;
  font-size: 22px;
}

.btnStyle01 a {
  position: relative;
  display: block;
  padding: 15px 0;
  background: #234C50;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.2;
}

.btnStyle01 a:after {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  width: 7px;
  height: 20px;
  background: url(/vacation/fishing/common/images/ico_arrow01.png) no-repeat center center;
  content: "";
}

.btnStyle01 span {
  position: relative;
  top: -1px;
  padding-left: 10px;
  vertical-align: middle;
  font-size: 14px;
}

button.btnStyle01:hover {
  opacity: .8;
  -webkit-transition: .6s;
  transition: .6s;
}

.btnStyle02 a {
  display: block;
  padding: 15px 0;
  border: solid 1px #C2C2C2;
  background: url(/vacation/fishing/common/images/ico_arrow02.png) no-repeat 15px 50%;
  color: #000;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
}

.btnStyle02 a:hover {
  background-color: #e2ecf0;
}

.btnStyle03 a {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 0;
  border: solid 1px #C2C2C2;
  -webkit-box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.6);
  box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.6);
  color: #000;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
}

.btnStyle03 a:after {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -6px;
  width: 5px;
  height: 13px;
  background: url(/vacation/fishing/common/images/ico_arrow06.png) no-repeat;
  content: "";
}

.moreBtn01 {
  /*cursor:pointer;
	border: solid 1px;
	*/
}

.moreBtn01 a {
  cursor: pointer;
  display: block;
  margin: 30px auto 0;
  width: 137px;
  height: 38px;
  background: url(/vacation/fishing/common/images/btn_more01.png) no-repeat;
  color: #000;
  text-align: left;
  text-decoration: none;
  line-height: 38px;
}

.moreBtn01 a:hover {
  background-color: #fff;
}

.moreBtn01 a span {
  padding: 0 0 0 45px;
  font-weight: 700;
  font-size: 14px;
}

button.btnStyle01 {
  position: relative;
  display: inline;
  margin: 0;
  padding: 15px 0;
  width: 100%;
  border: none;
  background: #234C50;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 22px;
  font-family: YuGothic, "游ゴシック", "メイリオ", Meiryo, Droid Sans, HiraKakuProN-W3, HiraKakuPro-W3, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Trebuchet MS", "Droid Sans", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.2;
  *font-family: ＭＳ Ｐゴシック, "MS PGothic", verdana, Sans-Serif;
}

button.btnStyle01:after {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  width: 7px;
  height: 20px;
  background: url(/vacation/fishing/common/images/ico_arrow01.png) no-repeat center center;
  content: "";
}

button.btnStyle01 span {
  position: relative;
  top: -1px;
  padding-left: 10px;
  vertical-align: middle;
  font-size: 14px;
}

@media screen and (max-width: 570px) {
  .btnStyle01 {
    font-size: 15px;
  }

  .btnStyle01 a:after {
    right: 10px;
    width: 6px;
    height: 17px;
    background-size: 100% auto;
  }

  .btnStyle01 span {
    font-size: 9px;
  }

  .btnStyle02 a {
    background-size: 5px auto;
    font-size: 14px;
  }

  .btnStyle03 a:after {
    right: 10px;
    margin-top: -5px;
    width: 4px;
    height: 10px;
    background-size: contain;
  }

  .moreBtn01 a {
    margin: 20px auto 0;
    padding: 0 0 0 10px;
    width: 100px;
    height: 32px;
    border: 1px solid rgba(60, 60, 60, .3);
    background: url(/vacation/fishing/common/images/ico_more01.png) rgba(255, 255, 255, .3) no-repeat 18px center;
    background-size: 10px auto;
    text-align: center;
    line-height: 32px;
  }

  .moreBtn01 a span {
    padding: 0 0 0 14px;
    font-size: 10px;
  }

  button.btnStyle01 {
    font-size: 15px;
  }

  button.btnStyle01:after {
    right: 10px;
    width: 6px;
    height: 17px;
    background-size: 100% auto;
  }

  button.btnStyle01 span {
    font-size: 9px;
  }
}

/* LIST
================================================== */
.col {
  *zoom: 1;
}

.col:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}

.col li {
  position: relative;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.col li.last {
  margin-right: 0 !important;
}

@media screen and (max-width: 570px) {
  .col li {
    float: none !important;
    width: 100% !important;

  }
}

/* PARTS
================================================== */
/* MAIN VISUAL
------------------------------ */
#top-visual {
  display: table;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 300px;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

#top-visual h1 {
  display: table-cell;
  vertical-align: middle;
}

#lead {
  padding: 30px 0;
  background: #eee;
}

#lead p {
  text-align: center;
  font-size: 30px;
  max-width: 1004px;
  margin: 0 auto;
}

#lead .lead_sub {
  font-size: 17px;
  line-height: 1.8;
  margin-top: 30px;
}

@media screen and (max-width: 570px) {
  #top-visual {
    height: 180px;
  }

  #lead {
    padding: 15px 0;
  }

  #lead p {
    font-size: 14px;
    width: 96%;
  }

  #lead .lead_sub {
    font-size: 13px;
    line-height: 1.8;
    margin-top: 10px;
    text-align: left;
  }
}

/* SUB NAVIGATION
------------------------------ */
#subNavi {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 30px auto 65px;
  width: 1004px;
  line-height: 1;
}

#subNavi, #subNavi ul {
  *zoom: 1;
}

#subNavi:after, #subNavi ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}

#subNavi .breadcrumb {
  float: left;
}

.breadcrumb {
  margin-bottom: 0;
  background-color: inherit;
  padding: 0;
  list-style: none;
  border-radius: 0;
}

#subNavi .breadcrumb li {
  float: left;
  font-size: 12px;
}

#subNavi .breadcrumb li {
  position: relative;
  margin-left: 15px;
}

#subNavi .breadcrumb li:after {
  position: absolute;
  top: 0;
  left: -12px;
  content: ">";
}

#subNavi .breadcrumb li:first-child {
  margin-left: 0;
}

#subNavi .breadcrumb li:first-child:after {
  display: none;
}

#subNavi .breadcrumb li a:hover {
  text-decoration: underline;
}

#subNavi .sns {
  position: relative;
  top: -15px;
  float: right;
  vertical-align: top;
  *zoom: 1;
  width: 86px;
}

#subNavi .sns:after {
  display: block;
  clear: both;
  overflow: hidden;
  height: 0;
  content: ".";
}

#subNavi .sns li {
  float: left;
  margin-left: 10px;
}

#subNavi .sns li.first {
  margin-left: 0;
}

.sns iframe {
  margin: 0;
  padding: 0;
  vertical-align: top !important;
}

#subNavi .lNavi {
  clear: both;
  padding-top: 40px;
  width: 100%;
  text-align: center;
  letter-spacing: -.4em;
}

#subNavi .lNavi li:hover {
  background-color: #e2ecf0;
}

#subNavi .lNavi li {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 166px;
  border: 1px solid #dadada;
  border-left: none;
  letter-spacing: normal;
}

/*#subNavi .lNavi li {
	display:inline-block;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	min-width:200px;
	border:1px solid #dadada;
	border-left:none;
	letter-spacing:normal;
}*/
#subNavi .lNavi li.first {
  border-left: 1px solid #dadada;
}

#subNavi .lNavi a {
  display: block;
  padding: 15px 10px;
  color: #000;
  text-decoration: none;
  font-weight: 700;
}

#subNavi .lNavi a span {
  padding-left: 25px;
  background: url(/vacation/fishing/common/images/ico_arrow07.png) no-repeat left center;
  font-weight: 700;
}

@media screen and (max-width: 570px) {
  #subNavi {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10px auto 15px auto;
    width: 96%;
  }

  #subNavi .sns {
    top: 0;
    width: 140px;
    text-align: right;
  }

  #subNavi .sns li {
    display: inline-block;
    float: none;
    margin-left: 5px;
    width: 22.5%;
  }

  #subNavi .lNavi {
    padding-top: 10px;
    text-align: left;
    letter-spacing: normal;
    font-size: 13px;
  }

  #subNavi .lNavi li {
    display: block;
    float: left;
    margin-top: -1px;
    min-width: 0;
    width: 50%;
    letter-spacing: -1px;
  }

  #subNavi .lNavi li.odd {
    border-left: 1px solid #dadada;
  }

  #subNavi .lNavi a {
    padding: 6px 0 6px 5px;
  }

  #subNavi .lNavi a span {
    display: block;
    padding: 4px 0 4px 22px;
    background: url(/vacation/fishing/common/images/sp_ico_arrow07.png) no-repeat 3px center;
    background-size: 12px 12px;
  }

  #subNavi .breadcrumb {
    display: none;
  }
}

/*
	TOUR
------------------------------*/
#tour {
  padding: 35px 0 40px;
  background: #f6f6f6;
}

#tour h2 {
  margin: 0 0 25px;
  color: #003034;
  text-align: center;
  font-weight: 700;
  font-size: 22px;
}

#tour a {
  display: block;
  margin: 0 auto;
  width: 508px;
  color: #333;
}

#tour dl {
  position: relative;
  display: table;
  overflow: hidden;
  margin: 0 auto;
  width: 508px;
  border-bottom: 2px solid #c5d3d9;
  background: #fff;
}

#tour dl:before {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  width: 7px;
  height: 18px;
  background: url(/vacation/fishing/common/images/ico_arrow03.png);
  content: "";
}

#tour dl dt {
  display: table-cell;
  width: 145px;
  vertical-align: middle;
}

#tour dl dt img {
  width: 145px;
}

#tour dl dd {
  display: table-cell;
  padding: 20px;
  vertical-align: middle;
}

#tour dl dd p {
  font-size: 14px;
}

#tour dl dd p span {
  display: block;
  padding-top: 10px;
  font-weight: 700;
  font-size: 15px;
}

#tour dl a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}

@media screen and (max-width: 570px) {
  #tour {
    padding: 30px 0 25px;
  }

  #tour h2 {
    margin: 0 0 20px;
    font-size: 17px;
  }

  #tour a {
    display: block;
    margin: 0 auto;
    width: auto;
    color: #333;
  }

  #tour dl {
    width: 100%;
  }

  #tour dl:before {
    right: 10px;
    width: 5px;
    height: 12px;
    background-size: 100% auto;
  }

  #tour dl dt {
    width: 95px;
  }

  #tour dl dt img {
    width: 95px;
  }

  #tour dl dd {
    float: none;
    margin-left: 95px;
    padding: 5px 25px 5px 10px;
  }

  #tour dl dd p {
    position: relative;
    font-size: 12px;
    line-height: 1.5;
  }

  #tour dl dd p span {
    font-size: 12px;
  }
}

/*
	PICKUP
------------------------------*/
#pickup {
  padding: 35px 0;
  background: #eaeaea;
}

#pickup h2 {
  margin: 0 0 25px;
  color: #003034;
  text-align: center;
  font-weight: 700;
  font-size: 26px;
}
#pickup ul.col{
  position: relative;
  left: 50%;
  float: left;
}
#pickup ul.col li {
  margin-right: 8px;
  border-bottom: 2px solid #c5d3d9;
  width: 498px;
  
  position: relative;
  left: -50%;
  float: left;
}

#pickup ul.col li img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 570px) {
  #pickup h2 {
    margin: 0 0 20px;
    font-size: 17px;
  }

  #pickup ul.col li {
    margin: 0 0 8px;
  }
}

/*
	BOTTOM CONTENT
------------------------------*/
#bottomContent {
  padding: 40px 0 50px;
}

#bottomContent .btnStyle02 a {
  margin: 0 auto;
  width: 270px;
}

@media screen and (max-width: 570px) {
  #bottomContent {
    padding: 30px 0;
  }

  #bottomContent .btnStyle02 a {
    width: 98%;
  }
}

/* redirect
------------------------------ */
#redirect {
  width: 100%;
  padding: 100px 0;
  text-align: center;
}

#redirect p:first-child {
  margin: 0 0 30px 0;
}

#redirect p a {
  text-decoration: underline;
  color: #06F;
}

@media screen and (max-width: 570px) {
  #redirect {
    width: 90%;
    margin: 0 auto;
    padding: 20% 0;
    text-align: left;
  }
}

/* twowaybnr
------------------------------ */
#twowaybnr {
  width: 100%;
  padding: 40px 0 0;
}
#twowaybnr h2 {
  margin: 0 0 15px;
  color: #003034;
  text-align: center;
  font-weight: 700;
  font-size: 26px;
}
#twowaybnr ul{
  display: flex;
  justify-content: center;
}
#twowaybnr li{
  flex-basis: 498px;
}
#twowaybnr li + li{
  margin-left: 25px;
}

@media screen and (max-width: 570px) {
  #twowaybnr h2 {
    margin: 0 0 20px;
    font-size: 17px;
  }
  #twowaybnr {
    width: 90%;
    margin: 0 auto;
    padding: 20% 0 0;
    text-align: left;
  }
  #twowaybnr ul{
    flex-wrap: wrap;
  }
  #twowaybnr li{
    flex-basis: 100%;
    margin: 0 0 8px;
  }
  #twowaybnr li + li{
    margin-left: 0;
  }
}

/* OHTER
------------------------------ */
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}

/* margin
----------------------- */
.margin_top0 {
  margin-top: 0px !important;
}

.margin_top10 {
  margin-top: 10px !important;
}

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

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

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

.margin_top50 {
  margin-top: 50px !important;
}

.margin_top60 {
  margin-top: 60px !important;
}

.margin_top70 {
  margin-top: 70px !important;
}

.margin_top80 {
  margin-top: 80px !important;
}

.margin_top90 {
  margin-top: 90px !important;
}

.margin_top100 {
  margin-top: 100px !important;
}

.margin_bottom0 {
  margin-bottom: 0 !important;
}

.margin_bottom5 {
  margin-bottom: 5px !important;
}

.margin_bottom10 {
  margin-bottom: 10px !important;
}

.margin_bottom20 {
  margin-bottom: 20px !important;
}

.margin_bottom30 {
  margin-bottom: 30px !important;
}

.margin_bottom40 {
  margin-bottom: 40px !important;
}

.margin_bottom50 {
  margin-bottom: 50px !important;
}

.margin_left250 {
  margin-left: 250px !important;
}
/* ===================== 202004   ======================== */
.highImportant{
	background-color:#d0dfe6;
	padding:1em;
}
.highImportant .contentInner{
	background-color:#fff;
	padding:1em;
	margin-top: 0;/* 「空撮釣り場ガイド」での影響回避 */
}
.highImportant .highImportant__txt{
	color:#002F33;
	font-size:16px;	
}
.highImportant .highImportant__txt em{
	display:inline-block;
	margin-bottom:0.5em;
	font-weight:bold;
}
@media screen and (max-width: 570px) {
	.highImportant .contentInner{
		width: 100% !important;
	}
	.highImportant .highImportant__txt{
		font-size:13px;
		line-height: 1.5;
	}
	.highImportant .highImportant__txt em{
		font-size:1.154em;
	}
}