@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Noto+Serif);
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

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

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: normal;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px dashed #9f9f9f;
  margin: 2em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

address {
  font-style: normal; }

legend {
  display: table;
  padding: 0; }

fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0.01em 0 0 0; }

body:not(:-moz-handler-blocked) fieldset {
  display: table-cell; }

*, *:after, *:before {
  box-sizing: border-box; }

html.is-fixed {
  overflow: hidden; }

body {
  position: relative;
  color: #2d2c2c;
  font-family: "Lucida Grande", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, sans-serif;
  line-height: 1.8;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body.is-invalid {
    overflow: hidden; }

h1, h2, h3 {
  letter-spacing: 0.2em;
  font-weight: normal; }

a {
  outline: none;
  color: #00468c;
  text-decoration: none; }

@media print, screen and (min-width: 40.063em) {
  a {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; } }
.inner {
  position: relative;
  margin: auto;
  padding: 0 10px; }
  .inner:before, .inner:after {
    display: table;
    content: " "; }
  .inner:after {
    clear: both; }

.inner-full {
  position: relative;
  margin: auto; }
  .inner-full:before, .inner-full:after {
    display: table;
    content: " "; }
  .inner-full:after {
    clear: both; }

@media print, screen and (min-width: 40.063em) {
  .inner {
    padding: 0 20px; } }
@media print, screen and (min-width: 64.063em) {
  .inner {
    width: 980px; } }
@media screen and (min-width: 90.063em) {
  .inner {
    width: 1040px; } }
.main {
  margin: auto;
  padding: 0; }

main {
  display: block; }
  main a img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 1;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  main a:hover img {
    opacity: .8; }

aside a img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
aside a:hover img {
  opacity: .8; }
aside img {
  display: block; }

img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  border: 0; }

@media print, screen and (min-width: 40.063em) {
  a[href^="tel:"] {
    pointer-events: none; } }
button {
  outline: none; }

.fieldset:before, .fieldset:after {
  display: table;
  content: " "; }
.fieldset:after {
  clear: both; }

.error-no-js {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  font-size: .95rem;
  text-align: center;
  z-index: 10004;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.error-no-cookie {
  display: none;
  margin: 2.5em auto;
  color: #cc4b37;
  font-size: .9rem;
  font-weight: bold;
  text-align: center; }
  .error-no-cookie:before {
    display: inline-block;
    padding: 0 .5em 0 0;
    content: "\f071";
    font-family: FontAwesome;
    font-weight: normal; }

.loading {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10003;
  background-color: #fff; }
  .loading-spin {
    display: none; }
    .loading-spin:before {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      width: 40px;
      height: 40px;
      content: "";
      border: 3px solid rgba(33, 33, 33, 0.25);
      border-top-color: rgba(33, 33, 33, 0.5);
      border-radius: 20px;
      -webkit-animation: spin 1s linear infinite;
      animation: spin 1s linear infinite; }

.btn {
  display: inline-block;
  position: relative;
  margin: auto;
  padding: .25em 1em;
  width: 75%;
  max-width: 240px;
  border: none;
  color: #fff;
  font-size: 1rem;
  border-radius: 5px;
  background: #02b6a3;
  background-image: -webkit-linear-gradient(left, #02b6a3 0%, #29e59e 75%, #e4fce6 100%);
  background-image: linear-gradient(to right, #02b6a3 0%, #29e59e 75%, #e4fce6 100%);
  background-repeat: no-repeat;
  background-size: 150% auto;
  text-align: center;
  letter-spacing: 2px;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 16px #dfdfdf;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .btn.done {
    max-width: none; }

@media print, screen and (min-width: 40.063em) {
  .btn:after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 1em;
    content: "\f061";
    font-family: FontAwesome;
    opacity: 0;
    -webkit-ransform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .btn:hover {
    color: #fff;
    background-size: 225% auto; }
    .btn:hover:after {
      right: .75em;
      opacity: 1; }
  .btn.done:after {
    content: normal; } }
.img-nml {
  display: block;
  margin: auto; }

.text-break {
  display: block; }
.text-center {
  text-align: center; }

@media print, screen and (min-width: 40.063em) {
  .text-break-tablet {
    display: block; }
  .text-center-tablet {
    text-align: center; } }
#cboxOverlay {
  background: #000;
  opacity: .75;
  filter: alpha(opacity=75); }

#cboxContent, #cboxLoadedContent, #cboxLoadingOverlay {
  background: #fff; }

#cboxContent {
  margin: 36px auto 0; }

#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  background: none; }

#cboxClose {
  width: 48px;
  height: 32px;
  position: absolute;
  top: -40px;
  right: 8px;
  color: #fff;
  letter-spacing: 1px;
  text-indent: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  /*  &:hover {
      background-position: 50% 50%;
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
    }*/ }
  #cboxClose:before {
    display: block;
    content: "\f00d";
    font-size: 1.2rem;
    font-family: FontAwesome;
    font-weight: normal; }

.modal-wrap {
  padding: .75em; }

.section-ttl {
  font-size: 1rem;
  text-align: center; }

.footer {
  margin: 3em auto 1.5em; }
  .footer-links {
    font-size: .8rem;
    text-align: center; }
  .footer-brand {
    margin: 1em auto;
    width: 120px; }
    .footer-brand-img {
      display: block; }
  .footer-copyright {
    display: block;
    font-size: .8rem;
    text-align: center; }

.index-select-lang {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff; }
  .index-select-lang-visual {
    position: relative;
    height: 50vh;
    background: #fff url(../images/visual_bg.png) 33.33333% 50% no-repeat;
    background-size: cover; }
    .index-select-lang-visual-ttl {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      color: #00468c;
      font-size: 1.2rem;
      text-align: center;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .index-select-lang-btns {
    margin: 2.5em auto; }
    .index-select-lang-btns-ttl {
      font-size: 1.1rem;
      text-align: center; }
      .index-select-lang-btns-ttl:before {
        display: inline-block;
        padding: 0 .5em 0 0;
        content: "\f0ac";
        font-family: FontAwesome;
        font-weight: normal; }
    .index-select-lang-btns-ul {
      margin: 1em auto; }
      .index-select-lang-btns-ul-li {
        margin: .75em auto;
        text-align: center; }
    .index-select-lang-btns-a {
      display: inline-block;
      padding: 0 1em;
      min-width: 240px;
      height: 36px;
      color: #fff;
      background: #00468c;
      font-size: .95rem;
      line-height: 36px;
      cursor: pointer;
      border-radius: 18px;
      box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.125); }

.index-visual {
  position: relative;
  height: 320px;
  background: #fff url(../images/visual_bg.png) 33.33333% 50% no-repeat;
  background-size: cover; }
  .index-visual-ttl {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    color: #00468c;
    font-size: 1.4rem;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .index-visual-lang {
    position: absolute;
    top: 10px;
    right: 10px; }
    .index-visual-lang-a {
      display: inline-block;
      padding: 0 1em;
      height: 32px;
      color: #fff;
      background: #00468c;
      font-size: .95rem;
      line-height: 32px;
      border-radius: 16px; }
      .index-visual-lang-a:before {
        display: inline-block;
        padding: 0 .5em 0 0;
        content: "\f0ac";
        font-family: FontAwesome;
        font-weight: normal; }

@media print, screen and (min-width: 40.063em) {
  .index-visual {
    background-position: 50% 50%; } }
.index-gift {
  margin: 2.5em auto; }
  .index-gift-text {
    margin: 1em auto;
    color: #ce2243;
    text-align: center; }

@media print, screen and (min-width: 40.063em) {
  .index-gift-layout {
    display: table;
    width: 66.66667%;
    table-layout: fixed; }
    .index-gift-layout-a, .index-gift-layout-b {
      display: table-cell;
      width: 50%;
      vertical-align: middle; } }
.index-msg {
  margin: 1em auto 2.5em; }
  .index-msg-text {
    padding: .75em;
    border: 1px solid #dfdfdf;
    font-size: .9rem;
    border-radius: 5px; }
    .index-msg-text .sig {
      margin: 1em auto 0;
      text-align: right; }
  .index-msg-notes {
    margin: 1em auto 0;
    font-size: .8rem; }

.index-about {
  margin: 1em auto 2.5em; }
  .index-about-ttl {
    color: #00468c;
    font-size: 1.4rem; }
  .index-about-intro {
    margin: 1em auto;
    font-size: .95rem; }
  .index-about-content {
    margin: 1em auto; }
    .index-about-content-image {
      margin: 1em auto; }
      .index-about-content-image-ul:before, .index-about-content-image-ul:after {
        display: table;
        content: " "; }
      .index-about-content-image-ul:after {
        clear: both; }
      .index-about-content-image-ul-li {
        float: left;
        padding: 0 .25em;
        width: 33.33333%; }
    .index-about-content-text {
      margin: 1em auto;
      color: #00468c;
      font-size: .9rem; }
.index-to-enq-btns {
  margin: 1.5em auto;
  text-align: center; }

@media print, screen and (min-width: 40.063em) {
  .index-about-content-layout {
    display: table;
    width: 100%;
    table-layout: fixed; }
    .index-about-content-layout-a {
      display: table-cell;
      padding: 0 1.25em 0 0;
      width: 50%;
      vertical-align: top; }
    .index-about-content-layout-b {
      display: table-cell;
      width: 50%;
      vertical-align: top; } }
.privacy-head-ttl {
  margin: 1em auto;
  color: #00468c;
  font-size: 1rem;
  text-align: center; }
.privacy-head-text {
  font-size: .8rem; }
.privacy-body {
  margin: 1em auto; }
  .privacy-body-section {
    margin: 1em auto; }
  .privacy-body-ttl {
    padding: .25em;
    color: #fff;
    background: #00468c;
    font-size: .9rem;
    text-align: center; }
  .privacy-body-text {
    padding: .5em 0;
    font-size: .8rem; }
  .privacy-body-ol, .privacy-body-ul {
    margin: 1em;
    padding: 0 0 0 .5em; }
    .privacy-body-ol-li, .privacy-body-ul-li {
      margin: .5em auto; }
  .privacy-body-ol {
    list-style: decimal; }
  .privacy-body-ul {
    list-style: disc; }

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