@charset "UTF-8";
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/* line 17, ../scss/main.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 23, ../scss/main.scss */
html {
  color: #6b6b6b;
  font-size: 1em;
  font-weight: 200;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
/* line 36, ../scss/main.scss */
::-moz-selection, ::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
/* line 45, ../scss/main.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
/* line 59, ../scss/main.scss */
audio, canvas, img, svg, video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
/* line 67, ../scss/main.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
/* line 77, ../scss/main.scss */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
/* line 85, ../scss/main.scss */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* line 96, ../scss/main.scss */
body {
  color: #6b6b6b;
  background-color: white;
  margin: 0;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Arial", sans-serif;
}

/* line 103, ../scss/main.scss */
body:before {
  /* top shadow */
}

/* line 118, ../scss/main.scss */
.font-shin {
  font-family: "Helvetica Neue", Helvetica, "Segeo UI", Arial, sans-serif;
  font-weight: 100;
}

/* line 123, ../scss/main.scss */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  color: #454545;
}

/* line 137, ../scss/main.scss */
.arrow-right {
  margin-left: 3em;
  margin-top: 0.6em;
  position: absolute;
}

/* line 143, ../scss/main.scss */
.section-footer {
  margin-top: 7.5em;
}
/* line 145, ../scss/main.scss */
.section-footer img.bg {
  position: absolute;
  margin-top: -100px;
}
/* line 149, ../scss/main.scss */
.section-footer a.next {
  display: block;
  font-size: 85%;
  color: #ff7baa;
  background-image: url("../img/next.png");
  background-repeat: no-repeat;
  background-position: center top;
  height: 53px;
}
@media (max-width: 767px) {
  /* line 149, ../scss/main.scss */
  .section-footer a.next {
    margin: 40px 0 0 0;
  }
}

/* line 163, ../scss/main.scss */
.section-title {
  border-bottom: 2px #deb068 solid;
  text-align: center;
  margin-top: 30px;
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  color: #6b6b6b;
}
/* line 194, ../scss/main.scss */
.section-title h3 {
  margin-top: 13px;
}

/* line 199, ../scss/main.scss */
.clear-left {
  clear: left;
}

/* line 203, ../scss/main.scss */
.mekure {
  background: white;
  position: relative;
}

/* line 207, ../scss/main.scss */
.mekure::before, .mekure::after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  width: 50%;
  top: 80%;
  background: #777;
  box-shadow: 0 15px 10px #777;
}

/* line 217, ../scss/main.scss */
.mekure::before {
  -webkit-transform: rotate(-1deg);
  transform: rotate(-1deg);
  left: 5px;
}

/* line 222, ../scss/main.scss */
.mekure::after {
  -webkit-transform: rotate(1deg);
  transform: rotate(1deg);
  right: 5px;
}

/* line 228, ../scss/main.scss */
.vertical_middle_outer {
  display: table;
  height: 40px;
  width: 100%;
}

/* line 233, ../scss/main.scss */
* html .outer {
  position: relative;
}

/* line 236, ../scss/main.scss */
* + html .outer {
  position: relative;
}

/* line 239, ../scss/main.scss */
.vertical_middle {
  display: table-cell;
  vertical-align: middle;
}

/* line 243, ../scss/main.scss */
* html .vertical_middle {
  position: absolute;
  top: 50%;
}

/* line 247, ../scss/main.scss */
* + html .vertical_middle {
  position: absolute;
  top: 50%;
}

/* line 251, ../scss/main.scss */
.vertical_middle .inner {
  margin: 0;
}

/* line 254, ../scss/main.scss */
* html .vertical_middle .inner {
  position: relative;
  top: -50%;
}

/* line 258, ../scss/main.scss */
* + html .vertical_middle .inner {
  position: relative;
  top: -50%;
}

/* line 263, ../scss/main.scss */
#global-nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 200%;
  height: 200%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999999;
}
/* line 274, ../scss/main.scss */
#global-nav ul {
  margin-top: 30px;
}
/* line 277, ../scss/main.scss */
#global-nav ul li a {
  padding-left: 13%;
  color: white;
}
/* line 280, ../scss/main.scss */
#global-nav ul li a:hover, #global-nav ul li a:focus {
  color: #bfa46f;
}

/* line 288, ../scss/main.scss */
#global-nav-button {
  display: none;
  position: fixed;
  top: 0px;
  left: 50%;
  text-align: center;
  z-index: 999999;
}
/* line 296, ../scss/main.scss */
#global-nav-button a {
  display: inline-block;
  width: 50px;
  margin-left: -25px;
  text-align: center;
  padding: 5px 5px 0 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background: rgba(254, 254, 254, 0.8);
  color: #bfa46f;
  text-decoration: none;
}
/* line 310, ../scss/main.scss */
#global-nav-button p {
  margin: 0 0 5px;
}

@media (min-width: 850px) {
  /* line 315, ../scss/main.scss */
  #lineframe {
    max-width: 830px;
    border: 1px solid #c2c8c4;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    z-index: 20000;
  }
}

/* line 329, ../scss/main.scss */
#header {
  z-index: 11000;
  width: 100%;
  max-width: 788px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  -webkit-border-top-left-radius: 15px;
  border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  border-top-right-radius: 15px;
}
/* line 346, ../scss/main.scss */
#header .header-nav ul {
  text-align: left;
  margin-left: -16px;
}
/* line 354, ../scss/main.scss */
#header .header-nav ul li {
  display: inline-block;
}
/* line 358, ../scss/main.scss */
#header .header-nav .nav > li > a {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 599px) {
  /* line 358, ../scss/main.scss */
  #header .header-nav .nav > li > a {
    margin-top: 10px;
    margin-bottom: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* line 368, ../scss/main.scss */
#header .header-nav .nav > li > a #navmenu-button a {
  text-decoration: none;
}
/* line 371, ../scss/main.scss */
#header .header-nav a {
  color: #bfa46f;
}

/* line 393, ../scss/main.scss */
.media {
  margin: 25px 0 0 0;
}
/* line 395, ../scss/main.scss */
.media .media-object {
  margin-top: 5px;
}
/* line 398, ../scss/main.scss */
.media .media-body {
  padding-left: 15px;
}
/* line 400, ../scss/main.scss */
.media .media-body .media-heading {
  margin-top: 2px;
  margin-bottom: 13px;
}

/* line 407, ../scss/main.scss */
#footer {
  background: #333333 url(../../img/wood_02.jpg) repeat;
  color: white;
  padding-top: 45px;
}
@media (min-width: 650px) {
  /* line 408, ../scss/main.scss */
  #footer:after {
    content: url("../../img/leaf_01.png");
    position: absolute;
    overflow: hidden;
    margin-left: 20px;
    margin-top: -68px;
    margin-bottom: -7px;
    padding: 0px;
    display: block;
  }
}
@media (min-width: 850px) {
  /* line 407, ../scss/main.scss */
  #footer {
    -webkit-border-bottom-left-radius: 15px;
    border-bottom-left-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    border-bottom-right-radius: 15px;
  }
}
/* line 430, ../scss/main.scss */
#footer dl {
  margin-bottom: 60px;
}
/* line 432, ../scss/main.scss */
#footer dl dt {
  padding-bottom: 5px;
}
/* line 434, ../scss/main.scss */
#footer dl dd .btn {
  margin-top: 5px;
  margin-bottom: 15px;
}
/* line 440, ../scss/main.scss */
#footer ul {
  padding-left: 18px;
}
/* line 442, ../scss/main.scss */
#footer ul li {
  margin-top: 8px;
  font-size: 90%;
}
/* line 445, ../scss/main.scss */
#footer ul li a {
  color: white;
}
/* line 448, ../scss/main.scss */
#footer #copyright {
  margin-top: 55px;
  font-size: 70%;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
/* line 463, ../scss/main.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
/* line 472, ../scss/main.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* line 482, ../scss/main.scss */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
/*
 * Hide visually and from screenreaders, but maintain layout
 */
/* line 502, ../scss/main.scss */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* line 519, ../scss/main.scss */
.clearfix:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 525, ../scss/main.scss */
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  /* line 554, ../scss/main.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 561, ../scss/main.scss */
  a {
    text-decoration: underline;
  }
  /* line 563, ../scss/main.scss */
  a:visited {
    text-decoration: underline;
  }
  /* line 566, ../scss/main.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 570, ../scss/main.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  /* line 577, ../scss/main.scss */
  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  /* line 581, ../scss/main.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 585, ../scss/main.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  /* line 589, ../scss/main.scss */
  tr {
    page-break-inside: avoid;
  }

  /* line 592, ../scss/main.scss */
  img {
    page-break-inside: avoid;
    max-width: 100% !important;
  }

  /* line 596, ../scss/main.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 600, ../scss/main.scss */
  h2, h3 {
    page-break-after: avoid;
  }
}
/* line 605, ../scss/main.scss */
.popover {
  z-index: 100000;
}

/* line 609, ../scss/main.scss */
div.fb-like-box,
div.fb-like-box iframe[style],
div.fb-like-box span {
  width: 100% !important;
  background: white;
}

/* line 615, ../scss/main.scss */
.glyphicon-refresh-animate {
  -webkit-animation: spin .7s infinite linear;
  -moz-animation: spin .7s infinite linear;
  -o-animation: spin .7s infinite linear;
  animation: spin .7s infinite linear;
}

@-webkit-keyframes spin {
  /* line 622, ../scss/main.scss */
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: scale(1) rotate(0deg);
  }

  /* line 629, ../scss/main.scss */
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: scale(1) rotate(360deg);
  }
}

@-webkit-keyframes spin {
  /* line 638, ../scss/main.scss */
  from {
    -webkit-transform: rotate(0deg);
  }

  /* line 639, ../scss/main.scss */
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-o-keyframes spin {
  /* line 642, ../scss/main.scss */
  from {
    -o-transform: rotate(0deg);
  }

  /* line 643, ../scss/main.scss */
  to {
    -o-transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  /* line 646, ../scss/main.scss */
  from {
    -moz-transform: rotate(0deg);
  }

  /* line 647, ../scss/main.scss */
  to {
    -moz-transform: rotate(360deg);
  }
}

@keyframes spin {
  /* line 650, ../scss/main.scss */
  from {
    transform: scale(1) rotate(0deg);
    -ms-transform: rotate(0deg);
  }

  /* line 651, ../scss/main.scss */
  to {
    transform: scale(1) rotate(360deg);
    -ms-transform: rotate(360deg);
  }
}

@-webkit-keyframes move {
  -webkit-transform: transform(0%, 100%);
  -moz-transform: transform(0%, 100%);
  -ms-transform: transform(0%, 100%);
  -o-transform: transform(0%, 100%);
  transform: scale(1) transform(0%, 100%);
}

@media (min-width: 992px) {
  /* line 663, ../scss/main.scss */
  .container {
    width: 750px;
  }
}
@media (min-width: 768px) {
  /* line 669, ../scss/main.scss */
  .modal-dialog {
    margin-top: 50px;
  }
}
