@charset "UTF-8";
.commonWidth {
  width: 1050px;
  margin: auto;
  position: relative;
}

@media screen and (max-width: 480px) {
  .commonWidth {
    min-width: inherit;
    max-width: inherit;
    width: auto;
    margin: auto;
  }
}
.commonPadding {
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 480px) {
  .commonPadding {
    padding-left: 20px;
    padding-right: 20px;
  }
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-style: normal;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

/*
caption, th, td {
  text-align: left;
  font-weight: 400;
}
*/
a img {
  border: none;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, form, input, textarea, button, table, tr, th, td, article, aside, footer, header, hgroup, nav, section, img, a, p {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

input[type=submit], input[type=button] {
  border-radius: 0;
  -webkit-appearance: button;
  appearance: button;
  border: none;
}

input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus, input[type=button]::focus {
  outline-offset: -2px;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: bold;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format("opentype");
}


body, html {
  height: 100%;
}

html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-family: "Noto Sans JP","游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "kozuka Gothic Pro", "小塚ゴシック Pro L", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-feature-settings: "palt";
  font-size: 1.6rem;
  line-height: 1.6;
  overflow-y: scroll;
  letter-spacing: 2px;
  background: #f3fff4;
  /*background: url(../img/bg.png);*/
  font-weight: normal;
}

/* sp時メニュー開いたらスクロールNG */
body.opNav {
  overflow-y: hidden;
}


a {
  color: #004D07;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  word-wrap: break-word;
}

a:hover {
  color: #87c18a;
  text-decoration: none;
}

a img {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}

a:hover img {
  opacity: 0.5;
}

.clear {
  clear: both;
}

::selection {
  color: #fff;
  background-color: #53d5bc;
}

::-moz-selection {
  color: #fff;
  background-color: #53d5bc;
}

.br {
  display: inline-block;
}

.noneDis, .smpOn {
  display: none;
}

/*---------------------------------------------------------*/
#backTop {
  cursor: pointer;
  position: fixed;
  right: -170px;
  bottom: 102px;
  z-index: 999;
  line-height: 0px;
}
#backTop img {
  opacity: .8;
}
#backTop:hover img {
  opacity: 1;
}

.enFont {
  font-family: "Nanum Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
}

.jpFont {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "kozuka Gothic Pro", "小塚ゴシック Pro L", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.serifFont {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}

#all {
  min-width: 1050px;
}


/* ボタンタグ初期化 */
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  transition: all .3s;
}
button:hover {
  opacity: .5;
}


@media screen and (max-width: 480px) {
  #all {
    min-width: inherit;
  }
}
hr {
  border: none;
  border-top: 3px solid #fff;
  margin-top: 40px;
  margin-bottom: 0px;
  padding-bottom: 40px;
  clear: both;
}

.bgcolor {
  background-color: #004D07;
}

.textcolor {
  color: #004D07;
}

.waku {
  border: 6px solid #9AE19D;
  background-color: #fff;
  padding: 25px 20px;
  margin-bottom: 25px;
}

.brSmp {
  display: none;
}

b {
  font-size: 110%;
  line-height: 1.5;
}

small {
  display: inline-block;
  line-height: 1.4;
}

.headcolor {
  background-image: url(../img/border20.png);
}

.headcolor h1 {
  font-weight: normal;
  color: #fff;
  font-size: 14px;
  float: left;
  margin-top: 12px;
  margin-left: 220px;
  margin-bottom: 12px;
  display: block;
  word-break: keep-all;
}

.headcolor p {
  float: right;
  background-color: #fff;
  margin-right: 10px;
  margin-bottom: 13px;
}

.headcolor p img {
  padding: 8px 20px 5px;
  width: 250px;
}

@media screen and (max-width: 480px) {
  .headcolor h1 {
    font-size: 12px;
    float: none;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 45px;
    padding: 8px 15px 0px;
    letter-spacing: 0px;
    line-height: 1.3;
  }

  .headcolor p {
    float: none;
    margin-right: 0px;
    margin-bottom: 0px;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #004D07;
  }

  .headcolor p img {
    padding: 10px 10px;
    width: 200px;
  }
}
nav.global {
  background-color: rgba(255,255,255,.6);
  position: fixed;
  top: 0;
  z-index: 100;
  border-top: 8px solid #004D07;
  border-bottom: 2px solid #9AE19D;
  width: 100%;
  /*padding-bottom: 10px;*/
  transition: 0.5s;
}
nav.global.bg-w {
  background-color: rgba(255,255,255,1);
}

.logo h1 {
  width: 180px;
  position: absolute;
  top: 6px;
  z-index: 100;
}

.logo  h1 img:hover {
  opacity: 1;
}

nav.global a {
  text-decoration: none;
}

nav.global ul.main {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 145px;
  padding-top: 17px;
  margin-bottom: 17px;
}

nav.global ul.main > li {
  /*width: 18%;
  height: 80px;*/
  font-size: 1.6rem;
  padding: 10px 20px;
  line-height: 1;
  border-left: 1px solid #004d062a;
  position: relative;
  text-align: center;
  z-index: 1;
}

nav.global ul.main > li:last-child {
  border-right: 1px solid #004d062a;
}

nav.global ul.main > li small {
  display: block;
  position: absolute;
  bottom: 10px;
  left: 0;
  font-size: 12px;
  width: 100%;
  color: #004D07;
  letter-spacing: 0px;
  /*text-shadow: 0px 0px 2px #ccc;*/
  line-height: inherit;
}

nav.global ul.main > li small span {
  display: block;
  font-size: 10px;
  margin-top: 2px;
}

nav.global ul.main > li > a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  color: #004D07;
  width: 100%;
  height: 100%;
  font-weight: bold;
  /*margin-top: -10px;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding: 50px 0px;*/
}

nav.global ul.main > li > a.act {
  color: #87c18a;
  pointer-events: none;
}

nav.global ul.main > li:hover {
  background-color: #9AE19D;
}

nav.global ul.main > li.non {
  text-shadow: 0px 0px 10px #ffffff;
  border-left-color: #fff;
  text-decoration: line-through;
}

nav.global ul.main > li.non a {
  color: #d8d4d4;
  cursor: default;
}

nav.global ul.main > li.non a, nav.global ul.main > li.non > a:hover {
  background-color: #eee;
}

nav.global ul.main > li.non small {
  color: #ccc;
  text-shadow: 0px 0px 2px #eee;
}


nav.global i {
  font-size: 50%;
  position: relative;
  margin-left: 5px;
  top: -4px;
}
nav.global ul.sub li {
  display: inline-block;
}
nav.global ul.sub li i {
  font-size: 1.5rem;
  top: 0;
}
#headinfo {
  display: none;
  background: url(../img/border20.png) rgba(0,77,7,1);
  width: 100%;
}
#headinfo > div {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 0;
}
#headinfo > div > div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#headinfo p {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
}
#headinfo a {
  background: #F1F83B;
  color: #004D07;
  padding: 2px 10px;
  border-radius: 15px;
  font-weight: bold;
  transition: all .3s;
  margin-left: 20px;
}
#headinfo a:hover {
  opacity: .5;
}

@media screen and (min-width: 481px) {
  nav.global ul.sub {
    position: absolute;
    font-size: 90%;
    line-height: 1.2;
    top: 8px;
    right: 0;
  }

  nav.global ul.sub li {
    margin-left: 2rem;
  }

  nav.global ul.main > li ul.sub > li a {
    color: #004D07;
    border-top: 2px solid #f4efe8;
  }

  nav.global ul.main > li:hover ul.sub > li a {
    display: block;
    padding: 50px 0px;
  }

  nav.global ul.main > li:hover ul.sub > li a:hover {
    color: #004D07;
    background-color: #e3e3e3;
  }
}
nav.global ul.sub .arrow {
  display: none;
}

@media screen and (max-width: 480px) {
  nav.global {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100vw;
    background: rgba(240,240,240,.9);
  }

  .logo h1 {
    position: relative;
    margin: 4px auto;
    width: 50%;   
  }

  nav.global ul.main {
    /*margin-top: 20px;*/
    margin-left: 0;
    display: block;
    padding-top: 0;
  }

  nav.global ul.main > li {
    width: 100%;
    border-left: none;
    overflow: hidden;
    border-bottom: 1px dashed #004D07;
    padding: 20px 0;
  }
  nav.global ul.main > li:last-child {
    border-right: 0;
  }
  nav.global ul.main > li > a {
    font-size: 16px;
    letter-spacing: -2px;
  }

  nav.global ul.main > li:last-child > a {
    border-bottom: none;
  }

  nav.global ul.main > li small {
    display: inline;
  }

  nav.global ul.main > li small span {
    display: inline-block;
    margin-top: 2px;
  }

  nav.global i {
    margin-left: 8px;
  }

  nav.global ul.sub .arrow {
    display: block;
    color: #333;
    font-size: 24px;
    padding: 25px 15px;
    line-height: 0;
    position: relative;
    margin-top: -50px;
    float: right;
    cursor: pointer;
    text-shadow: 0px 0px 3px #ccc;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transform: rotate(90deg);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
  }

  nav.global ul.sub .arrow:before {
    content: "＋";
  }

  nav.global ul.sub.select .arrow {
    transform: rotate(0deg);
  }

  nav.global ul.sub.select .arrow:before {
    position: relative;
    top: 2px;
    content: "－";
  }
  nav.global ul.sub li {
    width: 100%;
    text-align: center;
    margin-top: 1rem;
  }
  /*nav.global ul.sub li:last-child {
    border-left:1px solid #004D07;
  }*/
  nav.global ul.sub li a {
    font-size: 17px;
    line-height: 1;
    padding: 13px 10px;
  }
}

.second {
  margin-top: 122px;
}
@media screen and (max-width: 480px) {
  .second {
    margin-top: 0;
  }
}


footer.global {
  background-color: #fff;
  text-align: center;
  margin-top: 60px;
  padding-bottom: 20px;
}

footer.global .bn {
  margin-bottom: 20px;
}

footer.global .bn img {
  border: 1px solid #ccc;
  width: 240px;
  margin: 10px;
}

footer.global .copyright {
  font-size: 10px;
}

footer.global .company {
  background-color: #9AE19D;
}

footer.global .company dl {
  width: 600px;
  margin: 0px auto 20px;
  padding: 30px 60px 10px;
  background-color: #fff;
  position: relative;
}

footer.global .company dl:before,
footer.global .company dl:after {
  position: absolute;
  content: "";
  border-style: solid;
}

footer.global .company dl:before {
  border-width: 115px 60px 0 0;
  border-color: #9AE19D transparent transparent transparent;
  top: 0;
  left: 0;
}
footer.global .company dl:after {
  border-width: 0 60px 115px 0;
  border-color: transparent #9AE19D transparent transparent;
  top: 0;
  right: 0;
  visibility: visible;
}

footer.global .company dt {
  float: left;
  width: 30%;
}

footer.global .company dt a:hover img {
  opacity: 1;
}

footer.global .company dd {
  margin-left: 36%;
  font-size: 11px;
  text-align: left;
  line-height: 1.5;
}

footer.global .company dd h1 {
  font-size: 14px;
  margin-bottom: 5px;
}

footer.global .company dd h1 small {
  font-size: 11px;
  letter-spacing: 0.5px;
  font-weight: normal;
  display: inline-block;
  background-color: #004D07;
  border-radius: 5px;
  padding: 5px 5px;
  margin-right: 10px;
  line-height: 1;
  color: #fff;
}
#footinfo {
  display: none;
}
@media screen and (max-width: 480px) {
  footer.global {
    margin-top: 20px;
    letter-spacing: 0px;
    padding-bottom: 110px;
  }

  footer.global .bn {
    margin-bottom: 20px;
  }

  footer.global .bn img {
    width: 200px;
    margin: 10px;
  }

  footer.global .company dl {
    width: 100%;
    padding: 20px 0 10px;
    margin-bottom: 0;
  }

  footer.global .company dt {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  footer.global .company dt img {
    width: 35%;
  }

  footer.global .company dd {
    margin-left: 0%;
    font-size: 12px;
    text-align: center;
    line-height: 1.6;
  }

  footer.global .company dd h1 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  /* footerの開催情報 */
  #footinfo {
    display: block;
    background: url(../img/border20.png) rgba(0,77,7,1);
    width: 100%;
    position: fixed;
    bottom: 0;
  }
  #footinfo > div {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 0 10px;
    flex-wrap: wrap;
  }
  #footinfo p {
    font-size: 1.3rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    width: 100%;
    margin-bottom: 4px;
    letter-spacing: 0.8px;
  }
  #footinfo a {
    background: #F1F83B;
    color: #004D07;
    padding: 2px 10px;
    border-radius: 15px;
    font-weight: bold;
    transition: all .3s;
    margin-right: 20px;
    text-decoration: none;
  }
  #footinfo a:hover {
    opacity: .5;
  }
}
#twiWidget {
  border-color: #e8eff4;
  padding: 10px;
}

#twiWidget a {
  color: #fff;
}

#twiWidget a.link {
  display: block;
  text-align: center;
  text-decoration: none;
  background-color: #9dc8eb;
  color: #fff;
  font-size: 12px;
  padding: 3px;
  border: 3px double #fff;
  letter-spacing: 1px;
}

#twiWidget a.link:hover {
  background-color: #3498ed;
}

@media screen and (max-width: 480px) {
  #twiWidget a.link {
    padding: 7px;
    background-color: #3498ed;
    font-size: 16px;
  }
}
/*【トップ】レスポンシブ用スマホナビ　*/
#smpNavi {
  display: none;
}


/*********************************************************************************
/////　　グーグルマップ　　 ///////////////////////////////////
*********************************************************************************/
.gmap {
  padding-top: 50%;
  border: 1px solid #ccc;
  overflow: hidden;
  width: 100%;
  height: 400px;
  position: relative;
}

/*大きな地図で見る*/
small.gmapS {
  display: block;
  text-align: right;
  letter-spacing: 0px;
  padding-top: 2px;
}

small.gmapS a {
  text-decoration: none;
  font-size: 11px;
}

#leftColumn {
  float: left;
  width: 660px;
}

#rightColumn {
  float: right;
  width: 320px;
}

h1.side {
  margin-bottom: 10px;
}

h1.side p {
  font-size: 43px;
  letter-spacing: -2px;
  line-height: 0.6;
  border-bottom: 2px solid #004D07;
  padding-top: 8px;
  padding-bottom: 3px;
  font-weight: normal;
  color: #004D07;
}

h1.side span {
  font-size: 14px;
  display: block;
  text-align: right;
  font-weight: normal;
}

.sponsor a {
  display: block;
  margin-top: 10px;
}

.sponsor img {
  border: 1px solid #ccc;
}

.sponsor h2 {
  font-size: 13px;
  text-align: center;
  margin-top: 20px;
  background-color: #e6e6e6;
  text-align: center;
  color: #333;
  font-weight: normal;
  padding: 5px;
  line-height: 1.2;
}

@media screen and (max-width: 480px) {
  body {
    font-size: 1.6rem;
    letter-spacing: 1.5px;
    line-height: 1.6;
  }

  .brSmp {
    display: inline;
  }
  .br {
    display: none;
  }

  .smpOn {
    display: block;
  }

  #all {
    min-width: inherit;
  }

  .commonWidth {
    width: auto;
    margin: auto;
  }

  .commonPadding {
    padding-left: 20px;
    padding-right: 20px;
  }

  #leftColumn {
    float: none;
    width: 100%;
    padding: 0 20px;
  }

  #rightColumn {
    margin-top: 20px;
    float: none;
    width: 100%;
    padding: 0 20px;
  }

  .waku {
    border-width: 10px;
    padding: 20px 15px;
    margin-bottom: 20px;
  }

  /* ////////////////////////////////////////////////////
  ヘッダー
  //////////////////////////////////////////////////// */
  header.global {
    position: absolute;
    width: 100%;
    top: 0px;
    z-index: 9999;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  }

  /*---------------------------------------------------------
  スマホ用ドロワーメニュー
  ---------------------------------------------------------*/
  #smpNavi {
    display: block;
    position: fixed;
    top: 20px;
    right: 10px;
    line-height: 0;
    color: #fff;
    z-index: 10000;
    cursor: pointer;
    background-color: #004D07;
    /*background-image: url(../img/border20.png);*/
    border-radius: 30px;
  }

  #smpNavi span {
    width: 50px;
    height: 50px;
    display: block;
    background-size: 100%, auto;
    background-image: url(../img/nav_hb.png);
  }

  #smpNavi.selected span {
    background-image: url(../img/nav_hb_x.png);
  }

  /*---------------------------------------------------------
  グーグルマップ
  ---------------------------------------------------------*/
  .gmap::before, .gmap::after {
    display: block;
  }

  h1.side p {
    font-size: 33px;
  }
}

/*---------------------------------------------------------
右エリア(共通) 
---------------------------------------------------------*/
/* バナー */
#snsArea,
#bnArea {
  margin-top: 60px;
}

#bnArea a {
  display: block;
  width: 100%;
  margin-top: 20px;
}

#bnArea a:first-child {
  margin-top: 0;
}

#bnArea a img {
  border: 1px solid #ddd;
}

@media screen and (max-width: 480px) {
  #bnArea {
    margin-top: 30px;
  }

  #bnArea a {
    display: inline-block;
    width: 100%;
    margin-right: 0%;
    margin-bottom: 10px;
  }
}

/* 模擬テスト */
#demo {
  border: 6px solid #004D07;
  border-radius: 12px;
  text-align: center;
  background: #fff;
  font-weight: bold;
  margin-bottom: 30px;
}
#demo h5 {
  margin: 0;
  color: #fff;
  background: #004D07;
  font-size: 20px;
  padding: 20px;
}
#demo p {
  font-size: 18px;
  margin: 30px 0;
  line-height: 1.6;
}
#demo button {
  background: #F8AF3B;
  color: #fff;
  font-size: 20px;
  margin-bottom: 30px;
  width: 80%;
  padding: 10px 0;
  border-radius: 30px;
  font-weight: bold;
}

/* 開催情報 */
#kentei_box {
  width: 320px;
  border: 6px solid #004D07;
  border-radius: 12px;
  text-align: center;
  background: rgba(193,230,121,.7);
  font-weight: bold;
  margin-bottom: 30px;
}
#kentei_box h5 {
  margin: 0;
  color: #fff;
  background: url(../img/border20.png) rgba(0,77,7,1);
  font-size: 20px;
  padding: 15px;
  text-align: center;
}
#kentei_box dl {
  width: 90%;
  text-align: left;
  font-size: 18px;
  margin: 30px auto 20px;
  line-height: 1.6;
}
#kentei_box dl dt span {
  background: #F1F83B;
  padding: 2px 10px;
}
#kentei_box dl dd {
  font-size: 20px;
  padding: 0 10px;
}
#kentei_box button {
  background: #F1F83B;
  color: #004D07;
  font-size: 20px;
  margin-bottom: 30px;
  width: 80%;
  padding: 10px 0;
  border-radius: 30px;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  #kentei_box {
    width: auto;
  }
}

/* タイトルエリア */
.ttl_area {
  border-bottom: 5px solid #9AE19D;
}
@media screen and (max-width: 480px) {
  .ttl_area {
    border-top: 8px solid #004D07;
    margin-bottom: 30px;
  }
}

/* ページ下部バナーエリア sns*/
#bannerArea #bnArea {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#bannerArea #bnArea a {
  margin-top: 0 !important;
  margin-right: 10px;
}
#bannerArea #bnArea a:last-child {
  margin-right: 0;

}
@media screen and (max-width: 480px) {
  #bannerArea {
    padding: 0 20px;
  }
  #bannerArea #bnArea {
    display: block;
  }
}
#bannerArea #snsArea {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 100px 0 50px;
}
#bannerArea #snsArea a {
  margin-top: 0 !important;
  margin-right: 30px;
  max-width: 50px;
}
#bannerArea #snsArea a:last-child {
  margin-right: 0;

}

/* 汎用 */
.txt-center {
 text-align: center !important;
 vertical-align: middle !important;
}
.txt-right {
  text-align: right !important;
}
.txt-left {
  text-align: left !important;
}
.bg-gry {
  background: #999 !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}

/* swiper矯正 */
.swiper-pagination-bullet {
  width: 20px !important;
  height: 20px !important;
}