@charset "UTF-8";
/*----------------------------------------------------------------------------------------------------------
writing-mode mixin
    Usage:
        $orientation    v (vertical)
                        h (horizontal)
		$direction      rl (right to left)
						lr (left to right)
----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------
writing-mode mixin
    Usage:
        $orientation    v (vertical)
                        h (horizontal)
		$direction      rl (right to left)
						lr (left to right)
----------------------------------------------------------------------------------------------------------*/
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: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

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

/* argument */
/* site style */
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ background-image ]
-------------------------------------------------*/
/* [ writing-mode ]
-------------------------------------------------*/
/* [ illustrator & photoshop letter spacing ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
/* [ easy transform ]
-------------------------------------------------*/
/* [ writing-mode ]
-------------------------------------------------*/
#contact {
  /* dislay */
  /* contact */ }
  #contact .errMsg {
    margin-left: 1em;
    padding-bottom: 1px;
    display: block;
    line-height: 1.4;
    text-indent: -.9em; }
  #contact .formError {
    padding-bottom: 13px;
    display: block; }
  #contact .fixed {
    padding-bottom: 0px; }
  #contact .formError .formErrorClose {
    border: solid #252525 2px;
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: -4px;
    right: -4px;
    color: #efefef;
    background: #333;
    font-weight: bold;
    text-align: center;
    line-height: middle;
    cursor: pointer;
    z-index: 2;
    -webkit-border-radius: 9px 9px 9px 9px;
    -moz-border-radius: 9px 9px 9px 9px;
    -ms-border-radius: 9px 9px 9px 9px;
    -o-border-radius: 9px 9px 9px 9px;
    border-radius: 9px 9px 9px 9px;
    -webkit-box-shadow: 1px -1px 3px #888;
    -moz-box-shadow: 1px -1px 3px #888;
    -ms-box-shadow: 1px -1px 3px #888;
    -o-box-shadow: 1px -1px 3px #888;
    box-shadow: 1px -1px 3px #888; }
  #contact .formError .formErrorClose:hover {
    background: #666; }
  #contact .fixed .formErrorClose {
    display: none; }
  #contact .formError .formErrorContent {
    padding: 6px 10px;
    width: 180px;
    position: relative;
    color: #fff;
    background: #252525;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラギノ丸ゴ Pro W4", HiraMaruPro-W4, "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, sans-serif;
    font-size: 11px;
    margin: 0 0;
    z-index: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 6px #888;
    -moz-box-shadow: 0px 0px 6px #888;
    -ms-box-shadow: 0px 0px 6px #888;
    -o-box-shadow: 0px 0px 6px #888;
    box-shadow: 0px 0px 6px #888; }
  #contact .fixed .formErrorContent {
    margin-top: .5em;
    background: #f60;
    margin: 0 0 30px 0;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    -ms-border-radius: none;
    -o-border-radius: none;
    border-radius: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  #contact .fadeOut {
    opacity: .2;
    filter: alpha(opacity=20); }
  #contact .formError .formErrorArrow {
    width: 15px;
    height: 15px;
    position: absolute;
    bottom: 0;
    left: 20px;
    margin: 0 0 30px 0;
    z-index: 0; }
  #contact .fixed .formErrorArrow {
    display: none; }
  #contact .formError .formErrorArrowBottom {
    margin: -6px;
    top: 0; }
  #contact .fixed .formErrorArrowBottom {
    display: none; }
  #contact .formError .formErrorArrow div {
    margin: 0 auto;
    display: block;
    height: 1px;
    background: #252525;
    line-height: 0px;
    font-size: 0px;
    -webkit-box-shadow: 0px 2px 3px #888;
    -moz-box-shadow: 0px 2px 3px #888;
    -ms-box-shadow: 0px 2px 3px #888;
    -o-box-shadow: 0px 2px 3px #888;
    box-shadow: 0px 2px 3px #888; }
  #contact .formError .formErrorArrowBottom div {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  #contact .formError .formErrorArrow .line10 {
    width: 19px; }
  #contact .formError .formErrorArrow .line9 {
    width: 17px; }
  #contact .formError .formErrorArrow .line8 {
    width: 15px; }
  #contact .formError .formErrorArrow .line7 {
    width: 13px; }
  #contact .formError .formErrorArrow .line6 {
    width: 11px; }
  #contact .formError .formErrorArrow .line5 {
    width: 9px; }
  #contact .formError .formErrorArrow .line4 {
    width: 7px; }
  #contact .formError .formErrorArrow .line3 {
    width: 5px; }
  #contact .formError .formErrorArrow .line2 {
    width: 3px; }
  #contact .formError .formErrorArrow .line1 {
    width: 1px; }
  #contact .hid_url {
    display: none; }
  #contact form p.test {
    position: relative;
    color: #C1C0BC; }
  #contact form p.test label {
    position: absolute;
    top: 3px;
    left: 10px;
    font-weight: normal; }
  #contact form p.test br {
    display: none; }
  #contact .formBlock {
    max-width: 890px;
    margin: auto; }
  #contact .txtContact {
    text-align: left;
    font-size: 16px;
    margin: 70px auto 50px; }
  #contact .txtContact01 {
    font-size: 14px;
    margin-bottom: 50px; }
  #contact .tableContact em,
  #contact .txtContact em {
    color: #fb2a2a;
    font-style: normal; }
  #contact .tableContact {
    border-top: #8f8f8f solid 1px;
    border-bottom: #8f8f8f solid 1px;
    width: 100%;
    margin: 30px 0 50px;
    font-size: 15px;
    text-align: left; }
    #contact .tableContact td,
    #contact .tableContact th {
      border-bottom: #8f8f8f solid 1px;
      padding: 20px;
      vertical-align: top; }
    #contact .tableContact th {
      background: #ededed;
      width: 210px;
      font-weight: normal; }
    #contact .tableContact td {
      position: relative; }
    #contact .tableContact input[type="text"],
    #contact .tableContact input[type="email"],
    #contact .tableContact input[type="number"],
    #contact .tableContact input[type="url"] {
      width: 300px;
      height: 23px;
      color: #1a1a1a; }
    #contact .tableContact input[type="text"],
    #contact .tableContact textarea {
      border: #8f8f8f solid 1px; }
    #contact .tableContact .size01 input[type="text"] {
      width: 160px; }
    #contact .tableContact .size02 input[type="text"],
    #contact .tableContact textarea {
      width: 100%; }
    #contact .tableContact textarea {
      height: 150px; }
  #contact .stepImg {
    margin: 30px 0; }
    #contact .stepImg img {
      display: block;
      width: 100%; }
  #contact .stepImg {
    margin: 30px 0; }
  #contact .tabForm {
    margin: 50px auto 0; }
  #contact .tabForm ul {
    font-size: 0;
    letter-spacing: 0;
    margin: 0;
    border-bottom: 2px solid #000; }
  #contact .tabForm ul li {
    display: inline-block;
    width: 50%;
    padding: 0; }
  #contact .tabForm ul li input {
    position: absolute;
    opacity: 0; }
  #contact .tabForm ul li label {
    display: block;
    line-height: 60px;
    text-align: center;
    font-size: 20px; }
  #contact .tabForm ul li input:checked ~ label {
    background: #000;
    color: #fff; }
  #contact .tabForm ul li label:hover {
    opacity: 1;
    background: #555;
    color: #fff; }
  #contact .tableContact input[type="text"],
  #contact .tableContact input[type="url"],
  #contact .tableContact input[type="email"],
  #contact .tableContact textarea {
    padding: 10px;
    height: auto;
    border: 1px solid #aaa; }
  #contact .tableContact select {
    -webkit-appearance: none;
    border: 1px solid #aaa;
    padding: 10px; }
  #contact .tableContact .pRadio {
    display: inline-block;
    vertical-align: middle; }
  #contact .tableContact .pRadio input {
    position: absolute;
    opacity: 0; }
  #contact .tableContact .pRadio label {
    display: inline-block;
    margin: 0 5px 0 0;
    border: 1px solid #aaa;
    padding: 10px 20px; }
  #contact .tableContact .pRadio input:checked ~ label {
    background: #555;
    border-color: #555;
    color: #fff; }
  #contact button {
    height: 60px;
    margin: 20px auto;
    padding: 0 100px;
    background: #eee; }

@media only screen and (max-width: 767px) {
  .pc {
    display: none !important; } }

@media only screen and (min-width: 768px) {
  .sp {
    display: none !important; } }

html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #191A21; }

* {
  font-size: 14px;
  font-size: 1.4rem;
  box-sizing: border-box; }

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

a {
  color: inherit;
  text-decoration: none; }

.inner {
  max-width: 1170px;
  width: calc(100% - 32px);
  margin: 0 auto; }

.anchor {
  margin-top: -72px;
  padding-top: 72px;
  display: block; }
  @media only screen and (max-width: 767px) {
    .anchor {
      margin-top: -40px;
      padding-top: 40px; } }

@media only screen and (max-width: 1170px) {
  .br {
    display: none; } }

.footer {
  background-color: #F0EFE9;
  padding: 33px 58px 24px 44px; }
  @media only screen and (max-width: 767px) {
    .footer {
      padding: 36px 35px 37px 35px; } }
  .footer_contact {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 20px; }
    @media only screen and (min-width: 768px) {
      .footer_contact a {
        cursor: pointer;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        .footer_contact a:hover {
          opacity: .7; } }
  .footer_top {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .footer_top {
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-flex-direction: column;
        flex-direction: column; } }
  .footer_left {
    width: 156px; }
    @media only screen and (max-width: 767px) {
      .footer_left {
        width: 160px;
        order: 2;
        margin-bottom: 24px; } }
  .footer_center {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .footer_center {
        order: 1;
        margin-bottom: 36px; } }
    .footer_center > a {
      display: inline-block;
      width: 28px; }
      .footer_center > a:nth-child(n + 2) {
        margin-left: 12px; }
  .footer_right {
    width: 126px; }
    @media only screen and (max-width: 767px) {
      .footer_right {
        order: 3; } }
  .footer .copyright {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
    margin-top: 23px; }
    @media only screen and (max-width: 767px) {
      .footer .copyright {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.583333333;
        margin-top: 34px; } }

.header {
  max-width: 1310px;
  width: calc(100% - 32px);
  height: 72px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999; }
  @media only screen and (max-width: 900px) {
    .header {
      max-width: 700px; } }
  @media only screen and (max-width: 767px) {
    .header {
      height: 40px;
      width: calc(100% - 32px);
      display: block; } }
  @media only screen and (min-width: 768px) {
    .pattern_01 .header .header_main {
      background-color: #C6442C; }
    .pattern_01 .header .header_nav {
      background-color: #FFE267; } }
  @media only screen and (max-width: 767px) {
    .pattern_01 .header {
      background-color: #C6442C; } }
  @media only screen and (min-width: 768px) {
    .pattern_02 .header .header_main {
      background-color: #3094B2; }
    .pattern_02 .header .header_nav {
      background-color: #9DD9AE; } }
  @media only screen and (max-width: 767px) {
    .pattern_02 .header {
      background-color: #3094B2; } }
  @media only screen and (min-width: 768px) {
    .pattern_03 .header .header_main {
      background-color: #FFE267; }
    .pattern_03 .header .header_nav {
      background-color: #FCCABE; } }
  @media only screen and (max-width: 767px) {
    .pattern_03 .header {
      background-color: #FFE267; } }
  .header.is-hover .header_nav {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
    @media only screen and (max-width: 900px) {
      .header.is-hover .header_nav {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0); } }
  .header.is-active {
    background-color: #FCCABE; }
    .header.is-active .header_main {
      background-color: #FCCABE; }
    .header.is-active .header_nav {
      background-color: #FCCABE; }
  .header_main {
    width: 50%;
    padding: 19px 46px 15px;
    text-align: center;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
    position: relative;
    z-index: 2; }
    @media only screen and (max-width: 900px) {
      .header_main {
        width: 100%;
        padding: 19px 46px 15px; } }
    @media only screen and (max-width: 767px) {
      .header_main {
        width: 270px;
        height: 100%;
        padding: 12px 0 11px 18px; } }
  .header .hamburger {
    width: 50px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3; }
    .header .hamburger > div {
      width: 24px;
      height: 16px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 13px; }
      .header .hamburger > div span {
        width: 100%;
        height: 1px;
        background-color: #191A21;
        position: absolute;
        left: 0;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        .header .hamburger > div span:nth-child(1) {
          top: 0; }
        .header .hamburger > div span:nth-child(2) {
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%); }
        .header .hamburger > div span:nth-child(3) {
          bottom: 0; }
    .header .hamburger.is-active > div span:nth-child(1) {
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -moz-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
      -o-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg); }
    .header .hamburger.is-active > div span:nth-child(2) {
      opacity: 0; }
    .header .hamburger.is-active > div span:nth-child(3) {
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -moz-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
      -o-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg); }
  .header_nav {
    width: 50%;
    padding: 26px 49px 18px 43px;
    -webkit-transition: background-color 0.5s, -webkit-transform 0.3s;
    -moz-transition: background-color 0.5s, -moz-transform 0.3s;
    -o-transition: background-color 0.5s, -o-transform 0.3s;
    transition: background-color 0.5s, transform 0.3s;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    position: relative;
    z-index: 1; }
    @media only screen and (max-width: 900px) {
      .header_nav {
        width: 100%;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%); } }
    @media only screen and (max-width: 767px) {
      .header_nav {
        width: 100%;
        padding: 0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        padding: 74px 18px 80px; }
        .header_nav.is-active {
          -webkit-transform: translateY(-2px);
          -moz-transform: translateY(-2px);
          -ms-transform: translateY(-2px);
          -o-transform: translateY(-2px);
          transform: translateY(-2px); } }
    .header_nav > ul {
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
      @media only screen and (max-width: 767px) {
        .header_nav > ul {
          -webkit-flex-direction: column;
          flex-direction: column;
          -webkit-align-items: flex-start;
          align-items: flex-start; } }
      @media only screen and (max-width: 767px) {
        .header_nav > ul > li:nth-child(n + 2) {
          margin-top: 40px; } }
      .header_nav > ul > li a img {
        height: 26px; }
        @media only screen and (max-width: 1200px) {
          .header_nav > ul > li a img {
            height: 20px; } }
        @media only screen and (max-width: 767px) {
          .header_nav > ul > li a img {
            height: 30px; } }

@media only screen and (max-width: 767px) {
  .gallery_slick {
    margin-bottom: 24px !important; }
    .gallery_slick button {
      margin: 0;
      padding: 0;
      background: none;
      border: none;
      border-radius: 0;
      outline: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
    .gallery_slick .slide-dots {
      text-align: center;
      font-size: 0px;
      font-size: 0rem;
      position: absolute;
      bottom: 8px;
      right: 0;
      left: 0;
      z-index: 99; }
      .gallery_slick .slide-dots li {
        display: inline-block;
        width: 9px;
        height: 9px;
        border: #F0EFE9 solid 1px;
        border-radius: 50%; }
        .gallery_slick .slide-dots li:nth-child(n + 2) {
          margin-left: 9px; }
        .gallery_slick .slide-dots li button {
          position: relative;
          text-indent: -9999px; }
        .gallery_slick .slide-dots li.slick-active {
          background-color: #F0EFE9; } }

.sec_title {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .sec_title {
      display: block;
      padding-bottom: 12px;
      border-bottom: 1px solid #191A21; } }
  .sec_title:before {
    content: '';
    width: 0;
    height: 1px;
    background-color: #191A21;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    -webkit-transition: width 1s ease-in;
    -moz-transition: width 1s ease-in;
    -o-transition: width 1s ease-in;
    transition: width 1s ease-in; }
    @media only screen and (max-width: 767px) {
      .sec_title:before {
        content: none; } }
  .sec_title.is-active:before {
    width: 100%; }
  .sec_title .en {
    position: relative;
    z-index: 2;
    padding-right: 7px; }
    .sec_title .en img {
      height: 40px; }
      @media only screen and (max-width: 767px) {
        .sec_title .en img {
          height: 38px; } }
    @media all and (-ms-high-contrast: none) {
      .sec_title .en {
        position: absolute;
        left: 0;
        top: -5px; } }
  .sec_title .ja {
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: bold;
    position: relative;
    padding-left: 10px;
    z-index: 2; }
    @media only screen and (max-width: 767px) {
      .sec_title .ja {
        display: none; } }
  .sec_title.bg_blue .en, .sec_title.bg_blue .ja {
    background-color: #3094B2; }
  .sec_title.bg_pink .en, .sec_title.bg_pink .ja {
    background-color: #FCCABE; }
  .sec_title.bg_yellow .en, .sec_title.bg_yellow .ja {
    background-color: #FFE267; }
  .sec_title.bg_green .en, .sec_title.bg_green .ja {
    background-color: #9DD9AE; }
  @media only screen and (max-width: 767px) {
    .sec_title.white {
      border-bottom: 1px solid #F0EFE9; } }
  .sec_title.white .en, .sec_title.white .ja {
    background-color: #191A21; }
  .sec_title.white .ja {
    color: #F0EFE9; }
  .sec_title.white:before {
    background-color: #F0EFE9; }

body.index .mv .slick-list {
  overflow: hidden; }
  body.index .mv .slick-list .slick-slide {
    outline: none; }
    body.index .mv .slick-list .slick-slide img {
      -webkit-transform: scale(1.01);
      -moz-transform: scale(1.01);
      -ms-transform: scale(1.01);
      -o-transform: scale(1.01);
      transform: scale(1.01); }

body.index p {
  font-weight: bold; }

body.index .emergency {
  background-color: #3094B2;
  color: #FFF;
  text-align: center;
  padding: 20px 0 45px; }
  @media only screen and (max-width: 767px) {
    body.index .emergency {
      background-color: #FFE267;
      color: #191A21;
      padding: 55px 0 60px; } }
  @media only screen and (max-width: 767px) {
    body.index .emergency .inner {
      width: calc(100% - 58px); } }
  body.index .emergency .inner h2 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.153846154;
    font-weight: bold;
    margin-bottom: 35px; }
    @media only screen and (max-width: 767px) {
      body.index .emergency .inner h2 {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.75;
        margin-bottom: 30px; } }
  body.index .emergency .inner p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2.055555556;
    font-weight: bold;
    word-break: break-all; }
    body.index .emergency .inner p a {
      text-decoration: underline; }
    @media only screen and (max-width: 767px) {
      body.index .emergency .inner p {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1.8;
        text-align: left; } }

body.index .news {
  background-color: #191A21;
  padding: 19px 20px; }
  @media only screen and (max-width: 767px) {
    body.index .news {
      padding: 50px 16px 50px; } }
  body.index .news .container {
    max-width: 1270px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      body.index .news .container {
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -webkit-flex-direction: column;
        flex-direction: column; } }
    body.index .news .container h2 {
      width: 64px; }
    body.index .news .container .news_list {
      width: calc(100% - 90px);
      display: -webkit-flex;
      display: flex; }
      @media only screen and (max-width: 767px) {
        body.index .news .container .news_list {
          display: block;
          width: 100%;
          padding-top: 40px;
          border-top: #FFE267 solid 1px;
          margin-top: 9px; } }
      body.index .news .container .news_list > li {
        color: #FFE267;
        width: calc((100% - 68px) / 5); }
        @media only screen and (max-width: 767px) {
          body.index .news .container .news_list > li {
            display: block;
            width: 100%; } }
        body.index .news .container .news_list > li:nth-child(n + 2) {
          margin-left: 17px; }
          @media only screen and (max-width: 767px) {
            body.index .news .container .news_list > li:nth-child(n + 2) {
              margin: 20px 0 0; } }
        body.index .news .container .news_list > li time {
          display: block;
          position: relative; }
          body.index .news .container .news_list > li time span {
            font-size: 24px;
            font-size: 2.4rem;
            font-weight: bold;
            background-color: #191A21;
            position: relative;
            z-index: 2;
            display: inline-block;
            padding-right: 8px; }
            @media only screen and (max-width: 767px) {
              body.index .news .container .news_list > li time span {
                padding-right: 6px; } }
          body.index .news .container .news_list > li time:before {
            content: '';
            width: 100%;
            height: 2px;
            background-color: #FFE267;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            z-index: 1; }
            @media only screen and (max-width: 767px) {
              body.index .news .container .news_list > li time:before {
                height: 1px; } }
        body.index .news .container .news_list > li h3 {
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1.571428571;
          letter-spacing: 0.06em;
          font-weight: bold;
          margin-top: 6px; }
          @media only screen and (max-width: 767px) {
            body.index .news .container .news_list > li h3 {
              font-size: 12px;
              font-size: 1.2rem;
              line-height: 1.583333333; } }
        body.index .news .container .news_list > li p {
          font-size: 12px;
          font-size: 1.2rem;
          line-height: 1.666666667;
          margin-top: 6px;
          font-weight: normal;
          letter-spacing: 0.06em; }
          @media only screen and (max-width: 767px) {
            body.index .news .container .news_list > li p {
              font-size: 12px;
              font-size: 1.2rem;
              line-height: 1.5; } }

body.index .event_date {
  background-color: #FFE267;
  padding: 78px 0 87px; }
  @media only screen and (max-width: 767px) {
    body.index .event_date {
      background-color: #FCCABE;
      padding: 0; } }
  body.index .event_date .container {
    max-width: 1270px;
    width: calc(100% - 32px);
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end; }
    @media only screen and (max-width: 1200px) {
      body.index .event_date .container {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-items: center;
        align-items: center;
        -webkit-flex-direction: column;
        flex-direction: column; }
        body.index .event_date .container .img {
          width: 700px;
          display: inline-block;
          margin-bottom: 20px; } }
    @media only screen and (max-width: 767px) {
      body.index .event_date .container {
        padding: 53px 0 53px;
        -webkit-align-items: center;
        align-items: center;
        -webkit-flex-direction: column;
        flex-direction: column; } }
    @media all and (-ms-high-contrast: none) {
      body.index .event_date .container .img {
        max-width: 757px;
        width: 100%; } }
    @media only screen and (max-width: 767px) {
      body.index .event_date .container .img {
        width: 235px; } }
    body.index .event_date .container .txt {
      font-size: 25px;
      font-size: 2.5rem;
      font-weight: bold;
      margin: 0 10px 0 30px;
      white-space: nowrap; }
      @media only screen and (max-width: 767px) {
        body.index .event_date .container .txt {
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 1.5;
          margin: 25px 0 10px;
          text-align: center; } }
    body.index .event_date .container .icn {
      width: 54px;
      flex-shrink: 0;
      position: relative;
      top: 10px; }
      @media only screen and (max-width: 767px) {
        body.index .event_date .container .icn {
          top: 0;
          margin-top: 10px; } }

body.index .welcome {
  width: calc(100% - 107px);
  margin: 0 0 0 auto;
  position: relative;
  background-color: #FCCABE;
  padding: 76px 20px 136px; }
  @media only screen and (max-width: 767px) {
    body.index .welcome {
      width: 100%;
      background-color: #FFE267;
      padding: 62px 16px 73px;
      margin: 0 auto; } }
  body.index .welcome:before {
    content: '';
    width: 107px;
    height: 100%;
    background-color: #C6442C;
    position: absolute;
    left: -107px;
    top: 0; }
    @media only screen and (max-width: 767px) {
      body.index .welcome:before {
        content: none; } }
  body.index .welcome h2 {
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 90px; }
    @media only screen and (max-width: 767px) {
      body.index .welcome h2 {
        margin-bottom: 50px; } }
    body.index .welcome h2 .en {
      width: 710px;
      display: block; }
      @media only screen and (max-width: 900px) {
        body.index .welcome h2 .en {
          width: 500px; } }
      @media only screen and (max-width: 767px) {
        body.index .welcome h2 .en {
          width: 334px; } }
    body.index .welcome h2 .ja {
      font-size: 26px;
      font-size: 2.6rem;
      line-height: 1.153846154;
      margin-top: 14px;
      font-weight: bold; }
      @media only screen and (max-width: 767px) {
        body.index .welcome h2 .ja {
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 1.666666667;
          margin-top: 18px; } }
  body.index .welcome .txt {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.85;
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      body.index .welcome .txt {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.714285714;
        display: block; } }
    body.index .welcome .txt > p {
      width: calc((100% - 30px) / 2); }
      @media only screen and (max-width: 767px) {
        body.index .welcome .txt > p {
          width: 100%; }
          body.index .welcome .txt > p.ja {
            padding-bottom: 30px;
            margin-bottom: 25px;
            border-bottom: #191A21 solid 1px; } }
  body.index .welcome .btns {
    margin-top: 80px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; }
    @media only screen and (max-width: 767px) {
      body.index .welcome .btns {
        margin-top: 45px; } }
    @media only screen and (max-width: 767px) {
      body.index .welcome .btns {
        -webkit-flex-direction: column;
        flex-direction: column; } }
    body.index .welcome .btns a {
      display: block;
      width: 300px; }
      @media only screen and (max-width: 767px) {
        body.index .welcome .btns a {
          width: 277px;
          font-size: 24px;
          font-size: 2.4rem; } }
      body.index .welcome .btns a:nth-child(n + 2) {
        margin-left: 54px; }
        @media only screen and (max-width: 767px) {
          body.index .welcome .btns a:nth-child(n + 2) {
            margin: 24px 0 0; } }

body.index .notice {
  display: -webkit-flex;
  display: flex;
  background-color: #9DD9AE;
  padding-bottom: 65px; }
  @media only screen and (max-width: 767px) {
    body.index .notice {
      display: block;
      padding: 0; } }
  body.index .notice .left {
    width: 62%; }
    @media only screen and (max-width: 767px) {
      body.index .notice .left {
        display: none; } }
  body.index .notice .right {
    width: 38%; }
    @media only screen and (max-width: 767px) {
      body.index .notice .right {
        width: 100%; } }
    body.index .notice .right .container {
      max-width: 510px;
      padding: 50px 0 0 38px; }
      @media only screen and (max-width: 767px) {
        body.index .notice .right .container {
          padding: 62px 16px 43px; } }
      body.index .notice .right .container h2 {
        margin-bottom: 36px; }
        @media only screen and (max-width: 767px) {
          body.index .notice .right .container h2 {
            padding-bottom: 10px;
            margin-bottom: 28px;
            border-bottom: #191A21 solid 1px; } }
        body.index .notice .right .container h2 img {
          height: 39px; }
      body.index .notice .right .container .txt {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.5; }
        @media only screen and (max-width: 767px) {
          body.index .notice .right .container .txt {
            font-size: 12px;
            font-size: 1.2rem;
            line-height: 1.583333333; } }
        body.index .notice .right .container .txt .ja {
          border-bottom: #191A21 solid 1px;
          padding-bottom: 28px;
          margin-bottom: 22px; }
          @media only screen and (max-width: 767px) {
            body.index .notice .right .container .txt .ja {
              margin-bottom: 26px; } }
        @media only screen and (max-width: 1280px) {
          body.index .notice .right .container .txt br.pc {
            display: none !important; } }

body.index .movie {
  background-color: #FFE267;
  padding: 88px 0 97px; }
  @media only screen and (max-width: 767px) {
    body.index .movie {
      background-color: #3094B2;
      padding: 62px 0 82px; } }
  body.index .movie h2 {
    width: 78px;
    margin: 0 auto; }
  body.index .movie .youtube {
    max-width: 920px;
    margin: 34px auto 0; }
    @media only screen and (max-width: 767px) {
      body.index .movie .youtube {
        margin: 35px auto 0;
        padding: 0 16px; } }
    body.index .movie .youtube > div {
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 56.25%;
      overflow: hidden; }
      body.index .movie .youtube > div iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
    body.index .movie .youtube p {
      line-height: 1.5;
      margin-top: 10px; }

body.index .about {
  position: relative; }
  body.index .about:before {
    content: '';
    width: 64%;
    height: 100%;
    background-color: #3094B2;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: -2; }
  body.index .about:after {
    content: '';
    width: 36%;
    height: 100%;
    background-color: #C6442C;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }

body.index .outline {
  display: -webkit-flex;
  display: flex; }
  @media only screen and (max-width: 767px) {
    body.index .outline {
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      background-color: #FCCABE; } }
  body.index .outline .left {
    width: 64%;
    padding-top: 65px;
    padding-left: calc((100vw - 1160px) / 2); }
    @media only screen and (max-width: 767px) {
      body.index .outline .left {
        width: 100%;
        padding: 66px 16px 48px; } }
    body.index .outline .left .contents {
      margin: 0 0 0 auto;
      padding: 34px 74px 49px 34px;
      background-color: #FFE267; }
      @media only screen and (max-width: 767px) {
        body.index .outline .left .contents {
          padding: 0;
          margin: 0 auto;
          background-color: transparent; }
          body.index .outline .left .contents .sec_title .en {
            background-color: transparent; } }
      body.index .outline .left .contents .overview {
        margin-top: 79px; }
        @media only screen and (max-width: 767px) {
          body.index .outline .left .contents .overview {
            margin-top: 30px; } }
        body.index .outline .left .contents .overview dl {
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 1.625;
          font-weight: bold;
          display: -webkit-flex;
          display: flex; }
          @media only screen and (max-width: 767px) {
            body.index .outline .left .contents .overview dl {
              font-size: 14px;
              font-size: 1.4rem;
              line-height: 1.714285714;
              -webkit-flex-wrap: wrap;
              flex-wrap: wrap;
              border-top: #191A21 solid 1px;
              padding: 14px 0 12px; } }
          @media only screen and (max-width: 767px) {
            body.index .outline .left .contents .overview dl:first-of-type {
              padding-top: 0;
              border-top: none; } }
          @media only screen and (min-width: 768px) {
            body.index .outline .left .contents .overview dl:nth-child(n + 2) {
              margin-top: 20px; } }
          body.index .outline .left .contents .overview dl small {
            font-size: 14px;
            font-size: 1.4rem;
            line-height: 1.4375; }
            @media only screen and (max-width: 767px) {
              body.index .outline .left .contents .overview dl small {
                font-size: 12px;
                font-size: 1.2rem;
                line-height: 1.583333333; } }
          body.index .outline .left .contents .overview dl dt {
            width: 100px;
            flex-shrink: 0;
            position: relative; }
            @media only screen and (max-width: 767px) {
              body.index .outline .left .contents .overview dl dt {
                width: 100%;
                margin-bottom: 4px; } }
            @media only screen and (min-width: 768px) {
              body.index .outline .left .contents .overview dl dt:after {
                content: '';
                width: 56px;
                height: 1px;
                background-color: #191A21;
                position: absolute;
                top: 13px;
                right: 5px; } }
          body.index .outline .left .contents .overview dl dd {
            width: calc(100% - 100px); }
            @media only screen and (max-width: 767px) {
              body.index .outline .left .contents .overview dl dd {
                width: 100%; } }
  body.index .outline .right {
    width: 36%;
    padding: 209px 27px 0 0; }
    @media only screen and (max-width: 767px) {
      body.index .outline .right {
        width: 100%;
        padding: 0; } }

body.index .banner {
  max-width: 1160px;
  width: 100%;
  padding: 49px 40px 45px;
  background-color: #9DD9AE;
  margin: 100px auto 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media only screen and (max-width: 767px) {
    body.index .banner {
      padding: 46px 16px 56px;
      margin: 0 auto;
      -webkit-flex-direction: column;
      flex-direction: column; } }
  @media only screen and (min-width: 768px) {
    body.index .banner > li {
      width: calc((100% - 56px) / 3);
      margin-left: 28px; }
      body.index .banner > li:nth-child(n + 4) {
        margin-top: 24px; }
      body.index .banner > li:nth-child(3n + 1) {
        margin-left: 0; } }
  @media only screen and (min-width: 768px) and (min-width: 768px) {
    body.index .banner > li a {
      cursor: pointer;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      body.index .banner > li a:hover {
        opacity: .7; } }
  @media only screen and (max-width: 767px) {
    body.index .banner > li {
      width: 100%; }
      body.index .banner > li:nth-child(n + 2) {
        margin-top: 20px; } }
  body.index .banner > li img {
    width: 100%; }

body.index .archive {
  position: relative; }
  @media only screen and (max-width: 767px) {
    body.index .archive {
      background-color: #FCCABE;
      padding: 64px 16px 93px; } }
  body.index .archive .container {
    max-width: 1160px;
    width: 100%;
    margin: 130px auto 0;
    background-color: #FCCABE;
    padding: 37px 0 48px;
    position: relative;
    z-index: 2;
    overflow: hidden; }
    @media only screen and (max-width: 767px) {
      body.index .archive .container {
        padding: 0;
        margin: 0 auto; } }
    body.index .archive .container .sec_title {
      width: calc(100% - 50px);
      margin: 0 auto; }
      @media only screen and (max-width: 767px) {
        body.index .archive .container .sec_title {
          width: 100%; } }
    body.index .archive .container .archive_list {
      max-width: 734px;
      margin: 100px auto 0; }
      @media only screen and (max-width: 767px) {
        body.index .archive .container .archive_list {
          margin: 44px auto 0; } }
      @media only screen and (min-width: 768px) {
        body.index .archive .container .archive_list .slick-list {
          overflow: inherit; } }
      body.index .archive .container .archive_list .slick-list .slick-slide {
        padding: 0 15px;
        outline: none; }
        @media only screen and (min-width: 768px) {
          body.index .archive .container .archive_list .slick-list .slick-slide {
            opacity: .1;
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s; }
            body.index .archive .container .archive_list .slick-list .slick-slide.slick-active {
              opacity: 1; } }
        @media only screen and (max-width: 767px) {
          body.index .archive .container .archive_list .slick-list .slick-slide {
            padding: 0 24px; } }
      body.index .archive .container .archive_list .slick-arrow {
        width: 23px;
        height: 20px;
        background-image: url(../img/cmn/icn_arrow_black.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        z-index: 10; }
        @media only screen and (max-width: 767px) {
          body.index .archive .container .archive_list .slick-arrow {
            width: 16px;
            height: 14px; } }
        body.index .archive .container .archive_list .slick-arrow:before {
          content: none; }
        body.index .archive .container .archive_list .slick-arrow.slick-prev {
          top: 48%;
          -webkit-transform: scale(-1, 1);
          -moz-transform: scale(-1, 1);
          -ms-transform: scale(-1, 1);
          -o-transform: scale(-1, 1);
          transform: scale(-1, 1); }
          @media only screen and (max-width: 767px) {
            body.index .archive .container .archive_list .slick-arrow.slick-prev {
              left: 0;
              top: 43%; } }
        @media only screen and (max-width: 767px) {
          body.index .archive .container .archive_list .slick-arrow.slick-next {
            right: 0;
            top: 45%; } }
      body.index .archive .container .archive_list .slide-dots {
        text-align: center;
        font-size: 0px;
        font-size: 0rem;
        z-index: 99;
        margin-top: 30px; }
        @media only screen and (max-width: 767px) {
          body.index .archive .container .archive_list .slide-dots {
            margin-top: 15px; } }
        body.index .archive .container .archive_list .slide-dots li {
          display: inline-block;
          width: 7px;
          height: 7px;
          background-color: #191A21;
          border-radius: 50%; }
          body.index .archive .container .archive_list .slide-dots li:nth-child(n + 2) {
            margin-left: 5px; }
          body.index .archive .container .archive_list .slide-dots li button {
            position: relative;
            text-indent: -9999px;
            margin: 0;
            padding: 0;
            background: none;
            border: none;
            border-radius: 0;
            outline: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none; }
          body.index .archive .container .archive_list .slide-dots li.slick-active {
            background-color: #3094B2; }

body.index .access {
  background-color: #FCCABE;
  display: -webkit-flex;
  display: flex;
  padding: 140px 0 155px;
  position: relative; }
  @media only screen and (min-width: 768px) {
    body.index .access:before, body.index .access:after {
      content: '';
      width: 36%;
      position: absolute;
      right: 0; }
    body.index .access:before {
      height: 140px;
      top: 0;
      background-color: #C6442C; }
    body.index .access:after {
      height: 155px;
      bottom: 0;
      background-color: #3094B2; } }
  @media only screen and (max-width: 767px) {
    body.index .access {
      background-color: #191A21;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 0; } }
  body.index .access .contents {
    background-color: #9DD9AE;
    max-width: calc( 1160px + ((100vw - 1160px) / 2));
    width: 100%;
    margin: 0 0 0 auto;
    padding: 42px 0 58px 34px;
    position: relative; }
    @media only screen and (max-width: 767px) {
      body.index .access .contents {
        max-width: inherit;
        background-color: transparent;
        margin: 0 auto;
        padding: 62px 16px 65px; } }
    body.index .access .contents .box {
      max-width: 650px;
      width: 100%; }
      @media only screen and (max-width: 767px) {
        body.index .access .contents .box {
          padding: 0; }
          body.index .access .contents .box .sec_title {
            border-bottom: #FFF solid 1px; }
            body.index .access .contents .box .sec_title .en {
              background-color: transparent; } }
      body.index .access .contents .box .sec_title {
        max-width: 540px; }
      body.index .access .contents .box ul {
        margin-top: 52px; }
        @media only screen and (max-width: 1060px) {
          body.index .access .contents .box ul {
            width: 50vw; } }
        @media only screen and (max-width: 767px) {
          body.index .access .contents .box ul {
            width: 100%;
            margin-top: 20px; } }
        body.index .access .contents .box ul > li {
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 2;
          font-weight: bold;
          position: relative;
          padding-left: 18px; }
          @media only screen and (max-width: 767px) {
            body.index .access .contents .box ul > li {
              font-size: 14px;
              font-size: 1.4rem;
              line-height: 1.857142857;
              padding-left: 14px;
              color: #F0EFE9; } }
          body.index .access .contents .box ul > li:before {
            content: '';
            width: 8px;
            height: 8px;
            background-color: #191A21;
            border-radius: 50%;
            position: absolute;
            left: 0;
            top: 13px; }
            @media only screen and (max-width: 767px) {
              body.index .access .contents .box ul > li:before {
                width: 6px;
                height: 6px;
                background-color: #F0EFE9;
                top: 11px; } }
      body.index .access .contents .box .btns {
        margin-top: 62px;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: flex-start;
        align-items: flex-start; }
        @media only screen and (max-width: 1200px) {
          body.index .access .contents .box .btns {
            -webkit-flex-direction: column;
            flex-direction: column; } }
        @media only screen and (max-width: 1200px) {
          body.index .access .contents .box .btns {
            margin-top: 45px; } }
        body.index .access .contents .box .btns .btn:nth-child(n + 2) {
          margin-left: 25px; }
          @media only screen and (max-width: 1200px) {
            body.index .access .contents .box .btns .btn:nth-child(n + 2) {
              margin: 20px 0 0; } }
        @media only screen and (max-width: 1200px) {
          body.index .access .contents .box .btns .btn {
            width: 100%; } }
        body.index .access .contents .box .btns .btn > a {
          min-width: 190px;
          height: 48px;
          padding: 0 20px;
          border: #191A21 solid 1px;
          font-size: 20px;
          font-size: 2rem;
          font-weight: bold;
          position: relative;
          display: inline-block;
          text-align: center;
          padding-top: 14px; }
          @media only screen and (max-width: 767px) {
            body.index .access .contents .box .btns .btn > a {
              display: block;
              min-width: inherit;
              max-width: 400px;
              width: 100%;
              height: 45px;
              border: #F0EFE9 solid 1px;
              font-size: 18px;
              font-size: 1.8rem;
              padding-top: 12px;
              color: #F0EFE9; } }
          body.index .access .contents .box .btns .btn > a:after {
            content: '';
            width: 17px;
            height: 14px;
            background-image: url(../img/cmn/icn_arrow_black.svg);
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center;
            position: relative;
            display: inline-block;
            top: -1px;
            margin-left: 4px; }
            @media only screen and (max-width: 767px) {
              body.index .access .contents .box .btns .btn > a:after {
                background-image: url(../img/cmn/icn_arrow_white.svg);
                position: absolute;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%);
                right: 12px; } }
    body.index .access .contents .map {
      max-width: 1004px;
      width: 77%;
      margin-top: 45px;
      position: relative;
      z-index: 2; }
      @media only screen and (max-width: 767px) {
        body.index .access .contents .map {
          margin-top: 50px;
          width: 100%; } }
    body.index .access .contents .img {
      max-width: 593px;
      width: 45%;
      position: absolute;
      right: 0;
      bottom: 58px; }

body.program p {
  font-weight: bold; }

body.program .reservation_btn {
  display: inline-block;
  line-height: 1; }
  @media only screen and (max-width: 767px) {
    body.program .reservation_btn {
      display: block; } }
  body.program .reservation_btn > a {
    width: 265px;
    height: 60px;
    border: #191A21 solid 1px;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    color: #191A21;
    display: inline-block;
    text-align: center;
    padding-top: 17px;
    position: relative; }
    body.program .reservation_btn > a:after {
      content: '';
      width: 14px;
      height: 19px;
      background-image: url(../img/cmn/icn_arrow_black.svg);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      position: relative;
      display: inline-block;
      margin-left: 14px;
      top: 1px; }
    @media only screen and (max-width: 767px) {
      body.program .reservation_btn > a {
        max-width: 343px;
        width: 100%;
        height: 45px;
        font-size: 15px;
        font-size: 1.5rem;
        padding-top: 10px; }
        body.program .reservation_btn > a:after {
          top: 4px; } }

body.program .heading > div {
  padding: 54px 0 50px; }
  @media only screen and (max-width: 767px) {
    body.program .heading > div {
      padding: 64px 0 20px; } }
  body.program .heading > div .contents {
    margin-top: 50px;
    display: -webkit-flex;
    display: flex; }
    @media only screen and (max-width: 767px) {
      body.program .heading > div .contents {
        margin-top: 28px;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse; } }
    body.program .heading > div .contents p {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.625; }
      @media only screen and (max-width: 767px) {
        body.program .heading > div .contents p {
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1.714285714; } }
      body.program .heading > div .contents p.ja {
        padding-bottom: 25px;
        margin-bottom: 25px;
        border-bottom: 1px solid #191A21; }
        body.program .heading > div .contents p.ja small {
          font-size: 14px;
          font-size: 1.4rem;
          display: block; }
          @media only screen and (max-width: 767px) {
            body.program .heading > div .contents p.ja small {
              font-size: 12px;
              font-size: 1.2rem; } }
    body.program .heading > div .contents .left {
      width: 38%;
      padding-right: 40px; }
      @media only screen and (max-width: 767px) {
        body.program .heading > div .contents .left {
          width: 100%;
          padding-right: 0; } }
      body.program .heading > div .contents .left .btn {
        margin-top: 30px; }
        @media only screen and (max-width: 767px) {
          body.program .heading > div .contents .left .btn {
            margin-top: 25px;
            text-align: center; } }
        body.program .heading > div .contents .left .btn > a {
          font-size: 16px;
          font-size: 1.6rem;
          font-weight: bold;
          border-bottom: #191A21 solid 1px;
          display: inline-block;
          padding-bottom: 7px;
          position: relative; }
          @media only screen and (max-width: 767px) {
            body.program .heading > div .contents .left .btn > a {
              font-size: 14px;
              font-size: 1.4rem; } }
          body.program .heading > div .contents .left .btn > a:after {
            content: '';
            width: 15px;
            height: 13px;
            background-image: url(../img/cmn/icn_arrow_black.svg);
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center;
            position: relative;
            display: inline-block;
            margin-left: 6px; }
            @media only screen and (max-width: 767px) {
              body.program .heading > div .contents .left .btn > a:after {
                width: 11px;
                height: 9px; } }
    @media only screen and (min-width: 768px) {
      body.program .heading > div .contents .right {
        width: 62%; } }
    body.program .heading > div .contents .reservation_btn {
      margin-top: 23px; }
      @media only screen and (max-width: 767px) {
        body.program .heading > div .contents .reservation_btn {
          margin-top: 30px; } }
    @media only screen and (min-width: 768px) {
      body.program .heading > div .contents .gallery {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between; } }
    body.program .heading > div .contents .gallery > li {
      width: calc((100% - 10px) / 3); }
      @media only screen and (max-width: 767px) {
        body.program .heading > div .contents .gallery > li {
          width: 100%; } }

body.program .heading_show {
  background-color: #3094B2; }

body.program .heading_scene {
  background-color: #FCCABE; }

body.program .heading_school {
  background-color: #FFE267; }

body.program .heading_channel {
  background-color: #191A21; }
  @media only screen and (max-width: 767px) {
    body.program .heading_channel {
      padding-bottom: 40px !important; } }
  body.program .heading_channel > div .contents {
    display: block; }
    @media only screen and (max-width: 767px) {
      body.program .heading_channel > div .contents {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column; }
        body.program .heading_channel > div .contents .gallery {
          order: 1; }
        body.program .heading_channel > div .contents p {
          order: 2; }
        body.program .heading_channel > div .contents .here_btn {
          order: 3; } }
    body.program .heading_channel > div .contents p {
      color: #F0EFE9; }
      body.program .heading_channel > div .contents p.ja {
        padding-bottom: 0;
        border-bottom: none; }
    body.program .heading_channel > div .contents .gallery {
      width: 100%;
      margin-top: 44px; }
      @media only screen and (max-width: 767px) {
        body.program .heading_channel > div .contents .gallery {
          margin-top: 28px; } }
      body.program .heading_channel > div .contents .gallery > li {
        width: calc((100% - 105px) / 4); }
        @media only screen and (max-width: 767px) {
          body.program .heading_channel > div .contents .gallery > li {
            width: 100%; } }
    body.program .heading_channel > div .contents .here_btn {
      margin-top: 51px;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        body.program .heading_channel > div .contents .here_btn {
          margin-top: 30px; } }
      body.program .heading_channel > div .contents .here_btn > a {
        width: 327px;
        height: 48px;
        border: #F0EFE9 solid 1px;
        font-size: 20px;
        font-size: 2rem;
        font-weight: bold;
        color: #F0EFE9;
        display: inline-block;
        text-align: center;
        padding-top: 13px;
        position: relative; }
        @media only screen and (max-width: 767px) {
          body.program .heading_channel > div .contents .here_btn > a {
            max-width: 343px;
            width: 100%;
            height: 45px;
            font-size: 15px;
            font-size: 1.5rem;
            padding-top: 10px; } }
        body.program .heading_channel > div .contents .here_btn > a:after {
          content: '';
          width: 14px;
          height: 19px;
          background-image: url(../img/cmn/icn_arrow_white.svg);
          background-repeat: no-repeat;
          background-size: contain;
          background-position: center;
          position: relative;
          display: inline-block;
          margin-left: 14px;
          top: 2px; }
          @media only screen and (max-width: 767px) {
            body.program .heading_channel > div .contents .here_btn > a:after {
              top: 4px; } }

body.program .info {
  padding: 95px 0 84px; }
  @media only screen and (max-width: 767px) {
    body.program .info {
      padding: 43px 0 64px; } }
  body.program .info .area {
    margin-top: 64px; }
    @media only screen and (max-width: 767px) {
      body.program .info .area {
        margin-top: 30px; } }
    body.program .info .area strong {
      font-size: 26px;
      font-size: 2.6rem;
      font-weight: bold; }
      @media only screen and (max-width: 767px) {
        body.program .info .area strong {
          font-size: 20px;
          font-size: 2rem;
          line-height: 1.5; } }
      body.program .info .area strong small {
        font-size: 16px;
        font-size: 1.6rem;
        display: inline-block;
        margin-left: 10px; }
        @media only screen and (max-width: 767px) {
          body.program .info .area strong small {
            margin-left: 0; } }
    body.program .info .area p {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.3125;
      margin-top: 28px; }
      @media only screen and (max-width: 767px) {
        body.program .info .area p {
          margin-top: 14px;
          line-height: 1.1875; } }
      body.program .info .area p small {
        font-size: 14px;
        font-size: 1.4rem; }
        @media only screen and (max-width: 767px) {
          body.program .info .area p small {
            font-size: 12px;
            font-size: 1.2rem; } }
    @media only screen and (min-width: 768px) {
      body.program .info .area .txt_btn {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: flex-end;
        align-items: flex-end;
        margin-top: 30px; } }
    body.program .info .area .txt_btn > p {
      flex-shrink: 0;
      margin-right: 20px; }
      @media only screen and (max-width: 767px) {
        body.program .info .area .txt_btn > p {
          margin-right: 0; } }
    body.program .info .area .txt_btn .reservation_btn {
      margin-top: 20px; }
  body.program .info .schedule {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 60px; }
    @media only screen and (min-width: 768px) {
      body.program .info .schedule > li {
        width: calc((100% - 108px) / 3);
        margin-left: 54px;
        cursor: pointer; }
        body.program .info .schedule > li:nth-child(3n + 1) {
          margin-left: 0; }
        body.program .info .schedule > li:nth-child(n + 4) {
          margin-top: 70px; } }
    @media only screen and (max-width: 767px) {
      body.program .info .schedule > li {
        padding: 28px 0 28px;
        border-bottom: #191A21 solid 1px; }
        body.program .info .schedule > li:first-of-type {
          padding-top: 0; }
        body.program .info .schedule > li:last-of-type {
          padding-bottom: 0;
          border-bottom: none; } }
    body.program .info .schedule > li .date-time {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: flex-end;
      align-items: flex-end;
      margin-bottom: 23px; }
      @media only screen and (max-width: 767px) {
        body.program .info .schedule > li .date-time {
          margin-bottom: 17px; } }
      body.program .info .schedule > li .date-time .date img {
        height: 30px; }
      @media only screen and (min-width: 768px) {
        body.program .info .schedule > li .date-time .date.sml {
          margin-top: 8px; } }
      body.program .info .schedule > li .date-time .date.sml img {
        height: 22px; }
        @media only screen and (max-width: 767px) {
          body.program .info .schedule > li .date-time .date.sml img {
            height: 24px; } }
      body.program .info .schedule > li .date-time .time {
        font-weight: bold;
        font-size: 18px;
        font-size: 1.8rem;
        text-align: right; }
      body.program .info .schedule > li .date-time .free {
        font-weight: bold;
        font-size: 18px;
        font-size: 1.8rem;
        text-align: right;
        display: block;
        width: 100%; }
        @media only screen and (min-width: 768px) {
          body.program .info .schedule > li .date-time .free {
            margin-top: 12px; } }
    body.program .info .schedule > li .time_typeB {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-top: -12px;
      margin-bottom: 23px; }
      @media only screen and (max-width: 767px) {
        body.program .info .schedule > li .time_typeB {
          margin-bottom: 17px; } }
      body.program .info .schedule > li .time_typeB > span {
        font-weight: bold;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.2;
        width: 50%;
        text-align: right; }
    body.program .info .schedule > li figure {
      margin: 0 0 16px;
      position: relative; }
      @media only screen and (max-width: 767px) {
        body.program .info .schedule > li figure {
          margin: 0 0 13px; } }
      body.program .info .schedule > li figure .supplement {
        font-size: 11px;
        font-size: 1.1rem;
        position: absolute;
        right: 0;
        top: -16px; }
      body.program .info .schedule > li figure figcaption {
        margin-top: 14px; }
        body.program .info .schedule > li figure figcaption .ja {
          font-size: 18px;
          font-size: 1.8rem;
          font-weight: bold;
          line-height: 1.333333333; }
          body.program .info .schedule > li figure figcaption .ja small {
            font-size: 15px;
            font-size: 1.5rem; }
          body.program .info .schedule > li figure figcaption .ja em {
            font-size: 16px;
            font-size: 1.6rem; }
            @media only screen and (max-width: 767px) {
              body.program .info .schedule > li figure figcaption .ja em {
                font-size: 15px;
                font-size: 1.5rem; } }
          body.program .info .schedule > li figure figcaption .ja.sml {
            font-size: 17px;
            font-size: 1.7rem; }
          @media only screen and (max-width: 767px) {
            body.program .info .schedule > li figure figcaption .ja {
              font-size: 16px;
              font-size: 1.6rem;
              line-height: 1.375; } }
        body.program .info .schedule > li figure figcaption .en {
          font-family: "Bodoni Moda", serif;
          font-size: 12px;
          font-size: 1.2rem;
          display: block;
          margin-top: 8px;
          line-height: 1.285714286; }
          @media only screen and (max-width: 767px) {
            body.program .info .schedule > li figure figcaption .en {
              font-size: 12px;
              font-size: 1.2rem;
              line-height: 1.25;
              margin-top: 6px; } }
    body.program .info .schedule > li .note > span {
      padding-left: 22px;
      position: relative;
      font-weight: bold;
      display: block;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.375; }
      @media only screen and (max-width: 767px) {
        body.program .info .schedule > li .note > span {
          padding-left: 18px; } }
      body.program .info .schedule > li .note > span:before {
        content: '';
        width: 15px;
        height: 15px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        position: absolute;
        left: 0;
        top: 5px; }
        @media only screen and (max-width: 767px) {
          body.program .info .schedule > li .note > span:before {
            width: 12px;
            height: 12px; } }
      body.program .info .schedule > li .note > span.sml {
        font-size: 15px;
        font-size: 1.5rem; }
        body.program .info .schedule > li .note > span.sml:before {
          top: 3px; }
      @media only screen and (max-width: 767px) {
        body.program .info .schedule > li .note > span {
          font-size: 14px;
          font-size: 1.4rem; } }
      body.program .info .schedule > li .note > span small {
        font-size: 12px;
        font-size: 1.2rem;
        padding-top: 2px;
        display: inline-block; }
        @media only screen and (max-width: 767px) {
          body.program .info .schedule > li .note > span small {
            font-size: 11px;
            font-size: 1.1rem;
            padding-top: 0; } }
      body.program .info .schedule > li .note > span em {
        font-size: 14px;
        font-size: 1.4rem;
        display: block;
        padding-top: 2px; }
        @media only screen and (max-width: 767px) {
          body.program .info .schedule > li .note > span em {
            padding-top: 0; } }
      body.program .info .schedule > li .note > span.artist {
        margin-bottom: 5px; }
        body.program .info .schedule > li .note > span.artist:before {
          background-image: url(../img/cmn/icn_artist.svg); }
      body.program .info .schedule > li .note > span.place:before {
        background-image: url(../img/cmn/icn_place.svg); }
    body.program .info .schedule > li .area {
      margin-top: 10px; }
    body.program .info .schedule > li p {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.625;
      margin-top: 18px;
      text-align: justify; }
      @media only screen and (max-width: 767px) {
        body.program .info .schedule > li p {
          margin-top: 16px;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1.5; } }
  body.program .info.show {
    background-color: #3094B2; }
  body.program .info.scene {
    background-color: #FCCABE; }
  body.program .info.school {
    background-color: #FFE267; }

body.program .remodal-overlay {
  background: rgba(0, 0, 0, 0.9); }

body.program .remodal {
  z-index: 1000;
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  height: calc(100vh - 100px);
  overflow-y: scroll; }
  @media only screen and (max-width: 767px) {
    body.program .remodal {
      max-width: calc(100% - 32px);
      height: calc(100vh - 60px); } }
  body.program .remodal_blue {
    background-color: #3094B2; }
  body.program .remodal_pink {
    background-color: #FCCABE; }
  body.program .remodal_yellow {
    background-color: #FFE267; }
  body.program .remodal .container {
    text-align: left;
    position: relative;
    padding: 40px 40px 50px; }
    @media only screen and (max-width: 767px) {
      body.program .remodal .container {
        padding: 32px 16px 40px; } }
    body.program .remodal .container .close_btn {
      width: 60px;
      height: 60px;
      background-image: url(../img/cmn/icn_modal_close.svg);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      position: absolute;
      right: 0;
      top: 0;
      cursor: pointer; }
      @media only screen and (max-width: 767px) {
        body.program .remodal .container .close_btn {
          width: 50px;
          height: 50px; } }
    body.program .remodal .container figure figcaption {
      margin-bottom: 15px; }
      @media only screen and (max-width: 767px) {
        body.program .remodal .container figure figcaption {
          margin-bottom: 10px; } }
      body.program .remodal .container figure figcaption > span {
        display: block; }
      body.program .remodal .container figure figcaption .ja {
        font-size: 26px;
        font-size: 2.6rem;
        line-height: 1.5;
        font-weight: bold; }
        @media only screen and (max-width: 767px) {
          body.program .remodal .container figure figcaption .ja {
            font-size: 22px;
            font-size: 2.2rem;
            line-height: 1.363636364; } }
        body.program .remodal .container figure figcaption .ja.type_B {
          font-size: 24px;
          font-size: 2.4rem; }
          body.program .remodal .container figure figcaption .ja.type_B br {
            display: none; }
        body.program .remodal .container figure figcaption .ja.type_C {
          font-size: 22px;
          font-size: 2.2rem; }
          body.program .remodal .container figure figcaption .ja.type_C br {
            display: none; }
        @media only screen and (max-width: 767px) {
          body.program .remodal .container figure figcaption .ja.type_D {
            font-size: 20px;
            font-size: 2rem; }
            body.program .remodal .container figure figcaption .ja.type_D br {
              display: none; } }
        @media only screen and (min-width: 768px) {
          body.program .remodal .container figure figcaption .ja.type_E ~ .en br {
            display: none; } }
        @media only screen and (max-width: 767px) {
          body.program .remodal .container figure figcaption .ja.type_E {
            font-size: 19px;
            font-size: 1.9rem; }
            body.program .remodal .container figure figcaption .ja.type_E br {
              display: none; } }
      body.program .remodal .container figure figcaption .en {
        font-family: "Bodoni Moda", serif;
        font-size: 14px;
        font-size: 1.4rem;
        letter-spacing: 0.03em;
        margin-top: 5px;
        line-height: 1.25; }
        @media only screen and (max-width: 767px) {
          body.program .remodal .container figure figcaption .en {
            font-size: 13px;
            font-size: 1.3rem;
            margin-top: 10px; } }
      body.program .remodal .container figure figcaption .modal_sp {
        display: none; }
        @media only screen and (max-width: 767px) {
          body.program .remodal .container figure figcaption .modal_sp {
            display: block; } }
    body.program .remodal .container figure .supplement {
      font-size: 14px;
      font-size: 1.4rem;
      margin-bottom: 10px;
      text-align: right; }
      @media only screen and (max-width: 767px) {
        body.program .remodal .container figure .supplement {
          font-size: 10px;
          font-size: 1rem;
          margin-bottom: 6px; } }
    body.program .remodal .container .note {
      margin-top: 25px;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: flex-end;
      align-items: flex-end;
      font-weight: bold; }
      @media only screen and (max-width: 767px) {
        body.program .remodal .container .note {
          margin-top: 14px;
          -webkit-flex-direction: column;
          flex-direction: column;
          -webkit-align-items: flex-start;
          align-items: flex-start; } }
      body.program .remodal .container .note .place {
        padding-left: 25px;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.428571429;
        letter-spacing: 0.03em;
        position: relative; }
        body.program .remodal .container .note .place br {
          display: none; }
          body.program .remodal .container .note .place br.type_B {
            display: block; }
        @media only screen and (max-width: 767px) {
          body.program .remodal .container .note .place {
            padding-left: 22px;
            line-height: 1.3; } }
        body.program .remodal .container .note .place:before {
          content: '';
          width: 15px;
          height: 15px;
          background-image: url(../img/cmn/icn_place.svg);
          background-repeat: no-repeat;
          background-size: contain;
          background-position: center;
          position: absolute;
          left: 0;
          top: 4px; }
        body.program .remodal .container .note .place small {
          font-size: 12px;
          font-size: 1.2rem;
          display: block; }
          @media only screen and (max-width: 767px) {
            body.program .remodal .container .note .place small {
              font-size: 11px;
              font-size: 1.1rem; } }
      body.program .remodal .container .note .date-time {
        flex-shrink: 0; }
        @media only screen and (max-width: 767px) {
          body.program .remodal .container .note .date-time {
            margin-top: 16px;
            width: 100%; } }
        body.program .remodal .container .note .date-time .date img {
          height: 30px; }
          @media only screen and (max-width: 767px) {
            body.program .remodal .container .note .date-time .date img {
              height: 23px; } }
        body.program .remodal .container .note .date-time .time {
          font-size: 18px;
          font-size: 1.8rem;
          display: inline-block;
          margin-left: 8px; }
        body.program .remodal .container .note .date-time .free {
          font-size: 18px;
          font-size: 1.8rem;
          display: block;
          width: 100%; }
          @media only screen and (max-width: 767px) {
            body.program .remodal .container .note .date-time .free {
              font-size: 16px;
              font-size: 1.6rem; } }
    body.program .remodal .container .time_typeB {
      text-align: right;
      margin: 20px 0 0 auto;
      max-width: 350px;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media only screen and (max-width: 767px) {
        body.program .remodal .container .time_typeB {
          margin: 10px 0 0 auto; } }
      body.program .remodal .container .time_typeB span {
        width: 50%;
        font-weight: bold;
        font-size: 18px;
        font-size: 1.8rem;
        text-align: right; }
        @media only screen and (max-width: 767px) {
          body.program .remodal .container .time_typeB span {
            font-size: 16px;
            font-size: 1.6rem; } }
    body.program .remodal .container .area {
      font-weight: bold;
      font-size: 16px;
      font-size: 1.6rem;
      text-align: right;
      margin-top: 20px; }
      @media only screen and (max-width: 767px) {
        body.program .remodal .container .area {
          font-size: 14px;
          font-size: 1.4rem;
          margin-top: 10px; } }
    body.program .remodal .container .desc {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.714285714;
      font-weight: bold;
      margin-top: 16px;
      padding: 20px 0 20px;
      border-top: #191A21 solid 1px;
      border-bottom: #191A21 solid 1px; }
      @media only screen and (max-width: 767px) {
        body.program .remodal .container .desc {
          margin-top: 13px;
          padding: 18px 0 18px; } }
      body.program .remodal .container .desc .music_list {
        display: -webkit-flex;
        display: flex; }
        body.program .remodal .container .desc .music_list > span:nth-child(1) {
          flex-shrink: 0; }
    body.program .remodal .container .detail {
      font-weight: bold;
      margin-top: 20px; }
      body.program .remodal .container .detail p, body.program .remodal .container .detail a {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.714285714; }
      body.program .remodal .container .detail .special {
        position: relative;
        top: -12px; }
      body.program .remodal .container .detail .sub_detail {
        margin-top: 20px; }
      body.program .remodal .container .detail strong {
        font-size: 16px;
        font-size: 1.6rem; }
      @media only screen and (min-width: 768px) {
        body.program .remodal .container .detail a {
          cursor: pointer;
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s; }
          body.program .remodal .container .detail a:hover {
            opacity: .7; } }
      body.program .remodal .container .detail .artist, body.program .remodal .container .detail .free, body.program .remodal .container .detail .online {
        margin-bottom: 20px;
        display: -webkit-flex;
        display: flex; }
        body.program .remodal .container .detail .artist_typeB > span > span:first-child, body.program .remodal .container .detail .free_typeB > span > span:first-child, body.program .remodal .container .detail .online_typeB > span > span:first-child {
          display: inline-block;
          margin-right: 57px; }
        body.program .remodal .container .detail .artist > span:nth-child(1), body.program .remodal .container .detail .free > span:nth-child(1), body.program .remodal .container .detail .online > span:nth-child(1) {
          display: inline-block;
          flex-shrink: 0; }
      body.program .remodal .container .detail .free, body.program .remodal .container .detail .online {
        margin: -20px 0 20px; }
      body.program .remodal .container .detail em {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.333333333;
        display: inline-block;
        margin-bottom: 14px; }
      body.program .remodal .container .detail .url {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -webkit-flex-direction: column;
        flex-direction: column;
        margin-top: 20px; }
        body.program .remodal .container .detail .url > a {
          text-decoration: underline;
          word-break: break-all; }
          body.program .remodal .container .detail .url > a:nth-child(n + 2) {
            margin-top: 5px; }
      body.program .remodal .container .detail .title_url {
        margin-top: 20px; }
        body.program .remodal .container .detail .title_url p {
          font-size: 13px;
          font-size: 1.3rem; }
          body.program .remodal .container .detail .title_url p:nth-child(n + 2) {
            margin-top: 5px; }
          body.program .remodal .container .detail .title_url p > a {
            text-decoration: underline;
            display: inline-block;
            word-break: break-all; }
      body.program .remodal .container .detail .facebook > span, body.program .remodal .container .detail .twitter > span {
        display: block; }
      body.program .remodal .container .detail .facebook {
        margin-top: 20px; }
      body.program .remodal .container .detail .twitter {
        margin-top: 10px; }
