@charset "UTF-8";
/* ------------------------------------------------------------------------------
   mixin Global Styles
-------------------------------------------------------------------------------*/
body {
  background: url(../../img/common/contBg_pc.png) repeat;
  overflow-x: hidden;
  overflow-y: auto;
}

/* ------------------------------------------------------------------------------
   mainVisual
-------------------------------------------------------------------------------*/
.mainVisual {
  background: url(../img/main_visua_pc.jpg) no-repeat center center;
  background-size: cover;
}
.mainVisual h2 {
  margin: 4.3em 0 1em;
  text-align: center;
}
.mainVisual p {
  margin-bottom: 7.5em;
  text-align: center;
  line-height: 2;
  font-size: 18px;
  color: #fff;
}

@media (max-width: 640px) {
  .mainVisual {
    background: url(../img/main_visua_sp.jpg) no-repeat center center;
    background-size: cover;
    margin-bottom: 30px;
  }
  .mainVisual h2 {
    margin: 1em 0;
    text-align: center;
  }
  .mainVisual h2 span {
    font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    font-size: 16px;
    color: #fff;
  }
  .mainVisual p {
    margin-bottom: 2.6em;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.6;
    color: #fff;
  }
}
/* ------------------------------------------------------------------------------
   tourismArea
-------------------------------------------------------------------------------*/
@media (min-width: 641px) {
  .tourismArea {
    max-width: 1310px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .tourismArea div {
    width: 100%;
    display: table;
    margin: 0 auto;
  }
  .tourismArea div figure {
    position: relative;
    padding: 0 1% 2%;
    display: table-cell;
    margin-bottom: 10px;
    text-align: center;
    font-size: 0;
    width: 50%;
  }
  .tourismArea div figure span {
    margin-left: auto;
    margin-right: auto;
    letter-spacing: -40em;
    display: block;
  }
  .tourismArea div figure span.tourLead {
    display: block;
    position: absolute;
    top: 29%;
    left: 0;
    right: 0;
  }
  .tourismArea div figure span.tourLead img {
    min-width: 48%;
  }
  .tourismArea div figure span.btnDetail {
    display: block;
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
  }
  .tourismArea div figure span.btnDetail a {
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  .tourismArea div figure span.btnDetail a img {
    min-width: 25%;
    margin: 0;
    padding: 0;
  }
  .tourismArea div figure span.btnDetail.circulBtn a {
	  margin: 0 5px;
  }
}
@media (max-width: 640px) {
  .tourismArea {
    margin-bottom: 80px;
  }
  .tourismArea.cont {
    margin-bottom: 0;
  }
  .tourismArea div figure {
    padding: 0 10px;
    display: block;
    position: relative;
  }

  .tourismArea div figure.boxH {
	  background-position: center center;
	  background-repeat: no-repeat;
	  background-size: auto 100%;
  }

  .tourismArea div figure.boxH{
    position: relative;
    width: 100%;
}

  .tourismArea div figure.boxH:before {
    content:"";
    display: block;
    padding-top: 100%; /* 高さを幅の75%に固定 */
}

  .tourismArea div figure.boxH div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}


  .tourismArea div figure.index01 {
	  background-image: url(../img/pict1_sp.jpg);
  }

  .tourismArea div figure.index02 {
	  background-image: url(../img/pict2_sp.jpg);
  }

  .tourismArea div figure.index03 {
	  background-image: url(../img/pict3_sp.jpg);
  }

  .tourismArea div figure.index04 {
	  background-image: url(../img/pict4_sp.jpg);
  }



  .tourismArea div figure img {
    margin-bottom: 12px;
  }
  .tourismArea div figure span {
    margin-left: auto;
    margin-right: auto;
    letter-spacing: -40em;
    display: block;
  }
  .tourismArea div figure span.tourLead {
    display: block;
    position: absolute;
    top: 26%;
    left: 0;
    right: 0;
    text-align: center;
  }
  .tourismArea div figure span.tourLead img {
    max-width: 100%;
  }
  .tourismArea div figure span.btnDetail {
    display: block;
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
    width: 45%;
  }
  .tourismArea div figure span.btnDetail a {
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  .tourismArea div figure span.btnDetail a img {
    margin: 0;
    padding: 0;
    max-width: 86%;
  }
  .tourismArea div figure span.btnDetail.circulBtn {
    width: 75%;
  }
  .tourismArea div figure span.btnDetail.circulBtn a {
    width: 25%;
    text-align: center;
  }
  .tourismArea div figure span.btnDetail.circulBtn a img {
    width: 88%;
  }
}
/* ------------------------------------------------------------------------------
   BtnAreaFoot
-------------------------------------------------------------------------------*/
.BtnAreaFoot {
  background: #fff;
}

@media (max-width: 640px) {
  .BtnAreaFoot.BtnAreaFoot {
    padding: 4em 0;
  }
}
/* ------------------------------------------------------------------------------
   contentes
-------------------------------------------------------------------------------*/
.lineBt {
  padding-bottom: 1em;
  margin-bottom: 6em;
  border-bottom: 2px solid #d3d2cc;
}

@media (max-width: 640px) {
  .lineBt {
    margin-bottom: 1em;
  }
}
/* ------------------------------------------------------------------------------
   Small devices (tablets, 768px and up)
-------------------------------------------------------------------------------*/
@media (min-width: 641px) {
  .section-spacing {
    padding: 6em 0;
  }

  .cont {
    background: url(../img/contBg_pc.png) repeat;
  }
  .cont h2 {
    margin: 0 !important;
    padding-top: .35em;
  }
  .cont p {
    margin-bottom: 2em;
    color: #010101;
    line-height: 2.5;
  }
}
@media (max-width: 640px) {
  .cont {
    margin-bottom: 1em;
  }
  .cont h2 {
    margin-bottom: 1em;
    text-align: center;
  }
  .cont h2 img {
    width: 60%;
  }
  .cont p {
    font-size: 1.3rem;
    line-height: 2;
    color: #010101;
  }
}
/* ------------------------------------------------------------------------------
   Medium devices (desktops, 992px and up)
-------------------------------------------------------------------------------*/
/* ------------------------------------------------------------------------------
   small devices
-------------------------------------------------------------------------------*/

/*# sourceMappingURL=style.css.map */
