@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Prata&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Prata&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@700&display=swap");
/*************************************
* CSSリセット
*************************************/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Prata&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@700&display=swap");
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #000;
  outline: none; }

a:hover {
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

table {
  border-collapse: collapse;
  border-spacing: 0; }
  table a {
    color: #0784c8; }

input, select {
  vertical-align: middle;
  border-radius: 0; }
  @media (max-width: 500px) {
    input, select {
      font-size: 16px !important; } }

input:not([type="checkbox"]), textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  max-width: 100%; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none; }

img {
  line-height: 1;
  vertical-align: bottom; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  overflow-y: scroll; }

body {
  line-height: 1.8;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow-x: hidden;
  padding-top: 90px; }
  @media (max-width: 1023px) {
    body {
      padding-top: 65px; } }
  @media (max-width: 500px) {
    body {
      font-size: 1.4rem; } }

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

.sp-view {
  display: none !important; }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

h1, h2 {
  font-weight: normal;
  line-height: 1; }

h3, h4 {
  font-weight: normal;
  font-weight: normal; }

/*************************************
* レイアウト
*************************************/
.st-Container {
  max-width: 1160px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between; }
  @media (max-width: 1023px) {
    .st-Container {
      display: block; } }

.inner {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto; }

/*************************************
* Header
*************************************/
.st-Header {
  width: 100%;
  position: fixed;
  justify-content: space-between;
  top: 0;
  left: 0;
  z-index: 999;
  background: #0e0e0e; }
  .st-Header .st-Header_Inner {
    max-width: 95%;
    margin: 0 auto;
    height: 90px;
    align-items: center;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 1023px) {
      .st-Header .st-Header_Inner {
        height: 65px; } }
  .st-Header .st-Header_Logo {
    margin-right: 20px; }
    @media (max-width: 1023px) {
      .st-Header .st-Header_Logo img {
        height: 40px; } }
  .st-Header .st-Header_Nav_Wrap a {
    color: #fff;
    display: block;
    line-height: 1; }
  .st-Header .st-Header_SubNav {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    font-size: 2rem; }
    @media (max-width: 1023px) {
      .st-Header .st-Header_SubNav {
        justify-content: center;
        font-size: 3rem; } }
    .st-Header .st-Header_SubNav li:not(:first-child) {
      margin-left: 20px; }
      @media (max-width: 1023px) {
        .st-Header .st-Header_SubNav li:not(:first-child) {
          margin-left: 30px; } }
  @media (min-width: 1024px) {
    .st-Header .st-Header_MainNav_Wrap {
      margin-top: 15px;
      width: 100%;
      display: flex;
      justify-content: flex-end; }
    .st-Header .st-Header_MainNav {
      display: flex;
      align-items: center;
      flex-wrap: nowrap; }
      .st-Header .st-Header_MainNav > li {
        margin-left: 30px; }
        .st-Header .st-Header_MainNav > li:first-child {
          margin-left: 0; }
        .st-Header .st-Header_MainNav > li > a {
          white-space: nowrap;
          font-size: 1.8rem;
          text-align: center;
          position: relative; }
    .st-Header .menu-trigger {
      display: none; } }
  @media (max-width: 1023px) {
    .st-Header .st-Header_Nav_Wrap {
      -webkit-overflow-scrolling: touch;
      display: none;
      margin-top: 0;
      position: fixed;
      width: 100%;
      left: 0;
      top: 0;
      height: 100%;
      overflow-y: scroll;
      z-index: 999;
      background: rgba(0, 0, 0, 0.9); }
    .st-Header .st-Header_Nav_Inner {
      width: 90%;
      text-align: center;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
    .st-Header .st-Header_MainNav_Wrap {
      margin-top: 30px; }
    .st-Header .st-Header_MainNav > li > a {
      margin-bottom: 10px;
      padding: 15px 0;
      font-size: 2rem;
      color: #fff;
      position: relative; }
    .st-Header .st-Header_MainNav-logo_wrap {
      width: 40vw;
      margin: 0 auto 45px;
      text-align: center; }
      .st-Header .st-Header_MainNav-logo_wrap .st-Header_MainNav-logo-01 {
        border-bottom: 1px solid #fff;
        padding-bottom: 30px;
        margin-bottom: 30px; }
        .st-Header .st-Header_MainNav-logo_wrap .st-Header_MainNav-logo-01 img {
          max-width: 28vw; }
    .st-Header .menu-trigger {
      position: absolute;
      width: 35px;
      height: 25px;
      right: 20px;
      top: 0;
      z-index: 999;
      margin: auto;
      bottom: 0; }
      .st-Header .menu-trigger span {
        display: inline-block;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: absolute;
        left: 0;
        width: 100%;
        height: 1px;
        background: #fff; }
        .st-Header .menu-trigger span:nth-of-type(1) {
          top: 0; }
        .st-Header .menu-trigger span:nth-of-type(2) {
          top: 50%;
          transform: translateY(-50%); }
        .st-Header .menu-trigger span:nth-of-type(3) {
          bottom: 0; }
      .st-Header .menu-trigger.active span {
        background: #fff; }
        .st-Header .menu-trigger.active span:nth-of-type(1) {
          -webkit-transform: translateY(10px) rotate(-45deg);
          -ms-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg); }
        .st-Header .menu-trigger.active span:nth-of-type(2) {
          opacity: 0; }
        .st-Header .menu-trigger.active span:nth-of-type(3) {
          -webkit-transform: translateY(-13px) rotate(45deg);
          -ms-transform: translateY(-13px) rotate(45deg);
          transform: translateY(-13px) rotate(45deg); } }

/*************************************
* Main
*************************************/
.st-Main {
  max-width: 850px;
  width: 73.27%; }
  @media (max-width: 1023px) {
    .st-Main {
      width: 100%; } }

/*************************************
* Side
*************************************/
.st-Side {
  max-width: 280px;
  width: 24.13%; }
  @media (max-width: 1023px) {
    .st-Side {
      width: 100%;
      max-width: 100%; } }

.st-Side_H3Title {
  line-height: 1;
  font-family: "Libre Baskerville", serif;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 2.2rem;
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px solid #000; }
  .st-Side_H3Title:not(:first-child) {
    margin-top: 40px; }
  @media (max-width: 500px) {
    .st-Side_H3Title {
      font-size: 2rem;
      margin-bottom: 20px; } }

.st-Side_Bnr {
  margin-bottom: 40px;
  text-align: center; }

.sw-Side_List li {
  border-bottom: 1px solid #dadada;
  padding-bottom: 10px;
  margin-bottom: 10px; }

.sw-Side_List a {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.sw-Side_List .sw-Side_List_Image {
  width: 105px; }

.sw-Side_List .sw-Side_List_Text {
  font-size: 1.6rem;
  width: calc(100% - 125px); }

.sw-Side_List-youtube {
  max-width: 280px;
  margin: 0 auto; }
  .sw-Side_List-youtube li {
    margin-bottom: 20px; }
  .sw-Side_List-youtube .sw-Side_List_Image {
    position: relative; }
    .sw-Side_List-youtube .sw-Side_List_Image::before {
      width: 49px;
      height: 36px;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      content: "";
      background: url(../img/common/icn_play.png) no-repeat center center; }
  .sw-Side_List-youtube .sw-Side_List_Text {
    margin-top: 5px;
    font-size: 1.4rem; }

/*************************************
* Footer
*************************************/
.st-Footer {
  font-size: 1.4rem;
  padding-top: 60px;
  background: #000;
  color: #fff; }
  @media (max-width: 500px) {
    .st-Footer .logo {
      max-width: 60%; } }
  .st-Footer a {
    color: #fff; }
    @media (max-width: 500px) {
      .st-Footer a {
        font-size: 1.2rem; } }
  .st-Footer .st-Footer_Logo {
    text-align: center;
    margin-bottom: 60px; }
  .st-Footer .fnav-btm {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 45px; }
    .st-Footer .fnav-btm li {
      margin-right: 30px; }
  .st-Footer .copyright {
    text-align: center;
    margin-top: 20px;
    border-top: 1px solid #636363;
    padding: 10px;
    font-size: 1.2rem; }

#page-top {
  position: fixed;
  bottom: 70px;
  right: 40px;
  text-decoration: none;
  z-index: 1;
  width: 48px;
  height: 48px;
  background: #2c2c2c; }
  @media (max-width: 500px) {
    #page-top {
      bottom: 20px;
      right: 20px;
      width: 35px;
      height: 35px; } }
  #page-top::after {
    position: absolute;
    margin: auto;
    top: 10px;
    bottom: 0;
    right: 0;
    left: 0;
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
    @media (max-width: 500px) {
      #page-top::after {
        width: 15px;
        height: 15px; } }

/*************************************
* 共通
*************************************/
@media (max-width: 500px) {
  .pc-view {
    display: none !important; }
  .sp-view {
    display: block !important; } }

.op a:hover, a.op:hover {
  opacity: 0.7; }

.lnk {
  border-radius: 5px;
  text-align: center;
  font-size: 2.2rem;
  background: #e3536e;
  line-height: 1;
  display: inline-block;
  color: #fff;
  position: relative;
  padding: 15px 60px; }
  @media (max-width: 500px) {
    .lnk {
      padding: 15px 40px;
      font-size: 1.6rem; } }
  .lnk::after {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 20px;
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

.sw-Columns {
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 500px) {
    .sw-Columns {
      display: block;
      margin-top: 40px; } }
  .sw-Columns li {
    margin-bottom: 30px;
    width: calc(100% / 3 - 14px);
    max-width: 270px; }
    .sw-Columns li:not(:nth-child(3n+3)) {
      margin-right: 20px; }
    .sw-Columns li a {
      display: block; }
    @media (max-width: 500px) {
      .sw-Columns li {
        width: 100%;
        font-size: 1.4rem;
        margin-bottom: 40px;
        max-width: 100%;
        margin-right: 0 !important; }
        .sw-Columns li:last-child {
          margin-bottom: 0; }
        .sw-Columns li img {
          display: block;
          margin: 0 auto;
          width: 100%; } }
    .sw-Columns li p {
      font-size: 1.8rem;
      font-weight: 700;
      margin-top: 5px; }

.sw-Columns_Menu a {
  position: relative;
  color: #fff; }
  .sw-Columns_Menu a::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.702);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1; }
  .sw-Columns_Menu a p {
    text-align: center;
    width: 100%;
    z-index: 2;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }

.img-Zoom div {
  overflow: hidden; }

.img-Zoom img {
  transition-duration: 0.3s; }

.img-Zoom:hover img {
  transform: scale(1.1);
  transition-duration: 0.3s; }

/*************************************
* TOP
*************************************/
.tp-Hero {
  margin-bottom: 100px;
  text-align: center;
  line-height: 1;
  background: url(../img/index/tp-Hero_Image.jpg) no-repeat center center;
  background-size: cover;
  position: relative; }
  @media (min-width: 1024px) {
    .tp-Hero {
      height: calc(100vh - 90px); } }
  @media (max-width: 1023px) {
    .tp-Hero {
      height: 50vh;
      background-position: 45% center;
      margin-bottom: 50px; } }
  .tp-Hero .tp-Hero_Text {
    text-align: center;
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media (max-width: 500px) {
      .tp-Hero .tp-Hero_Text {
        width: 70%; } }

.tp-Section {
  margin-bottom: 90px; }

.tp-H2Title {
  font-family: "Libre Baskerville", serif;
  letter-spacing: 2px;
  margin-bottom: 50px;
  font-weight: bold;
  text-align: center;
  font-size: 3.6rem;
  position: relative;
  padding-bottom: 20px; }
  @media (max-width: 500px) {
    .tp-H2Title {
      font-size: 2rem;
      margin-bottom: 20px; } }
  .tp-H2Title::before {
    content: "";
    display: inline-block;
    height: 2px;
    width: 30%;
    max-width: 146px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }

.tp-Reason {
  text-align: center; }
  .tp-Reason .tp-H2Title {
    color: #189cba; }
  .tp-Reason img {
    margin-top: 40px; }
    @media (max-width: 500px) {
      .tp-Reason img {
        margin-top: 20px; } }

.tp-Satisfaction {
  text-align: center;
  color: #fff;
  background: url(../img/index/bg_Satisfaction.jpg) no-repeat center center;
  background-size: cover; }
  .tp-Satisfaction .tp-Satisfaction_Columns {
    display: flex;
    max-width: 940px;
    margin: 95px auto 0;
    justify-content: space-between; }
    @media (max-width: 500px) {
      .tp-Satisfaction .tp-Satisfaction_Columns {
        display: block;
        margin-top: 40px; } }
    .tp-Satisfaction .tp-Satisfaction_Columns li {
      width: 32%;
      font-size: 1.6rem; }
      @media (max-width: 500px) {
        .tp-Satisfaction .tp-Satisfaction_Columns li {
          width: 100%;
          font-size: 1.4rem;
          margin-bottom: 40px; }
          .tp-Satisfaction .tp-Satisfaction_Columns li:last-child {
            margin-bottom: 0; }
          .tp-Satisfaction .tp-Satisfaction_Columns li img {
            display: block;
            max-width: 30%;
            margin: 0 auto;
            width: 100%; } }
      .tp-Satisfaction .tp-Satisfaction_Columns li p {
        margin-top: 20px; }
        @media (max-width: 500px) {
          .tp-Satisfaction .tp-Satisfaction_Columns li p {
            margin-top: 10px; } }

.tp-Service {
  text-align: center; }
  .tp-Service .tp-H2Title {
    color: #6bb82d; }
  .tp-Service .tp-Service_H3Title {
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 30px; }
    @media (max-width: 500px) {
      .tp-Service .tp-Service_H3Title {
        font-size: 1.8rem;
        margin-bottom: 10px; } }
  .tp-Service .tp-Service_Columns {
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
    text-align: left; }
    @media (max-width: 500px) {
      .tp-Service .tp-Service_Columns {
        margin-top: 35px;
        display: block; } }
  .tp-Service .tp-Service_Image {
    width: 41%; }
    @media (max-width: 500px) {
      .tp-Service .tp-Service_Image {
        width: 100%;
        margin-bottom: 20px; } }
  .tp-Service .tp-Service_Text {
    padding-top: 30px;
    width: 55%;
    padding-right: 19%;
    font-size: 1.6rem; }
    @media (max-width: 500px) {
      .tp-Service .tp-Service_Text {
        width: 90%;
        margin: 0 auto;
        font-size: 1.4rem;
        padding: 0; } }
  .tp-Service .tp-Service_Columns-left {
    flex-direction: row-reverse; }
    .tp-Service .tp-Service_Columns-left .tp-Service_Text {
      padding-right: 0;
      padding-left: 19%; }
      @media (max-width: 500px) {
        .tp-Service .tp-Service_Columns-left .tp-Service_Text {
          padding: 0; } }

.tp-Repeat {
  text-align: center;
  color: #fff;
  background: url(../img/index/bg_Repeat.jpg) no-repeat center center;
  background-size: cover; }
  .tp-Repeat .tp-Repeat_Columns {
    margin-top: 90px;
    max-width: 1225px;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 500px) {
      .tp-Repeat .tp-Repeat_Columns {
        margin-top: 35px;
        display: block; } }
    .tp-Repeat .tp-Repeat_Columns > * {
      width: 48%; }
      @media (max-width: 500px) {
        .tp-Repeat .tp-Repeat_Columns > * {
          width: 100%; }
          .tp-Repeat .tp-Repeat_Columns > *:not(:last-child) {
            margin-bottom: 30px; } }
  .tp-Repeat .tp-Repeat_Table_Wrap {
    border-style: solid;
    border-width: 1px;
    border-color: white;
    background-color: rgba(1, 1, 1, 0.29);
    color: #fff;
    padding: 30px 15px 0; }
    @media (max-width: 500px) {
      .tp-Repeat .tp-Repeat_Table_Wrap {
        padding: 15px 15px 0; } }
    .tp-Repeat .tp-Repeat_Table_Wrap h3 {
      text-align: center;
      font-size: 2rem;
      font-weight: bold;
      margin-bottom: 20px; }
      @media (max-width: 500px) {
        .tp-Repeat .tp-Repeat_Table_Wrap h3 {
          font-size: 1.4rem;
          margin-bottom: 15px; } }
  .tp-Repeat .tp-Repeat_Table {
    align-items: center;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .tp-Repeat .tp-Repeat_Table > * {
      margin-bottom: 20px; }
      @media (max-width: 500px) {
        .tp-Repeat .tp-Repeat_Table > * {
          margin-bottom: 10px; } }
    .tp-Repeat .tp-Repeat_Table dt {
      width: 135px;
      line-height: 1.5; }
      @media (max-width: 500px) {
        .tp-Repeat .tp-Repeat_Table dt {
          width: 100px; } }
      .tp-Repeat .tp-Repeat_Table dt span {
        display: block;
        line-height: 40px;
        font-size: 1.8rem;
        font-weight: bold;
        text-align: center; }
        @media (max-width: 500px) {
          .tp-Repeat .tp-Repeat_Table dt span {
            line-height: 30px;
            font-size: 1.2rem; } }
      .tp-Repeat .tp-Repeat_Table dt:nth-of-type(odd) span {
        background: #4292e1; }
      .tp-Repeat .tp-Repeat_Table dt:nth-of-type(even) span {
        background: #f9756d; }
    .tp-Repeat .tp-Repeat_Table dd {
      font-size: 1.6rem;
      text-align: left;
      width: calc(95% - 135px); }
      @media (max-width: 500px) {
        .tp-Repeat .tp-Repeat_Table dd {
          width: calc(95% - 100px);
          font-size: 1.2rem; } }

.tp-Staff {
  text-align: center;
  background: #f8f8f9; }
  .tp-Staff .tp-Staff_Inner {
    max-width: 940px; }
  .tp-Staff .tp-H2Title {
    color: #ea6767; }
  .tp-Staff .tp-Staff_Columns {
    display: flex;
    margin: 50px auto 30px;
    justify-content: space-between; }
    @media (max-width: 500px) {
      .tp-Staff .tp-Staff_Columns {
        margin: 25px auto 15px; } }
    .tp-Staff .tp-Staff_Columns li {
      width: 24%; }
  .tp-Staff .tp-Staff_Text {
    text-align: right;
    font-size: 1.4rem; }
    @media (max-width: 500px) {
      .tp-Staff .tp-Staff_Text {
        font-size: 1.2rem; } }

.tp-Media .tp-H2Title {
  color: #e88821; }

.tp-Contact {
  text-align: center; }
  .tp-Contact .tp-Contact_Link_Wrap {
    text-align: center;
    margin-top: 40px; }
    @media (max-width: 500px) {
      .tp-Contact .tp-Contact_Link_Wrap {
        margin-top: 20px; } }
    .tp-Contact .tp-Contact_Link_Wrap a {
      color: #fff;
      display: inline-block;
      border-radius: 15px;
      background-color: #189cba;
      max-width: 520px;
      width: 100%;
      line-height: 84px;
      font-size: 2.4rem; }
      @media (max-width: 500px) {
        .tp-Contact .tp-Contact_Link_Wrap a {
          width: 75%;
          border-radius: 10px;
          line-height: 50px;
          font-size: 1.6rem; } }

.st-PageTtl {
  background: url(../img/common/bg_pagettl.png) no-repeat center center;
  background-size: cover; }
  .st-PageTtl h1 {
    padding: 115px 5%;
    font-size: 4.8rem;
    font-weight: normal;
    color: #fff;
    margin-bottom: 50px; }
    @media (max-width: 1023px) {
      .st-PageTtl h1 {
        padding: calc(50px + 65 * (100vw - 320px)/703) 5%;
        margin-bottom: calc(25px + 25 * (100vw - 320px)/703);
        font-size: calc(24px + 24 * (100vw - 320px)/703); } }

.movie-Wrap {
  position: relative;
  width: 100%;
  margin: 0 auto 60px;
  height: 0;
  padding-bottom: 56.25%; }
  .movie-Wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.st-Main_Entry {
  font-size: 1.6rem; }
  .st-Main_Entry h2 {
    background: #e1e1e1;
    font-size: 2.4rem;
    border-left: 13px solid #c5200a;
    padding: 10px 10px 10px 20px;
    margin-bottom: 30px; }
  .st-Main_Entry p {
    margin-bottom: 1em; }

.st-Map {
  margin-top: 60px; }

/*# sourceMappingURL=style.css.map */