/* Scss Document */
/* Scss Document */
/*! 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,
input,
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;
}

/* Scss Document */
html {
  font-size: 62.5%;
}

body {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  overflow-x: hidden;
  background-color: #ffeaec;
  background: #fff;
  color: #666;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  letter-spacing: 0;
  margin: 0;
  font-weight: 400;
}

figure {
  margin: 0;
}

img {
  border: none;
  outline: none;
  max-width: 100%;
  height: auto;
}

a img, iframe, button {
  border: none;
  outline: none;
}

a {
  color: #867c55;
  text-decoration: none;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

a:hover {
  opacity: 0.8;
}

ul, ol, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}

p {
  margin: 0 0 30px;
}

.pc {
  display: block;
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media (max-width: 767px) {
  .sp {
    display: block;
  }
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}

@media (max-width: 767px) {
  .inner {
    max-width: 100%;
    padding: 0 5.2%;
  }
}

button {
  display: block;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  padding: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

header {
  background: #fff;
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

header .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

header #logo {
  padding: 10px 0;
  margin: 0;
}

header #g-navi {
  height: 80px;
}

header #g-navi ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  height: 100%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

header #g-navi ul li {
  height: 100%;
  white-space: nowrap;
}

header #g-navi ul li a {
  display: block;
  height: 100%;
  line-height: 80px;
  text-align: center;
  padding: 0 20px;
  color: #666;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

header #g-navi ul li a:hover {
  background: #e1a9a1;
  color: #fff;
}

header #manu-btn {
  display: none;
}

@media (max-width: 767px) {
  header #manu-btn {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
  }
  header #manu-btn > span {
    display: block;
    height: 100%;
    position: relative;
  }
  header #manu-btn > span span {
    position: absolute;
    right: 0;
    width: 100%;
    height: 3px;
    background: #666;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }
  header #manu-btn > span span:first-child {
    top: 2px;
  }
  header #manu-btn > span span:nth-child(2) {
    top: 13px;
    opacity: 1;
  }
  header #manu-btn > span span:nth-child(3) {
    top: 24px;
  }
  header #manu-btn.open > span span:first-child {
    top: 13px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  header #manu-btn.open > span span:nth-child(2) {
    opacity: 0;
  }
  header #manu-btn.open > span span:nth-child(3) {
    top: 13px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@media (max-width: 767px) {
  header {
    width: 100%;
    height: 50px;
  }
  header .inner {
    display: block;
    padding: 0;
  }
  header #logo {
    width: 158px;
    padding: 10px;
    margin: 0;
  }
  header #g-navi {
    position: fixed;
    top: 50px;
    right: -80%;
    width: 80%;
    height: calc(100% - 50px);
    background: #e1a9a1;
    padding: 30px;
    -webkit-transition: right .3s ease;
    -o-transition: right .3s ease;
    transition: right .3s ease;
  }
  header #g-navi ul {
    display: block;
    height: 100%;
  }
  header #g-navi ul li {
    height: auto;
    border-bottom: 1px solid #fff;
  }
  header #g-navi ul li a {
    display: block;
    height: 100%;
    line-height: 1.8;
    text-align: left;
    padding: 10px 0;
    color: #fff;
    font-size: 2rem;
  }
  header #g-navi.open {
    right: 0;
  }
}

main {
  padding: 80px 0 0;
}

@media (max-width: 767px) {
  main {
    padding: 50px 0 0;
  }
}

main #mv {
  /*    background:url("../images/bg00.png");
    background-size: 4px auto;
*/
  border-bottom: 1px solid #fafafa;
  width: 100%;
}

main #mv .inner {
  padding: 30px 0 0;
}

main #mv img {
  vertical-align: bottom;
}

@media (max-width: 999px) {
  main #mv .inner {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  main #mv .inner {
    padding: 0;
  }
}

main section {
  padding: 60px 0;
  min-height: 400px;
  position: relative;
}

main section .inner {
  background: rgba(255, 255, 255, 0.5);
  padding: 60px 3%;
  position: relative;
  z-index: 5;
}

main section h2 {
  font-size: 3.2rem;
  margin: 0 0 50px;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #efd1cc;
  padding-bottom: 20px;
  line-height: 1.5;
}

main section h2 span {
  display: block;
  font-size: 1rem;
  color: #c7887f;
  margin-top: 0;
}

main section .btn-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
	margin-bottom: 15px;
}

main section .btn-area button {
  display: block;
  border: 1px solid #333;
  width: 48%;
  max-width: 400px;
  height: 80px;
  margin: 0 0.5%;
  background: #333;
  color: #fff;
  font-size: 1.8rem;
}
main section .btn-area button.on-btn {
  border: 1px solid #e1a9a1;
  background: #e1a9a1;
}
main section .btn-area button.on-btn:hover {
	color: #e1a9a1;
}


main section .btn-area button span {
  display: block;
  font-size: 1.1rem;
  margin-top: 10px;
}

main section .btn-area button:hover {
  color: #333;
  background: #fff;
}

main section .btn-area button.noclick {
  pointer-events: none;
}

main section .btn-area button.noclick:hover {
  background: #333;
  color: #fff;
}

main section dl {
  margin-bottom: 50px;
}

main section dl dt {
  clear: left;
  float: left;
  margin-bottom: 10px;
  padding: 0 10px;
  background: #d2cbb0;
  color: #fff;
  width: calc(4em + 20px);
  text-align: center;
}

main section dl dt:last-of-type {
  margin-bottom: 0;
}

main section dl dd {
  float: left;
  margin-bottom: 10px;
  padding: 0 10px;
}

main section dl dd:last-of-type {
  margin-bottom: 0;
}

main section dl:after {
  content: "";
  display: table;
  clear: both;
}

main section#introduction .inner {
  padding-top: 0;
}

main section#introduction p.lead {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.4;
  margin-bottom: 10px;
}

main section#introduction p.lead strong {
  border-bottom: 2px solid #e67878;
}

main section#introduction small {
  display: block;
  text-align: center;
  margin-bottom: 30px;
}

main section#introduction dl {
  margin: 0 auto;
  border: 1px solid #d2cbb0;
  padding: 20px;
  max-width: 600px;
}

@media (max-width: 767px) {
  main section#introduction .inner {
    padding: 0;
  }
  main section#introduction p.lead {
    font-size: 1.6rem;
    line-height: 2;
  }
}

main section#program {
  background: #F3EAE9;
  position: relative;
}

main section#program table {
  width: 100%;
  border: 0;
  border-collapse: collapse;
}

main section#program table th {
  width: 25%;
  padding: 20px 0;
  vertical-align: top;
  font-weight: 400;
  text-align: left;
  border-bottom: 1px solid #f3eee4;
}

main section#program table td {
  padding: 20px 0;
  vertical-align: top;
  border-bottom: 1px solid #f3eee4;
}

main section#program table td h3 {
  font-weight: 500;
}

main section#program table td p {
  margin: 0;
}

main section#program table td ul li {
  padding-left: 15px;
  position: relative;
}

main section#program table td ul li:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #d2cbb0;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 0;
}

main section#program:before, main section#program:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
}

main section#program:before {
  background: rgba(225, 169, 161, 0.3);
  background: url("../images/bg01.jpg");
  background-size: 4px auto;
  width: calc((100% - 1000px) / 2 + 300px);
  left: 0;
  top: 0;
  -webkit-transform: translateY(-60px);
      -ms-transform: translateY(-60px);
          transform: translateY(-60px);
  height: 500px;
}

main section#program:after {
  background: rgba(225, 169, 161, 0.1);
  width: calc((100% - 1000px) / 2 + 500px);
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(60px);
      -ms-transform: translateY(60px);
          transform: translateY(60px);
  height: 400px;
}

@media (max-width: 767px) {
  main section#program .inner {
    padding: 30px 5.2%;
  }
  main section#program table th {
    display: block;
    width: 100%;
    padding: 10px 0;
    border-bottom: 0;
  }
  main section#program table td {
    display: block;
    width: 100%;
    padding: 0 0 10px 1.5em;
  }
  main section#program table dl {
    margin-bottom: 15px;
  }
  main section#program:before, main section#program:after {
    display: none;
  }
}

main section#entry .inner {
  padding-top: 0;
  padding-bottom: 0;
}

main section#entry button {
  background: #e1a9a1;
  border: 1px solid #e1a9a1;
}

main section#entry button:hover {
  color: #e1a9a1;
  background: #fff;
}

main section#entry button.noclick {
  background: #333;
  border: 1px solid #333;
}



main section#questionnaire {
  background: url("../images/bg02.jpg") center center no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  main section#questionnaire {
    background: url("../images/bg02.jpg") right 10% center no-repeat;
    background-size: cover;
  }
}

main section#contact {
  background: #efe8d9;
}

main section#contact h2 {
  border-bottom: 1px solid #bbb18c;
}

main section#contact h2 span {
  color: #867c55;
}

@media (max-width: 767px) {
  main section#contact .inner {
    padding: 30px 5.2%;
  }
}

@media (max-width: 767px) {
  main section {
    padding: 30px 4%;
    min-height: auto;
  }
  main section .inner {
    max-width: 100%;
    padding: 0;
    padding: 30px 5.2%;
  }
  main section h2 {
    font-size: 2.6rem;
    margin: 0 0 30px;
    padding-bottom: 15px;
  }
  main section h2 span {
    margin-top: 10px;
  }
  main section .btn-area {
    display: block;
  }
  main section .btn-area button {
    width: 100%;
    max-width: none;
    margin: 0 0 20px;
  }
  main section .btn-area button:last-of-type {
    margin-bottom: 0;
  }
}

footer {
  background: #fff;
  padding: 30px 0;
  text-align: center;
}

footer small {
  font-size: 1.2rem;
  color: #666;
}

span.cancel {
    text-decoration: line-through;
    display: initial;
    color: #f00;
}
span.cancel span {
	color: #666;
}
.font-red {
	color: #f00;
}

@media (max-width: 767px) {
  footer {
    padding: 20px 0;
  }
  footer small {
    font-size: 1rem;
  }
}
