@charset "UTF-8";
/* ---- 
destyle
layout
header
footer
---- */
/* ------------
destyle.css
------------ */
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  line-height: 1.15;
  /* 3*/
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm
   ========================================================================== */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

/* Lists (enumeration)
   ========================================================================== */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition)
   ========================================================================== */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  margin: 0;
  clear: both;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  /* 2 */
  -webkit-text-decoration: underline dotted;
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms
   ========================================================================== */
/**
 * Reset form fields to make them styleable
 * 1. Reset radio and checkbox to preserve their look in iOS.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  vertical-align: middle;
}

[type="checkbox"] {
  /* 1 */
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type="radio"] {
  /* 1 */
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  color: inherit;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  padding: 0;
  /* 1 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Table
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  position: relative;
  color: #333;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif, Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 1.7;
}

/* ------------
layout
------------ */
main {
  width: 100%;
  background: #fff;
}

.contents_innter {
  width: 90%;
  max-width: 1138px;
  /* spサイズ*/
  margin: 0 auto;
  /* pcコンテンツサイズ　*/
}

#mv {
  height: 435px;
}

@media screen and (min-width: 768px) {
  #mv .contents_innter {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex-flow: row-reverse;
        flex-wrap: wrap;
    padding-top: 100px;
  }
}

#mv .new_open {
  text-align: center;
}

@media screen and (max-width: 767px) {
  #mv .new_open img {
    width: 100%;
    max-width: 340px;
    margin-top: 50px;
    margin-bottom: 20px;
    margin-bottom: 0.5em;
  }
}

@media screen and (min-width: 768px) {
  #mv .new_open img {
    width: 90%;
    margin-bottom: 20px;
  }
}

#mv .new_open img + p {
  margin-bottom: 0.5em;
  font-size: 1.8rem;
  line-height: 1.6;
  text-align: center;
}

@media screen and (max-width: 320px) {
  #mv .new_open img + p {
    font-size: 5vw;
  }
}

@media screen and (min-width: 768px) {
  #mv .new_open img + p {
    font-size: 2.1rem;
  }
}

@media screen and (min-width: 768px) {
  #mv .new_open {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 77%;
            flex: 0 0 77%;
  }
}

#mv .opening_day p {
  background: #004680;
  color: #F3E600;
}

@media screen and (max-width: 767px) {
  #mv .opening_day p {
    -ms-flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-wrap: wrap;
            align-items: center;
            justify-content: center;
    width: 150px;
    height: 150px;
    margin: auto;
    border-radius: 75px;
    line-height: 1.3;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  #mv .opening_day p {
    position: relative;
    width: 100%;
    padding-top: 100%;
    border-radius: 50%;
  }
}

@media screen and (min-width: 768px) {
  #mv .opening_day {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23%;
            flex: 0 0 23%;
    max-width: 230px;
  }
}

@media screen and (min-width: 768px) {
  #mv .opening_day .year_wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
            align-items: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    line-height: 1.2;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  #mv .opening_day .year {
    font-size: 2.7rem;
  }
}

@media screen and (min-width: 768px) {
  #mv .opening_day .year {
    font-size: 4vw;
  }
}

@media screen and (min-width: 1138px) {
  #mv .opening_day .year {
    font-size: 4.3rem;
  }
}

@media screen and (max-width: 767px) {
  #mv .opening_day .year + span {
    font-size: 1.9rem;
  }
}

@media screen and (min-width: 768px) {
  #mv .opening_day .year + span {
    font-size: 2.5vw;
  }
}

@media screen and (min-width: 1138px) {
  #mv .opening_day .year + span {
    font-size: 3rem;
  }
}

#mv .opening_day .day {
  margin-left: -5px;
}

@media screen and (max-width: 767px) {
  #mv .opening_day .month, #mv .opening_day .day {
    font-size: 3.2rem;
  }
}

@media screen and (min-width: 768px) {
  #mv .opening_day .month, #mv .opening_day .day {
    font-size: 4.5vw;
  }
}

@media screen and (min-width: 1138px) {
  #mv .opening_day .month, #mv .opening_day .day {
    font-size: 5.3rem;
  }
}

@media screen and (max-width: 767px) {
  #mv .opening_day .month + span, #mv .opening_day .day + span {
    font-size: 2.2rem;
  }
}

@media screen and (min-width: 768px) {
  #mv .opening_day .month + span, #mv .opening_day .day + span {
    font-size: 3vw;
  }
}

@media screen and (min-width: 1138px) {
  #mv .opening_day .month + span, #mv .opening_day .day + span {
    font-size: 3.7rem;
  }
}

@media screen and (max-width: 767px) {
  #mv {
    background: url(../images/mv.jpg) no-repeat bottom center;
    background-size: cover;
  }
}

@media screen and (min-width: 768px) {
  #mv {
    background: url(../images/mv.jpg) no-repeat bottom center;
    background-size: cover;
  }
}

.login_panel {
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  width: 90%;
  margin: -40px auto 0 auto;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  background: #fff;
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 767px) {
  .login_panel {
    max-width: 350px;
    margin-bottom: 1.5em;
    padding: 1em 1em 2em 1em;
  }
}

@media screen and (min-width: 768px) {
  .login_panel {
    max-width: 800px;
    margin-bottom: 3em;
    padding-top: 3em;
    padding-bottom: 2em;
  }
}

.login_panel form > p {
  margin: 0 0 1em;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 320px) {
  .login_panel form > p {
    font-size: 5vw;
  }
}

@media screen and (min-width: 768px) {
  .login_panel form > p {
    margin: 0 0 2em;
  }
}

.login_panel form ul {
  margin: auto;
  margin-bottom: 1.5em;
}

@media screen and (max-width: 767px) {
  .login_panel form ul {
    max-width: 288px;
  }
}

@media screen and (min-width: 768px) {
  .login_panel form ul {
    max-width: 465px;
  }
}

.login_panel form ul li {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  margin-bottom: 1em;
}

.login_panel form ul input {
  width: 79%;
  max-width: 235px;
  margin-left: auto;
  padding: 0.5em;
  border: solid 2px #A7BCD6;
  border-radius: 2px;
}

@media screen and (min-width: 768px) {
  .login_panel form ul input {
    max-width: 400px;
  }
}

.login_panel .btn_login {
  display: block;
  width: 100%;
  max-width: 255px;
  margin: auto;
  padding: 1em;
  background: #004680;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
}

.pause_comment {
  text-align: center;
}

.pause_comment .comment {
font-size: 3rem;
  margin-bottom:2rem;
}

.pause_comment .comment_img img {
width: 200px;
}

.console_panel {
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  width: 90%;
  margin: -40px auto 0 auto;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  background: #fff;
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 767px) {
  .console_panel {
    max-width: 350px;
    margin-bottom: 1.5em;
    padding: 1em;
  }
}

@media screen and (min-width: 768px) {
  .console_panel {
    max-width: 800px;
    margin-bottom: 3em;
    padding-top: 2em;
    padding-bottom: 2em;
  }
}

.console_panel form > p {
  margin: 0 0 1em;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 320px) {
  .console_panel form > p {
    font-size: 5vw;
  }
}

@media screen and (min-width: 768px) {
  .console_panel form > p {
    margin: 0 0 2em;
  }
}

.console_panel form ul {
  margin: auto;
  margin-bottom: 1.5em;
}

@media screen and (max-width: 767px) {
  .console_panel form ul {
    max-width: 288px;
  }
}

@media screen and (min-width: 768px) {
  .console_panel form ul {
    max-width: 465px;
  }
}


@media screen and (min-width: 768px) {
  .sp_item {
    display: none;
  }
}

.inline_b {
  display: inline-block;
}

/* ------------
header
------------ */
header {
  border-bottom: solid 4px #F3E600;
  background: #004680;
}

@media screen and (max-width: 767px) {
  header {
    padding: 18px 0 12px;
  }
}

@media screen and (min-width: 768px) {
  header {
    padding: 15px 0 12px;
  }
}

@media screen and (min-width: 768px) {
  header h1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

header p {
  color: #a7bcd6;
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  header p {
    display: none;
  }
}

header .icon-jpx {
  width: 34px;
  margin-left: 15px;
}

header .header-logo-text {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}

header .logo {
  width: 150px;
  height: 45px;
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  header .logo {
    display: block;
    margin: 0 auto 5px;
  }
}

header .logo_j {
  display: block;
  width: 165px;
  margin-right: 10px;
}

header .logo_shop {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
}

/* ------------
footer
------------ */
footer {
  right: 0;
  bottom: 0;
  background: #004680;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  footer {
    padding: 1.5em 0;
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 768px) {
  footer {
    padding: 2em 0;
    font-size: 1.6rem;
  }
}
