@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=https://fonts.googleapis.com/css2?family=BIZ+UDGothic:wght@400;700&family');
/*
Theme Name:身延町立図書館
*/
body {
  font-family: var(--bfont);
  background: #fff;
  color: #222;
  font-size: var(--base);
}
.stage {
  margin: 1em auto;
  max-width: var(--stage);
}
@media (max-width: 1099px) {
  body {
    font-size: var(--base16);
  }
  .stage {
    max-width: var(--stagesp);
  }
}
/* =============================
header
===============================*/
header {
  display: block;
}
header a {
  text-decoration: none;
}
.headerSet {
  position: relative;
  display: flex;
  margin: 0.5em auto;
  justify-content: space-between;
  align-items: center;
  max-width: var(--stage);
}
.h_logo {
  font-size: var(--base32);
  margin: 0;
  padding: 0.3em 0 0.3em;
  line-height: 1;
}
.loginBtn a {
  display: block;
  border-radius: 5px;
  padding: 0.5rem 0.8rem 0.5rem 2.6rem;
  background: var(--btn1) url("./common/img/ui/icn1.svg") no-repeat 0.8rem center/1.3rem;
}
.loginBtn a:hover {
  background: var(--hoverb) url("./common/img/ui/icn1.svg") no-repeat 0.8rem center/1.3rem;
  text-decoration: underline;
}
@media (max-width: 1099px) {
  .headerSet {
    margin-top: 0;
    max-width: var(--stagesp);
  }
  .h_logo img {
    width: 220px;
  }
}
/* =============================
gnavi
===============================*/
@media (min-width: 1100px) {
  .gnavi {
    position: static;
    display: block !important;
    visibility: visible;
  }
  .hamburger {
    display: none;
  }
}
.gnaviBg {
  background: var(--keycolor);
  padding: 1rem 0.5rem;
}
.gnavi {
  max-width: var(--stage);
  font-weight: bold;
  font-size: var(--base20);
  margin: 0 auto;
}
.gnavi ul {
  display: flex;
  text-align: center;
  justify-content: space-between;
}
.gnavi li a {
  display: block;
}
.gnavi li a:hover {
  /*background: var(--hoverb);*/
  text-decoration: underline;
}
.gnavi li {
  line-height: 1;
  border-right: solid 1px;
  padding-right: 1.2rem;
}
.gnavi li:first-of-type {
  border-left: solid 1px;
  padding-left: 1.2rem;
}
/*-----------*/
#toppege .num1 a, .riyou .num3 a, .sisetu .num4 a, .internet .num5 a, .question .num6 a, .kids .num7 a, .access .num8 a {
  text-decoration: underline;
}
@media (max-width: 1099px) {
  .gnaviBg {
    padding: 0;
  }
  .gnavi {
    margin: 0;
    background: #fff;
    position: fixed;
    z-index: 2;
    top: 0;
    right: -120%;
    width: 100%;
    height: 100vh;
    color: #333;
    transition: all 0.4s;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .gnavi.active {
    right: 0%;
    display: block;
  }
  .gnavi ul {
    font-size: var(--base16);
    flex-direction: column;
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  .gnavi li:first-of-type {
    border-left: none;
    padding-left: 0;
  }
  .gnavi li {
    list-style-type: none;
    width: 100%;
    border-bottom: 1px solid #ccc;
    text-align: left;
  }
  .gnavi li:last-of-type {
    text-align: center;
  }
  .gnavi li:hover {
    background: var(--hoverb)
  }
  .gnavi li a {
    padding: 1rem 0.5rem;
  }
  .overflowHidden {
    overflow: hidden;
  }
}
/*==================================
hamburger
==================================*/
.hamburger {
  display: none;
}
.spopen {
  background: url("./common/img/ui/gmenu.svg") no-repeat center center/55px;
  height: 55px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.hamburger.active .spopen {
  display: none;
}
.spclose {
  display: none;
}
.hamburger.active .spclose {
  display: block;
  background: url("./common/img/ui/gmenu_close.svg") no-repeat center center/55px;
  height: 55px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
@media (max-width: 1099px) {
  .hamburger {
    display: block;
    position: absolute;
    z-index: 3;
    right: 10px;
    top: 4px;
    width: 70px;
    height: 70px;
    cursor: pointer;
    text-align: center;
  }
}
/*==================================
top
==================================*/
/* search
------------------------------------------------*/
.searchFun {
  display: flex;
  justify-content: center;
  margin: 0 auto !important;
  background: var(--keycolor);
  padding: 1.2rem 0.5rem;
  align-items: center;
}
.searchIcn {
  display: inline-block;
  background: url("./common/img/ui/icn2.svg") no-repeat left center;
  padding: 0.5rem 0 0.5rem 3rem;
  margin-right: 0.8em;
}
.searchFun input {
  font-size: var(--base18);
  width: 700px;
  height: 2.6rem;
  padding: 0 1rem;
  line-height: 1;
}
.searchFun button {
  font-size: var(--base20);
  background: #fff;
  border: solid 1px;
  padding: 0.3rem 1.7rem;
  border-radius: 5px;
  margin: 0 1rem 0 1rem;
}
.searchFun button:hover {
  background: var(--hoverb);
}
.btnsSet {
  display: flex;
  align-items: center;
}
@media (max-width: 1099px) {
  .searchFun {
    flex-direction: column;
    padding: 1em;
    align-items: stretch;
  }
  .searchIcn {
    background: url("./common/img/ui/icn2.svg") no-repeat left 2px/25px;
    padding: 0.5rem 0 1rem 2rem;
    margin: auto;
  }
  .searchFun input {
    font-size: var(--base14);
    width: 100%;
    padding: 0.5rem;
  }
  .searchFun button {
    font-size: var(--base14);
    padding: 0.3rem 1.5rem;
    margin: auto;
  }
  .btnsSet {
    margin-top: 0.5rem;
  }
}
/* openstaSet
------------------------------------------------*/
.openstaSet {
  position: relative;
  margin-top: 3rem;
  background: #F4FCFB;
  border: solid 3px #B3C6C1;
  border-radius: 4px;
  padding: 1rem 1.5rem;
}
.openstaSet > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.openstaSet h2, .linkbtns h2 {
  padding: 0 !important;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0 !important;
  text-align: center;
  border: none;
}
.openstaSet h2::before, .linkbtns h2::before {
  content: none;
}
a.gocal {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}
.opensta {
  margin-top: 1rem;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  font-size: var(--base24);
}
.opensta img {
  margin: 0 auto 0.3rem;
  display: block;
}
.opensta li {
  width: calc(100% / 3);
  text-align: center;
}
.opensta p {
  margin: 0.2rem 0;
}
@media (max-width: 768px) {
  .openstaSet > div {
    flex-direction: column;
  }
  a.gocal {
    position: static;
    top: 1.5rem;
    right: 1.5rem;
  }
  .opensta {
    flex-direction: column;
    font-size: var(--base16);
  }
  .opensta img {
    width: 61px;
    margin: 0 1rem 0 0;
  }
  .opensta li {
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    width: 80%;
  }
}
/* linkbtns
------------------------------------------------*/
.linkbtns {
  margin: 3rem 0 0 0;
  padding: 2rem 0;
  background: var(--keycolor)
}
.linkArrow1 {
  padding: 0 0 0 1.4rem;
  background: url("./common/img/ui/icn_arrow1.svg") no-repeat left center;
}
/* .navBtn
------------------------------------------------*/
.navBtnA, .navBtnB {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.navBtnA {
  margin-top: 2rem;
}
.navBtnA li {
  text-align: center;
  width: calc((100% / 3) - 1rem);
  margin: 0.5em 0;
}
.navBtnA::before {
  display: block;
  content: "";
  width: calc((100% / 3) - 1rem);
  order: 1;
}
.navBtnA::after {
  display: block;
  content: "";
  width: calc((100% / 3) - 1rem);
}
.navBtnA a {
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 1rem 1.5rem;
  border-radius: 5px;
  background: var(--btn1);
}
.navBtnA a:hover {
  background: var(--hoverb);
  text-decoration: underline;
}
.navBtnB {
  margin: 2rem 0 1rem;
}
.navBtnB li {
  text-align: center;
  width: calc((100% / 4) - 1rem);
  margin: 0.5em 0;
}
.navBtnB::before {
  display: block;
  content: "";
  width: calc((100% / 4) - 1rem);
  order: 1;
}
.navBtnB::after {
  display: block;
  content: "";
  width: calc((100% / 4) - 1rem);
}
.navBtnB li img {
  width: 100%;
}
@media (max-width: 1099px) {
  .navBtnA, .navBtnB {
    margin-top: 1rem;
  }
  .navBtnA li, .navBtnB li {
    text-align: center;
    width: calc((100% / 2) - 0.5rem);
    margin: 0.5em 0;
  }
  .navBtnA::before, .navBtnB::before {
    display: block;
    content: "";
    width: calc((100% / 2) - 0.5rem);
    order: 1;
  }
  .navBtnA::after, .navBtnB::after {
    display: block;
    content: "";
    width: calc((100% / 2) - 0.5rem);
  }
  .navBtnA a {
    padding: 0.8rem 1rem;
  }
}
/*==================================
libInfo news event
==================================*/
.newsTitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}
.libInfo dd a {
  text-decoration: none;
}
.libInfo dd a:hover {
  text-decoration: underline;
}
.libInfo > div {
  width: 100%;
}
.archive .libInfo {
  margin-top: 2rem;
}
.archive .libInfo > div {
  width: 100% !important;
}
.libInfo dt {
  display: flex;
  align-items: center;
  padding: 0;
}
.libInfo dd {
  margin: 0.3rem 0 1rem 0;
  padding-bottom: 1rem;
  border-bottom: dashed 1px #bbb;
}
.archive .libInfo dd:last-child {
  border-bottom: none;
}
.libInfo span, .eventInfo span, .articleData span {
  display: inline-block;
  font-size: var(--base14);
  padding: 0.05rem 0;
  border-radius: 2px;
  margin-left: 0.8rem;
  text-align: center;
}
span.imp {
  background: #F7B3B3;
  width: 5em;
}
span.lname {
  background: #C6EAE7;
  width: 5em;
}
@media (max-width: 1099px) {
  .libInfo > div:last-of-type {
    margin-top: 1rem;
  }
  .libInfo span, .eventInfo span, .articleData span {
    font-size: var(--base12);
  }
  .inpNews {
    flex-direction: column;
  }
  .inpNews dt {
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 0;
  }
  .inpNews dd {
    margin: 0 0 0.5em 0;
    width: calc(100% - 2rem);
  }
}
@media (max-width: 480px) {
  .newsTitle {
    flex-direction: column;
    align-items: flex-start;
  }
  .newsTitle a {
    text-align: right;
    margin-top: 0.5rem;
  }
}
/* .eventInfo
------------------------------------------------*/
.eventInfo {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.imgtrm {
  overflow: hidden;
  height: 342px;
}
.textlabel {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
}
.eventInfo p {
  margin-top: 0.5rem;
}
.eventInfo li img {
  display: block;
  width: 100%;
  transition: 0.3s all;
  object-position: center;
  object-fit: cover;
}
.eventInfo li a {
  text-decoration: none;
}
.eventInfo li a:hover {
  text-decoration: underline;
}
.eventInfo li a:hover img {
  transform: scale(1.1);
}
@media (max-width: 1099px) {
  .eventInfo {
    grid-template-columns: 1fr;
  }
}
/*==================================
footer
==================================*/
footer {
  border-top: solid 1px #c7c7c7;
  font-size: var(--base18);
}
footer > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
footer .logo {
  font-size: var(--base30);
}
footer .linkList {
  display: flex;
  justify-content: flex-end;
}
footer .linkList li {
  margin-right: 3em;
}
footer .linkList li:last-of-type {
  margin-right: 0;
}
footer .copyright {
  margin-top: 0.1rem;
}
@media (max-width: 1099px) {
  footer .logo {
    font-size: var(--base22);
  }
  footer {
    font-size: var(--base14);
  }
  footer > div, .linkList {
    flex-direction: column;
    align-items: flex-start;
  }
  footer .linkArrow1 {
    padding: 0 0 0 1.2rem;
    background: url("./common/img/ui/icn_arrow1.svg") no-repeat left center/0.8rem;
  }
}
/* =============================
fonts
===============================*/
h2 {
  position: relative;
  padding-left: 25px !important;
  font-size: var(--base32);
}
h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: var(--keycolor2);
  border-radius: 5px;
}
h3 {
  font-size: var(--base26) !important;
}
.singles h2 {
  margin-top: 0.5rem !important;
  margin-bottom: 2rem !important;
}
@media (max-width: 1099px) {
  h2 {
    font-size: var(--base22) !important;
  }
  h3 {
    font-size: var(--base18) !important;
  }
  h4 {
    font-size: var(--base16) !important;
  }
  h5 {
    font-size: var(--base14) !important;
  }
  h6 {
    font-size: var(--base14) !important;
  }
}
/* =============================
pageTitle
===============================*/
.pageTitle {
  padding: 1.2rem 0;
  background: var(--keycolor) url("./common/img/ui/titlebg.jpg") no-repeat center center/cover;
}
.hTitle {
  color: #222;
  text-shadow: var(--bl) 3px 0px 3px, var(--bl) -3px 0px 3px, var(--bl) 0px -3px 3px, var(--bl) -3px 0px 3px, var(--bl) 3px 3px 3px, var(--bl) -3px 3px 3px, var(--bl) 3px -3px 3px, var(--bl) -3px -3px 3px, var(--bl) 1px 3px 3px, var(--bl) -1px 3px 3px, var(--bl) 1px -3px 3px, var(--bl) -1px -3px 3px, var(--bl) 3px 1px 3px, var(--bl) -3px 1px 3px, var(--bl) 3px -1px 3px, var(--bl) -3px -1px 3px, var(--bl) 1px 1px 3px, var(--bl) -1px 1px 3px, var(--bl) 1px -1px 3px, var(--bl) -1px -1px 3px;
  margin: 0 auto;
  max-width: var(--stage);
  font-size: var(--base42);
  font-weight: bold;
}
@media (max-width: 1099px) {
  .hTitle {
    max-width: var(--stagesp);
    font-size: var(--base28);
  }
}
/* =============================
breadcrumbs
===============================*/
.breadSet {
  padding: 0.8rem 0;
  font-size: var(--base12);
}
.breadcrumbs {
  max-width: var(--stage);
  margin: 0 auto;
}
.breadcrumbs a {
  text-decoration: underline;
}
.breadcrumbs li:last-of-type:after {
  content: none;
  margin-left: 0;
}
@media (max-width: 1099px) {
  .breadcrumbs {
    max-width: var(--stagesp);
  }
}
/* =============================
pages
===============================*/
#pages .locNavi {
  display: flex;
  gap: 0.6rem 2rem;
  flex-wrap: wrap;
  list-style: none !important;
  margin-left: 0 !important;
  font-size: var(--base20);
}
#pages .locNavi li {
  margin-bottom: 0 !important;
  padding: 0 0 0 1.4rem;
  background: url("./common/img/ui/icn_arrow2.svg") no-repeat left center;
}
#pages #maincontents {
  margin-top: 1.5rem;
  padding-bottom: 2rem;
}
#pages #maincontents h2 {
  margin-top: 1.5em;
}
#pages #maincontents h3 {
  margin-top: 1.5em;
}
#pages #maincontents ul {
  list-style: disc;
  margin-left: 1.2em;
}
#pages #maincontents ol {
  list-style: decimal;
  margin-left: 1.7em;
}
#pages #maincontents li {
  margin-bottom: 0.5em;
}
#pages #maincontents img {
  max-width: 100%;
}
.query {
  padding-bottom: 1rem;
  border-bottom: solid 1px #999;
}
.query .que, .query .ans {
  padding-left: 1em;
  text-indent: -1em;
}
.query .que::before {
  content: "Q.";
}
.query .ans {
  margin-top: 0.5rem !important;
  margin-left: 2rem;
  color: var(--keycolor2);
}
.query .ans::before {
  content: "A.";
}
.query p {
  margin-top: 0.5rem;
  margin-left: 2rem;
}
.colorRed {
  color: var(--red);
}
.boxDec1 {
  padding: 1rem 2rem;
  background: #F4FDFB;
  border: solid 3px #8FC6C1;
  border-radius: 6px;
}
.boxDec1 > h2 {
 margin-top: 1rem !important;
}
.kids .boxDec1 {
  margin: 3rem 0;
}
.bookun {
  display: flex;
  gap: 0.5rem 1rem;
}
.bookun h2 {
  margin-top: 1rem !important;
}
@media (max-width: 1099px) {
  #pages #maincontents {
    margin-top: 1rem;
  }
  #pages #maincontents h2 {
    margin-top: 1em;
  }
  #pages .locNavi {
    gap: 0.5rem 1rem;
    font-size: var(--base15);
  }
  .bookun img {
    width: 100px;
  }
}
/* =============================
shingles
===============================*/
.articleData {
  margin-bottom: 2rem;
}
.pageSend {
  margin-left: 0 !important;
  list-style: none !important;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1099px) {
  .articleData {
    margin-bottom: 0;
  }
}
/* =============================
archive
===============================*/
/* pagenav
------------------------------------------------*/
.pagenav {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2em;
}
.pagenav span, .pagenav a {
  padding: 8px 18px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.pagenav span {
  color: #222;
  border: solid 1px #aaa;
}
.pagenav a {
  color: #333;
  background: var(--hoverb);
  border: solid 1px #aaa;
  text-decoration: underline;
}
/* =============================
sinseisyo page
===============================*/
.pdfListA {
  list-style: none !important;
  margin-left: 0 !important;
}
.pdfListA li {
  margin-bottom: 2rem !important;
}
.pdfListA a {
  display: block;
  width: 100%;
  padding: 1rem 1.5rem;
  border-radius: 5px;
  border: solid 1px #ccc !important;
}
.pdfListA a:hover {
  background: var(--hoverb);
}
a[data-content=pdf]::after {
  content: '';
  background: url("./common/img/ui/icn_pdf.png") no-repeat left center/1.7rem;
  display: inline-block;
  vertical-align: middle;
  min-width: 2rem;
  min-height: 2rem;
  margin-left: 0.5rem;
}
.getPdf img {
  margin-right: 1rem;
  vertical-align: middle;
}
.singles img {
  max-width: 100%;
}
@media (max-width: 1099px) {
  .singles img {
    height: auto;
  }
}
/* =============================
table
===============================*/
.tableA, .tableB {
  margin: 2rem 0;
  width: 100%;
  border-collapse: collapse;
}
h3 + .tableA, h3 + .tableB {
  margin: 0.5rem 0 2rem;
}
.tableA tr, .tableB tr {
  background: #F4FDFB;
}
.tableA th, .tableB th {
  /*background: #F5F1D6;*/
}
.tableA th, .tableA td, .tableB th, .tableB td {
  border: solid 1px #C6C6C6;
  padding: 1rem 1.5rem 1rem 1rem;
}
.tableA th, .tableB th, .tableA td {
  text-align: center;
}
.table_widthA {
  width: 38% !important;
}
.table_widthB {
  width: 50% !important;
}
.table_widthC {
  width: 20% !important;
}
.table_widthD {
  width: 25% !important;
}
.table_left {
  text-align: left !important;
}
.table_right {
  text-align: right !important;
}
.table_center {
  text-align: center !important;
}
/* =============================
google map
===============================*/
.googlemaps {
  margin: 1.5rem 0 4rem;
}
.googlemaps:last-of-type {
  margin: 1.5rem 0 0;
}
.googlemaps iframe {
  border: none;
  width: 100%;
  height: 600px;
}
/* =============================
404
===============================*/
.set404 {
  margin: 3rem auto;
  max-width: var(--stage);
}
@media (max-width: 1099px) {
  .set404 {
    max-width: var(--stagesp);
  }
}
/*==================================
others
==================================*/
.margin_top0 {
  margin-top: 0 !important;
}
.margin_bottom0 {
  margin-bottom: 0 !important;
}
.margin_top1 {
  margin-top: 1rem !important;
}
.margin_top2 {
  margin-top: 2rem !important;
}
.margin_top3 {
  margin-top: 3rem !important;
}
.margin_top4 {
  margin-top: 4rem !important;
}
.margin_top5 {
  margin-top: 5rem !important;
}
.margin_top05 {
  margin-top: 0.5rem !important;
}
.margin_top15 {
  margin-top: 1.5em !important;
}
.padding_both0 {
  padding-top: 0em !important;
  padding-bottom: 0em !important;
}
.lineheight18 {
  line-height: 1.8
}
.lineheight20 {
  line-height: 2.0
}
.lineheight22 {
  line-height: 2.2
}
.sp_br, .sp_only {
  display: none !important;
}
img.img_l, .alignleft {
  float: left;
  margin: 0 1.5rem 1.5rem 0;
}
img.img_r, .alignright {
  float: right;
  margin: 0 0 1.5rem 1.5rem;
}
img.img_c, .aligncenter {
  display: table;
  margin: 1em auto;
}
.imgfull {
  width: 100%;
}
@media (max-width: 1099px) {
  img.img_l, img.img_r, .alignright, .alignleft {
    float: none;
    margin: 0;
    width: 100%;
  }
  .imgspfull {
    width: 100%;
  }
}
.txt_c {
  text-align: center;
}
.txt_l {
  text-align: left;
  margin-right: auto;
}
.txt_r {
  text-align: right;
  margin-right: auto;
}
@media (max-width: 1099px) {
  .sp_only {
    display: block !important;
  }
  .pc_only {
    display: none !important;
  }
  .sp_img {
    width: 100%;
  }
}
@media (max-width: 579px) {
  .sp_br {
    display: block !important;
  }
  .pc_br {
    display: none !important;
  }
}
/* =============================
:root 
===============================*/ :root {
  --bfont: 'BIZ UDGothic', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  --stage: calc(1100px - 1.5rem);
  --stagesp: calc(100vw - 40px);
  --base12: 0.750rem;
  --base13: 0.813rem;
  --base14: 0.875rem;
  --base15: 0.938rem;
  --base16: 1rem;
  --base17: 1.063rem;
  --base18: 1.125rem;
  --base20: 1.250rem;
  --base21: 1.312rem;
  --base22: 1.375rem;
  --base23: 1.437rem;
  --base24: 1.500rem;
  --base26: 1.625rem;
  --base28: 1.750rem;
  --base30: 1.875rem;
  --base32: 2.000rem;
  --base35: 2.188rem;
  --base42: 2.625rem;
  --base46: 2.875rem;
  --base48: 3.000rem;
  --base: 1.375rem;
  --keycolor: #C6EAE7;
  --keycolor2: #088076;
  --bl: #fff;
  --red: #BF0202;
  --btn1: #C6EAE7;
  --btn2: #EAEADC;
  --link: #00369B;
  --hover: #026059;
  --hoverb: #A1D3CF;
}
/* gotoTop
------------------------------------------------*/
#gotoTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99999;
}
#gotoTop a {
  display: block;
  z-index: 999;
  padding: 8px 0 0 8px;
  text-decoration: none;
  text-align: center;
}
#gotoTop a:hover {
  text-decoration: none;
  filter: brightness(120%);
}
#gotoTop img {
  width: 80px;
}
@media (max-width: 680px) {
  #gotoTop {
    right: 20px;
  }
  #gotoTop img {
    width: 70px;
  }
}
/* topslide
------------------------------------------------*/
.mainImga {
  position: relative;
}
.swiper-wrapper img {
  display: block;
  width: 100%;
  height: 433px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 1099px) {
  .swiper-wrapper img {
    height: 292px;
  }
}
.play-icon {
  display: block;
}
.pause-icon {
  display: none;
}
.aset_btn {
  display: flex;
  justify-content: flex-end;
  width: var(--stage);
  z-index: 100;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 30px;
  margin: 0 auto;
}
.aset_btn button {
  background: transparent;
  border: none;
}
.aset_btn button:hover {
  opacity: 0.8;
  cursor: pointer;
}
.aset_btn button img {
  width: 40px;
}
@media (max-width: 1099px) {
  .aset_btn {
    width: var(--stagesp);
    position: absolute;
    right: 0;
    left: 0;
    bottom: 15px;
    margin: 0 auto;
  }
  .aset_btn button img {
    width: 30px;
  }
}