@charset "UTF-8";
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

		home基本設定用

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*-------------------------------------------------------------------------------------------
	初期設定
-------------------------------------------------------------------------------------------*/
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-size: 15px;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body, a {
  color: #505050;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.8em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  letter-spacing: 0.1em; }

body {
  overflow-x: hidden; }

body.himf .himf_event_detail * {
  color: #505050; }
body.himf .himf_event_detail .red {
  color: #ff0000; }

/* font */
.copper {
  font-family: Copperplate,Copperplate Gothic Light,fantasy; }

.yu-min {
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif; }

.pink {
  color: #e37796; }

a:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5; }

.w1000 {
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.w1100 {
  width: 1100px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.w680 {
  width: 680px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.w860 {
  width: 860px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.w800 {
  width: 800px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.txt_center {
  text-align: center; }

h1.h1_ttl {
  font-size: 30px;
  line-height: 1.8em; }

h2 {
  font-size: 20px; }

h2 span {
  font-size: 11px;
  display: block; }

/* プレースホルダー */
input::-webkit-input-placeholder {
  color: #ccc; }

input:-moz-placeholder {
  color: #ccc; }

input::-moz-placeholder {
  color: #ccc; }

input:-ms-input-placeholder {
  color: #ccc; }

select::-webkit-input-placeholder {
  color: #ccc; }

select:-moz-placeholder {
  color: #ccc; }

select::-moz-placeholder {
  color: #ccc; }

select:-ms-input-placeholder {
  color: #ccc; }

textarea::-webkit-input-placeholder {
  color: #ccc; }

textarea:-moz-placeholder {
  color: #ccc; }

textarea::-moz-placeholder {
  color: #ccc; }

textarea:-ms-input-placeholder {
  color: #ccc; }

.red {
  color: #ff0000; }

@media screen and (max-width: 1120px) {
  .w1000 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px; } }
/****************************************************************************************************************************
	共通
****************************************************************************************************************************/
.more_btn {
  text-align: center; }

.more_btn > a {
  border: 1px solid #505050;
  display: inline-block;
  padding: 5px 70px; }

/****************************************************************************************************************************
	下層共通
****************************************************************************************************************************/
article.tmp h1 {
  font-size: 37px; }

article.tmp h2 {
  font-size: 28px;
  font-weight: 900;
  margin: 40px auto 15px auto; }

article.tmp h3 {
  font-size: 21px;
  font-weight: 900;
  margin: 30px auto 10px auto; }

article.tmp p {
  margin-bottom: 10px; }

article.tmp strong {
  font-weight: bold; }

article.tmp ul {
  margin: 10px auto; }

article.tmp h2 {
  line-height: 1.5em; }

/**************************
ページネーション
***************************/
.pagination {
  margin-top: 80px;
  text-align: center; }

.pagination .page-numbers {
  border: 1px solid #e37796;
  padding: 15px 10px;
  color: #e37796; }

.pagination a.page-numbers {
  background: #e37796;
  color: #fff; }

/*----------------------------------
2021-08-20 ticket改修
----------------------------------*/
body .under .ticket_page .bnr_Area {
  padding-top: 35px;
  position: relative; }
  @media screen and (max-width: 920px) {
    body .under .ticket_page .bnr_Area {
      padding-top: 0; } }
  body .under .ticket_page .bnr_Area:before {
    content: "";
    width: 100%;
    height: 5px;
    position: absolute;
    top: 0px;
    background: #506ebd;
    background: -moz-linear-gradient(left, #506ebd 0%, #7b3991 100%);
    background: -webkit-linear-gradient(left, #506ebd 0%, #7b3991 100%);
    background: linear-gradient(to right, #506ebd 0%, #7b3991 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#506ebd', endColorstr='#7b3991',GradientType=1 ); }
    @media screen and (max-width: 920px) {
      body .under .ticket_page .bnr_Area:before {
        display: none; } }
  body .under .ticket_page .bnr_Area a {
    display: block; }
    body .under .ticket_page .bnr_Area a img {
      margin: 0 auto 30px;
      display: block; }
      @media screen and (max-width: 920px) {
        body .under .ticket_page .bnr_Area a img {
          width: 94.67vw;
          margin-bottom: 20px; } }
body .under .ticket_page .ticket_ttl:before {
  display: none; }

/*# sourceMappingURL=base_himf.css.map */
