@charset "UTF-8";
/**クエリ**/
/**sass**/
html {
  font-size: 62.5%;
  /*rem*/
}

body {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "ＭＳ ゴシック", "MS Gothic", sans-serif;
  font-size: 16px;
  /* 	-webkit-text-size-adjust: 100%; ブラウザ側での自動調整をなしにする */
  color: #231815;
  background-color: #fff;
  margin: 0;
  padding: 0;
}

/* for IE8 */
html >
body {
  font-family: "游ゴシック", YuGothic, "ＭＳ Ｐゴシック";
  font-size: 75%;
}

/* for IE7 */
* + html body {
  font-family: "游ゴシック", YuGothic, "ＭＳ Ｐゴシック";
  font-size: 75%;
}

/* for IE6 */
* html body {
  font-family: "游ゴシック", YuGothic, "ＭＳ Ｐゴシック";
  font-size: 75%;
}

.serif {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

ul,
ol {
  list-style: none;
}

img {
  vertical-align: bottom;
  /*width: 100%;
  height: auto;*/
}
/*
a {
  color: #ffffff;
  text-decoration: none;
}
a:hover {
  opacity: .5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}
a:visited, a:active {
  color: #ffffff;
  text-decoration: underline;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
*/
p {
  margin: 0;
  padding: 0;
}


/***********************************
大枠枠レイアウト
***********************************/
#event_top{
    width: 1200px;
}
.container {
  max-width: 100%;
  margin: 0 auto;
}
main dd,
main ul,
aside dd,
aside ul {
  margin: 0;
  padding: 0;
}

/***********************************
mv
***********************************/
.mv {
  background-color: #f3f2f0;
}

.oricon {
  background-color: #edebe3;
  border-top: 1px solid #ab8c4f;
  border-bottom: 1px solid #ab8c4f;
}

/***********************************
main
***********************************/
main {
  padding: 0 6.25%;
  font-size: 16px;
}
main section {
  width: 100%;
  text-align: center;
}
main h2 {
  margin: 40px 0 20px;
  color: #a3762b;
  border-bottom: 1px solid #a3762b;
  font-size: 240%;
}
main .cv {
  font-size: 180%;
  line-height: 1.6;
  padding: 50px 0 0;
  color: #a3762b;
}
main .cv span {
  background: url(../images/btnsub_bg.png) scroll repeat 0 0;
  padding: 8px 10px;
  display: inline;
    margin: 5px 10px 10px 0;
  color: #fff;
  font-size: 90%;
  position: relative;

  width: 200px;
}
main .cv span:after {
  content: url(../images/btnsub_bg02.png);
  display: block;
  position: absolute;
  bottom: -21px;
  right: 50%;
  left: 50%;
}
main .cv strong {
  font-weight: normal;
}
main .cv a {
  display: inline-block;
  padding-top: 16px;
}

  main .cv img {
    width: 659px;
    height: auto;
  }

main .sec00 p {
  text-align: left;
   font-size: 120%;
    line-height: 2;
}

main .sec00 span {
  color: #e1200f;
}

main .sec00 .flexBox {
    display: flex;
    flex-direction: row-reverse;
    margin: 0 40px 40px;
  }

  main .sec00 .flexBox dt {
    flex-basis: 30%;
  }

  main .sec00 .flexBox dt img {
    max-width: 385px;
    height: auto;
  }
  main .sec00 .flexBox dd {
    flex-basis: 70%;
    padding-right: 15px;
    line-height: 2;
  }


  main .sec00 .pic {
    margin: 0 20px;
  }

main .notes, main p.notes {
  padding: 30px 0 ;
 font-size: 13px;
    line-height: 1.8;
}

main .notes p, main p.notes p {
  padding: 30px 0 0;
    font-size: 13px;
    line-height: 1.8;
}
/* main */
/***********************************
フッタ
*********************************
footer {
  text-align: center;
  font-size: 11px;
}
@media screen and (min-width: 640px) {
  footer {
    font-size: 13px;
    background-color: #f5f5f5;
  }
}
footer .container {
  padding: 25px 0 0;
  border-top: 1px solid #cccccc;
}
@media screen and (min-width: 640px) {
  footer .container {
    border-top: none;
  }
}
@media screen and (min-width: 640px) {
  footer .spBr {
    display: none;
  }
}
footer .copyright {
  padding: 20px 0 160px;
  font-size: 10px;
  text-align: center;
  clear: both;
  border-top: 1px solid #cccccc;
}
@media screen and (min-width: 640px) {
  footer .copyright {
    padding-bottom: 20px;
  }
}
footer .footerlink {
  padding: 20px 0 25px;
  letter-spacing: -.40em;
  clear: both;
}
footer .footerlink li {
  display: inline-block;
  margin-bottom: 5px;
  padding: 0 5px;
  letter-spacing: normal;
  line-height: 100%;
  border-right: 1px solid #000000;
}
footer .footerlink li:last-child {
  border-right: none;
}
footer .footerlink li a {
  color: #000000;
  text-decoration: none;
}

#footer {
  padding: 0;
  position: fixed;
  bottom: 0;
  border-top: 0;
}
@media screen and (min-width: 640px) {
  #footer {
    display: none !important;
    opacity: 0;
  }
}
#footer .footer_menu {
  margin: 0;
  padding: 0;
}
**/
/*# sourceMappingURL=base.css.map */
