@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, ../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../Library/Ruby/Gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* rules */
/* line 24, ../sass/style.scss */
::selection {
  color: #FFF;
  background: #ffa014;
}

/* line 28, ../sass/style.scss */
::-moz-selection {
  color: #FFF;
  background: #ffa014;
}

/* reset */
/* line 39, ../sass/style.scss */
body {
  font-family: ”ヒラギノ角ゴ Pro W3”,”Hiragino Kaku Gothic Pro”,Osaka,”ＭＳ Ｐゴシック”,”MS PGothic”, sans-serif;
  background-color: #ccc;
}

/* line 44, ../sass/style.scss */
#topic {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  /* font-family: 'Noto Sans' , 'Noto Sans JP', Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "Yu Gothic" ,  "YuGothic"  , "Hiragino Kaku Gothic Pro" , "Meiryo UI" ,  Meiryo ,  "MS PGothic" , sans-serif !important; */
  color: #111;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 52, ../sass/style.scss */
a {
  color: #444;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}
/* line 56, ../sass/style.scss */
a:hover {
  text-decoration: none;
}

/* line 61, ../sass/style.scss */
img {
  border: none;
  vertical-align: bottom;
}

/* line 66, ../sass/style.scss */
.wrapper {
  width: 100%;
  background-color: #ccc;
}

/* line 71, ../sass/style.scss */
.footer {
  font-size: 11px;
}

/* line 75, ../sass/style.scss */
.go_top {
  display: none;
}

/* line 80, ../sass/style.scss */
.sns_area-pc {
  position: fixed;
  top: 120px;
  left: 40px;
  background: rgba(255, 255, 255, 0.75);
  text-align: center;
  padding: 15px;
  z-index: 999;
}
/* line 88, ../sass/style.scss */
.sns_area-pc .social_button_template .social_button_twitter, .sns_area-pc .social_button_template .social_button_facebook, .sns_area-pc .social_button_template .social_button_hatena, .sns_area-pc .social_button_template .social_button_gplus, .sns_area-pc .social_button_template .social_button_pocket {
  display: block !important;
  margin-bottom: 10px;
}

/* line 94, ../sass/style.scss */
.sns_area .social_button_template .social_button_facebook {
  background-color: transparent;
}

/* line 98, ../sass/style.scss */
.smt_banner_area {
  display: none;
}

/* line 102, ../sass/style.scss */
img {
  width: 100%;
}

/* 190722 */
/* line 111, ../sass/style.scss */
.only_smt {
  display: block !important;
}

/* line 114, ../sass/style.scss */
.only_pc {
  display: none !important;
}

/* line 118, ../sass/style.scss */
.container {
  width: 100%;
  max-width: 750px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
}

/* line 127, ../sass/style.scss */
.kv {
  background-color: #73371d;
  background-image: url(../images/kv__bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  position: relative;
  padding: 24px 0 16px;
}
/* line 135, ../sass/style.scss */
.kv__cont {
  display: flex;
  /* 子要素をflexboxで揃える */
  flex-direction: column;
  /* 子要素をflexboxにより縦方向に揃える */
  justify-content: center;
  /* 子要素をflexboxにより中央に配置する */
  align-items: center;
  /* 子要素をflexboxにより中央に配置する */
  position: relative;
  z-index: 999;
  height: 100%;
}
/* line 144, ../sass/style.scss */
.kv__title {
  width: 82%;
  margin: 0 auto 160px;
}
/* line 148, ../sass/style.scss */
.kv__date {
  width: 65%;
  margin: 0 auto;
}

/* line 155, ../sass/style.scss */
.description {
  background-color: #9d8115;
  width: 92%;
  padding: 24px 4%;
  color: #FFF;
  font-size: 16px;
  line-height: 1.8;
}

/* line 165, ../sass/style.scss */
.map {
  width: 100%;
  background-color: #111;
}
/* line 168, ../sass/style.scss */
.map__title {
  width: 76%;
  margin: -48px auto 32px;
}
/* line 172, ../sass/style.scss */
.map__list {
  background-image: url(../images/map__list__bg.png);
  background-position: center bottom;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
  padding: 0 4% 96px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 180, ../sass/style.scss */
.map__list__one {
  margin-bottom: 24px;
}
/* line 183, ../sass/style.scss */
.map__list__image {
  position: relative;
  width: 92%;
  margin: 0 auto;
}

@media screen and (min-width: 751px) {
  /* line 194, ../sass/style.scss */
  .only_pc {
    display: block !important;
  }

  /* line 197, ../sass/style.scss */
  .only_smt {
    display: none !important;
  }

  /* line 201, ../sass/style.scss */
  .kv {
    padding: 40px 0 32px;
  }
  /* line 203, ../sass/style.scss */
  .kv__title {
    width: 82%;
    margin: 0 auto 180px;
  }
  /* line 207, ../sass/style.scss */
  .kv__date {
    width: 65%;
    margin: 0 auto;
  }

  /* line 214, ../sass/style.scss */
  .description {
    padding: 48px 4%;
    color: #FFF;
    font-size: 24px;
  }

  /* line 224, ../sass/style.scss */
  .map__title {
    margin: -48px auto 64px;
  }
  /* line 227, ../sass/style.scss */
  .map__list {
    padding: 0 4% 192px;
  }
  /* line 229, ../sass/style.scss */
  .map__list__one {
    margin-bottom: 48px;
  }
}
/* line 243, ../sass/style.scss */
#topic {
  font-size: 14px !important;
}

/* line 249, ../sass/style.scss */
.global-footer {
  display: none;
}

/* line 253, ../sass/style.scss */
.regulation {
  width: 90%;
}
