@charset  "UTF-8";

/* ------------------------------------------------------------
    全体設定    
------------------------------------------------------------ */

html,
body {
  min-width: 320px;
  width: 100%;
  background: #f5f5f5; /* 色変更 */
}

.wrapper {
  width: 100%;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  letter-spacing: .8pt;
}

/* ------------------------------------------------------------
    ヘッダー
------------------------------------------------------------ */

.header {
  margin-bottom: 10px;
  background: #5c1a1c; /* 色変更 */
}

h1 {
  max-width: 700px;
  margin: 0 auto;
  padding: 5px;
  color: #f5f5f5;
  font-size: 13px;
  font-weight: 400;
}

h1 span {
  font-weight: 700;
}

/* ------------------------------------------------------------
    コンテンツ
------------------------------------------------------------ */
.container {
  width: 100%;
}

.container {
  max-width: 700px;
  width: 98%;
  margin: 0 auto;
  padding: 0 1%;
  text-align: center;
}

/* ------------------------------------------------------------
    メニュー
------------------------------------------------------------ */

.menu {
  overflow: hidden;
  margin: 30px auto 0;
}

.menu li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  float: left;
  width: 48%;
  border: 1px solid #5c1a1c;
  text-align: center;
}

.menu li:not(:first-child) {
  margin-left: 4%;
}

.menu li a {
  display: block;
  padding: 0 15px;
  color: #81545b;
  font-size: 16px;
  font-weight: bold;
  line-height: 2.2;
  -webkit-transition: all .2s;
          transition: all .2s;
}

.menu li a:hover {
  background: #5c1a1c;
  color: #fff;
}

/* 矢印 */
.arrow_icon {
  display: inline-block;
  position: absolute;
  top: .5em;
  right: .8em;
  width: 1em;
  height: 1em;
}

.arrow_icon::after {
  position: absolute;
  top: 0;
  left: .2em;
  width: .6em;
  height: .6em;
  border-top: 2px solid #5c1a1c;
  border-right: 2px solid #5c1a1c;
  content: '';
  -webkit-transition: all .2s;
          transition: all .2s;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

.menu li a:hover .arrow_icon::after {
  border-color: #fff;
}

/* ------------------------------------------------------------
    ポスターエリア
------------------------------------------------------------ */

.pos_area {
  max-width: 700px;
  margin: 20px auto 0;
  padding: 0;
}

.pos_area img {
  max-width: 700px;
  width: 100%;
  margin: 10px auto 0;
  vertical-align: top;  box-shadow: 1px 1px 2px #ddd;

}

/* ---------------------------------------------
    閉じるボタン
--------------------------------------------- */
.f_close {
  clear: both;
  max-width: 700px;
  height: 85px;
  margin: 0 auto;
  text-align: right;
}

.f_close a {
  display: block;
  float: right;
  margin-right: 0;
  color: #5c1a1c; /* 色変更 */
  font-size: 30px;
  font-weight: 700;
  white-space: nowrap;
  letter-spacing: 2.2pt;
}

.f_close a:hover {
       opacity: .7;
  zoom: 1;
      filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: .7;
  -khtml-opacity: .7;
    -o-opacity: .7;
}

.f_close a span {
  margin-top: 0;
  margin-left: 6px;
  font-size: 60px;
  vertical-align: -7px;
}

/* ------------------------------------------------------------
    footer
------------------------------------------------------------ */
.footer {
  clear: both;
  padding: 0 0 10px;
  color: #5c1a1c; /* 色変更 */
  font-size: 12px;
  text-align: center;
  letter-spacing: 0;
}

/* 　注記
------------------------------*/
.tyuki {
  margin-top: 8px;
  padding: 10px;
  border: 1px solid #bbb;
  font-size: 13px;
  text-align: left;
}

.tyuki span {
  display: inline-block;
}


/*----------------------------------------------
    min-width: 641px;
----------------------------------------------*/
@media screen and (min-width: 641px) {
  .pc {
    display: block;
  }

  .sp {
    display: none;
  }
}

/*----------------------------------------------
    max-width: 640px;
----------------------------------------------*/
@media screen and (max-width: 640px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
}
