@charset "utf-8";
/* メインイメージ
---------------------------- */
.mainimgarea{
  position: relative;
  background: url(/atsugi-de-cycle/assets/img/cycleinfo/main.jpg) 0% 0% no-repeat;
  width: 100%;
  height: 50vh;
  background-size: cover;
}
.mainimgarea::after{
  content: "";
  position: absolute;
  background: url(/atsugi-de-cycle/assets/img/common/bg01.png) 0% 0% repeat-x;
  width: 100%;
  height: 60%;
  bottom: -35%;
  background-size: contain;
  z-index: -1;
}
.mainimgarea h2{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  font-size: 4em;
  text-shadow: 1px 2px 3px #000000;
  color: #fff;
  text-align: center;
  font-weight: 500;
  transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
@media screen and (min-width:768px) and ( max-width:1024px) {
}
@media only screen and (max-width: 767px) {
/* メインイメージ
---------------------------- */
  .mainimgarea{  height: 25vh;}
  .mainimgarea::after{
    content: "";
    position: absolute;
    background: url(/atsugi-de-cycle/assets/img/common/bg01_sp.png) 0% 0% repeat-x;
    width: 100%;
    height: 100%;
    bottom: -50%;
    background-size: contain;
}
.mainimgarea h2 {
    margin: auto;
    font-size: 2em;
}

}
/* コンテンツ /section01/
---------------------------- */
.catch{
  position: relative;
  margin: 10em auto 5em!important;
}
.catch p{
  font-size: 1.2em;
  text-align: center;
  }
.catch p span.bg01{position: relative;}
.catch p span.bg01::before{
    content: "";
    position: absolute;
    background: url(/atsugi-de-cycle/assets/img/common/bg_icon11.svg) 0% 0% no-repeat;
    background-size: contain;
    width: 160px;
    height: 110px;
    top: -70%;
    left: -100%;
  }
.catch p span.bg01::after{
    content: "";
    position: absolute;
    background: url(/atsugi-de-cycle/assets/img/common/bg_icon12.svg) 0% 0% no-repeat;
    width: 100px;
    height: 100px;
    top: -50%;
    background-size: contain;
    right: -100%;
  }
.catch p span.bg02::before{
  content: "";
  position: absolute;
  background: url(/atsugi-de-cycle/assets/img/common/bg_icon13.svg) 0% 0% no-repeat;
  width: 150px;
  height: 100px;
  bottom: -65%;
  left: -145%;
  background-size: contain;
}
.catch p span.bg02::after{
  content: "";
  position: absolute;
  background: url(/atsugi-de-cycle/assets/img/common/bg_icon14.svg) 0% 0% no-repeat;
  width: 110px;
  height: 100px;
  bottom: -65%;
  right: -130%;
  background-size: contain;
}
.tcontents{
  position: relative;
  width: 100%;
  padding: 2em 0 2em 2em;
  margin: 10em auto 0em;
  border: 2px solid #343F51;
  background: #fff;
  border-radius: 10px;
}
.tcontents h3 {
    position: absolute;
    top: -1.6vh;
    left: 2vw;
    display: inline-block;
    padding: 5px 15px;
    background: #fff;
    border: 2px solid #343F51;
    border-radius: 20px;
    font-weight: normal;
    font-size: 1.5em;
}
.tcontents ul{margin: auto;}
.tcontents li{    margin-bottom: 1em;}
.tcontents li:last-child{margin-bottom: 0;}
.tcontents li a{
  font-size: 1.2em;
  text-decoration: none;
  color: #65C9BA;
}
.tcontents li a::before{
  content: "＞";
}
.tcontents li a:hover{
  text-decoration: underline;
}
@media screen and (min-width:768px) and ( max-width:1024px) {}
@media only screen and (max-width: 767px) {
  .catch {    margin: 10em auto 1em!important;}
  .catch p {font-size: 1em;}
  .catch p span.bg01::before {
  width: 150px;
  height: 110px;
  top: -105%;
  left: -50%;
  }
  .catch p span.bg01::after {
      width: 90px;
      height: 100px;
      top: -100%;
      right: -70%;
  }
.catch p span.bg02::before {
  width: 130px;
  height: 90px;
  bottom: -100%;
  left: -50%;
}
.catch p span.bg02::after {
  width: 100px;
  height: 70px;
  bottom: -115%;
  right: -65%;
}
.tcontents {
  padding: 2em 1em;
  margin: 10em auto 0em;
  font-size: 1.5rem;
}
.tcontents h3 {
    top: -2vh;
    left: 4vw;
    padding: 5px 15px;
    font-size: 1.2em;
}
.tcontents li {
    text-indent: -1em;
    padding-left: 1em;
}
.tcontents li a {
    font-size: 1em;
}

}
/* コンテンツ /section02/
---------------------------- */
.guide-ttl{position: relative;}
.guide-ttl .ttlbg::before{
  content: "";
  display: block;
  position: absolute;
  background: url(/atsugi-de-cycle/assets/img/common/ttl_bg13.svg) 0 0 no-repeat;
  background-size: contain;
  top: -50%;
  left: -22%;
  width: 100px;
  height: 100px;
}
.guide-ttl .subttl {
    display: block;
    font-size: 0.7em;
    color: #707070;
    margin-top: 8px;
}
.topics ul{
  width: 80%;
  margin: auto;
}
.topics ul li{
  margin-bottom: 1.5em;
  padding-left: 1.5em;
  text-indent: -1em;
}
.topics ul li::before{
  content: "●";
  font-size: 0.5em;
  vertical-align: text-bottom;
  margin-right: 1%;
}
@media screen and (min-width:768px) and ( max-width:1024px) {}
@media only screen and (max-width: 767px) {
.topics {position: relative;}
.topics .container::before{
  content: "";
  position: absolute;
  background: url(/atsugi-de-cycle/assets/img/common/bg02_sp.svg) 0% 0% no-repeat;
  width: 100vw;
  height: 360px;
  top: -15vh;
  right: -22vw;
  background-size: contain;
  z-index: -1;
}
.guide-ttl{
  line-height: 1.3;
  font-size: 1.5em;
}
.guide-ttl .ttlbg::before{
  top: 65%;
  left: -5%;
  width: 70px;
  height: 70px;
  }
  .topics ul {width: 100%;}
  .topics ul li {
    text-indent: -1.3em;
    padding-left: 1.3em;
}
.topics ul li::before { margin-right: 3%;}
}
/* コンテンツ /section03/
---------------------------- */
.place-ttl span::before{
  content: "";
  display: block;
  position: absolute;
  background: url(/atsugi-de-cycle/assets/img/common/ttl_bg14.svg) 0 0 no-repeat;
  background-size: contain;
  bottom: -50%;
  right: -32%;
  width: 100px;
  height: 100px;
}
.place .txt{
  width: 50%;
  margin: 0 auto 4em;
}
.place .placelist{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.place .box{
  width: 49%;
  border: 1px solid #343F51;
  padding: 1em;
  margin-bottom: 1.5em;
  border-radius: 10px;
}
.place .box .txtin ul{ min-height: 5em;}
.place .box p.hplink{margin: 0 auto;}
.pdfdl a{
  position: relative;
  display: block;
}
.bgmap_img{
  background: #000;
  display: inline-block;
  height: 400px;
  margin: auto;
  overflow: hidden;
  border-radius: 15px;
}
.bgmap_img img{
opacity: 0.5;
display: block;
}
.bgmap-dl{
  position: absolute;
  top: 16vh;
  left: 25vw;
  font-size: 1.2em;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.ltxt{
  margin: 4em auto;
  text-align: right;
}
@media screen and (min-width:768px) and ( max-width:1024px) {
  .place-ttl span::before {
    bottom: 25%;
    right: -13%;
}
}
@media only screen and (max-width: 767px) {
  .place-ttl{
    line-height: 1.3;
    font-size: 1.5em;
  }
  .place-ttl span::before {
    bottom: 120%;
        right: -4%;
        width: 94px;
        height: 62px;
}
.place{position: relative;}
.place .container::before {
    content: "";
    position: absolute;
    background: url(/atsugi-de-cycle/assets/img/common/bg02_sp.svg) 0% 0% no-repeat;
    top: -4vh;
    left: -20vw;
    width: 100vw;
    height: 360px;
    background-size: contain;
    z-index: -1;
}
.place .txt {
    width: 100%;
    margin: 2em auto;
}
.place .placelist {
    padding: 1.5em;
    border: 2px solid #343F51;
    border-radius: 15px;
}

.place .box {
    width: 100%;
    padding: 0 0 1.5em 0;
    margin-bottom: 1.5em;
    border-bottom: 2px dotted #343F51;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0px;
}
.bgmap_img{
  width: 100%;
  height: auto;
}
.bgmap_img img {width: 100%;}
.bgmap-dl {
    top: 12vh;
    left: 14vw;
}
.ltxt {
    margin: 3em auto 1em;
}
}





/* section03
---------------------------- */
@media screen and (min-width:768px) and ( max-width:1024px) {}
@media only screen and (max-width: 767px) {

}
/* section04
---------------------------- */
@media screen and (min-width:768px) and ( max-width:1024px) {}
@media only screen and (max-width: 767px) {


}
