@charset "UTF-8";
/* Scss Document */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold; }
body {
  font-size: calc(112.5% + 0.5vw);
  background: #ffea00;
  font-family: "Yu Gothic", "游ゴシック", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #000000; }

p {
  font-size: 1em;
  text-align: justify;
  text-justify: inter-ideograph; }

.p_title {
  font-weight: 700;
  margin: 0; }

.col-xs-12 {
  padding-right: 5px;
  padding-left: 5px; }

.navbar {
  min-height: inherit;
  border: none; }
  .navbar .navbar-header {
    z-index: 1000;
    position: relative; }
  .navbar div#navbar {
    margin-bottom: 37px;
    margin-top: -41px; }
    .navbar div#navbar li {
      background: #ffea00;
      line-height: 2.9em; }
      .navbar div#navbar li a {
        color: #000000;
        border-top: #000000 solid 1px;
        text-align: center; }

button.navbar-toggle .menu-box, button.navbar-toggle .menu-box > span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box; }

button.navbar-toggle {
  background: #ffea00;
  margin: 0;
  border: none;
  border-radius: initial;
  float: none;
  position: relative;
  width: 50px;
  height: 44px; }
  button.navbar-toggle .menu-box {
    position: relative;
    width: 30px;
    height: 28px; }
    button.navbar-toggle .menu-box > span {
      position: absolute;
      left: 0;
      width: 100%;
      height: 4px;
      background-color: #000000; }
      button.navbar-toggle .menu-box > span:nth-of-type(1) {
        top: 0; }
      button.navbar-toggle .menu-box > span:nth-of-type(2) {
        top: 12px; }
      button.navbar-toggle .menu-box > span:nth-of-type(3) {
        bottom: 0; }
    button.navbar-toggle .menu-box.active {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg); }
    button.navbar-toggle .menu-box.active span:nth-of-type(1) {
      -webkit-transform: translateY(12px) rotate(-45deg);
      transform: translateY(12px) rotate(-45deg); }
    button.navbar-toggle .menu-box.active span:nth-of-type(2) {
      -webkit-transform: translateY(0) rotate(45deg);
      transform: translateY(0) rotate(45deg); }
    button.navbar-toggle .menu-box.active span:nth-of-type(3) {
      opacity: 0; }

body > .container {
  margin-top: -64px;
  position: relative;
  background: #fff;
  padding-bottom: 1.5em; }

#top .container > .row:nth-of-type(2) {
  background-color: #ffea00; }
#top .container > .row:nth-of-type(3) {
  background-color: #fff9b9; }

h1, h2 .star, h4 {
  font-family: "FP-ヒラギノ角ゴ StdN W8";
  font-style: italic;
  font-size: 1.5em;
  font-weight: 700;
  text-align: center; }

h1:before, h1:after {
  position: absolute;
  color: #ffffff;
  font-size: 5em;
  font-family: serif;
  position: absolute;
  font-weight: 700; }

h1 {
  color: #000000;
  line-height: 1.5em;
  position: relative;
  margin: 20px;
  margin-bottom: 0;
  font-size: 1.3em; }
  h1:before {
    content: "“";
    margin-left: -0.8em;
    top: 0.3em; }
  h1:after {
    content: "”";
    bottom: -0.2em; }
  h1 strong {
    font-size: 1.3em; }

h2 .star:before, .col-xs-12.star a:before {
  background: transparent url("../img/star.svg") no-repeat scroll 0 0/contain;
  content: "";
  position: absolute;
  z-index: -1; }

h2 {
  font-size: 0.9em;
  position: relative;
  z-index: 100;
  margin: 1.9em 0;
  text-align: center; }
  h2 .star {
    color: #cd1613;
    display: inline-block;
    position: relative; }
    h2 .star:before {
      left: -0.9em;
      top: -0.4em;
      height: 1.8em;
      width: 7em; }

h4 {
  font-size: 1.2em;
  margin: 2em;
  line-height: 1.4em; }
  h4.small {
    font-size: 1.4em;
    margin: 1.6em 0 1.2em; }

.photo2col {
  overflow: hidden;
  margin: 7px 0;
  position: relative; }
  .photo2col img {
    width: 100%; }
  .photo2col > div {
    width: 100%;
    padding: 1em 5px 0;
    position: relative; }
    .photo2col > div h3 {
      font-family: "FP-ヒラギノUD明朝 StdN W6";
      font-weight: 900;
      font-size: 1.3em;
      line-height: 1.3em;
      margin: 0;
      /*			margin-right: -1em;*/ }
  .photo2col.bordersolid {
    border: 1px solid #000;
    padding: 10px; }
    .photo2col.bordersolid p {
      margin: 0;
      margin-top: 0.5em; }
    .photo2col.bordersolid > div {
      float: none;
      overflow: hidden;
      width: 100%;
      padding: 0; }
      .photo2col.bordersolid > div > img {
        width: 25%;
        margin-right: 10px; }

.photo2col p.bbox, .photo2col p.rbox {
  color: #fff;
  display: inline-block;
  padding: 1px 5px;
  vertical-align: top;
  font-size: 0.6em; }

.photo2col p.bbox {
  background: #000 none repeat scroll 0 0; }
.photo2col p.rbox {
  background: #cd1613 none repeat scroll 0 0; }

ol.int {
  padding-left: 1.7em;
  margin-top: 0.5em; }

.kkphoto {
  text-align: center; }
  .kkphoto p {
    text-align: center; }
  .kkphoto img {
    width: 9rem; }
  .kkphoto .small {
    font-size: 0.7em;
    margin: 1em 0 2em; }
    .kkphoto .small span {
      display: block;
      font-size: 1.2em; }

.rborder {
  border: #cd1613 solid 1px;
  margin: 0 auto; }
  .rborder td {
    font-family: "FP-ヒラギノ角ゴ StdN W8";
    border-bottom: #cd1613 solid 1px;
    text-align: center;
    margin: 0;
    padding: 8px;
    font-size: 1.3em;
    color: #cd1613;
    font-weight: 700;
    float: left;
    width: 100%; }
    .rborder td p {
      text-align: center; }
    .rborder td strong {
      font-size: 2.0em;
      line-height: 0.8em; }
    .rborder td:last-child {
      border: none; }
      .rborder td:last-child > .small {
        color: #000000;
        font-family: "Yu Gothic", "游ゴシック", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
        font-weight: normal; }
        .rborder td:last-child > .small:first-child {
          color: #cd1613;
          font-size: 0.8em; }
        .rborder td:last-child > .small:last-child {
          margin-bottom: 0;
          letter-spacing: -1px; }

.col-xs-12.bold > a, .col-xs-12.star a {
  display: block;
  position: relative; }

.col-xs-12.bold {
  font-weight: 900;
  text-align: center;
  font-size: 1.2em;
  margin-top: 1em; }
  .col-xs-12.bold > a {
    border: #000000 solid 1px;
    width: 15em;
    margin: 1em auto 0;
    padding: 0.5em;
    font-size: 1.1em;
    color: #000000; }
    .col-xs-12.bold > a::after {
      content: "";
      right: 4px;
      width: 0px;
      height: 0px;
      border: 0.4em solid transparent;
      border-left: 0.4em solid #000000;
      position: absolute;
      margin-top: auto;
      margin-bottom: auto;
      top: 0;
      bottom: 0; }
  .col-xs-12.bold > img {
    margin-top: 1em; }

.col-xs-12.star {
  text-align: center; }
  .col-xs-12.star a {
    border: #cd1613 solid 1px;
    background: #ffea00;
    color: #cd1613;
    font-size: 1.5em;
    width: 15em;
    font-weight: 900;
    padding: 0.6em;
    z-index: 1;
    margin: 1.1em auto 0.5em; }
    .col-xs-12.star a:before {
      top: 0.1em;
      left: 1.9em;
      height: 3em;
      width: 8em; }
  .col-xs-12.star p {
    text-align: center; }

footer {
  border-top: #000000 solid 1px;
  text-align: center;
  background: #ffea00;
  padding-bottom: 1em; }
  footer div {
    margin-bottom: 1em; }
  footer a {
    display: block;
    background: lightyellow;
    color: black;
    padding: 1em;
    border-bottom: #000000 solid 1px; }
  footer p {
    text-align: center; }
  footer img {
    width: 9em; }
