@charset "UTF-8";
#contents .section:nth-child(even) {
  background: url(../img/background-ptn01.png) left top;
}

#contents .section:nth-child(odd) {
  background: #fff;
}

#contents .section:nth-of-type(1) {
  background: url(../img/background-img01.png) bottom left no-repeat, url(../img/background-img01.png) top right no-repeat;
}

@media (max-width: 480px) {
  #contents .section:nth-of-type(1) {
    background: url(../img/background-img01.png) bottom left/50% no-repeat, url(../img/background-img01.png) top right/50% no-repeat;
  }
}

#contents .section.rinen .rinen_inner {
  max-width: 800px;
}

#contents .section.rinen .rinen_inner .rinen_box {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  padding: 35px 50px;
  border-radius: 20px;
  background: #fff;
  margin-bottom: 45px;
}

@media (max-width: 480px) {
  #contents .section.rinen .rinen_inner .rinen_box {
    padding: 15px 10px;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 25px;
  }
}

#contents .section.rinen .rinen_inner .rinen_box .rinen_box_in {
  background: url(../img/oukan-icon.png) top center no-repeat;
  padding-top: 60px;
  border-bottom: 3px solid #fdd100;
}

@media (max-width: 480px) {
  #contents .section.rinen .rinen_inner .rinen_box .rinen_box_in {
    background: url(../img/oukan-icon.png) top center/40px no-repeat;
    padding-top: 40px;
    border-bottom: 2px solid #fdd100;
  }
}

#contents .section.rinen .rinen_inner .rinen_box .rinen_box_in .rinen_box_intitle {
  text-align: center;
  padding: 10px 0;
}

#contents .section.rinen .rinen_inner .rinen_box .rinen_box_in .rinen_box_intitle img {
  max-width: 100%;
}

#contents .section.rinen .rinen_inner .rinen_box .rinen_box_in p {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 480px) {
  #contents .section.rinen .rinen_inner .rinen_box .rinen_box_in p {
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
}

#contents .section.rinen .rinen_inner .rinen_box .rinen_box_in ul {
  max-width: 550px;
  margin: 0 auto 50px;
}

@media (max-width: 480px) {
  #contents .section.rinen .rinen_inner .rinen_box .rinen_box_in ul {
    margin: 0 auto 15px;
  }
}

#contents .section.rinen .rinen_inner .rinen_box .rinen_box_in ul li {
  font-size: 1.8rem;
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
}

#contents .section.rinen .rinen_inner .rinen_box .rinen_box_in ul li::before {
  content: "・";
}

@media (max-width: 480px) {
  #contents .section.rinen .rinen_inner .rinen_box .rinen_box_in ul li {
    font-size: 1.2rem;
  }
}

#contents .section.rinen .rinen_inner p {
  text-align: center;
  margin-bottom: 25px;
}

@media (max-width: 480px) {
  #contents .section.rinen .rinen_inner p {
    text-align: left;
    margin-bottom: 15px;
  }
}

#contents .section .concept {
  margin-bottom: 60px;
  position: relative;
}

@media (max-width: 480px) {
  #contents .section .concept {
    padding: 0;
    margin-bottom: 0;
  }
}

#contents .section .concept .msg {
  width: 530px;
  padding: 40px 55px 35px;
  margin-bottom: 90px;
  background: #fff;
  -webkit-box-shadow: 0 0 8px black;
          box-shadow: 0 0 8px black;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}

@media (max-width: 480px) {
  #contents .section .concept .msg {
    width: calc(100% - 15px);
    padding: 20px 20px 10px;
    margin: 0;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  }
}

#contents .section .concept .images {
  width: 550px;
  position: absolute;
  top: 50px;
  right: 0;
}

@media (max-width: 480px) {
  #contents .section .concept .images {
    text-align: right;
    width: 100%;
    position: relative;
    margin-top: -15px;
    top: auto;
    right: auto;
  }
}

#contents .section .concept .images img {
  width: 100%;
}

@media (max-width: 480px) {
  #contents .section .concept .images img {
    width: calc(100% - 15px);
  }
}

.dot_title {
  font-size: 2.2rem;
  text-align: center;
  border-bottom: 3px dotted #59493f;
  padding: 10px 0;
  margin-bottom: 20px;
}

.pc_change {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 480px) {
  .pc_change {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.pion_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pion_inner .pion {
  width: 490px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
}

@media (max-width: 480px) {
  .pion_inner .pion {
    width: 90%;
    padding: 15px;
    margin: 0 auto 15px;
  }
}

.pion_inner .pion .pion_title {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .pion_inner .pion .pion_title {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}

.pion_inner .pion .pion_img {
  text-align: center;
  margin: 0 auto 15px;
}

@media (max-width: 480px) {
  .pion_inner .pion .pion_img {
    width: 70%;
  }
}

.pion_inner .pion .pion_img img {
  max-width: 100%;
}

.pion_inner .pion p {
  text-align: center;
}

.image_contain {
  padding: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 480px) {
  .image_contain {
    display: block;
  }
}

.image_contain ul.images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 300px;
}

@media (max-width: 480px) {
  .image_contain ul.images {
    min-width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.image_contain ul.images li {
  margin-right: 20px;
}

@media (max-width: 480px) {
  #contents .image_contain ul.images li {
    width: 48%;
    margin: 0 4% 0 0;
    position: static;
  }
  #contents .image_contain ul.images li:only-child {
    width: 80%;
    margin: 0 10%;
  }
  #contents .image_contain ul.images li:nth-child(2n), #contents .image_contain ul.images li:last-child {
    margin-right: 0;
  }
  #contents .image_contain ul.images li:nth-child(n + 3) {
    margin-top: 4%;
  }
}

.image_contain ul.images li:only-child {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.image_contain ul.images li:nth-child(3n), .image_contain ul.images li:last-child {
  margin-right: 0;
}

.image_contain ul.images li:nth-child(n + 4) {
  margin-top: 20px;
}

.image_contain ul.images li:nth-child(3n + 1):last-child:not(:first-child) {
  position: relative;
  left: -310px;
}

.image_contain ul.images img {
  display: block;
  width: 290px;
}

@media (max-width: 480px) {
  .image_contain ul.images img {
    width: 100%;
  }
}

.image_contain p.msg {
  font-size: 1.8rem;
  padding: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  min-width: 400px;
  max-width: 400px;
}

@media (max-width: 480px) {
  .image_contain p.msg {
    font-size: 1.4rem;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    padding: 15px 0;
    text-align: left;
    min-width: auto;
    max-width: auto;
  }
}

.image_txt {
  text-align: center;
}

@media (max-width: 480px) {
  .image_txt {
    text-align: left;
  }
}

#contents .section .tab {
  max-width: 980px;
  margin: 0 auto;
}

.tab1 {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #fff !important;
}

.tab1__item {
  width: 450px;
  padding: 8px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}

@media (max-width: 480px) {
  .tab1__item {
    width: 49%;
  }
}

.tab1__item:first-child {
  background: #f4a109;
}

.tab1__item:nth-of-type(2) {
  background: #85c339;
}

.tab1__link {
  color: #fff;
  font-size: 2.4rem;
  display: block;
  text-decoration: none;
}

@media (max-width: 480px) {
  .tab1__link {
    font-size: 1.8rem;
    line-height: 1.5;
    cursor: pointer;
  }
}

.tab1-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}

.tab1-body__item {
  width: 450px;
  background: #fff;
  padding: 45px 40px;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}

@media (max-width: 480px) {
  .tab1-body__item {
    width: 100%;
    padding: 20px 15px;
    display: none;
  }
}

.tab1-body__item.on {
  display: block;
}

.time_schedule li {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 30px;
  padding-left: 150px;
}

@media (max-width: 480px) {
  .time_schedule li {
    font-size: 1.4rem;
    margin-bottom: 15px;
    padding-left: 120px;
  }
}

.time_schedule li span {
  position: absolute;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  width: 120px;
  background: #f4a109;
  display: inline-block;
  margin-right: 30px;
  left: 0px;
}

@media (max-width: 480px) {
  .time_schedule li span {
    width: 100px;
    margin-right: 20px;
  }
}

.tab1-body__item--1 {
  border: 3px solid #f4a109;
}

.tab1-body__item--2 {
  border: 3px solid #85c339;
}

.tab1-body__item--2 .time_schedule li span {
  background: #85c339;
}

.time_schedule_img {
  text-align: center;
  background: #e4f4f1;
  padding: 43px 40px;
  margin-bottom: 40px;
}

@media (max-width: 480px) {
  .time_schedule_img {
    padding: 30px;
    margin-bottom: 25px;
  }
}

.time_schedule_img img {
  max-width: 100%;
  margin-bottom: 15px;
}

@media (max-width: 480px) {
  .time_schedule_img img {
    margin-bottom: 10px;
  }
}

.time_schedule_img p {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin: 0;
}

@media (max-width: 480px) {
  .time_schedule_img p {
    font-size: 1.4rem;
  }
}

.time_schedule_photo li {
  width: calc(94% / 3);
}

.time_schedule_photo li:not(:nth-child(3n)) {
  margin-right: 3%;
  margin-bottom: 15px;
}

@media (max-width: 480px) {
  .time_schedule_photo li {
    width: calc(96% / 2);
  }
  .time_schedule_photo li:not(:nth-child(3n)) {
    margin-right: auto;
  }
  .time_schedule_photo li:nth-of-type(1) {
    margin-right: 4%;
  }
  .time_schedule_photo li:nth-of-type(3) {
    width: 100%;
  }
}

.shisetu_inner {
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 40px 40px 10px;
}

@media (max-width: 480px) {
  .shisetu_inner {
    border-radius: 5px;
    padding: 15px 15px 5px;
  }
}

.shisetu_inner:not(:last-child) {
  margin-bottom: 50px;
}

@media (max-width: 480px) {
  .shisetu_inner:not(:last-child) {
    margin-bottom: 30px;
  }
}

.shisetu_inner .shisetu_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 30px;
  margin-bottom: 30px;
  background: url(../img/dotline.png) left bottom no-repeat;
}

.shisetu_inner .shisetu_top:last-child {
  background: none;
  margin-bottom: 0;
}

@media (max-width: 480px) {
  .shisetu_inner .shisetu_top:last-child {
    padding-bottom: 15px;
  }
}

@media (max-width: 480px) {
  .shisetu_inner .shisetu_top {
    padding-bottom: 20px;
  }
}

.shisetu_inner .shisetu_top .image {
  width: 480px;
}

@media (max-width: 480px) {
  .shisetu_inner .shisetu_top .image {
    width: auto;
  }
}

.shisetu_inner .shisetu_top .image img {
  max-width: 100%;
}

.shisetu_inner .shisetu_top .txt {
  width: 430px;
}

@media (max-width: 480px) {
  .shisetu_inner .shisetu_top .txt {
    width: auto;
  }
}

.shisetu_inner .shisetu_top .txt .shisetu_title {
  color: #ff7e02;
  font-size: 3.2rem;
  font-weight: bold;
  padding: 5px 0 5px 40px;
  margin-bottom: 10px;
  background: url(../img/oukan-pc.png) left center no-repeat;
  border-bottom: 1px solid #59493f;
}

@media (max-width: 480px) {
  .shisetu_inner .shisetu_top .txt .shisetu_title {
    font-size: 1.8rem;
    padding: 5px 0 0 25px;
    margin-bottom: 5px;
    background: url(../img/oukan-pc.png) left center/20px no-repeat;
  }
}

.shisetu_inner .shisetu_top .txt .adress {
  font-weight: bold;
}

.shisetu_inner .shisetu_top .txt p {
  margin-bottom: 20px;
}

.shisetu_inner .shisetu_top .txt .tel {
  text-align: center;
  padding: 10px;
  background: #fdfae2;
  border: 1px solid #faf76a;
}

.shisetu_inner .shisetu_top .txt .tel a {
  font-family: "Quicksand", sans-serif;
  font-size: 3rem;
  line-height: 1.5;
}

.shisetu_inner .shisetu_top .txt .tel a span {
  font-size: 2.4rem;
  padding-right: 10px;
}

.shisetu_inner .shisetu_top .txt .tel p {
  margin: 0;
}

.shisetu_inner .image_list.two_image li {
  margin-bottom: 30px;
}

.shisetu_inner .image_list.two_image li img {
  margin-bottom: 15px;
}

.shisetu_inner .image_list.two_image li h4 {
  color: #ff7e02;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.shisetu_inner .image_list.two_image li p {
  text-align: center;
}

@media (max-width: 480px) {
  .shisetu_inner .image_list.two_image li {
    width: 100%;
    margin-bottom: 15px;
  }
  .shisetu_inner .image_list.two_image li:nth-child(odd) {
    margin-right: auto;
  }
  .shisetu_inner .image_list.two_image li img {
    margin-bottom: 10px;
  }
  .shisetu_inner .image_list.two_image li h4 {
    font-size: 1.6rem;
  }
  .shisetu_inner .image_list.two_image li p {
    text-align: left;
  }
}

.flow_top {
  padding: 15px 0 25px;
}

.flow_top dl {
  padding: 0 5px;
}

.flow_top dl:after {
  content: '';
  display: block;
  clear: both;
}

.flow_top dl dt {
  font-weight: bold;
  float: left;
}

@media (max-width: 480px) {
  .flow_top dl dt {
    float: none;
  }
}

.flow_top dl dd {
  padding-left: 300px;
}

@media (max-width: 480px) {
  .flow_top dl dd {
    padding-left: 0;
    margin-bottom: 12px;
  }
}

.flow_image {
  text-align: center;
}

.flow_image img {
  max-width: 100%;
}

.title.car {
  background: url(../img/icon-car.png) center left no-repeat;
  padding-left: 70px !important;
}

.title.train {
  background: url(../img/icon-train.png) center left no-repeat;
  padding-left: 70px !important;
}

.in_content_inner ul {
  margin-bottom: 20px;
}

.in_content_inner ul li {
  margin-bottom: 10px;
  padding-left: 1em;
  text-indent: -1em;
}

.in_content_inner ul li::before {
  content: "＊";
}

.parking {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.parking .parking_in {
  width: 48%;
}

.parking .parking_in:nth-child(odd) {
  margin-right: 4%;
}

.parking .parking_in .parking_title {
  font-size: 1.6rem;
  padding-left: 1em;
  text-indent: -1em;
  padding-top: 15px;
  padding-bottom: 15px;
}

.parking .parking_in .parking_title::before {
  content: "●";
}

.news_list_box {
  margin-bottom: 40px;
}

@media (max-width: 480px) {
  .news_list_box {
    margin-bottom: 20px;
  }
}

.news_list_box .news_list li:first-child {
  border-top: 1px solid #cccccc;
}

.news_list_box .news_list li a {
  color: #59493f;
  font-size: 1.5rem;
  text-decoration: none;
  line-height: 1;
  padding: 25px 40px 25px 30px;
  border-bottom: 1px solid #cccccc;
  position: relative;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 480px) {
  .news_list_box .news_list li a {
    font-size: 1.5rem;
    line-height: 1.8rem;
    padding: 15px 30px 15px 0;
  }
}

.news_list_box .news_list li a .news_date {
  color: #ec6404;
  margin-right: 100px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 480px) {
  .news_list_box .news_list li a .news_date {
    display: block;
    margin: 0;
  }
}

.news_list_box .news_list li a::before {
  width: 7px;
  height: 12px;
  background: url(../img/arrow03.png) center/contain no-repeat;
  position: absolute;
  content: "";
  top: 50%;
  right: 30px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 480px) {
  .news_list_box .news_list li a::before {
    right: 0px;
  }
}

.news_list_box .news_list li a:hover {
  color: #f4a109;
  background: #fffdcd;
}

.news_list_box .news_list li a:hover .top_news_date {
  color: #f4a109;
}

.news_list_box .news_list li a:hover .top_news_intitle {
  text-decoration: underline;
  text-underline-offset: 8px;
}

.news_list_box .news_list li a:hover::before {
  right: 15px;
}

@media (max-width: 480px) {
  .news_list_box .news_list li a:hover {
    color: #59493f;
    background: #fff;
  }
  .news_list_box .news_list li a:hover .top_news_date {
    color: #ec6404;
  }
  .news_list_box .news_list li a:hover .top_news_intitle {
    text-decoration: none;
  }
  .news_list_box .news_list li a:hover::before {
    right: 0;
  }
}

#PageList {
  padding: 25px 0;
}

#PageList .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 20px 0 8px 0;
  max-width: 700px;
}

#PageList .page-numbers li {
  text-align: center;
  font-size: 1.6rem;
  padding: 10px 5px;
}

#PageList .page-numbers li a {
  text-decoration: none;
  padding: 2px 10px;
  display: block;
  color: #ff7e02;
  border: 1px solid #ff7e02;
  background: #fff;
}

#PageList .page-numbers li a.prev, #PageList .page-numbers li a.next {
  color: #ff7e02;
  padding: 0px;
  border: 0px;
  background: none;
}

#PageList .page-numbers li .current {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 2px 10px;
  border: 1px solid #ff7e02;
  background: #ff7e02;
}

#PageList .page-numbers li .dots {
  position: relative;
  display: block;
  padding: 0px;
  top: -5px;
}

@media (max-width: 480px) {
  #PageList .page-numbers li.proceed {
    width: 100%;
  }
}

@media (max-width: 480px) {
  #PageList .page-numbers li.proceed a {
    display: inline-block;
    padding: 5px 15px;
  }
}

.news_title {
  font-size: 2rem;
  font-weight: bold;
  padding: 10px 0;
  border-bottom: #7e6b5a 3px solid;
  margin-bottom: 5px;
}

@media (max-width: 480px) {
  .news_title {
    font-size: 1.6rem;
    padding: 5px 0;
    border-bottom: #7e6b5a 2px solid;
  }
}

.news_title .news_date {
  color: #ff7e02;
  margin-right: 35px;
}

@media (max-width: 480px) {
  .news_title .news_date {
    margin-right: 25px;
  }
}

.btn_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.btn_list li.btn_prev a::after {
  -webkit-transform: scale(-1, 1) translate(0, -50%);
          transform: scale(-1, 1) translate(0, -50%);
  right: auto;
  left: 30px;
}

.btn_list li.btn_back a::after {
  content: none;
}

@media (max-width: 480px) {
  .btn_list li {
    margin-bottom: 15px;
  }
}
/*# sourceMappingURL=contents.css.map */