/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP&family=Roboto:wght@500&display=swap");
.sp_only {
  display: none;
}
@media screen and (max-width: 780px) {
  .sp_only {
    display: inline-block;
  }
}

@media screen and (max-width: 780px) {
  .pc_only {
    display: none;
  }
}

.sp_only_award {
  display: none;
}
@media screen and (max-width: 1380px) {
  .sp_only_award {
    display: inline-block;
  }
}

@media screen and (max-width: 1380px) {
  .pc_only_award {
    display: none;
  }
}

.container {
  max-width: 780px;
  width: 90%;
  margin: 0 auto;
}

.clr_red {
  color: #ff0000;
}

input[type=text], select, textarea {
  width: 100%;
  border-radius: 6px;
  border: 1px solid rgba(39, 39, 39, 0.7);
  background-color: #f2f2f2;
  font-family: YuGothic, "YuGothic", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: 14px;
  padding: 8px;
  box-sizing: border-box;
  display: inline-block;
  letter-spacing: 0.08em;
}
input[type=text].input__item--half, select.input__item--half, textarea.input__item--half {
  width: 200px;
}
input[type=text].input__item--ylw, select.input__item--ylw, textarea.input__item--ylw {
  background: rgba(255, 255, 2, 0.1);
}

input[type=checkbox] {
  margin-right: 6px;
  vertical-align: top;
  margin-top: 0.42em;
}

input[type=submit], input[type=button] {
  cursor: pointer;
  font-family: YuGothic, "YuGothic", "Yu Gothic", sans-serif;
  border: none;
  color: #fff;
  box-sizing: border-box;
  padding: 30px 0;
  display: inline-block;
  width: 440px;
  transition: all 0.3s;
  border-radius: 1000px;
  background: #272727;
  font-size: 25px;
  font-weight: bold;
  box-shadow: 3px 4px 11px rgba(39, 39, 39, 0.7);
  letter-spacing: 0.1em;
}
input[type=submit].input__item--cv, input[type=button].input__item--cv {
  background-color: #0096d6;
}
input[type=submit]:hover, input[type=button]:hover {
  opacity: 0.4;
}
@media screen and (max-width: 780px) {
  input[type=submit], input[type=button] {
    width: 80%;
    font-size: 20px;
    padding: 17px 0;
  }
}

/* CSS Document */
html {
  overflow-y: scroll;
}

button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

button:focus {
  outline: 0;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video, main {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  font: 100%;
}

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
}

nav ul {
  list-style: none;
}

ul li {
  list-style: none;
}

main, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

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

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
}

body {
  font-size: 14px;
  font-family: YuGothic, "YuGothic", "Yu Gothic", sans-serif;
  color: #111;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 780px) {
  body {
    line-height: 1.9;
  }
}

a {
  outline: none;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s;
}
header a:hover,
footer a:hover {
  opacity: .3;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

input, select {
  vertical-align: middle;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* CSS Document */

header .container--header {
  max-width: 100%;
  width: 100%;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

footer {
  text-align: center;
  padding-top: 104px;
}

@media screen and (max-width: 780px) {
  footer {
    padding-top: 40px;
  }
}
.foot__logo_list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.foot__logo_item {
  width: 200px;
  margin: 10px 15px 0;
}
.foot__logo_title {
  background-color: #ffe103;
  border-radius: 1000px;
  line-height: 1em;
  box-sizing: border-box;
  padding: 10px 28px;
  display: inline-block;
  width: 200px;
  margin: 80px 0 -80px 0;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
footer .foot__logo_list .logo_list__item--franomista {
  margin-right: 30px;
}
@media screen and (max-width: 780px) {
  .foot__logo_list {
    display: flex;
    flex-wrap: wrap;
  } 
  .foot__logo_item {
    width: 40%;
    margin: 10px 20px;
  }
 }

footer .foot__nav {
  display: flex;
  justify-content: center;
  margin: 60px 10px;
  margin-bottom: 25px;
}
footer .foot__nav .nav__item {
  text-align: center;
}
footer .foot__nav .nav__item .fa-external-link-alt,
footer .foot__nav .nav__item .fa-file-pdf {
  margin-left: 6px;
}
footer .foot__nav .nav__item:not(:first-child) {
  margin-left: 20px;
}

@media screen and (min-width: 781px) {
  .foot__logo_list {
    margin: 0 20px;
  }
}

@media screen and (max-width: 780px) {
  footer .foot__nav {
    font-size: 12px;
    margin-top: 40px;
    margin-bottom: 80px;
    justify-content: flex-start;
    text-align: left;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 5%;
    padding-right: 5%;
  }
  footer .foot__nav .nav__item {
    margin-left: 0;
    margin-right: 0;
    margin-top: 8px;
    width: 49%;
  }
  footer .foot__nav .nav__item:not(:first-child) {
    margin-top: 8px;
    margin-left: 0;
  }
  footer .foot__nav .nav__item a {
    font-size: 10px;
  }
}
footer small {
  display: block;
  box-sizing: border-box;
  line-height: 1em;
  padding: 8px 0;
  font-size: 12px;
  background-color: #ffe102;
}
@media screen and (max-width: 780px) {
  footer small {
    font-size: 10px;
  }
}
@media screen and (max-width: 400px) {
  .foot__logo_item {
    width: 60%;
    margin-bottom: 20px;
  }

}

/* CSS Document */

section {
  position: relative;
  top: 0;
  left: 0;
  z-index: 5;
}

.container {
  max-width: 1026px;
}






.shop {
  padding-top: 110px;
  text-align: center;
}
.shop__text {
  font-size: 40px;
  font-weight: bold;
  margin-top: 18px;
}
.shop__text--num {
  font-size: 77px;
  display: inline-block;
  padding: 0 8px;
  line-height: 1em;
}

@media screen and (max-width: 780px) {
  .shop {
    padding-top: 70px;
  }
  .shop__text {
    font-size: 22px;
    margin-top: 10px;
  }
  .shop__text--num {
    font-size: 44px;
  }
}

#shop_num {
  font-family: "Roboto", sans-serif;
}


.content--store{
  background: #ffe102;
}

.mv--common {
  text-align: center;
  padding: 60px 0 40px;
}

.shop__text--before {
  font-size: 18px;
  font-weight: bold;
  display: block;
  line-height: 1.2em;
  margin-bottom: 8px;
}

.shop__text--store {
  margin-top: 40px;
  line-height: 1em;
}

.common-title-erea {
  text-align: center;
}

.common-title-icon {
  width: 50px;
  display: block;
  margin: 0 auto 20px;
}

.common-title-icon img {
  width: 100%;
}

.common-title {
  display: inline-block;
  font-weight: bold;
  padding: 4px 0;
  font-size: 22px;
  width: 210px;
  color: #fff;
  box-sizing: border-box;
  border-radius: 100px;
  text-align: center;
  background-color: #000;
}

.store-attention {
  font-size: 12px;
}

.store-area-prefect{
  background-color: #fff9d4;
  box-sizing: border-box;
  padding: 40px 0 60px;
}

.store-area-prefect-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}

.store-area--pref {
  display: flex;
  justify-content: center;
}
.pref-item {
  position: relative;
  top: 0;
  left: 0;
  width: 120px;
  height: 100px;
  border: 2px solid #fabe00;
  border-radius: 10px;
  text-align: center;
  background-color: #fff;
  cursor: pointer;
  transition: 0.2s ease-out;
  line-height: 1em;
  box-sizing: border-box;
  padding: 25px 0 0;
}

@media screen and (min-width:781px) {
  .pref-item:not(:last-child) {
    margin-right: 50px;
  }
  
}

.store-area--title {
  font-size: 18px;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  transition: 0.2s ease-out;
  cursor: pointer;

}


.store-area-city {
  box-sizing: border-box;
  background-color: #d2d2d2;
  position: relative;
  top: 0;
  left: 0;
  transition: .2s ease-out;
}

.store-area-city:after {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 20px;
  background: url(../images/arrow.png) no-repeat center / auto 100%;
  transition: .2s ease-out;
}

.store-area-city.store-area-city--active {
  padding: 36px 0 24px;
}

.store-area-city--active.store-area-city:after {
  top: -1px;
  opacity: 1;
}

.store-area--city {
  display: flex;
  flex-wrap: wrap;
}

.store-area--city .city-item {
  margin-right: 24px;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1em;
  box-sizing: border-box;
  padding: 2px 6px;
  cursor: pointer;
}

.city-item:hover ,
.city-item.city-item--active {
  background-color: #ffe100;
}

.store-area-result {
  background-color: #fff;
  box-sizing: border-box;
  transition: .2s ease-put;
}

.store-area-result.store-area-result--active {
  padding: 40px 0 60px;
}

.title--city {
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  margin-bottom: 60px;
}

.store-result-block:not(:last-child){
  margin-bottom: 50px;
}

.store-result-list-title {
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 24px;
  border-bottom: 1px solid #000;
  position: relative;
  top: 0;
  left: 0;
}


.store-result-list {
  display: flex;
  flex-wrap: wrap;
}

.store-result-item {
  font-size: 14px;
  border-bottom: 1px solid #e6e6e6;
  width: 30%;
}

.store-area--ward {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 24px;
}

.ward-item {
  opacity: 0.6;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
  margin-bottom: 8px;
  font-size: 14px;
}

.ward-item:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  height: 3px;
  width: 0;
  background: #000;
  transition: .1s ease-out;
}

.ward-item:hover ,
.ward-item.ward-item--active {
  opacity: 1;
}

.ward-item:hover:after,
.ward-item.ward-item--active:after {
  width: 100%;
  left: 0;
}

.store-area--count{
  display: block;
  margin-top: 8px;
  font-weight: bold;
}

.shop-attention{
  font-size: 12px;
  margin: 60px 0 0;
  position: relative;
  top: 0;
  left: 0;
  padding-left: 1.2em;
}
.shop-attention:before{
  content: "※";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1em;
}

.shop-top{
  display: block;
  margin: 70px auto 0;
  width: 80px;
  cursor: pointer;
}

.shop-top img{
  max-width: 100%;
}

@media screen and (min-width:781px) {
  .store-result-item:not(:nth-child(3n)){
    margin-right: 5%;
  }
  .store-area--ward .ward-item:not(:last-child) {
    margin-right: 32px;
  }
}

@media screen and (max-width:780px) {
  .mv--common {
    text-align: center;
    padding: 40px 0;
  }
  .shop__text--before {
    font-size: 16px;
  }
  .shop__text--store {
    margin-top: 32px;
  }
  .common-title-icon {
    width: 40px;
    margin: 0 auto 10px;
  }
  .common-title {
    padding: 8px 40px;
    font-size: 16px;
    width: auto;
    line-height: 1em;
  }
  .shop__text--before {
    font-size: 15px;
    letter-spacing: 0em;
  }
  .store-num {
    font-size: 60px;
  }
  .shop__text--store{
    font-size: 36px;
  }
  .store-area-prefect {
    padding: 30px 0 50px;
  }
  .store-area-prefect-title {
    font-size: 16px;
    margin-bottom: 18px;
  }
  .pref-item {
    width: 90px;
    height: 90px;
    padding: 30px 0 0;
  }
  .pref-item:not(:last-child) {
    margin-right: 20px;
  }
  .store-area--title {
    font-size: 18px;
    transform: translateY(-10px);
  }
  .store-area--city .city-item {
    margin-right: 0;
    font-size: 14px;
    padding: 2px 6px;
    width: 33%;
    text-align: center;
  }
  .store-area--city .city-item:not(:first-child):not(:nth-child(2)):not(:nth-child(3)){
    margin-top: 0;
  }
  .title--city {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .store-result-list-title {
    margin-bottom: 16px;
    font-size: 14px;
  }
  .store-result-list-title:before {
    margin-right: 4px;
    width: 10px;
    height: 10px;
  }
  .store-area-result.store-area-result--active {
    padding: 50px 0 40px;
  }
  .store-result-item {
    font-size: 12px;
    width: 47%;
  }
  .store-result-item:not(:nth-child(odd)) {
    margin-left: 6%;
  }
  .store-area-city:after {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 20px;
    background: url(../images/arrow.png) no-repeat center / auto 100%;
    transition: .2s ease-out;
  }
  .store-result-block:not(:last-child){
    margin-bottom: 30px;
  }
  .store-area-city.store-area-city--active {
    padding: 36px 0 24px;
  }
  .store-area--ward {
    font-size: 13px;
    margin-bottom: 24px;
  }
  .ward-item {
    margin-bottom: 6px;
    width: 33%;
    text-align: center;
  }
  .store-area--count{
    display: block;
    margin-top: -5px;
  }
  .shop-attention{
    font-size: 10px;
    margin: 32px 0 0;
  }
  .shop-top{
    margin: 40px auto 0;
    width: 70px;
  }
}



.store-area02{
  padding: 80px 24px;
  background-color: #fff9d4;
  text-align: center;
  position: relative;
}
.store-area02::before{
  content: "";
  position: absolute;
  top: calc( 100% - 1px );
  left: 0;
  width: 100%;
  height: 20px;
  background: url(../images/arrow.png) no-repeat center / auto 100%;
}
.store-area02__txt{
  margin-top: 56px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width:780px) {
  .store-area02{
    padding: 40px 24px;
  }
  .store-area02__img{
    max-width: 174px;
  }
  .store-area02__txt{
    font-size: 14px;
    margin-top: 24px;
  }
}

/*  東海エリア用追記  */
.inner_box{
	max-width:950px;margin:0 auto
}
@media screen and (max-width: 1024px){
.inner_box{
	width:90%;max-width:inherit
	}
}

/* 加盟店一覧 */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: #FBF9EA;
  transition: .7s;
  padding: 10px 0 10px 5px;
}
.container {
  max-width: 1026px;
  margin: 0 auto;
}
.hd_logo {
  width: 300px;
  cursor: pointer;
}
.foot_bg {
  background-color: #FBF9EA;
  padding-bottom: 20px;
}

@media screen and (max-width: 780px) {
  header {
  width: 100%;
  }
  .store-result-list-title:before {
    margin-right: 4px;
    width: 10px;
    height: 10px;
  }

}

.content--store {
  background: #fbf9ea;
}


.region-area{
  max-width: 1200px; 
  margin: 32px auto 0;
  display: flex;
  flex-wrap: wrap;
}
.region-area__item{
  width: calc(32% - 3px );
  cursor: pointer;
  margin-right: 16px;
}
.region-area__item:nth-child(3),
.region-area__item:last-child{
  margin-right: 0;
}
.region-area__btn{
  background-color: #fff;
  box-sizing: border-box;
  border: 3px solid #fabe00;
  padding: 8px 0;
  font-size: 22px;
  font-weight: bold;
  border-radius: 16px;
  margin-bottom: 20px;
  transition:all 0.3s;
}
.region-area__num {
  font-size: 16px;
}

.region-area__btn:hover,
.region-area__item--active .region-area__btn{
  background-color: #fabe00;
}
@media (min-width: 481px) and (max-width: 900px) {
  .region-area {
    padding-left: 5%;
  }
}



@media screen and (max-width: 1000px) {
  .region-area__item {
    width: 48%;
  }
  .region-area__item:nth-child(3),
  .region-area__item:last-child{
  margin-right: 16px;
}

}
@media screen and (max-width: 900px) {
  .region-area__item {
    width: 46%;
  }
  .region-area__btn{
    padding: 8px 0;
    font-size: 20px;
  }

}
@media screen and (max-width: 480px) {
  .region-area {
    flex-direction: column;
  }  
  .region-area__item {
    width: 100%;
  }
  .region-area__btn{
    padding: 5px 0;
    font-size: 18px;
  }
  .pref-item {
    padding: 25px 0 0;
    height: 80px;
  }
}

.pref-item:hover,
.pref-item.pref-item--active {
  background-color: #fabe00;
}
.store-area-prefect{
  background-color: #f4e799;
  box-sizing: border-box;
  padding: 40px 0 60px;
}
@media screen and (min-width:781px) {
  .pref-item:not(:last-child) {
    margin-right: 40px;
  }
}

.store-result-list-title:before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  background-color: #fabe00;
  border-radius: 50%;
}
.store-area-city {
  box-sizing: border-box;
  background-color: #fbf9ea;
  position: relative;
  top: 0;
  left: 0;
  transition: .2s ease-out;
}
.city-item:hover ,
.city-item.city-item--active {
  background-color: #fabe00;
}
.stores_bg {
  background-color: #1D313B;
  padding: 90px 0 40px;
}
.stores_contents {
  width: 640px;
  margin: 0 auto;
  text-align: left;
}
.stores_title h2 {
  width: 640px;
  text-align: center;
  margin: 0 auto 30px;
  background-color: #f5b400;
  border-radius: 27px;
  font-size: 32px;
  letter-spacing: .13em;
  line-height: 1.5;
  padding: 3px 0;
  font-weight: bold;
}
.stores_text {
  width: 570px;
  margin: 0 auto 10px;
  color: #fff;
  font-size: 14.6px;
  font-weight: bold;
}
.stores_btn {
  margin-bottom: 80px;
}
.stores_btn_flex {
  width: 640px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.stores_btn_item {
  width: 310px;
  margin-top: 40px;
  
}



@media screen and (max-width: 768px) {
  footer {
    padding-top: 40px;
  }
  .stores_bg {
    padding: 11% 0 5%;
  }
  .stores_contents {
    width: 90%;
  }
  .stores_title h2 {
    width: 85%;
    border-radius: 45px;
    line-height: 1.5;
    padding: 5px 0;
    font-size: 20px;
    letter-spacing: .07em;
    margin-bottom: 5%;
  }
  .stores_text {
    width: 80%;
    font-size: 12px;
  }
  .stores_btn_flex {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }
  .stores_btn_item {
    width: 100%;
  }
  .store-area--title {
    font-size: 18px;
    transform: translateY(-10px);
  }
}
@media screen and (max-width:600px) {
  .store-area--title {
      font-size: 15px;
      transform: translateY(-10px);
  }	
    
  }
  
@media screen and (max-width:400px) {
  .store-area--title {
      font-size: 14px;
  }	
    
  }

.stores_title h2 {
  font-weight: bold;
}
.stores_text {
  letter-spacing: 0;
}
.stores_btn_item {
  margin-top: 20px;
}
footer .foot__logo_list .logo_list__item dt span {
  background-color: #fabe00;
}
footer small {
  display: block;
  box-sizing: border-box;
  line-height: 1em;
  padding: 8px 3px;
  font-size: 11px;
  background-color: #fabe00;
}
.nav__item a {
  font-weight: bold;
}
.foot_logo_list_item img {
  width: 90%;
  margin-right: 20px;
}
footer .foot__logo_list {
  margin-top: 30px;
}
.foot__logo_list_title {
  min-width: 140px;
  margin-left: 10px;
}

@media screen and (max-width: 780px) {
  .logo_list__item {
    width: 100%;
  }
  .foot_logo_list_item img {
    width: 100%;
    margin-bottom: 10px;
  }
  footer .foot__logo_list .logo_list__item dt span {
    width: 150px;
    font-size: 14px;
    padding: 15px;
    font-size: 16px;
    margin-bottom: 10px;
  }
  footer .nav__item a {
    font-size: 12px !important;
  }
}
@media screen and (max-width: 400px)  {
  .stores_title h2 {
    font-size: 16px;
  }
}

.one__drink {
  max-width: 760px;
  margin:80px auto;
  color: #1d313b;
  box-sizing: border-box;
  padding: 40px 38px 0 38px;
  border-radius: 30px;
  background: #fff;
  font-size: 16px;
  font-weight: bold;
  box-shadow: 3px 4px 11px rgba(39, 39, 39, 0.3);
}
.one__drink dt.one__drink__logo {
  display: inline-block;
  width: 175px;
  text-align: center;
	padding-bottom:40px;
}
.one__drink dt.one__drink__logo img {
  width: 100%;
}
.one__drink dd.one__drink__content {
  display: inline-block;
  max-width: 470px;
  text-align: left;
  margin-left:30px;
  letter-spacing: 0.1em;
  line-height:2em;
  vertical-align: top;
	padding-bottom:40px;
}
.one__drink dd.one__drink__content a {
  max-width: 470px;
  display: block;
  text-align: center;
  color: #1d313b;
  box-sizing: border-box;
  padding: 10px 0;
  border-radius: 10px;
  background: #fabe00;
  font-size: 18px;
  letter-spacing: 0.3em;
  margin-top:30px;
}


@media screen and (max-width: 780px) {
  .one__drink {
  margin:15% auto;
  color: #1d313b;
  box-sizing: border-box;
  padding: 10% 10% 0 10%;
    box-shadow: 2px 2px 6px rgba(39, 39, 39, 0.3);
  }
.one__drink dt.one__drink__logo {
	padding-bottom:10%;
}
.one__drink dd.one__drink__content {
  margin-left:0px;
	padding-bottom:10%;
}
.one__drink dd.one__drink__content a {
  font-size: 16px;
  letter-spacing: 0.1em;
  margin-top:5%;
}
}

