/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* common style */
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-family: "Kosugi Maru", sans-serif;
    font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  background: #f6f6f6;
  position: relative;
}

h1 {
  font-size: 40px;
  font-size: 4rem;
  font-family: "Kosugi Maru", sans-serif;
}

h2 {
  font-size: 30px;
  font-size: 3rem;
  font-family: "Kosugi Maru", sans-serif;
}

h3 {
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Kosugi Maru", sans-serif;
  
}

h4 {
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: bold;
  letter-spacing: 0.08em;
}

small {
  font-size: 14px;
  font-size: 1.4rem;
}

img {
  vertical-align: bottom;
}

figure img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:hover img {
  opacity: .8;
}
a[href^="tel:"]{
  display: inline-block;
  pointer-events: none;
}
a[href^="tel:"]:hover,
a[href^="tel:"]:active{
  text-decoration: none;
}

hr {
  border: none;
}

em, strong {
  font-weight: bold;
}

i.fa {
  margin-right: 4px;
}

iframe[name="google_conversion_frame"] {
  position: absolute;
  top: 0;
}

.skip, .hide, .help-nav, .is_hide, .is_hidden {
  display: none;
}

.is-fl-l {
  float: left;
  margin: 0 20px 20px 0;
}

.is-fl-r {
  float: right;
  margin: 0 0 20px 20px;
}

.is-center {
  text-align: center;
}

.is-right {
  text-align: right;
}

.is-left {
  text-align: left;
}

nav {
  position: relative;
  height: 44px;
  font-family: "Kosugi Maru", sans-serif;
  box-shadow: 0 2px 3px 0 rgba(105, 105, 105, 0.6);
  background-color: #98ce97;
  z-index: 999;
}

nav .gnav {
  display: table;
  text-align: center;
  margin: 0 auto;
  width: 900px;
  height: 44px;
  line-height: 44px;
  font-family: "Kosugi Maru", sans-serif;
}

nav .gnav__item {
  display: table-cell;
    width: calc(100% / 3);
}

nav .gnav a {
  display: block;
  color: #fff;
  text-decoration: none;
  letter-spacing: .05em;
  transition: ease-out .2s;
}

nav .gnav.head {
  background-color: #98ce97;
}

nav.foot {
  background-color: #98ce97;
}

.page_top .gnav__item__top,
.gnav__item__top:hover {
  background: #73ab62;
}

.page_top .foot--inner .gnav__item__top,
.foot--inner .gnav__item__top:hover {
  background: #73ab62;
}

.page_about .gnav__item__about,
.gnav__item__about:hover {
  background: #73ab62;
}

.page_about .foot--inner .gnav__item__about,
.foot--inner .gnav__item__about:hover {
  background: #73ab62;
}

.page_temporary .gnav__item__temporary,
.gnav__item__temporary:hover {
  background: #73ab62;
}

.page_temporary .foot--inner .gnav__item__temporary,
.foot--inner .gnav__item__temporary:hover {
  background: #73ab62;
}



.submenu {
  margin-bottom: 20px;
}
/*
.infowrap {
  padding: 2px;
  border: 1px solid #bbb;
  border-radius: 3px;
  font-family: "Kosugi Maru", sans-serif;
  line-height: 1;
}

.infowrap__head {
  color: #fff;
  background: #497707;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.infowrap__head__title {
  padding: 8px 6px;
}

.infowrap__head__title span {
  display: block;
  margin-bottom: 5px;
  color: #cfe2b5;
  font-size: 14px;
  font-size: 1.4rem;
}

.infowrap__content {
  padding: 8px;
  line-height: 1.3;
}

.infowrap__content__title {
  margin-bottom: 4px;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}

.infowrap__content__list {
  line-height: 1.3;
  margin: 8px 0 4px;
}
.infowrap__content__list li a{
  color: #333;
}

.infowrap .tel {
  color: #497707;
  font-size: 21.5px;
  font-size: 2.15rem;
}

.infowrap .attention {
  font-size: 12px;
  font-size: 1.2rem;
}

.infowrap hr {
  margin: 12px 0;
  border-bottom: 1px dashed #ccc;
}*/

/*
.infowrap__content .pc_only{
    margin-top: 12px;
}

.infowrap__content .resimg{
    margin-top: 12px;
}
*/

.tel .mr20{
    margin-right: 20px;
}

.tel .mt10{
    margin-top: 10px;
}

.header_tel li{
    display: table-cell;
	vertical-align: top;
}

.header_tel img{
    margin: 5px;
}

.sp_only{
    display: none;
}

.pc_only{
    display: block;
    width: 25%;
}

.header-menu{
    display: table-cell;
}

.header-menu .contact_tel{
    width: 70%;
}

.header-menu .pc_only{
    width: 30%;
}

/**/
/* 追加 */
/*
.document_download {
 background: #F3F9EF;
 padding: 25px 8px;
}
.document_download p {
  margin-bottom: 15px;
  line-height: 1.2em;
  font-weight: bold;
}
.document_download_list li a {
  color: rgba(51, 51, 51);
  display: inline-block;
}
.document_download_list li {
  position: relative;
  margin-bottom: 10px;
}
.document_download_list li p{
  font-size: 13px;
  line-height: 1.2;
  margin-bottom: 5px;
  color: #000000;
  font-weight: bold;
}
.document_download_list li:last-child {
  margin-bottom: 0;
}
.flowbox__list dd a img {
  margin: 10px 10px 0 10px;
}
.document_download_list li a.btn.list_btn_pdf,
.document_download_list li a.btn.list_btn_excel{
  width: 45px;
  font-size: 11px;
  text-align: center;
  padding: 5px 0;
  color: #ffffff;
  margin-right: 5px;
}
.document_download_list li a.btn.list_btn_excel{
  width: 88px;
}
@media screen and (max-width: 768px) {
  a.btn.flow_btn01,
  a.btn.flow_btn02{
    width: 100%;
    font-size: 3.646vw;
    padding: 10px 0;
  }
  a.btn.flow_btn01{
    margin-bottom: 10px;
  }
  .document_download {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
  .document_download_list li {
    margin-bottom: 2vw;
  }
  .document_download p,
  .document_download_list li p{
    font-size: 5vw;
  }
  .document_download_list li a.btn.list_btn_pdf,
  .document_download_list li a.btn.list_btn_excel{
    width: 58px;
    font-size: 4vw;
    padding: 8px 0;
  }
  .document_download_list li a.btn.list_btn_excel{
    width: 120px;
  }
}
@media screen and (max-width: 414px) {
  .document_download_list li {
    margin-bottom: 4vw;
  }
}
*/
a.pdf{
    position: relative;
}

a.pdf::after{
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    padding-left: 5px;
    background: url(../../img/icon_pdf.png) no-repeat center;
    background-size: 22px auto;
    position: absolute;
}
/**/


.bnrarea li {
  margin-bottom: 20px;
}

header {
  background: #fff;
}

.head__inner {
  position: relative;
  width: 940px;
  margin: 0 auto;
  height: 116px;
}

.head__inner .logo {
  position: absolute;
  top: 20%;
  left: 3px;
}

.head__inner .logo a {
  display: block;
}

.head__inner .tel {
  position: absolute;
  top: 20%;
  right: 3px;
}

.wrap {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 940px;
  background: #fff;
}

.wrap:before {
  content: "";
  width: 100%;
  height: 200px;
  position: absolute;
  top: 0;
  opacity: .5;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}


.wrap:not(.top) {
  padding-top: 200px;
}

.wrap.about:before {
  background-image: url(../../img/mainimg_about.jpg);
}

.wrap.temporary:before {
  background-image: url(../../img/mainimg_temporary.jpg);
}

.wrap__container {
  margin: 0 auto;
  padding: 20px 40px;
  line-height: 1.5;
  width: 100%;
  background: #fff;
}

.page_title {
  margin-bottom: 30px;
  line-height: 1.3;
  font-weight: 700;
  font-size: 36px;
  font-size: 3.6rem;
  letter-spacing: .05em;
}

.lead {
  margin-bottom: 40px;
  line-height: 1.8;
}

.contentsbox {
  width: 100%px;
}

.contentsbox__inner {
  margin: 20px 0 50px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  *zoom: 1;
}

.contentsbox__inner:after {
  content: "";
  display: table;
  clear: both;
}

.contentsbox__inner__title {
  margin-bottom: 1.5em;
  padding-bottom: 0.3em;
  font-weight: 600;
  letter-spacing: .05em;
  font-size: 20px;
  font-size: 2rem;
  border-bottom: 1px dashed #B7DDB7;
}

.contentsbox__inner__subtitle {
  margin-top: 50px;
  margin-bottom: 15px;
  padding-left: 40px;
  font-weight: 600;
  font-size: 20px;
  font-size: 2.0rem;
  font-family: "Kosugi Maru", sans-serif;
    background-image: url("../../img/icon_subtitle.png");
    background-position: 50% left;
    background-repeat: no-repeat;
}

.contentsbox__inner p {
  margin-bottom: 2em;
}

.contentsbox__inner p:last-child {
  margin-bottom: 0;
}

.contentsbox__inner img.map{
    border-radius: 10px;
}

.img-footer-key img{
    width: 100%;
    height: 43px;
}

.side_box {
  width: 220px;
}

.img_contact{
    margin-top: 12px;
}


.img-footer-key img{
    width: 100%;
    height: 43px;
}

.footer_info .logo{
    margin-bottom: 10px;
}

.foot_wrap {
  background: #fff;
}

.foot_wrap .related {
  margin: 0 auto;
  width: 940px;
  padding: 40px 0;
}

.foot_wrap .related .title {
  font-size: 18px;
  font-size: 1.8rem;
  color: #73ab62;
  font-weight: bold;
  margin-bottom: 20px;
}

.related__box {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-between;
  -ms-flex-pack: justify;
  width: 100%;
  margin-top: 40px;
}

.related__box dl {
  display: flex;
  display: -ms-flexbox;
  width: calc((100% - 15px) / 2);
  margin-bottom: 20px;
}

.related__box dt {
  margin-right: 10px;
}

.related__box a {
  color: #333;
}

.related__box a img {
  padding: 2px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.foot_logo_list {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -ms-flex-pack: justify;
  margin: 30px 0 0;
}

.footer__img{
    width: 100%;
    height: auto;    
}

.footer__logo{
    width: 22%;
    height: auto;
    padding-bottom: 10px;
}

.footer__keyvisual{
    margin-top: 30px;
}

.copyright {
  text-align: center;
  margin: 20px 0;
  padding-bottom: 20px;
  color: #bbb;
}

.pagetop {
  position: fixed;
  bottom: 5%;
  right: 15%;
  z-index: 999;
}

.pagetop a {
  display: block;
  position: relative;
  text-align: center;
  line-height: 68px;
  width: 54px;
  height: 54px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.34);
  border-radius: 50%;
  transition: ease-out .2s;
}

.pagetop a:after {
  content: "";
  position: absolute;
  left: 20px;
  top: 16px;
  width: 14px;
  height: 14px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(-45deg);
}

.pagetop a:hover {
  background: rgba(0, 128, 0, 0.5);
}

table {
  width: 100%;
}

table th {
  padding: 8px 12px;
  text-align: left;
    font-weight: bold;
  white-space: nowrap;
}

table td {
  padding: 8px 12px;
}

table.open-hour{
    text-align: center;
}

table.open-hour th,
table.open-hour td{
    text-align: center;
    border: 1px solid #ccc;

}

table.open-hour td.noborder{
    border: none;
}

table.open-hour th.hour {
    white-space: inherit;
    background-color: #FFFFCC;
}

table.open-hour th.basic {
    background-color: #FFCCCC;

}

table.open-hour th.long {
    background-color: #CCEEFF;

}

.wrap__timeschedule{
    border: 2px solid #EC8AB9;
    border-radius: 8px;
}

table.timeschedule{
    margin: 2px;
    width: calc(100% - 4px);
}

table.timeschedule th{
    color: #EC8AB9;
}

table.timeschedule tr:nth-child(2n) th,
table.timeschedule tr:nth-child(2n) td{
    background-color:#FFECF7;
    vertical-align: middle;

}

table.timeschedule tr:nth-child(2n-1) th,
table.timeschedule tr:nth-child(2n-1) td{
    background-color: #fff;
    vertical-align: middle;

}

.formats{
    margin-top: 50px;
    padding: 20px;
     border: 2px solid #EC8AB9;
    border-radius: 8px;   
}

.formats li{
    list-style-type: disc;
    margin: 0 0 5px 20px;
}

.album{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}

.album li{
    width: 32%;
    margin-bottom: 20px;
}

.album li img{
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.yearly,
.temp{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    
}

.yearly dt,
.temp dt{
    width: 6em;
    color: #EC8AB9;
    margin-bottom: 15px;
    font-weight: bold;

}

.temp dt{
    color: #333;
}

.yearly dd,
.temp dd{
    width: calc(100% - 6em);
    margin-bottom: 15px;

}

.scroll-infinity__item {
  width: 300px;
  height: 225px;
  margin-right: 20px;
}

.scroll-infinity__item img{
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.scroll-infinity__wrap {
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 270px;
  margin-bottom: 0px;
}
.vertical-slider {
  display: flex;
  -webkit-animation: loop-slide 140s infinite linear 1s both;
  animation: loop-slide 140s infinite linear 1s both;
}
@-webkit-keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.temp_price th{
    border: 1px solid #ccc;
    background-color:#FFECF7;

}

.temp_price td{
    border: 1px solid #ccc;

}

.temporary__flow h3{
    margin: 30px 0 10px;
    
}

.temporary__flow li{
    list-style-type: disc;
    margin: 0 0 10px 20px;
}

.temporary__flow .formats{
    margin-top: 0;
}

.temporary__flow .formats li{
    margin-bottom: 0;
}

a.btn {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  border-radius: 3px;
  text-decoration: none;
}

a.btn.green {
  background: #73ab62;
}
/*btn_new_list*/
.btn_new_list{
  margin-top: 15px;
}
.btn_new_list p.txt_newinfo{
  font-size: 15px;
  margin: 0 5px 0 0;
  display: inline-block;
}
a.btn.pink {
  background: #e86da8;    
}
a.btn.list_btn_pdf,
a.btn.list_btn_excel{
  width: 45px;
  font-size: 11px;
  text-align: center;
  padding: 5px 0;
  color: #ffffff;
  margin-right: 5px;
}
a.btn.list_btn_excel{
  width: 88px;
}
a.btn.arrow {
  padding: 5px 12px 5px 20px;
}

a.btn.gmap {
  font-size: 15px;
  font-size: 1.5rem;
  padding: 10px 20px;
}

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

.btn__box {
  position: relative;
  display: inline-block;
  margin: 5px 0;
}

.arrow::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 8px;
  width: 0;
  height: 0;
  margin-top: -4px;
  border: solid 4px transparent;
  border-left: solid 6px #fff;
}


.intro {
  font-size: 16px;
  font-size: 1.6rem;
    margin-bottom: 50px;
}

.intro h2.title {
  margin: 24px 0 12px;
  line-height: 1.4;
  letter-spacing: .05em;
  font-size: 24px;
}

.intro ul {
  margin-bottom: 2em;
  line-height: 1.7;
    list-style-type: disc;
    padding-left: 20px;
}

.intro ul:last-child {
  margin-bottom: 0;
}

.intro ul.photo{
    display: flex;
    justify-content: space-between;
    padding: 0;
    list-style-type: none;
}

.intro ul.photo li{
    width: 23%;
    margin: 0;}

.intro ul.photo img{
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.mainimg {
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

.slick-slide img {
  width: 100%;
  height: auto;
}

.slick-prev, .slick-next {
  width: 24px;
  height: 24px;
  z-index: 1000;
}

.slick-prev:before, .slick-next:before {
  font-size: 24px;
}

.slick-prev {
  left: 16px;
}

.slick-next {
  right: 22px;
}

.outline td dt {
  font-weight: bold;
}

.outline td em {
  color: #c36;
  font-weight: normal;
}

@media only screen and (min-width: 769px) {
  .is_pc {
    display: block !important;
  }
  .is_sp {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .is_pc {
    display: none !important;
  }
  .is_sp {
    display: block !important;
  }
}

  a[href^="tel:"]{
    color: #000;
  }

@media screen and (max-width: 768px) {
  a[href^="tel:"]{
    pointer-events: auto;
  }
  .wrap, .contentsbox, .wrap__container, .foot_logo_list {
    display: block;
    width: 100%;
    padding-top: 10px;
  }
  .head__inner .logo,
  .head__inner .tel {
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    padding: 0 14px;
  }
  .head__inner {
    display: block;
    width: 100%;
    height: auto;
    padding: 16px;
  }

  .head__inner .tel {
    padding: 14px 0 0;
  }
    

    .tel{
        display: flex;
        justify-content: center;
    }
    
    .header_tel li{
        display: block;
    }
    
    .tel .mr20{
        margin: 0 auto;
    }
    
  .mainimg {
    display: block;
    width: 100%;
  }
    /*
  .wrap:before {
    height: 180px;
  }
  .wrap:not(.top) {
    padding-top: 190px;
  }
    */
  .page_top .wrap {
    padding-top: 0;
  }
  .contentsbox {
    margin-bottom: 40px;
    padding: 0 0 20px;
    border-bottom: 1px dashed #ccc;
  }
  .map_box {
    text-align: center;
  }
  nav {
    height: auto;
    box-shadow: none;
  }
  nav .gnav {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    width: auto;
    height: auto;
  }
nav .gnav a {

  letter-spacing: 0;
}

  nav .gnav .gnav__item {
    display: block;
    width: calc(100% / 3);
    border-bottom: 1px solid #fff;
  }

  nav .gnav .gnav__item:not(:nth-child(3n)) {
    border-right: 1px solid #fff;
  }
  .page_title {
    margin-bottom: 24px;
    font-size: 30px;
    font-size: 3rem;
  }
  .lead {
    margin-bottom: 30px;
  }
.contentsbox__inner img.map{
    width: 100%;
    height: auto;
}
  .foot_wrap .related {
    width: auto;
    padding: 20px;
  }
   .footer__logo{
    width: 40%;
    height: auto;
    padding: 0;
} 

.sp_only{
    display: block;
}
  header {
    width: auto;
    height: auto;
    padding: 10px 0;
  }
  header .head__inner {
    text-align: center;
    padding: 0;
    height: auto;
  }
  .head__inner .logo img {
    max-width: 100%;
  }
  header .head__inner .tel {
    padding: 14px 0 0;
  }
  header .head__inner .tel img{
    }
  header .head__inner:after {
    top: 52px;
  }

  .related__box {
    display: block;
  }
  .related__box dl {
    width: 100%;
  }
  .wrap:before {
    height: 160px;
  }
  .wrap:not(.top) {
    padding-top: 160px;
  }
  .wrap__container {
    padding: 10px 20px;
  }
  .page_title {
    margin-bottom: 20px;
  }
  nav .gnav {
    font-size: 14px;
    font-size: 1.4rem;
  }
  nav .gnav__item {
    line-height: 48px;

  }

  nav .gnav__item a{
      display: block;
      height: 48px;
      width: 100%;

  }
  .intro .title {
    font-size: 24px;
    font-size: 2.4rem;
        margin-bottom: 30px;

  } 
    
    .intro ul.photo{
        flex-wrap: wrap;
    }
    
.intro ul.photo li{
    width: 48%;
    margin-bottom: 20px;
}
    
.album{
    display: block;
    margin-top: 40px;
}

.album li{
    width: 100%;
    margin-bottom: 20px;
}

    .temp{
        display: block;
    }    
    
    .temp dt{
        width: 100%;
        margin-bottom: 5px;
    }

    
    .temp dd{
        width: 100%;
    }
    
    
    .wrap__temp_price{
                overflow-x: scroll;

    }
    .temp_price{
    }
    
        .temp_price td{
            white-space: nowrap;
    }
    
  .side_box {
    width: 100%;
    text-align: center;
  }
    

    .footer_info .logo img{
        max-width: 100%;
        height: auto;
        
    }
  .foot_logo_list {
    text-align: center;
  }
  .foot_logo_list li {
    margin-bottom: 16px;
  }
  .pagetop {
    bottom: 3%;
    right: 3%;
  }



}

@media screen and (max-width: 340px) {
  nav .gnav {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .head__inner .logo img {
    max-width: 90%;
  }
  .intro .title {
    margin-bottom: 24px;
  }
  .wrap__container {
    padding: 5px 16px;
  }
  .foot_wrap .related {
    padding: 10px 16px;
  }
  .copyright {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.note-calendar{
	font-size: 13px;
	color: #c36;
}

.otherCal {
	margin-top: 10px;
}

.otherCal table {
	margin-top: -30px;
}

.otherCal td {
	vertical-align :middle;
	padding: 4px;
	background-color: #fff;
}

.pt20{
    padding-top: 20px;
}