@charset "UTF-8";
/* 769px */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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: 1em; /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          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: 1em; /* 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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  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;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * 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: button;
}

/**
 * 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 {
  border-style: none;
  padding: 0;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 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. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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 */
}

/* 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;
}

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

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

/* ========================================
  Reset
======================================== */
body, div, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, th, td, p, blockquote, pre, address, object, form, fieldset, input, textarea, figure {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, table, input, textarea {
  font-size: 100%;
  font-weight: normal;
}

li {
  list-style: none;
  list-style-position: inside;
}

hr {
  border: none;
  border-top: #cccccc 1px solid;
}

/* ========================================
  Base
======================================== */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:root {
  font-size: 10px;
}

/*html {
  overflow-y: scroll;
  scroll-behavior: smooth;
}*/
body {
  color: #000;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  line-height: 1.5;
  font-weight: 500;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  /*img{
    opacity: .8;
  }
  */
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* ========================================
  layout
======================================== */
#fixed_footer {
  position: fixed;
  bottom: 0;
  z-index: 99;
  width: 100%;
  height: auto;
}
#fixed_footer .fixed_footer_inner_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#fixed_footer .fixed_footer_inner_flex div img {
  width: 100%;
}

.mb0 {
  margin-bottom: 0 !important;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
br.pc_br {
  display: block;
}

br.sp_br {
  display: none;
}

@media screen and (max-width: 750px) {
  br.pc_br {
    display: none;
  }
  br.sp_br {
    display: block;
  }
}
.fc_red {
  color: #FF0000;
}

.fc_yellow {
  color: #FEEE00;
}

.fc_orange {
  color: #FF5800;
}

.highlight {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FEEE00), color-stop(90%, transparent));
  background: linear-gradient(transparent 60%, #FEEE00 60% 90%, transparent 90%);
}

#contents {
  max-width: 1920px;
  margin: 0 auto;
}

#mv {
  background: url(../img/mv_bg.png) center no-repeat;
  background-size: cover;
}
#mv .mv_inner {
  max-width: 1000px;
  margin: 0 auto;
}
#mv .mv_inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#block1 {
  background: url(../img/block1_bg.png) center no-repeat;
  background-size: cover;
}
#block1 .block1_inner {
  max-width: 1000px;
  margin: 0 auto;
}
#block1 .block1_inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#block2 {
  margin-bottom: 110px;
}
#block2 .block2_bg {
  background: url(../img/block2_bg.png) center no-repeat;
  background-size: cover;
}
#block2 .block2_inner {
  max-width: 1000px;
  margin: 0 auto;
}
#block2 .block2_bg2 {
  background: url(../img/block2_bg2.png) center no-repeat;
  background-size: cover;
}
#block2 .block2_inner2 {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  #block2 {
    margin-bottom: 0;
  }
}
#block3 .block3_ttl {
  max-width: 528px;
  margin: 0 auto 110px;
}
#block3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
}
#block3 ul li {
  width: calc((100% - 20px) / 2);
  margin: 0 20px 50px 0;
}
#block3 ul li:nth-child(2n) {
  margin-right: 0;
}

#block4 .block4_box {
  background: url(../img/block4_box_bg.png) center no-repeat;
  background-size: cover;
}
#block4 .block4_box .block4_box_inner {
  max-width: 1100px;
  margin: 0 auto;
}
#block4 .block4_box2 {
  background: url(../img/block4_box_bg2.png) center no-repeat;
  background-size: cover;
}
#block4 .block4_box2 ul {
  max-width: 1100px;
  margin: 0 auto;
}

#block5 .block5_box {
  background: url(../img/block5_box_bg.png) center no-repeat;
  background-size: cover;
}
#block5 .block5_box .block5_box_inner {
  max-width: 1100px;
  margin: 0 auto;
}
#block5 .block5_box2 {
  margin-bottom: 80px;
}
#block5 .block5_box2 ul {
  max-width: 1100px;
  margin: 0 auto;
}
#block5 .block5_box3 {
  margin-bottom: 80px;
}
#block5 .block5_box3 .block5_box3_inner {
  text-align: center;
}
#block5 .block5_box3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1100px;
  margin: 0 auto;
}
#block5 .block5_box3 ul li {
  width: calc((100% - 20px) / 3);
  margin: 0 10px 0 0;
}
#block5 .block5_box3 ul li:nth-child(3n) {
  margin-right: 0;
}

#block6 {
  background: url(../img/block6_box_bg.jpg) center no-repeat;
  background-size: cover;
}
#block6 .block6_box {
  max-width: 1100px;
  margin: 0 auto;
}

#block7 {
  background: url(../img/block7_box_bg.jpg) center no-repeat;
  background-size: cover;
}
#block7 .block7_box {
  max-width: 1100px;
  margin: 0 auto;
}

#block8 {
  background: url(../img/block8_box_bg.png) center no-repeat;
  background-size: cover;
}
#block8 .block8_box {
  max-width: 1100px;
  margin: 0 auto;
}
#block8 .block8_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#block9 .block9_box {
  text-align: center;
}
#block9 .block9_box .block9_box_ttl {
  background: url(../img/block9_box_ttl_bg.png) center no-repeat;
}
#block9 .block9_box ul li.bg {
  background: url(../img/block9_box_bg.png) center no-repeat;
}
#block9 .block9_box2 {
  text-align: center;
}
#block9 .block9_box2 .block9_box2_ttl {
  background: url(../img/block9_box2_ttl_bg.png) center no-repeat;
}
#block9 .block9_box2 ul li.bg {
  background: url(../img/block9_box2_bg.png) center no-repeat;
}
#block9 .block9_box3 {
  text-align: center;
}
#block9 .block9_box3 .block9_box3_ttl {
  background: url(../img/block9_box3_ttl_bg.png) center no-repeat;
}
#block9 .block9_box3 ul li.bg {
  background: url(../img/block9_box3_bg.png) center no-repeat;
}
#block9 .block9_box4 {
  text-align: center;
}
#block9 .block9_box4 .block9_box4_ttl {
  background: url(../img/block9_box4_ttl_bg.png) center no-repeat;
}
#block9 .block9_box4 ul li.bg {
  background: url(../img/block9_box4_bg.png) center no-repeat;
}

#block10 {
  background: url(../img/block10_bg.jpg) center no-repeat;
}
#block10 .block10_inner {
  max-width: 1000px;
  margin: 0 auto;
}
#block10 .block10_inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#block10 .block10_inner ul li {
  width: calc((100% - 20px) / 2);
  margin: 0 20px 50px 0;
}
#block10 .block10_inner ul li:nth-child(2n) {
  margin-right: 0;
}

#block11 {
  max-width: 1100px;
  margin: 0 auto;
}

#block12 {
  background: url(../img/block12_bg.png) center no-repeat;
}
#block12 ul {
  max-width: 1100px;
  margin: 0 auto;
}

#block13 {
  max-width: 1100px;
  margin: 0 auto 100px;
  padding: 0 15px;
}
#block13 .block13_open {
  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;
  margin-bottom: 40px;
}
#block13 .block13_open .block13_open_left {
  text-align: center;
  width: 50%;
}
#block13 .block13_open .block13_open_left dl.time {
  margin-bottom: 20px;
}
#block13 .block13_open .block13_open_left dl.time dt {
  font-size: 30px;
  color: #1c5d9d;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) and (max-width: 1399px) {
  #block13 .block13_open .block13_open_left dl.time dt {
    font-size: 28px;
  }
}
#block13 .block13_open .block13_open_left dl.time dd {
  font-size: 22px;
}
#block13 .block13_open .block13_open_left dl.holiday dt {
  font-size: 22px;
  color: #1c5d9d;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) and (max-width: 1399px) {
  #block13 .block13_open .block13_open_left dl.holiday dt {
    font-size: 20px;
  }
}
#block13 .block13_open .block13_open_left dl.holiday dd {
  font-size: 22px;
}
@media screen and (min-width: 769px) and (max-width: 1399px) {
  #block13 .block13_open .block13_open_left dl.holiday dd {
    font-size: 20px;
  }
}
#block13 .border {
  width: 50%;
  height: 1px;
  margin: 0 auto;
  background-color: #979797;
  margin-bottom: 40px;
}
#block13 .block13_access {
  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;
  margin-bottom: 40px;
}
#block13 .block13_access .block13_access_left {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 50%;
}
#block13 .block13_access .block13_access_left dl.address {
  margin-bottom: 20px;
}
#block13 .block13_access .block13_access_left dl.address dt {
  text-align: center;
  font-size: 30px;
  color: #1c5d9d;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) and (max-width: 1399px) {
  #block13 .block13_access .block13_access_left dl.address dt {
    font-size: 28px;
  }
}
#block13 .block13_access .block13_access_left dl.address dd {
  font-size: 22px;
}
@media screen and (min-width: 769px) and (max-width: 1399px) {
  #block13 .block13_access .block13_access_left dl.address dd {
    font-size: 20px;
  }
}
#block13 .block13_access .block13_access_right {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
#block13 .block13_access .block13_access_right .gmap {
  width: 605px;
  height: 400px;
  margin-bottom: 30px;
}
#block13 .block13_access .block13_access_right .gmap iframe {
  width: 100%;
  height: 400px;
}

@media screen and (max-width: 750px) {
  #block13 {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 15px;
  }
  #block13 .block13_open {
    display: block;
    margin-bottom: 30px;
  }
  #block13 .block13_open .block13_open_left {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
  }
  #block13 .block13_open .block13_open_left dl.time {
    margin-bottom: 20px;
  }
  #block13 .block13_open .block13_open_left dl.time dt {
    font-size: 20px;
  }
  #block13 .block13_open .block13_open_left dl.time dd {
    font-size: 16px;
  }
  #block13 .block13_open .block13_open_left dl.holiday dt {
    font-size: 20px;
  }
  #block13 .block13_open .block13_open_left dl.holiday dd {
    font-size: 16px;
  }
  #block13 .border {
    width: 80%;
    height: 1px;
    margin: 0 auto;
    background-color: #979797;
    margin-bottom: 30px;
  }
  #block13 .block13_access {
    display: block;
    margin-bottom: 30px;
  }
  #block13 .block13_access .block13_access_left {
    width: 100%;
  }
  #block13 .block13_access .block13_access_left dl.address dt {
    font-size: 20px;
  }
  #block13 .block13_access .block13_access_left dl.address dd {
    font-size: 16px;
  }
  #block13 .block13_access .block13_access_right .gmap {
    width: 100%;
    height: 250px;
    margin-bottom: 30px;
  }
  #block13 .block13_access .block13_access_right .gmap iframe {
    width: 100%;
    height: 250px;
  }
}
#block14 {
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 100px;
}
#block14 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}