@charset "UTF-8";
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

html {
  font-family: sans-serif;
  /* 1 */
  /* 日本語のfont-familyへの対応 */
  font-family: "Hiragino Kaku Gothic Pro","Yu Gothic","Meiryo",sans-serif;
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

body {
  margin: 0; }

h1, h2, h3, h4, h5, h6, p, ul, ol, dl, table, pre {
  margin-top: 0; }

a {
  background: transparent; }

a:focus {
  outline: thin dotted; }

a:active, a:hover {
  outline: 0; }

html {
  font-size: 75%; }

/* レスポンシブ   タイプセッティングへの対応 */
h1 {
  font-size: 2em; }

p, li, dt, dd, th, td, pre {
  -ms-line-break: strict;
  line-break: strict;
  -ms-word-break: break-strict;
  word-break: break-strict; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  max-width: 100%;
  /* フルードイメージへの対応 */
  height: auto;
  vertical-align: middle;
  /* 追加箇所 */
  border: 0; }

/* IE8 max-widthバグへの対応*/
/* .ie8 img{width: auto; height: auto} */
svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*  ==================================   normalize.css mini end   ===================================== */
/* general setting for lessponsive web design */
html {
  line-height: 1.5; }

a {
  text-decoration: none;
  color: #0000cc; }

ul, ol {
  list-style: none; }

h1 {
  font-size: 3em;
  /* 48px */
  line-height: 1;
  /* 48px */
  margin-bottom: 0.5em; }

h2 {
  font-size: 2.25em;
  /* 36px */
  line-height: 1.3333;
  /* 48px */
  margin-bottom: 0.6667em; }

h3 {
  font-size: 1.5em;
  /* 24px */
  line-height: 1;
  /* 24px */
  margin-bottom: 1em; }

hgroup h2, h4, h5, h6 {
  font-size: 1em;
  /* 16px */
  line-height: 1.5;
  /* 24px */
  margin-bottom: 1.5em; }

p {
  margin-bottom: 1.8em;
  line-height: 1.8;
  text-align: left; }

.gothic {
  font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; }

/* ゴシック体 */
.mincho {
  font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif; }

/* 明朝体 */
.mono {
  font-family: Osaka-mono, "MS Gothic", monospace; }

/* 等幅書体 */
.hiraginoMaruGothic {
  font-family: "Hiragino Maru Gothic ProN", Meiryo, fantasy; }

/* OS X限定 丸ゴシック体 */
/*---------------変数宣言-------------------*/
/*---------------構造の変数　横幅-------------------*/
/*---------------色の変数-------------------*/
/*---------------よく使うミックスイン-------------------*/
.branding:after, .branding .brand-2:after {
  content: "";
  display: table;
  clear: both; }

/*---------------general-------------------*/
body {
  background-color: white;
  scrollbar-base-color: #666;
  scrollbar-track-color: #ccc; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body img {
  max-width: 100%;
  height: auto; }

/*--------------- default smart-phone setting -------------------*/
.out-container {
  width: 100%;
  overflow: hidden; }

/*--------------- header branding -------------------*/
.branding {
  width: 100%;
  margin: 0rem 0rem 1rem;
  color: #00a7dc;
  position: relative; }
  .branding .brand-1 {
    width: 100%;
    overflow: hidden;
    position: relative; }
    .branding .brand-1 h1 {
      float: left;
      font-size: 1.6em;
      font-weight: bold;
      margin-bottom: 0rem; }
      .branding .brand-1 h1 span {
        font-size: 1.8em;
        font-weight: normal; }
      .branding .brand-1 h1 a {
        display: block;
        color: #00a7dc;
        padding: 0rem; }
    .branding .brand-1 h2 {
      float: left;
      margin: 1rem 0rem 0rem 0rem;
      padding-bottom: 0.5rem;
      position: relative;
      font-size: 0.9em;
      font-weight: normal; }
      .branding .brand-1 h2 .g-sen {
        width: 100%;
        height: 6px;
        background-color: #00a7dc;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px; }
  .branding .brand-2 {
    width: 100%;
    position: reltaive; }
    .branding .brand-2 .jc-logo {
      float: right;
      width: 22.5%; }
    .branding .brand-2 h3 {
      float: left;
      margin: 0rem 1rem 0.5rem;
      font-size: 0.8em;
      line-height: 1.2; }

.animenu {
  clear: both; }

.korabo {
  width: 100%;
  height: 40px;
  margin: 0rem 0rem 0.5rem;
  position: relative;
  overflow: hidden; }
  .korabo .korabo-banner {
    display: block;
    width: 100%;
    margin: 0;
    height: 40px;
    background-image: url(http://e-mirasen.jp/images/wakamono-banner.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 135%;
    position: relative; }
    .korabo .korabo-banner a {
      display: block;
      width: 100%;
      height: 40px; }
      .korabo .korabo-banner a h3 {
        text-indent: -9999px; }
  .korabo .slide {
    display: none; }

.container {
  width: 96.375%;
  margin: 0 auto;
  position: relative; }

.main-contents {
  width: 100%;
  background: #fff;
  position: relative;
  padding: 0 0 1rem;
  overflow: hidden; }

table.top-table1, table.top-table2 {
  width: 100%;
  margin: 1rem 0rem 0rem;
  font-size: 0.9em; }
  table.top-table1 span, table.top-table2 span {
    display: block; }

.touitsu-banner {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative; }
  .touitsu-banner .touitsu-sub {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative; }
    .touitsu-banner .touitsu-sub .timg-a {
      width: 31.723%;
      float: left;
      margin: 0;
      padding: 0; }
    .touitsu-banner .touitsu-sub .timg-b {
      width: 28.409%;
      float: left;
      margin: 0;
      padding: 0; }
    .touitsu-banner .touitsu-sub .timg-c {
      width: 25.568%;
      float: left;
      margin: 0;
      padding: 0; }
    .touitsu-banner .touitsu-sub .timg-aa {
      width: 85.7%;
      float: left;
      margin: 0;
      padding: 0; }
    .touitsu-banner .touitsu-sub .timg-d {
      width: 14.3%;
      float: left;
      margin: 0;
      padding: 0; }

.saikou {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 1rem 0rem; }
  .saikou .saikou1 {
    width: 53.693%;
    margin: 0;
    padding: 0;
    float: left; }
    .saikou .saikou1 a {
      display: block; }
  .saikou .saikou2 {
    width: 45.17%;
    margin: 0% 0% 0% 1.137%;
    padding: 0;
    float: left; }
    .saikou .saikou2 a {
      display: block; }

#main-side {
  width: 100%;
  margin: 0;
  overflow: hidden;
  position: relative; }
  #main-side .fbnews {
    width: 100%;
    height: 620px;
    border: solid 4px #ffdc56;
    margin: 0 0 10px;
    overflow: auto;
    position: relative; }
    #main-side .fbnews .fb-like-box {
      padding: 2%;
      width: 96%;
      overflow: auto; }
  #main-side .daih3 {
    margin: 0;
    padding: 0;
    text-align: center;
    color: #00a7dc;
    font-size: 1.2;
    line-height: 1.5; }
  #main-side .banners1, #main-side .banners2 {
    width: 100%;
    margin: 0;
    overflow: hidden;
    position: relative; }

.banner-waku {
  max-width: 200px;
  margin: 0 auto 10px; }
  .banner-waku a {
    display: block; }

ul.breadcrumb {
  width: 100%;
  margin: 0rem 0rem 2rem;
  padding: 0rem 1rem 0rem;
  border-bottom: solid #efefef 2px;
  overflow: hidden; }
  ul.breadcrumb li {
    color: #666;
    margin: 0;
    padding: 0;
    float: left; }
    ul.breadcrumb li a {
      color: #666;
      text-decoration: underline; }
    ul.breadcrumb li a:hover {
      color: #00a7dc; }

.top2016 {
  margin-bottom: 2rem; }
  .top2016 .bluegirl2016, .top2016 .girl2016 {
    position: relative;
    overflow: hidden; }
  .top2016 .setumei2016-a, .top2016 .setumei2016-b, .top2016 .setumei2016-c, .top2016 .setumei2016-d, .top2016 .setumei2016-e {
    margin: 0rem 1rem 1rem; }
    .top2016 .setumei2016-a h3, .top2016 .setumei2016-b h3, .top2016 .setumei2016-c h3, .top2016 .setumei2016-d h3, .top2016 .setumei2016-e h3 {
      font-size: 1.2rem;
      line-height: 1.25;
      margin-top: 0.5rem;
      margin-bottom: 0; }
    .top2016 .setumei2016-a dt, .top2016 .setumei2016-b dt, .top2016 .setumei2016-c dt, .top2016 .setumei2016-d dt, .top2016 .setumei2016-e dt {
      font-size: 1.4rem;
      width: 60%;
      padding: 0rem 0rem 0.2rem;
      border-bottom: dashed 2px #ec008c;
      margin-bottom: 0;
      line-height: 1.25; }
      .top2016 .setumei2016-a dt a, .top2016 .setumei2016-b dt a, .top2016 .setumei2016-c dt a, .top2016 .setumei2016-d dt a, .top2016 .setumei2016-e dt a {
        display: block;
        color: #333; }
    .top2016 .setumei2016-a dd, .top2016 .setumei2016-b dd, .top2016 .setumei2016-c dd, .top2016 .setumei2016-d dd, .top2016 .setumei2016-e dd {
      margin-bottom: 0.5rem;
      margin-top: 0.5rem; }
  .top2016 .setumei2016-d {
    position: relative; }
    .top2016 .setumei2016-d dt {
      width: 100px;
      float: left;
      border-bottom: none; }
    .top2016 .setumei2016-d dd {
      font-size: 1.4rem;
      padding: 25px 0px 0px;
      border-bottom: dashed 2px #ec008c; }

.ichiran {
  width: 100%;
  margin: 0rem 0rem;
  position: relative;
  overflow: hidden; }
  .ichiran .ichiran-left, .ichiran .ichiran-right, .ichiran .ichiran-hidari, .ichiran .ichiran-migi {
    width: 48%;
    float: left; }
    .ichiran .ichiran-left a, .ichiran .ichiran-right a, .ichiran .ichiran-hidari a, .ichiran .ichiran-migi a {
      display: block;
      padding: 0.5rem 1rem;
      line-height: 1.2;
      color: #000;
      text-align: center; }
      .ichiran .ichiran-left a h4, .ichiran .ichiran-right a h4, .ichiran .ichiran-hidari a h4, .ichiran .ichiran-migi a h4 {
        font-size: 0.9em;
        font-weight: normal;
        margin: 0;
        padding: 0; }
      .ichiran .ichiran-left a h3, .ichiran .ichiran-right a h3, .ichiran .ichiran-hidari a h3, .ichiran .ichiran-migi a h3 {
        font-size: 1.1em;
        margin: 0;
        padding: 0;
        color: #fff; }
  .ichiran .ichiran-left {
    margin: 0% 2% 0% 0%;
    margin-top: 1rem;
    background-color: #b9d239; }
  .ichiran .ichiran-right {
    margin: 0% 0% 0% 2%;
    margin-top: 1rem;
    background-color: #ff9a27; }
  .ichiran .ichiran-hidari {
    margin: 0% 2% 0% 0%;
    margin-top: 1rem;
    background-color: #000; }
    .ichiran .ichiran-hidari h4 {
      color: #fff; }
    .ichiran .ichiran-hidari a h3 {
      color: #ffdc56; }
  .ichiran .ichiran-migi {
    margin: 0% 0% 0% 2%;
    margin-top: 1rem;
    background-color: #00a7dc; }

.ichiran-aka, .ichiran-kiiro {
  clear: both;
  margin-top: 1rem;
  width: 100%;
  background-color: #f92721; }
  .ichiran-aka a, .ichiran-kiiro a {
    display: block;
    padding: 5px;
    margin: 0 auto; }

.ichiran-kiiro {
  background-color: #ffdc56; }

.area {
  background-image: url(http://e-mirasen.jp/images/japan-map.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 160px;
  margin-bottom: 1rem; }
  .area h3 {
    width: 50%;
    margin: 5% 2% 0% 48%;
    font-size: 1.2em;
    color: #00a7dc; }
  .area h4 {
    width: 48%;
    margin: 2% 2% 0% 50%;
    font-size: 1em;
    color: #666; }
  .area h5 {
    width: 48%;
    margin: 5% 2% 2% 50%;
    font-size: 0.8em;
    color: red; }
  .area label {
    display: block;
    margin: 5% 0% 0%;
    background-color: #00a7dc;
    width: 100%;
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
    color: #fff;
    padding: 0.5rem 1rem;
    text-shadow: 0px 1px 0px #333333; }
  .area input[type="checkbox"].on-off {
    display: none; }
  .area div {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    margin: 10% 0% 0%;
    padding: 0; }
  .area input[type="checkbox"].on-off + div {
    height: 0;
    overflow: hidden;
    margin: 0; }
  .area input[type="checkbox"].on-off:checked + div {
    height: auto;
    overflow: visible;
    margin: 0; }
  .area div > ul {
    margin: 0 1rem;
    padding: 0.5rem 0rem;
    height: 150px;
    overflow: auto;
    -webkit-box-shadow: 0px 0px 3px #666666 inset;
    -moz-box-shadow: 0px 0px 3px #666666 inset;
    box-shadow: 0px 0px 3px #666666 inset; }
  .area div > ul > li {
    padding: 0.25rem 1rem;
    font-size: 1em;
    line-height: 1.6;
    font-weight: bold;
    color: #00a7dc; }
    .area div > ul > li ul li a {
      display: block;
      color: #666;
      font-size: 0.9em;
      padding: 0;
      margin: 0;
      line-height: 1.8; }
    .area div > ul > li ul li:hover {
      background-color: #ffdc56; }

.up-kind {
  width: 100%;
  position: relative;
  overflow: hidden; }

.update {
  margin-top: 1rem; }
  .update h3 {
    position: static;
    display: block;
    margin: 0rem;
    background-color: #00a7dc;
    width: 100%;
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
    line-height: 1.5;
    color: #fff;
    padding: 0.5rem 1rem;
    text-shadow: 0px 1px 0px #333333; }
  .update ul {
    margin: 0rem 1rem 1rem;
    padding: 1rem;
    height: 150px;
    overflow: auto;
    -webkit-box-shadow: 0px 0px 3px #666666 inset;
    -moz-box-shadow: 0px 0px 3px #666666 inset;
    box-shadow: 0px 0px 3px #666666 inset; }
    .update ul li {
      font-size: 0.9em;
      line-height: 1.2; }
    .update ul li a {
      display: block;
      font-size: 1.1em;
      line-height: 1.5;
      color: #666;
      margin: 0rem 0rem 0.75rem 0rem; }
    .update ul li:hover {
      background-color: #ffdc56; }

.kako-link {
  margin: 3rem 0rem 1rem; }
  .kako-link h3 {
    font-size: 1.2em;
    color: #999; }

.kind, .side-kind, .side-area {
  margin: 1rem 0rem; }
  .kind label, .side-kind label, .side-area label {
    display: block;
    margin: 0%;
    background-color: #00a7dc;
    width: 100%;
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
    color: #fff;
    padding: 0.5rem 1rem;
    text-shadow: 0px 1px 0px #333333; }
  .kind input[type="checkbox"].on-off, .side-kind input[type="checkbox"].on-off, .side-area input[type="checkbox"].on-off {
    display: none; }
  .kind div, .side-kind div, .side-area div {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    margin: 10% 0% 0%;
    padding: 0; }
  .kind input[type="checkbox"].on-off + div, .side-kind input[type="checkbox"].on-off + div, .side-area input[type="checkbox"].on-off + div {
    height: 0;
    overflow: hidden;
    margin: 0; }
  .kind input[type="checkbox"].on-off:checked + div, .side-kind input[type="checkbox"].on-off:checked + div, .side-area input[type="checkbox"].on-off:checked + div {
    height: auto;
    overflow: visible;
    margin: 0; }
  .kind div > ul, .side-kind div > ul, .side-area div > ul {
    margin: 0 1rem;
    padding: 0.5rem 0rem;
    height: 150px;
    overflow: auto;
    -webkit-box-shadow: 0px 0px 3px #666666 inset;
    -moz-box-shadow: 0px 0px 3px #666666 inset;
    box-shadow: 0px 0px 3px #666666 inset; }
  .kind div > ul > li, .side-kind div > ul > li, .side-area div > ul > li {
    padding: 0.25rem 1rem;
    font-size: 1em;
    line-height: 1.6; }
    .kind div > ul > li ul li a, .side-kind div > ul > li ul li a, .side-area div > ul > li ul li a {
      display: block;
      color: #666;
      font-size: 0.9em;
      padding: 0;
      margin: 0;
      line-height: 1.8; }
    .kind div > ul > li ul li:hover, .side-kind div > ul > li ul li:hover, .side-area div > ul > li ul li:hover {
      background-color: #ffdc56; }

.page {
  padding: 0 1rem;
  position: relative;
  color: #666; }
  .page h2 {
    clear: both;
    font-size: 1.8em;
    color: #00a7dc; }
    .page h2 span {
      font-size: 0.7em;
      color: #666;
      font-weight: normal;
      line-height: 1.2; }
  .page h3 {
    clear: both;
    margin: 1rem 0rem 1rem;
    font-size: 1.4em;
    padding: 0.5rem 1rem 0.5rem;
    border-left: solid #00a7dc 10px;
    color: #666;
    line-height: 1.2; }
  .page h4 {
    background-color: #00a7dc;
    padding: 0.25rem 1rem;
    font-size: 1.2em;
    color: #fff;
    text-shadow: 1px 1px 0px #333333; }
  .page h5 {
    font-size: 1.2em;
    color: #333; }
  .page iframe {
    max-width: 100%; }

.pagination {
  text-align: center;
  margin: 0 auto; }
  .pagination p {
    display: inline;
    margin: 0;
    padding: 0;
    text-align: center; }
    .pagination p a {
      padding: 1rem 0rem; }

ul.nurikae {
  margin: 1rem;
  padding: 0; }
  ul.nurikae li {
    margin: 0;
    border-bottom: dashed #ccc 1px;
    padding: 0; }
    ul.nurikae li a {
      display: block;
      padding: 0.25rem 0rem; }
  ul.nurikae li:nth-child(even) {
    background-color: #efefef; }
  ul.nurikae li:last-child {
    border-bottom: none; }
  ul.nurikae li:hover {
    background-color: #ffdc56; }

.widget .hako {
  margin: 1rem 0rem;
  padding: 1rem 0rem 0rem;
  border-top: solid 4px #efefef;
  width: 100%; }
.widget h3 {
  margin: 2rem 0rem 0.5rem;
  font-size: 1.2em;
  color: #00a7dc; }

.can_profile {
  width: 100%;
  overflow: hidden; }
  .can_profile img {
    display: block;
    float: left;
    margin: 0rem 1rem 1rem 0rem;
    max-width: 130px;
    height: auto; }
  .can_profile p {
    margin: 0rem 0rem 0rem 1rem; }

.kakomi {
  margin: 0rem 1rem 1rem;
  position: relative; }
  .kakomi h4 {
    background-color: #fff;
    padding: 0;
    font-size: 1.2em;
    color: #00a7dc;
    text-shadow: none; }
  .kakomi .m-waku {
    width: 100%;
    position: relative; }
    .kakomi .m-waku iframe {
      max-width: 100%;
      margin: 0 auto; }

.list-page {
  width: 100%;
  margin: 0;
  position: relative;
  overflow: hidden; }
  .list-page .keisai {
    margin: 0rem 0rem 0.5rem;
    font-size: 1em;
    color: #f92721; }
  .list-page h2 {
    clear: both;
    font-size: 1.8em;
    color: #00a7dc; }
    .list-page h2 span {
      font-size: 0.7em;
      color: #666;
      font-weight: normal;
      line-height: 1.2; }
  .list-page .list-can {
    width: 290px;
    margin: 0px 5px 20px;
    border: solid 1px #ccc;
    height: 350px;
    overflow: auto;
    float: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px; }
    .list-page .list-can h3 {
      background-color: #00a7dc;
      margin: 0;
      padding: 0.5rem 1rem;
      text-align: center;
      font-size: 1.1em;
      line-height: 1.2;
      color: #fff;
      text-shadow: 1px 1px 0px #333333; }
      .list-page .list-can h3 a {
        display: block;
        color: #fff; }
    .list-page .list-can h4 {
      color: #00a7dc;
      font-size: 1em;
      margin: 0 1rem 0.25rem;
      padding: 0; }
    .list-page .list-can h5 {
      color: #666;
      font-size: 1em;
      margin: 0 1rem;
      padding: 0rem; }
    .list-page .list-can iframe {
      max-width: 100%;
      height: 180px; }
    .list-page .list-can p {
      margin: 0 1rem;
      padding: 0;
      line-height: 1.4; }
    .list-page .list-can .kiso {
      margin: 0 1rem; }
  .list-page .list-movie {
    clear: both;
    margin: 1rem 1rem 1rem; }
    .list-page .list-movie h3 {
      font-size: 1.4em;
      border-bottom: solid 3px #00a7dc;
      padding: 1rem 0rem 0.25rem;
      color: #00a7dc; }
    .list-page .list-movie h4 {
      font-size: 1.2em;
      color: #00a7dc;
      margin: 0;
      padding: 0; }
    .list-page .list-movie h5 {
      font-size: 1.1em;
      color: #666;
      margin: 0;
      padding: 0; }
    .list-page .list-movie iframe {
      max-width: 100%; }

.taiou {
  width: 75px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100; }

.young {
  width: 100%;
  position: relaitve;
  overflow: hidden; }
  .young h2 {
    font-size: 2em;
    color: #00a7dc; }
    .young h2 span {
      font-size: 0.6em;
      color: #666; }
  .young h4 {
    font-size: 1.2em;
    border-bottom: solid 1px #ccc; }
  .young ul {
    position: relaitve;
    overflow: hidden;
    margin: 0;
    padding: 0; }
    .young ul li {
      width: 282px;
      height: 260px;
      overflow: hidden;
      margin: 0px 5px 20px;
      padding: 5px;
      background-color: #efefef;
      border: solid 1px #ccc;
      float: left; }
      .young ul li .phot-waku {
        width: 270px;
        height: 200px;
        overflow: hidden;
        position: relative;
        margin-bottom: 5px; }
        .young ul li .phot-waku img {
          max-width: 100%;
          height: auto; }
      .young ul li a {
        display: block; }
      .young ul li h3 {
        font-size: 1.3em;
        color: #333;
        padding: 0 1rem;
        text-align: left;
        margin: 0; }
      .young ul li time {
        color: #666;
        font-size: 0.9em;
        text-align: right;
        padding: 0 1rem; }

.w-fb {
  border: solid 4px #ffdc56;
  margin: 1rem 0rem;
  overflow: hidden;
  position: relative;
  padding: 5px; }
  .w-fb .fb-like-box {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 5px; }

.footer {
  clear: both;
  width: 100%;
  background-color: #00a7dc;
  position: relative;
  overflow: hidden;
  padding: 0; }
  .footer p {
    margin: 1rem 2rem;
    text-align: center;
    color: #fff;
    text-shadow: 0px 1px 0px #666666; }

/*====================================    768px    =======================================*/
@media screen and (min-width: 768px) {
  .branding:after, .branding .brand-2:after {
    content: "";
    display: table;
    clear: both; }

  html {
    font-size: 87.5%; }

  /*レスポンシブタイプセッティングの指定*/
  .branding .brand-1 {
    width: 50%;
    float: left;
    margin: 1rem 0rem;
    overflow: hidden; }
    .branding .brand-1 h1 {
      float: left;
      font-size: 2em;
      font-weight: bold;
      line-height: 1;
      margin: 0.5rem 0rem 0rem; }
      .branding .brand-1 h1 span {
        font-size: 2em;
        font-weight: normal; }
    .branding .brand-1 h2 {
      float: left;
      margin: 2rem 0rem 0rem 2rem;
      padding-bottom: 0rem;
      position: relative;
      font-size: 1em;
      font-weight: normal; }
  .branding .brand-2 {
    width: 50%;
    float: right;
    margin: 1.5rem 0rem 0rem;
    position: relative; }
    .branding .brand-2 .jc-logo {
      float: right;
      width: 15%; }
    .branding .brand-2 h3 {
      float: left;
      margin: 0.5rem 0rem 0.5rem 0rem;
      font-size: 0.7em;
      line-height: 1.2;
      font-weight: normal; }
      .branding .brand-2 h3 span {
        display: none; }
    .branding .brand-2 .animenu {
      width: 100%;
      font-size: 0.8em; }

  .animenu ul li span {
    display: block; }

  table.top-table1, table.top-table2 {
    margin: 0rem 0rem 1rem;
    float: left; }
    table.top-table1 .kakusu, table.top-table2 .kakusu {
      display: none; }
    table.top-table1 span, table.top-table2 span {
      display: inline; }

  table.top-table1 {
    width: 60%; }

  table.top-table2 {
    width: 40%; }

  .korabo {
    width: 100%;
    height: auto;
    margin: 1rem 0rem;
    position: relative;
    overflow: hidden;
    border: solid 1px #00a7dc; }
    .korabo .korabo-banner {
      width: 37%;
      margin: 0;
      height: 78px;
      background-color: #1077bb;
      background-image: url(http://e-mirasen.jp/images/wakamono-banner2.png);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain;
      position: relative;
      float: left; }
      .korabo .korabo-banner a {
        display: block;
        width: 100%;
        height: 78px; }
    .korabo .slide {
      display: block;
      width: 63%;
      float: left;
      height: 78px;
      overflow: hidden;
      position: relative; }
      .korabo .slide ul {
        width: 120%;
        height: 78px;
        margin: 0;
        padding: 0;
        overflow: hidden; }
        .korabo .slide ul li {
          width: 100px;
          height: 78px;
          float: left;
          margin: 0px;
          padding: 0;
          opacity: 0.8;
          overflow: hidden; }
          .korabo .slide ul li a {
            display: block; }
          .korabo .slide ul li img {
            height: 78px;
            width: auto; }
        .korabo .slide ul li:hover {
          opacity: 1; }

  .ichiran .ichiran-left, .ichiran .ichiran-right, .ichiran .ichiran-hidari, .ichiran .ichiran-migi {
    width: 49%; }
  .ichiran .ichiran-left, .ichiran .ichiran-hidari {
    margin: 0% 1% 0% 0%; }
  .ichiran .ichiran-right, .ichiran .ichiran-migi {
    margin: 0% 0% 0% 1%; }
  .ichiran .ichiran-hidari, .ichiran .ichiran-migi, .ichiran .ichiran-left, .ichiran .ichiran-right {
    margin-top: 1rem; }

  .ichiran-aka, .ichiran-kiiro {
    clear: both;
    width: 100%; }
    .ichiran-aka a, .ichiran-kiiro a {
      display: block;
      padding: 9px;
      margin: 0 auto;
      text-align: center; }

  .main-contents {
    width: 100%;
    position: relative;
    padding: 0 0 1rem;
    overflow: hidden; }
    .main-contents .main {
      width: 72%;
      margin: 3%;
      float: left; }
    .main-contents .sub {
      width: 19%;
      margin: 0 1.5%;
      float: right; }

  #main-side {
    width: 100%;
    margin: 0;
    overflow: hidden;
    position: relative; }
    #main-side .fbnews {
      width: 52%;
      height: 620px;
      float: left;
      border: solid 4px #ffdc56;
      margin: 0;
      overflow: auto;
      position: relative; }
      #main-side .fbnews .fb-like-box {
        padding: 2%;
        width: 96%;
        overflow: auto; }
    #main-side .daih3 {
      margin: 0;
      padding: 0;
      text-align: center;
      color: #00a7dc;
      font-size: 1.2;
      line-height: 1.5; }
    #main-side .banners1, #main-side .banners2 {
      width: 20%;
      float: left;
      margin: 0 1%;
      overflow: hidden; }

  .nav-menu {
    margin: 1rem; }

  .widget .hako {
    padding: 0rem;
    border-top: none;
    width: 160px; }

  .top2016 .bluegirl2016 {
    position: relative;
    overflow: hidden; }
  .top2016 .setumei2016-a {
    position: absolute;
    width: 25%;
    top: 50px;
    left: 20px; }
    .top2016 .setumei2016-a dt {
      position: static;
      font-size: 1.5rem;
      padding: 0rem 0rem 0.2rem;
      border-bottom: dashed 2px #ec008c;
      width: 80%; }
      .top2016 .setumei2016-a dt a {
        display: block;
        color: #000; }
    .top2016 .setumei2016-a dd {
      position: static;
      width: auto;
      bottom: 30px;
      right: 10px;
      margin: 0rem 0rem 0rem 1rem; }
  .top2016 .setumei2016-b, .top2016 .setumei2016-c, .top2016 .setumei2016-d {
    position: absolute;
    width: 35%;
    margin: 0; }
    .top2016 .setumei2016-b dt, .top2016 .setumei2016-c dt, .top2016 .setumei2016-d dt {
      width: auto; }
      .top2016 .setumei2016-b dt a, .top2016 .setumei2016-c dt a, .top2016 .setumei2016-d dt a {
        display: block;
        color: #000; }
  .top2016 .setumei2016-d dd {
    display: none; }
  .top2016 .setumei2016-d dt {
    float: none; }
  .top2016 .setumei2016-d dt a img {
    display: block;
    margin: 0 auto; }
  .top2016 .setumei2016-b {
    bottom: 30px;
    left: 20px; }
  .top2016 .setumei2016-c {
    top: 50px;
    right: 20px; }
  .top2016 .setumei2016-d {
    bottom: 50px;
    right: 20px; }
  .top2016 .setumei2016-e {
    position: absolute;
    width: 40%;
    bottom: 30px;
    width: 40%;
    right: 40px; }
    .top2016 .setumei2016-e dt {
      display: none; }

  .area {
    clear: both;
    width: 100%;
    background-image: url(http://e-mirasen.jp/images/japan-map.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    height: 700px;
    margin: 0;
    position: relative; }
    .area h3 {
      width: auto;
      position: absolute;
      top: 2rem;
      left: 2%;
      margin: 0;
      padding: 0; }
    .area h4 {
      width: auto;
      position: absolute;
      top: 4rem;
      left: 2%;
      margin: 0;
      padding: 0; }
    .area h5 {
      width: auto;
      position: absolute;
      top: 6rem;
      left: 2%;
      margin: 0;
      padding: 0; }
    .area label {
      width: 120px;
      height: 120px;
      -webkit-border-radius: 60px;
      -moz-border-radius: 60px;
      -ms-border-radius: 60px;
      -o-border-radius: 60px;
      border-radius: 60px;
      margin: 0;
      background-color: #00a7dc;
      font-weight: normal;
      font-size: 1em;
      text-align: center;
      color: #fff;
      padding: 50px 10px 0px;
      line-height: 1.2;
      text-shadow: none;
      -webkit-box-shadow: 2px 2px 4px #666666;
      -moz-box-shadow: 2px 2px 4px #666666;
      box-shadow: 2px 2px 4px #666666;
      position: absolute;
      top: 10rem;
      left: 5%; }
    .area input[type="checkbox"].on-off {
      display: none; }
    .area div {
      -webkit-transition: none;
      -moz-transition: none;
      -ms-transition: none;
      -o-transition: none;
      transition: none;
      margin: 0;
      padding: 0; }
    .area input[type="checkbox"].on-off + div {
      height: auto;
      overflow: visible;
      margin: 0; }
    .area input[type="checkbox"].on-off:checked + div {
      height: auto;
      overflow: visible;
      margin: 0; }
    .area div ul {
      margin: 0;
      padding: 0rem;
      height: auto;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
    .area div > ul > li {
      width: 5em;
      background-color: rgba(239, 239, 239, 0.7);
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px;
      padding: 0.25rem 0rem;
      font-size: 1.1em;
      line-height: 1.2;
      text-align: center;
      color: #00a7dc;
      border: solid 1px #ccc;
      position: absolute; }
      .area div > ul > li ul li a {
        display: block;
        font-size: 1em;
        color: #666; }
      .area div > ul > li ul li:hover {
        background-color: rgba(255, 241, 0, 0.7); }
    .area div > ul > li.area1 {
      top: 10%;
      right: 8%; }
    .area div > ul > li.area2 {
      top: 32%;
      right: 15%; }
    .area div > ul > li.area3 {
      top: 58%;
      right: 30%; }
    .area div > ul > li.area4 {
      top: 20%;
      left: 57%; }
    .area div > ul > li.area5 {
      top: 66%;
      left: 42%; }
    .area div > ul > li.area6 {
      top: 25.5%;
      left: 40%; }
    .area div > ul > li.area7 {
      top: 34%;
      left: 23%; }
    .area div > ul > li.area8 {
      top: 65.5%;
      left: 26%; }
    .area div > ul > li.area9 {
      top: 48.5%;
      left: 8%; }
    .area div > ul > li.area10 {
      top: 83%;
      left: 5%; }

  .kind {
    width: 32%;
    height: 200px;
    float: right;
    margin: 0% 0% 0% 3%;
    margin-top: 1rem;
    border: solid 4px #00a7dc;
    position: relative; }
    .kind label {
      position: static;
      width: 100%;
      display: block;
      margin: 0.5rem 0rem;
      background-color: #fff;
      font-weight: bold;
      font-size: 1.1em;
      text-align: center;
      line-height: 1;
      color: #00a7dc;
      padding: 0rem;
      text-shadow: none; }
    .kind input[type="checkbox"].on-off {
      display: none; }
    .kind div {
      -webkit-transition: none;
      -moz-transition: none;
      -ms-transition: none;
      -o-transition: none;
      transition: none;
      margin: 0;
      padding: 0; }
    .kind input[type="checkbox"].on-off + div {
      height: 175px;
      margin: 0; }
    .kind input[type="checkbox"].on-off:checked + div {
      height: 175px;
      margin: 0; }
    .kind div ul {
      position: static;
      margin: 0;
      padding: 0rem 1rem 1rem;
      height: auto;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      position: relative; }
    .kind div ul li {
      position: static;
      width: 100%;
      background-color: transparent;
      margin: 0rem;
      padding: 0.25rem 0rem;
      font-size: 1em;
      line-height: 1.5;
      text-align: left;
      color: #666;
      border: none;
      font-weight: normal; }
      .kind div ul li a {
        display: block;
        color: #666;
        font-weight: normal;
        text-decoration: underline; }
    .kind div ul li:hover {
      background-color: #ffdc56; }

  .update {
    width: 65%;
    height: 200px;
    float: left;
    border: solid 4px #ffdc56;
    position: relative; }
    .update h3 {
      position: static;
      width: 100%;
      display: block;
      margin: 0.5rem 0rem;
      background-color: #fff;
      font-weight: bold;
      font-size: 1.1em;
      text-align: center;
      line-height: 1;
      color: #00a7dc;
      padding: 0rem;
      text-shadow: none; }
    .update ul {
      margin: 0rem 1rem;
      padding: 0;
      height: 155px;
      overflow: auto;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
      .update ul li {
        line-height: 1.2;
        font-size: 0.9em; }
      .update ul li a {
        display: block;
        font-size: 1.1em;
        line-height: 1.2;
        color: #666;
        text-decoration: underline;
        margin-bottom: 0.75rem; }
      .update ul li:hover {
        background-color: #ffdc56; }

  .side-kind, .side-area {
    margin: 20px 0px; }
    .side-kind label, .side-area label {
      display: block;
      margin: 0px;
      background-color: #00a7dc;
      width: 100%;
      font-weight: bold;
      font-size: 1.2em;
      text-align: center;
      color: #fff;
      padding: 0.5rem 1rem;
      text-shadow: 0px 1px 0px #333333; }
    .side-kind input[type="checkbox"].on-off, .side-area input[type="checkbox"].on-off {
      display: none; }
    .side-kind div, .side-area div {
      -webkit-transition: none;
      -moz-transition: none;
      -ms-transition: none;
      -o-transition: none;
      transition: none;
      margin: 0px 0px 20px 0px;
      padding: 0; }
    .side-kind input[type="checkbox"].on-off + div, .side-area input[type="checkbox"].on-off + div {
      height: 0;
      overflow: hidden;
      margin: 0; }
    .side-kind input[type="checkbox"].on-off:checked + div, .side-area input[type="checkbox"].on-off:checked + div {
      height: auto;
      overflow: visible;
      margin: 0; }
    .side-kind div > ul, .side-area div > ul {
      margin: 0 1rem;
      padding: 0.5rem 0rem;
      height: 200px;
      overflow: auto;
      -webkit-box-shadow: 0px 0px 3px #666666 inset;
      -moz-box-shadow: 0px 0px 3px #666666 inset;
      box-shadow: 0px 0px 3px #666666 inset; }
    .side-kind div > ul > li, .side-area div > ul > li {
      padding: 0.25rem 1rem;
      font-size: 1em;
      line-height: 1.6; }
      .side-kind div > ul > li ul li a, .side-area div > ul > li ul li a {
        display: block;
        color: #666;
        font-size: 0.9em;
        padding: 0;
        margin: 0;
        line-height: 1.8; }
      .side-kind div > ul > li ul li:hover, .side-area div > ul > li ul li:hover {
        background-color: #ffdc56; }

  .young ul li {
    width: 30%;
    height: 240px;
    overflow: hidden;
    margin: 0% 3% 5% 0%;
    padding: 1%;
    background-color: #efefef;
    border: solid 1px #ccc;
    float: left; }
    .young ul li .phot-waku {
      width: 100%;
      height: 145px;
      overflow: hidden;
      position: relative;
      margin-bottom: 5px; }
      .young ul li .phot-waku img {
        max-width: 100%;
        height: auto; }
    .young ul li a {
      display: block; }

  .list-page .list-can {
    width: 46%;
    margin: 0% 2% 0%;
    margin-bottom: 20px;
    height: 350px; }
    .list-page .list-can h4 {
      color: #00a7dc;
      font-size: 1em;
      margin: 1rem 1rem 0.25rem;
      padding: 0; }
    .list-page .list-can h5 {
      color: #666;
      font-size: 1em;
      margin: 0.25rem 1rem;
      padding: 0rem; }
    .list-page .list-can p {
      font-size: 0.9em;
      line-height: 1.5; }

  .taiou {
    width: 100px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0; }

  .w-fb h6 {
    font-size: 1.8rem; }
  .w-fb .fb-like-box {
    margin: 0 auto 20px;
    padding: 20px; }

  .footer {
    clear: both; } }
/*   =======================================   1056px   ====================================    */
@media screen and (min-width: 1056px) {
  .branding:after, .branding .brand-2:after {
    content: "";
    display: table;
    clear: both; }

  html {
    font-size: 100%; }

  /*レスポンシブタイプセッティングの指定*/
  .out-container {
    width: 1056px;
    margin: 0 auto;
    margin-bottom: 30px; }

  .top2016 .setumei2016-a {
    position: absolute;
    width: 250px;
    top: 100px;
    left: 60px; }
    .top2016 .setumei2016-a dt {
      font-weight: bold;
      font-size: 1.8rem;
      text-align: center;
      width: 210px;
      margin-right: 0px; }
    .top2016 .setumei2016-a dd {
      font-size: 1.2rem;
      margin: 0; }
  .top2016 .setumei2016-b h3, .top2016 .setumei2016-c h3, .top2016 .setumei2016-d h3 {
    text-align: center; }
  .top2016 .setumei2016-b dt, .top2016 .setumei2016-c dt, .top2016 .setumei2016-d dt {
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center; }
  .top2016 .setumei2016-b dd, .top2016 .setumei2016-c dd, .top2016 .setumei2016-d dd {
    font-size: 1.1rem;
    margin: 0; }
  .top2016 .setumei2016-b {
    width: 300px;
    bottom: 50px;
    left: 60px; }
  .top2016 .setumei2016-c {
    width: 290px;
    top: 50px;
    right: 60px; }
  .top2016 .setumei2016-d {
    width: 290px;
    bottom: 70px;
    right: 80px; }
  .top2016 .setumei2016-e {
    position: absolute;
    width: 390px;
    bottom: 5px;
    right: 80px; }
    .top2016 .setumei2016-e dd {
      font-size: 1.3rem;
      line-height: 1.6; }

  .area {
    width: 1056px;
    background-image: url(http://e-mirasen.jp/images/japan-map.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    height: 800px;
    position: relative; }
    .area h3 {
      width: auto;
      position: absolute;
      top: 2rem;
      left: 2%;
      margin: 0;
      padding: 0; }
    .area h4 {
      width: auto;
      position: absolute;
      top: 4rem;
      left: 2%;
      margin: 0;
      padding: 0; }
    .area h5 {
      width: auto;
      position: absolute;
      top: 6rem;
      left: 2%;
      margin: 0;
      padding: 0; }
    .area label {
      width: 140px;
      height: 140px;
      -webkit-border-radius: 70px;
      -moz-border-radius: 70px;
      -ms-border-radius: 70px;
      -o-border-radius: 70px;
      border-radius: 70px;
      padding: 60px 5px 0px;
      position: absolute;
      top: 10rem;
      left: 5%; }
    .area input[type="checkbox"].on-off {
      display: none; }
    .area div {
      -webkit-transition: none;
      -moz-transition: none;
      -ms-transition: none;
      -o-transition: none;
      transition: none;
      margin: 0;
      padding: 0; }
    .area input[type="checkbox"].on-off + div {
      height: auto;
      overflow: visible;
      margin: 0; }
    .area input[type="checkbox"].on-off:checked + div {
      height: auto;
      overflow: visible;
      margin: 0; }
    .area div ul {
      margin: 0;
      padding: 0rem;
      height: auto; }
    .area div > ul > li {
      width: 5em;
      background-color: rgba(239, 239, 239, 0.7);
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px;
      padding: 0.25rem 0rem;
      font-size: 1.1em;
      line-height: 1.2;
      text-align: center;
      color: #00a7dc;
      border: solid 1px #ccc;
      position: absolute; }
      .area div > ul > li ul li a {
        display: block;
        font-size: 1em;
        color: #666; }
      .area div > ul > li ul li:hover {
        background-color: rgba(255, 241, 0, 0.7); }
    .area div > ul > li.area1 {
      top: 35px;
      left: 870px; }
    .area div > ul > li.area2 {
      top: 222px;
      left: 770px; }
    .area div > ul > li.area3 {
      top: 434px;
      left: 653px; }
    .area div > ul > li.area4 {
      top: 185px;
      left: 584px; }
    .area div > ul > li.area5 {
      top: 530px;
      left: 530px; }
    .area div > ul > li.area6 {
      top: 235px;
      left: 462px; }
    .area div > ul > li.area7 {
      top: 284px;
      left: 288px; }
    .area div > ul > li.area8 {
      top: 530px;
      left: 341px; }
    .area div > ul > li.area9 {
      top: 373px;
      left: 115px; }
    .area div > ul > li.area10 {
      top: 654px;
      left: 20px; }

  .update {
    width: 690px;
    height: 230px;
    float: left; }
    .update ul {
      height: 175px; }

  .kind {
    width: 330px;
    height: 230px;
    margin: 0px 0px 0px 20px;
    margin-top: 1rem;
    float: right; }
    .kind input[type="checkbox"].on-off + div {
      height: 205px;
      margin: 0; }
    .kind input[type="checkbox"].on-off:checked + div {
      height: 205px;
      margin: 0; }
    .kind ul {
      height: 200px;
      overflow: auto; }

  .container {
    width: 1056px;
    margin: 0 auto; }

  .main-contents {
    width: 1056px; }
    .main-contents .main {
      width: 760px;
      margin: 0px 32px; }
    .main-contents .sub {
      width: 200px;
      margin: 0 16px; }

  .taiou {
    width: 150px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0; }

  .list-page {
    width: 760px;
    margin: 0;
    position: relative;
    overflow: hidden; }
    .list-page h2 {
      clear: both;
      font-size: 1.8em;
      color: #00a7dc; }
      .list-page h2 span {
        font-size: 0.7em;
        color: #666;
        font-weight: normal;
        line-height: 1.2; }
    .list-page .list-can {
      width: 365px;
      margin: 0px 0px 20px 10px;
      border: solid 1px #ccc;
      height: 600px;
      overflow: auto;
      float: left;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px; }
      .list-page .list-can iframe {
        max-width: 100%;
        margin: 0 auto;
        height: 250px; }
      .list-page .list-can p {
        line-height: 1.5;
        font-size: 0.9em; }

  .footer {
    width: 1056px;
    margin: 0 auto; } }
