@charset "UTF-8";
@import url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/css/yakuhanjp.min.css);
@import url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/css/yakuhanmp.min.css);
@import url(https://use.fontawesome.com/a1fd780827.css);
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

html {
  font-size: 62.5%; }

body {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  position: relative;
  background: #fff;
  color: #000;
  width: 100vw;
  overflow-x: hidden; }
  @media (max-width: 900px) {
    body {
      font-size: 1.4rem; } }

.container {
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1200px;
  position: relative; }
  @media (max-width: 900px) {
    .container {
      padding: 0 20px; } }

.pt {
  width: 100%;
  height: 300px;
  background: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }
  @media (max-width: 900px) {
    .pt {
      height: 150px; } }
  .pt h2 {
    font-size: 4rem;
    font-weight: 900;
    color: #d2b787; }
    @media (max-width: 900px) {
      .pt h2 {
        font-size: 3rem; } }
  .pt p {
    color: #ffffff; }
  .pt__stampSchedule {
    margin-top: 30px;
    padding: 5px 20px;
    display: inline-block;
    font-family: YakuHanMP, "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 1.8rem;
    font-weight: bold;
    background: #be9669; }
    @media (max-width: 900px) {
      .pt__stampSchedule {
        padding: 5px 10px;
        font-size: 1.2rem; } }
    .pt__stampSchedule em {
      font-size: 1.3em; }
  .pt--programKouiki {
    background: url(../../images/program/pt_kouiki.jpg) no-repeat center center;
    background-size: cover; }
  .pt--programOhtsu {
    background: url(../../images/program/pt_ohtsu.jpg) no-repeat center center;
    background-size: cover; }
  .pt--programKonan {
    background: url(../../images/program/pt_konan.jpg) no-repeat center center;
    background-size: cover; }
  .pt--programKouga {
    background: url(../../images/program/pt_kouga.jpg) no-repeat center center;
    background-size: cover; }
  .pt--programHigashiohmi {
    background: url(../../images/program/pt_higashiohmi.jpg) no-repeat center center;
    background-size: cover; }
  .pt--programKotou {
    background: url(../../images/program/pt_kotou.jpg) no-repeat center center;
    background-size: cover; }
  .pt--programKohoku {
    background: url(../../images/program/pt_kohoku.jpg) no-repeat center center;
    background-size: cover; }
  .pt--programKosei {
    background: url(../../images/program/pt_kosei.jpg) no-repeat center center;
    background-size: cover; }
  .pt--stamp {
    height: 500px;
    background: #000 url(../../images/stamp/pt_bg.png) no-repeat left center;
    background-size: contain; }
    @media (max-width: 900px) {
      .pt--stamp {
        height: 400px; } }
    .pt--stamp .pt-inner {
      padding: 0 20px; }
    @media (max-width: 900px) {
      .pt--stamp p br {
        display: none; } }
    .pt--stamp h2 {
      margin: 0 auto 20px;
      width: 50%; }
      @media (max-width: 900px) {
        .pt--stamp h2 {
          width: 100%; } }

.btn {
  padding: 0.5em 2em;
  display: inline-block;
  border: 1px solid #ddd;
  background: #f5f5f5;
  color: #666666;
  text-align: center;
  line-height: 1.2;
  border-radius: 5px; }

a {
  text-decoration: none;
  color: #3399cc; }
  a:hover {
    color: #aa1e24; }

a[target="_blank"]:after {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.4em;
  content: "\f08e";
  font-family: FontAwesome;
  font-size: 0.8em;
  line-height: 1; }

a[target="_blank"].not-icn:after {
  content: none; }

img {
  max-width: 100%;
  display: block; }

strong {
  font-weight: bold; }

.fz-s {
  font-size: 0.8em; }

@-webkit-keyframes flicker {
  0% {
    opacity: 0.9; }
  30% {
    opacity: 0.5; }
  50% {
    opacity: 0.8; }
  60% {
    opacity: 0.9; }
  80% {
    opacity: 0.5; }
  100% {
    opacity: 0.9; } }

@keyframes flicker {
  0% {
    opacity: 0.9; }
  30% {
    opacity: 0.5; }
  50% {
    opacity: 0.8; }
  60% {
    opacity: 0.9; }
  80% {
    opacity: 0.5; }
  100% {
    opacity: 0.9; } }

.is-pc {
  display: block; }

.is-sp {
  display: none; }

@media (max-width: 900px) {
  .is-pc {
    display: none; }
  .is-sp {
    display: block; } }

.gnavi a {
  color: #000; }

.gnavi-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.gnavi-logo {
  display: none; }

.gnavi-block {
  margin: 0 20px;
  position: relative; }

.gnavi-block--drop .gnavi-main::after {
  margin-left: 5px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  background: url(../../images/arrow_drop.png) no-repeat 0 0;
  background-size: contain; }

.gnavi-main {
  padding-bottom: 10px;
  font-size: 1.5rem;
  font-weight: bold;
  border-bottom: 2px solid #000;
  cursor: pointer; }

.gnavi-sub {
  padding-top: 1em;
  opacity: 0;
  display: none; }
  .gnavi-sub.is-show {
    opacity: 1;
    display: block;
    position: relative;
    z-index: 2; }

.gnavi-subInner {
  padding: 5px 15px;
  min-width: 250px;
  position: absolute;
  left: 50%;
  background: rgba(0, 0, 0, 0.9);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 1.5rem;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .gnavi-subInner ul li + li {
    border-top: 1px dotted #666; }
  .gnavi-subInner ul li a {
    padding: 10px 0;
    display: block;
    color: #ffffff;
    border-radius: 5px; }

.gnaviSP {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9;
  color: #ffffff;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s; }
  @media (max-width: 900px) {
    .gnaviSP {
      display: block; } }
  .gnaviSP.is-open {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .gnaviSP a {
    color: #ffffff; }
  .gnaviSP-logo {
    width: 100%;
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .gnaviSP-logo img {
      width: 113px; }
  .gnaviSP-block {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .gnaviSP-block--drop .gnaviSP-main {
    background: url(../../images/arrow_plus.png) no-repeat right 20px center;
    background-size: 20px; }
    .gnaviSP-block--drop .gnaviSP-main.is-open {
      background: url(../../images/arrow_minus.png) no-repeat right 20px center;
      background-size: 20px; }
  .gnaviSP-main {
    padding: 20px;
    position: relative;
    font-weight: 900;
    background: url(../../images/arrow_1.png) no-repeat right 20px center;
    background-size: 20px; }
    .gnaviSP-main a {
      margin: -20px;
      padding: 20px;
      display: block;
      width: 100%;
      height: 100%; }
  .gnaviSP-sub {
    background: rgba(0, 0, 0, 0.5);
    font-size: 1.4rem;
    display: none; }
    .gnaviSP-sub ul li {
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      background: url(../../images/arrow_1.png) no-repeat right 20px center;
      background-size: 20px; }
      .gnaviSP-sub ul li a {
        display: block;
        padding: 20px;
        color: #ccc; }

.gnaviBtn {
  width: 40px;
  height: 40px;
  position: relative; }
  .gnaviBtn span {
    display: block;
    width: 30px;
    height: 2px;
    background: #000;
    position: absolute;
    top: 47%;
    left: 50%;
    -webkit-transform: translate(-47%);
    transform: translate(-47%);
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s; }
    .gnaviBtn span:nth-child(1) {
      margin-top: -8px; }
    .gnaviBtn span:nth-child(3) {
      margin-top: 8px; }
  .gnaviBtn.is-open span {
    background: #ffffff; }

.header-top {
  border-bottom: 1px solid #e6e6e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 180px;
  position: relative; }
  @media (max-width: 900px) {
    .header-top {
      height: 55px; } }
  .header-top h1 {
    width: 323px; }
    @media (max-width: 900px) {
      .header-top h1 {
        width: 113px; } }
  .header-top .gnaviBtn {
    position: absolute;
    right: 12px;
    z-index: 99; }

.header-navi {
  padding-top: 27px;
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
  height: 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 900px) {
    .header-navi {
      display: none; } }
  .header-navi .gnavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .header-navi .gnavi-main {
    padding-bottom: 0;
    border-bottom: none; }

.footer {
  padding: 80px 0;
  background: #000000;
  color: #ffffff; }
  @media (max-width: 900px) {
    .footer {
      padding: 40px 0; } }
  .footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 900px) {
      .footer .container {
        display: block;
        text-align: center; } }

@media (max-width: 900px) {
  .footer-left {
    margin-bottom: 20px; } }

.footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 900px) {
    .footer-info {
      margin-bottom: 15px;
      display: block; } }

.footer-mainLogo {
  margin-right: 30px;
  width: 250px; }
  @media (max-width: 900px) {
    .footer-mainLogo {
      margin: 0 auto 5px;
      width: 200px; } }

.footer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .footer-sns li {
    width: 32px; }
    .footer-sns li + li {
      margin-left: 20px; }

.footer-cr {
  font-size: 1.2rem; }

.footer-bnrs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .footer-bnrs li + li {
    margin-left: 10px; }

.index-gnavi {
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 99; }
  .index-gnavi .gnavi-block--home {
    display: none; }

.index-gnaviBtn {
  position: fixed;
  top: 8px;
  right: 12px;
  z-index: 99; }

.index-mv {
  position: relative; }
  @media (max-width: 900px) {
    .index-mv {
      padding-top: 78.66667%;
      padding-bottom: 40px;
      height: auto;
      display: block; } }

.index-mvBg {
  background: #ccc;
  -webkit-transform: skew(0deg, -10deg) translateY(-180px);
  transform: skew(0deg, -10deg) translateY(-180px);
  overflow: hidden; }
  @media (max-width: 900px) {
    .index-mvBg {
      position: absolute;
      top: 0;
      left: 0;
      right: 0; } }
  .index-mvBg-inner {
    margin-top: 180px;
    margin-bottom: -180px;
    padding-top: 65.625%;
    -webkit-transform: skew(0deg, 10deg);
    transform: skew(0deg, 10deg);
    background: url(../../images/mainvisual_pc.jpg) no-repeat top center;
    background-size: contain;
    position: relative; }
    @media (max-width: 900px) {
      .index-mvBg-inner {
        margin-bottom: -10%;
        padding-top: 122.66667%;
        background: url(../../images/mainvisual_sp.jpg) no-repeat top center;
        background-size: cover; } }

.index-title {
  width: 50%;
  text-align: center;
  z-index: 2;
  position: absolute;
  top: 10%;
  right: 0; }
  @media (max-width: 900px) {
    .index-title {
      width: 100%;
      position: relative;
      z-index: 2;
      -webkit-transform: none;
      transform: none; } }
  .index-title h1 {
    margin: 0 auto 1.5%;
    width: 80%; }
    @media (max-width: 900px) {
      .index-title h1 {
        width: 73.33333%; } }
  .index-title__catch {
    margin-bottom: 1%;
    font-weight: bold;
    font-family: YakuHanMP, "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 2.125vw;
    color: #ffffff;
    text-align: center; }
    @media (max-width: 900px) {
      .index-title__catch {
        margin-bottom: 3%;
        font-size: 2.5rem;
        line-height: 1.4;
        color: #000000; } }
  .index-title__schedule {
    margin-bottom: 3%;
    padding: 0.3em 1em;
    display: inline-block;
    background: #000000;
    color: #ffffff;
    text-align: center;
    font-size: 1.25vw; }
    @media (max-width: 900px) {
      .index-title__schedule {
        font-size: 1.5rem; } }
  .index-title__desc {
    padding: 0 5%;
    color: #ffffff;
    text-shadow: 0 0 5px black; }
    @media (max-width: 900px) {
      .index-title__desc {
        padding: 0 20px;
        color: #000000;
        text-shadow: none;
        text-align: left; }
        .index-title__desc br {
          display: none; } }
  .index-title__shutsujin {
    margin: 0 auto;
    width: 75%;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }
    @media (max-width: 900px) {
      .index-title__shutsujin {
        width: 89.33333%; } }
    .index-title__shutsujin a {
      padding: 1.5rem 0;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background: rgba(255, 255, 255, 0.8);
      position: relative; }
      @media (max-width: 900px) {
        .index-title__shutsujin a {
          border: 1px solid #ccc; } }
      .index-title__shutsujin a img {
        max-width: 50%; }
        @media (max-width: 900px) {
          .index-title__shutsujin a img {
            max-width: 67.16418%; } }
      .index-title__shutsujin a svg {
        position: absolute;
        right: 20px; }

.index-lead {
  position: relative; }
  @media (max-width: 900px) {
    .index-lead {
      overflow: hidden; } }
  .index-lead .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 900px) {
      .index-lead .container {
        display: block; } }
  .index-lead__left {
    margin-bottom: 80px;
    width: 46.666%; }
    @media (max-width: 900px) {
      .index-lead__left {
        margin-bottom: 30px;
        width: 100%; } }
  .index-lead__right {
    width: 46.666%;
    position: relative; }
    @media (max-width: 900px) {
      .index-lead__right {
        width: 100%; } }
    @media (max-width: 900px) {
      .index-lead__right::before {
        content: "";
        display: block;
        width: calc(100%);
        height: 200px;
        position: absolute;
        right: -20px;
        bottom: 70px;
        background: #f5f5f5; } }

.index-leadPhoto {
  position: absolute; }
  @media (max-width: 900px) {
    .index-leadPhoto {
      position: relative; } }
  .index-leadPhoto--1 {
    width: 65.17857%;
    right: -26.78571%;
    bottom: 0;
    z-index: 1; }
    @media (max-width: 900px) {
      .index-leadPhoto--1 {
        right: 0;
        width: 59.70149%;
        margin-left: auto;
        margin-bottom: -85px; } }
  .index-leadPhoto--2 {
    width: 85.71429%;
    left: 0;
    bottom: 0; }
    @media (max-width: 900px) {
      .index-leadPhoto--2 {
        width: 68.65672%;
        position: absolute;
        left: -20px;
        bottom: 130px; } }
  .index-leadPhoto__copyright {
    color: #ffffff;
    font-size: 1rem;
    text-align: right;
    position: absolute;
    right: 3em;
    bottom: 0.5em;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5); }
    @media (max-width: 900px) {
      .index-leadPhoto__copyright {
        right: 0.5em; } }

.index-topics {
  margin-bottom: 1.5em;
  border-bottom: 1px solid #ddd; }

.index-topicsTitle {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .index-topicsTitle__en {
    font-size: 3rem;
    font-weight: 300;
    letter-spacing: 0.3em;
    line-height: 1; }
    @media (max-width: 900px) {
      .index-topicsTitle__en {
        font-size: 2.5rem;
        letter-spacing: 0.15em; } }
  .index-topicsTitle__jp {
    font-size: 1.4rem;
    color: #cccccc;
    letter-spacing: 0.3em; }
    @media (max-width: 900px) {
      .index-topicsTitle__jp {
        font-size: 1.2rem;
        letter-spacing: 0.15em; } }

.index-topicsInfo dt {
  color: #c8b478;
  float: left; }

.index-topicsInfo dd {
  margin-bottom: 1em;
  padding-left: 100px; }

.index-sns {
  position: relative; }
  .index-sns ul {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .index-sns__block {
    width: 32.14286%;
    height: 50px; }
    .index-sns__block a {
      display: block;
      width: 100%;
      height: 100%;
      background: #000000;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative;
      overflow: hidden; }
      .index-sns__block a::before {
        content: "";
        display: block;
        width: 150%;
        height: 100%;
        background: #cccccc;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: skewX(-45deg) translateX(-94%);
        transform: skewX(-45deg) translateX(-94%);
        -webkit-transition: -webkit-transform 0.4s;
        transition: -webkit-transform 0.4s;
        transition: transform 0.4s;
        transition: transform 0.4s, -webkit-transform 0.4s; }
      .index-sns__block a:hover::before {
        -webkit-transform: skewX(-45deg) translateX(0);
        transform: skewX(-45deg) translateX(0); }
      .index-sns__block a img {
        width: 32px;
        height: 32px;
        position: relative;
        z-index: 1; }
    .index-sns__block--tw a::before {
      background: #1da1f2; }
    .index-sns__block--fb a::before {
      background: #1877f2; }
    .index-sns__block--in a::before {
      background: #f10176; }
  .index-sns__note {
    font-size: 1.2rem;
    text-align: right; }
    @media (max-width: 900px) {
      .index-sns__note {
        font-size: 1rem;
        text-align: left; } }
    @media (max-width: 900px) {
      .index-sns__note strong {
        display: block; } }
    .index-sns__note a {
      color: #000000;
      text-decoration: underline; }
      .index-sns__note a:hover {
        color: #aa1e24; }
  .index-sns__baloon {
    width: 88px;
    height: 111px;
    position: absolute;
    left: -100px;
    bottom: 0; }
    @media (max-width: 1380px) {
      .index-sns__baloon {
        display: none; } }
    @media (max-width: 900px) {
      .index-sns__baloon {
        display: none; } }

.index-pamphlet a {
  padding: 15px 10px;
  display: block;
  font-size: 1.8rem;
  text-shadow: 1px 2px 3px #555080;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  background: #D6136F;
  -webkit-box-shadow: 2px 2px 4px grey;
  box-shadow: 2px 2px 4px grey;
  border-top: 2px solid #EA6CAE;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }
  .index-pamphlet a:hover {
    border-top: 2px solid #af2e34;
    background: #c4232a; }

.index-program {
  margin-bottom: 140px;
  background: #000000 url(../../images/index/program_bg.jpg) no-repeat center bottom;
  background-size: cover;
  position: relative;
  z-index: 1; }
  @media (max-width: 900px) {
    .index-program {
      margin-bottom: 40px;
      padding: 40px 0; } }
  .index-program .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .index-program__left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-transform: translateY(10%);
    transform: translateY(10%); }
    @media (max-width: 900px) {
      .index-program__left {
        -webkit-transform: none;
        transform: none; } }
  .index-program__right {
    width: 460px; }
    @media (max-width: 900px) {
      .index-program__right {
        display: none; } }
  .index-program__title {
    margin-bottom: 40px; }
    @media (max-width: 900px) {
      .index-program__title {
        text-align: center; } }
    .index-program__title h2 {
      color: #d2b787;
      font-size: 4rem;
      font-weight: 900; }
      @media (max-width: 900px) {
        .index-program__title h2 {
          font-size: 3rem; } }
    .index-program__title p {
      color: #ffffff; }
      @media (max-width: 900px) {
        .index-program__title p {
          font-size: 1.2rem; } }
  .index-program__areaLists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .index-program__areaList {
    width: 25%;
    padding-top: 25%;
    background: #000000;
    position: relative;
    background-size: contain; }
    @media (max-width: 900px) {
      .index-program__areaList {
        width: 50%;
        padding-top: 50%; } }
    .index-program__areaList a {
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      background: rgba(0, 0, 0, 0.5);
      position: absolute;
      top: 0;
      left: 0;
      font-family: YakuHanMP, "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
      font-size: 1.8rem;
      font-weight: bold;
      line-height: 1;
      color: #fff;
      -webkit-transition: background-color 0.8s;
      transition: background-color 0.8s; }
      .index-program__areaList a span {
        padding: 5px 15px 8px;
        display: inline-block;
        background: rgba(0, 0, 0, 0.8); }
      .index-program__areaList a:hover {
        background: rgba(0, 0, 0, 0); }
    .index-program__areaList--kouiki {
      background-image: url(../../images/program_bg_kouiki.jpg); }
    .index-program__areaList--kouga {
      background-image: url(../../images/program_bg_kouga.jpg); }
    .index-program__areaList--kosei {
      background-image: url(../../images/program_bg_kosei.jpg); }
    .index-program__areaList--kotou {
      background-image: url(../../images/program_bg_kotou.jpg); }
    .index-program__areaList--konan {
      background-image: url(../../images/program_bg_konan.jpg); }
    .index-program__areaList--kohoku {
      background-image: url(../../images/program_bg_kohoku.jpg); }
    .index-program__areaList--higashiohmi {
      background-image: url(../../images/program_bg_higashiohmi.jpg); }
    .index-program__areaList--ohtsu {
      background-image: url(../../images/program_bg_ohtsu.jpg); }
  .index-program__map {
    margin-top: -80px;
    position: relative;
    width: 337px;
    -webkit-transform: translateX(80px);
    transform: translateX(80px); }
    @media (max-width: 900px) {
      .index-program__map {
        display: none; } }
  .index-program__mapImage {
    padding-top: 161.72107%;
    background: url(../../images/index/program_map.png) no-repeat 0 0;
    background-size: 100%; }
    .index-program__mapImage--kouiki {
      background-position-y: -545px; }
    .index-program__mapImage--kouga {
      background-position-y: -1090px; }
    .index-program__mapImage--kosei {
      background-position-y: -1635px; }
    .index-program__mapImage--kotou {
      background-position-y: -2180px; }
    .index-program__mapImage--konan {
      background-position-y: -2725px; }
    .index-program__mapImage--kohoku {
      background-position-y: -3270px; }
    .index-program__mapImage--higashiohmi {
      background-position-y: -3815px; }
    .index-program__mapImage--ohtsu {
      background-position-y: -4360px; }
  .index-program__mapList {
    position: absolute; }
    .index-program__mapList a {
      padding: 3px 0;
      display: block;
      background: #ffffff;
      color: #000000;
      font-family: YakuHanMP, "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
      font-size: 1.6rem;
      font-weight: bold;
      width: 130px;
      text-align: center;
      -webkit-box-shadow: 3px 3px 0 #d2b787;
      box-shadow: 3px 3px 0 #d2b787; }
      .index-program__mapList a:hover {
        background: #d2b787;
        color: #fff;
        -webkit-box-shadow: 3px 3px 0 #000;
        box-shadow: 3px 3px 0 #000; }
    .index-program__mapList--kouiki {
      bottom: 0;
      left: -40px; }
    .index-program__mapList--kouga {
      top: 490px;
      left: 185px; }
    .index-program__mapList--kosei {
      top: 185px;
      left: -40px; }
    .index-program__mapList--kotou {
      top: 274px;
      left: 260px; }
    .index-program__mapList--konan {
      top: 367px;
      left: 96px; }
    .index-program__mapList--kohoku {
      top: 125px;
      left: 283px; }
    .index-program__mapList--higashiohmi {
      top: 358px;
      left: 280px; }
    .index-program__mapList--ohtsu {
      top: 288px;
      left: 20px; }

.index-campaign__title {
  margin-bottom: 80px;
  text-align: center; }
  @media (max-width: 900px) {
    .index-campaign__title {
      margin-bottom: 40px; } }
  .index-campaign__title h2 {
    font-family: YakuHanMP, "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: bold;
    font-size: 4rem; }
    @media (max-width: 900px) {
      .index-campaign__title h2 {
        margin-bottom: 5px;
        font-size: 3rem;
        line-height: 1.2; } }
  .index-campaign__title p {
    font-size: 2rem;
    color: #d2b787; }
    @media (max-width: 900px) {
      .index-campaign__title p {
        font-size: 1.5rem; } }

.index-campaign__row {
  margin-bottom: 140px; }
  @media (max-width: 900px) {
    .index-campaign__row {
      margin-bottom: 0px; } }

.index-campaign__row--reverse .index-campaign__info {
  left: auto;
  right: 0; }
  @media (max-width: 900px) {
    .index-campaign__row--reverse .index-campaign__info {
      -webkit-transform: translate(-20px, -30px);
      transform: translate(-20px, -30px); } }

.index-campaign__row--reverse .index-campaign__photo {
  margin-left: 0; }
  @media (max-width: 900px) {
    .index-campaign__row--reverse .index-campaign__photo {
      margin-left: -20px;
      width: calc(100% + 40px); } }

.index-campaign__info {
  margin-top: 40px;
  width: 45%;
  height: 510px;
  background: rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 900px) {
    .index-campaign__info {
      margin-top: 0;
      width: 100%;
      height: auto;
      position: static;
      -webkit-transform: translate(20px, -30px);
      transform: translate(20px, -30px); } }

.index-campaign__infoInner {
  padding: 0 40px; }
  @media (max-width: 900px) {
    .index-campaign__infoInner {
      padding: 20px; } }

.index-campaign__catch {
  display: inline;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.2;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #fff000));
  background: linear-gradient(transparent 0%, #fff000 0%); }
  @media (max-width: 900px) {
    .index-campaign__catch {
      font-size: 1.4rem; } }

.index-campaign__name {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 5rem;
  font-weight: 900;
  line-height: 1.2; }
  @media (max-width: 900px) {
    .index-campaign__name {
      font-size: 3.5rem; } }
  .index-campaign__name em {
    display: block;
    font-size: 0.5em;
    line-height: 1.4; }

.index-campaign__text {
  margin-bottom: 20px; }

.index-campaign__table {
  margin-bottom: 20px;
  width: 100%;
  font-size: 1.4rem;
  background: rgba(255, 255, 255, 0.6); }
  .index-campaign__table th,
  .index-campaign__table td {
    padding: 7px;
    border: 1px solid rgba(0, 0, 0, 0.1); }
  .index-campaign__table th {
    width: 5em;
    font-weight: 600; }

.index-campaign__btn {
  max-width: 320px;
  height: 40px; }
  @media (max-width: 900px) {
    .index-campaign__btn {
      max-width: 100%; } }
  .index-campaign__btn a,
  .index-campaign__btn span {
    display: block;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #000000;
    color: #ffffff;
    font-size: 1.4rem;
    line-height: 1;
    position: relative;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s; }
    .index-campaign__btn a svg,
    .index-campaign__btn span svg {
      position: absolute;
      right: 10px; }
    .index-campaign__btn a:hover,
    .index-campaign__btn span:hover {
      background: #d2b787; }
  .index-campaign__btn span:hover {
    background: #000; }

.index-campaign__photo {
  margin-left: auto;
  width: 61.66667%; }
  @media (max-width: 900px) {
    .index-campaign__photo {
      margin-left: -20px;
      width: calc(100% + 40px); } }

.index-ota {
  padding: 40px 0;
  background: #f5f0d2;
  text-align: center;
  position: relative; }
  .index-ota__title {
    margin-bottom: 15px; }
    @media (max-width: 900px) {
      .index-ota__title {
        margin-bottom: 20px; } }
    .index-ota__title h2 {
      font-size: 3.4rem;
      font-weight: 900; }
      @media (max-width: 900px) {
        .index-ota__title h2 {
          font-size: 2.8rem;
          line-height: 1.2; } }
    .index-ota__title p {
      padding-bottom: 5px;
      display: inline-block;
      border-bottom: 2px solid #000;
      font-size: 2rem; }
      @media (max-width: 900px) {
        .index-ota__title p {
          margin-bottom: 8px;
          font-size: 1.5rem; } }
  .index-ota__date {
    margin-bottom: 20px;
    padding: 5px 40px;
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 900;
    background: #ffffff;
    border-radius: 50px; }
    @media (max-width: 900px) {
      .index-ota__date {
        padding: 5px 0;
        width: 100%;
        font-size: 1.6rem; } }
  .index-ota__bnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .index-ota__bnr li {
      margin: 0 20px; }
      @media (max-width: 900px) {
        .index-ota__bnr li img {
          -webkit-transform: scale(0.8);
          transform: scale(0.8); } }
  .index-ota__cs {
    padding: 25px 0;
    background: #d70065;
    font-weight: 600;
    font-size: 3rem;
    color: #ffffff;
    opacity: 0.85;
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center; }

.index-logoManual {
  padding: 40px 0;
  text-align: center; }
  .index-logoManual h3 {
    margin-bottom: 10px;
    font-size: 2rem; }
    @media (max-width: 900px) {
      .index-logoManual h3 {
        font-size: 1.6rem; } }
  .index-logoManual__btn {
    margin: 0 auto;
    width: 50%;
    height: 80px; }
    @media (max-width: 900px) {
      .index-logoManual__btn {
        width: 100%; } }
    .index-logoManual__btn a {
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      font-size: 1.4rem;
      font-weight: 600;
      color: #000000;
      background: #d2b787;
      border-radius: 5px; }
      .index-logoManual__btn a:hover {
        background: #d6be92; }
      @media (max-width: 900px) {
        .index-logoManual__btn a {
          font-size: 1.2rem; } }

.programIndex-list {
  padding-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 900px) {
    .programIndex-list {
      padding-top: 40px; } }
  .programIndex-list__block {
    display: none;
    margin-bottom: 3.33333%;
    width: 48.33333%;
    border: 1px solid #ccc;
    border-radius: 10px; }
    @media (max-width: 900px) {
      .programIndex-list__block {
        margin-bottom: 20px;
        width: 100%; } }
    .programIndex-list__block a {
      color: #000000;
      display: block;
      height: 100%; }
    .programIndex-list__block:hover {
      background: #f5f5f5; }
  .programIndex-list__inner {
    padding: 20px;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    -ms-grid-columns: 170px 1fr;
    grid-template-columns: 170px 1fr; }
    @media (max-width: 900px) {
      .programIndex-list__inner {
        -ms-grid-rows: auto auto auto auto;
        grid-template-rows: auto auto auto auto;
        -ms-grid-columns: 120px 1fr;
        grid-template-columns: 120px 1fr; } }
  .programIndex-list__photo {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;
    -ms-grid-column: 1;
    grid-column: 1;
    padding-right: 20px; }
    @media (max-width: 900px) {
      .programIndex-list__photo {
        -ms-grid-row: 2;
        grid-row: 2; } }
    .programIndex-list__photo p {
      padding-top: 100%;
      width: 100%;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
  .programIndex-list__name {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2; }
    @media (max-width: 900px) {
      .programIndex-list__name {
        margin-bottom: 15px;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1 / 3; } }
    .programIndex-list__name h2 {
      margin-bottom: 10px;
      font-size: 2.4rem;
      font-weight: 900;
      line-height: 1.2; }
      @media (max-width: 900px) {
        .programIndex-list__name h2 {
          font-size: 1.8rem; } }
    .programIndex-list__name ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .programIndex-list__name ul li {
        margin: 0 10px 10px 0;
        padding: 2px 10px;
        font-size: 1.2rem;
        color: #ffffff;
        background: #000000;
        border-radius: 3px; }
        @media (max-width: 900px) {
          .programIndex-list__name ul li {
            margin: 0 5px 5px 0;
            font-size: 1rem; } }
  .programIndex-list__data {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 2;
    grid-column: 2; }
    .programIndex-list__data dt {
      margin-bottom: 0.3em;
      float: left;
      color: #999999; }
      @media (max-width: 900px) {
        .programIndex-list__data dt {
          margin-bottom: 0;
          float: none;
          font-size: 1.2rem; } }
    .programIndex-list__data dd {
      margin-bottom: 0.3em;
      padding-left: 4.5em;
      word-break: break-all; }
      @media (max-width: 900px) {
        .programIndex-list__data dd {
          margin-bottom: 0.5em;
          padding-left: 0;
          font-size: 1.2rem; } }
  .programIndex-list__text {
    -ms-grid-row: 3;
    grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #eee; }
    @media (max-width: 900px) {
      .programIndex-list__text {
        margin-top: 10px; } }
  .programIndex-list__btn {
    -ms-grid-row: 4;
    grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    margin-top: 10px;
    padding: 7px;
    font-weight: 900;
    font-size: 1.2rem;
    text-align: center;
    background: #f5f5f5;
    border-radius: 5px;
    display: none; }
    @media (max-width: 900px) {
      .programIndex-list__btn {
        display: block; } }

.programIndex-pager {
  margin-bottom: 80px; }
  @media (max-width: 900px) {
    .programIndex-pager {
      margin-bottom: 40px; } }
  .programIndex-pager ul {
    text-align: center; }
    @media (max-width: 900px) {
      .programIndex-pager ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    .programIndex-pager ul li {
      padding: 0 20px;
      display: inline-block; }
      @media (max-width: 900px) {
        .programIndex-pager ul li {
          padding: 0;
          width: 47.01493%; } }
      .programIndex-pager ul li a {
        padding-bottom: 5px;
        font-size: 1.8rem;
        font-weight: 900;
        color: #000000;
        border-bottom: 1px solid #000; }
        @media (max-width: 900px) {
          .programIndex-pager ul li a {
            padding: 20px 0;
            display: block; } }
  @media (max-width: 900px) {
    .programIndex-pager--single ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .programIndex-pager__pagination {
    margin-bottom: 80px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .programIndex-pager__pagination ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 900px) {
        .programIndex-pager__pagination ul {
          display: none; } }
      .programIndex-pager__pagination ul li {
        margin: 0 5px; }
        .programIndex-pager__pagination ul li a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          width: 30px;
          height: 30px;
          color: #999;
          font-size: 1em;
          font-weight: 300;
          border: 1px solid #ccc;
          border-radius: 5px; }
          .programIndex-pager__pagination ul li a:hover {
            color: #ffffff;
            background: #000000;
            border: 1px solid #000; }
        .programIndex-pager__pagination ul li.current a {
          color: #000000;
          font-weight: 600;
          border: 1px solid #000; }
          .programIndex-pager__pagination ul li.current a:hover {
            color: #ffffff; }
    .programIndex-pager__pagination p button {
      padding: 0 0 5px 0;
      font-family: YakuHanJP, "Noto Sans JP", sans-serif;
      font-size: 1.8rem;
      font-weight: 900;
      color: #000000;
      border: none;
      border-bottom: 1px solid #000;
      background: none;
      cursor: pointer;
      outline: none; }
      .programIndex-pager__pagination p button:hover {
        color: #aa1e24;
        border-bottom: 1px solid #aa1e24; }
    .programIndex-pager__pagination p.disabled button {
      color: #ddd;
      border-bottom: 1px solid #ddd;
      cursor: default; }
    .programIndex-pager__pagination .page-info {
      display: none; }
      @media (max-width: 900px) {
        .programIndex-pager__pagination .page-info {
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); } }

.programIndex-area {
  margin-bottom: 80px;
  text-align: center; }
  .programIndex-area h3 {
    margin-bottom: 20px;
    display: inline-block;
    text-align: center;
    font-weight: 900; }
    .programIndex-area h3::after {
      margin: 15px auto 0;
      display: block;
      content: "";
      width: 60px;
      height: 4px;
      background: #d2b787; }
      @media (max-width: 900px) {
        .programIndex-area h3::after {
          width: 50px; } }
  .programIndex-area .index-program__areaList {
    padding-top: 12.5%;
    width: 12.5%; }
    @media (max-width: 900px) {
      .programIndex-area .index-program__areaList {
        padding-top: 50%;
        width: 50%; } }

.programDetail {
  margin-top: 40px; }

.programDetail-title {
  margin-bottom: 40px; }
  .programDetail-title h2 {
    font-size: 4rem;
    font-weight: 900;
    color: #d2b787;
    line-height: 1.4; }
    @media (max-width: 900px) {
      .programDetail-title h2 {
        font-size: 3rem; } }
  .programDetail-title p {
    margin-bottom: 10px; }
  .programDetail-title ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .programDetail-title ul li {
      margin: 0 10px 10px 0;
      padding: 2px 10px;
      font-size: 1.2rem;
      color: #ffffff;
      background: #000000;
      border-radius: 3px; }
      @media (max-width: 900px) {
        .programDetail-title ul li {
          margin: 0 5px 5px 0;
          font-size: 1rem; } }

.programDetail-inner {
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 900px) {
    .programDetail-inner {
      display: block; } }
  .programDetail-inner__left {
    width: 61.66667%; }
    @media (max-width: 900px) {
      .programDetail-inner__left {
        width: 100%; } }
  .programDetail-inner__right {
    width: 35%; }
    @media (max-width: 900px) {
      .programDetail-inner__right {
        width: 100%; } }

.programDetail-photo {
  margin-bottom: 40px; }

.programDetail-text {
  margin-bottom: 40px; }
  .programDetail-text p {
    margin-bottom: 1em;
    line-height: 2; }

@media (max-width: 900px) {
  .programDetail-map {
    margin-bottom: 40px; } }

@media (max-width: 900px) {
  .programDetail-map iframe {
    height: 200px; } }

.programDetail-map p {
  font-size: 1.4rem;
  text-align: right; }
  .programDetail-map p a {
    color: #000000;
    text-decoration: underline; }
    .programDetail-map p a:hover {
      color: #aa1e24; }

.programDetail-info {
  margin-bottom: 40px; }
  @media (max-width: 900px) {
    .programDetail-info {
      padding-top: 20px;
      border-top: 1px solid #ccc; } }
  .programDetail-info dl {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    line-height: 1.8; }
    .programDetail-info dl dt {
      font-weight: 600; }
  .programDetail-info .btn {
    margin-left: 10px;
    font-size: 1rem; }

.programDetail-contact {
  padding: 40px 40px 30px;
  background: #f5f5f5;
  border-radius: 10px; }
  @media (max-width: 900px) {
    .programDetail-contact {
      padding: 20px; } }
  .programDetail-contact__title {
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-size: 1.4rem;
    border-bottom: 1px solid #000; }
  .programDetail-contact__name {
    margin-bottom: 10px;
    font-weight: 600; }
  @media (max-width: 900px) {
    .programDetail-contact__info {
      font-size: 1.2rem; } }
  .programDetail-contact__info dt {
    margin-bottom: 10px;
    padding: 5px 0;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    background: #999999;
    width: 50px;
    text-align: center;
    float: left; }
  .programDetail-contact__info dd {
    margin-bottom: 10px;
    padding-left: 60px;
    font-size: 1.4rem; }
    .programDetail-contact__info dd a {
      color: #000000;
      text-decoration: underline; }
      .programDetail-contact__info dd a:hover {
        color: #aa1e24; }

.stamp-row {
  padding: 40px 0; }
  .stamp-row--gold {
    background: url(../../images/stamp/bg_1.jpg) no-repeat 0 0;
    background-size: cover; }
    .stamp-row--gold .container {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media (max-width: 900px) {
        .stamp-row--gold .container {
          display: block; } }

.stamp-rule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 900px) {
    .stamp-rule {
      display: block; } }
  .stamp-rule h3 {
    margin-right: 20px;
    background: #000000;
    font-weight: 900;
    font-size: 3.2rem;
    color: #ffffff;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: center; }
    @media (max-width: 900px) {
      .stamp-rule h3 {
        margin-right: 0;
        margin-bottom: 20px;
        font-size: 2.4rem;
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb; } }
  .stamp-rule__block dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .stamp-rule__block dl + dl {
      margin-top: 10px; }
    .stamp-rule__block dl dt {
      background: #aa1e24;
      font-weight: 900;
      font-size: 1.8rem;
      color: #ffffff;
      width: 40px;
      height: 40px;
      border-radius: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media (max-width: 900px) {
        .stamp-rule__block dl dt {
          width: 30px;
          height: 30px;
          font-size: 1.4rem; } }
    .stamp-rule__block dl dd {
      margin-left: 10px;
      font-weight: 900;
      font-size: 1.8rem; }
      @media (max-width: 900px) {
        .stamp-rule__block dl dd {
          font-size: 1.4rem;
          line-height: 1.4; } }
      .stamp-rule__block dl dd strong {
        font-weight: bolder;
        font-size: 1.5em;
        color: #aa1e24; }
  .stamp-rule__block p {
    margin-top: 15px;
    font-size: 1.4rem; }

.stamp-award {
  width: 58.33333%; }
  @media (max-width: 900px) {
    .stamp-award {
      width: 100%; } }
  .stamp-award__catch {
    width: 456px; }
    @media (max-width: 900px) {
      .stamp-award__catch {
        width: 100%; } }
  .stamp-award__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 900px) {
      .stamp-award__flex {
        display: block;
        text-align: center; } }
    .stamp-award__flex--top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      @media (max-width: 900px) {
        .stamp-award__flex--top {
          display: block; } }
    .stamp-award__flex--left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 900px) {
        .stamp-award__flex--left {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }
  .stamp-award__border {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000; }
  @media (max-width: 900px) {
    .stamp-award__block {
      margin-bottom: 30px; } }
  .stamp-award__block--sub {
    width: 47.14286%; }
    @media (max-width: 900px) {
      .stamp-award__block--sub {
        width: 100%; } }
  .stamp-award__block--shinobi {
    margin-top: 20px;
    padding: 20px;
    border: 2px dotted #000;
    border-radius: 10px; }
    @media (max-width: 900px) {
      .stamp-award__block--shinobi {
        padding: 15px; } }
  @media (max-width: 900px) {
    .stamp-award__info {
      display: inline-block; } }
  .stamp-award__rank {
    margin-right: 20px;
    width: 100px; }
    @media (max-width: 900px) {
      .stamp-award__rank {
        margin: 0 auto;
        width: 80px; } }
    .stamp-award__rank--sub {
      margin-right: 10px;
      width: 70px; }
      @media (max-width: 900px) {
        .stamp-award__rank--sub {
          margin: 0 auto;
          width: 60px; } }
    .stamp-award__rank--shinobi {
      margin-right: 10px;
      width: 60px; }
      @media (max-width: 900px) {
        .stamp-award__rank--shinobi {
          margin: 0 10px 0 0; } }
  .stamp-award__name {
    margin-right: 15px;
    font-size: 3.4rem;
    font-weight: 900;
    line-height: 1; }
    @media (max-width: 900px) {
      .stamp-award__name {
        margin-right: 5px;
        text-align: center;
        display: inline-block; } }
    .stamp-award__name em {
      font-size: 1.2em; }
    .stamp-award__name--sub {
      margin-bottom: -0.3em;
      font-size: 2.8rem; }
      @media (max-width: 900px) {
        .stamp-award__name--sub {
          margin-bottom: 0; } }
    .stamp-award__name--shinobi {
      font-size: 2.8rem; }
  .stamp-award__number {
    margin-right: 15px;
    font-size: 2.2rem;
    line-height: 1; }
    @media (max-width: 900px) {
      .stamp-award__number {
        display: inline-block;
        font-size: 1.8rem; } }
    .stamp-award__number span {
      color: #c5171f; }
    .stamp-award__number strong {
      display: inline-block;
      font-size: 2em;
      font-weight: 900;
      -webkit-transform: translateY(0.1em);
      transform: translateY(0.1em); }
    .stamp-award__number--sub {
      font-size: 1.8rem; }
      @media (max-width: 900px) {
        .stamp-award__number--sub {
          font-size: 1.6rem; } }
  .stamp-award__limit {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-weight: bold;
    font-family: YakuHanMP, "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 1.4rem;
    line-height: 1;
    background: #ffffff; }
    @media (max-width: 900px) {
      .stamp-award__limit {
        padding-top: 5px;
        display: inline-block;
        width: 50px;
        height: 50px;
        border-radius: 50px;
        font-size: 1.0rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; } }
    .stamp-award__limit em {
      font-size: 2.6rem; }
  @media (max-width: 900px) {
    .stamp-award__items {
      font-size: 1.8rem; } }
  .stamp-award__items--shogun {
    font-size: 2.2rem; }
    @media (max-width: 900px) {
      .stamp-award__items--shogun {
        font-size: 1.8rem; } }
  .stamp-award__items--shinobi {
    margin-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 900px) {
      .stamp-award__items--shinobi {
        margin: 15px 0 0 0;
        padding-top: 10px;
        width: 100%;
        display: block;
        border-top: 1px solid #000;
        text-align: center; } }
    .stamp-award__items--shinobi::before {
      margin-right: 20px;
      display: inline-block;
      content: "";
      width: 1px;
      height: 60px;
      background: #000; }
      @media (max-width: 900px) {
        .stamp-award__items--shinobi::before {
          display: none; } }
  .stamp-award__items--more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 900px) {
      .stamp-award__items--more {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    .stamp-award__items--more::before {
      margin-right: 10px;
      content: "又は";
      width: 30px;
      height: 30px;
      border-radius: 30px;
      background: #000000;
      color: #ffffff;
      font-size: 1.2rem;
      line-height: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media (max-width: 900px) {
        .stamp-award__items--more::before {
          width: 25px;
          height: 25px;
          border-radius: 25px;
          font-size: 1rem; } }
  .stamp-award__hida {
    width: 214px;
    margin-top: -60px; }
    @media (max-width: 900px) {
      .stamp-award__hida {
        margin: 0 auto 30px; } }
  .stamp-award__caution {
    color: #c5171f;
    font-size: 2rem; }
    @media (max-width: 900px) {
      .stamp-award__caution {
        font-size: 1.4rem; } }

.stamp-map {
  width: 38.33333%;
  position: relative; }
  @media (max-width: 900px) {
    .stamp-map {
      width: 100%; } }
  .stamp-map img {
    width: auto;
    height: auto; }
  .stamp-map__badge {
    display: none; }
    @media (max-width: 900px) {
      .stamp-map__badge {
        display: block;
        width: 30%;
        position: absolute;
        top: -10px;
        left: 0; } }

.stamp-badge {
  position: absolute;
  top: -300px;
  right: 0;
  width: 23.66667%; }
  @media (max-width: 900px) {
    .stamp-badge {
      display: none; } }
