@charset "UTF-8";
/*******************************
Reset CSS (exclude "sup")
*******************************/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block; }

input, textarea {
  margin: 0;
  padding: 0; }

ol, ul {
  list-style: none; }

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

caption, th {
  text-align: left; }

img {
  vertical-align: middle; }

/**********************************************
GENERAL SETTING
**********************************************/
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  background: #fffefc; }

main {
  display: block; }

.wrapper {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 1100px) {
    .wrapper {
      width: 100%;
      padding: 0 15px;
      box-sizing: border-box; } }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

#contents {
  padding-bottom: 80px;
  padding-top: 80px;
  position: relative; }

/*-------------------------------
　　　h1,h2
-------------------------------*/
h2 {
  width: 100%;
  line-height: 80px;
  background: #988f80;
  color: #fff;
  font-size: 21px;
  padding: 0 20px;
  box-sizing: border-box; }
  @media only screen and (max-width: 768px) {
    h2 {
      line-height: 40px;
      font-size: 16px;
      padding: 0 10px; } }

h2 span {
  font-size: 24px;
  font-weight: bold; }

/**********************************************
HEADER,FOOTER
**********************************************/
.headerInner {
  width: 100%;
  height: 110px;
  background: url("../../img/head_bg.png") no-repeat;
  background-size: cover;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .headerInner {
      height: 80px; } }

.headerInner h1 {
  top: 10px;
  position: absolute; }
  @media only screen and (max-width: 768px) {
    .headerInner h1 img {
      width: 200px; } }

footer {
  position: relative;
  background: #D2CDC5; }

.copyright {
  text-align: center;
  color: #707070;
  padding: 10px 0;
  font-size: 14px; }

/*-------------------------------
　　　TOP
-------------------------------*/
#top .headerInner {
  background: none; }

.vh100 {
  position: relative;
  height: 70vh; }

.centerMiddle {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto; }
  @media only screen and (max-width: 768px) {
    .centerMiddle {
      width: 90%; } }

/*-------------------------------
　　　howto -common-
-------------------------------*/
.contents {
  padding-top: 80px;
  padding-bottom: 80px; }
  @media only screen and (max-width: 768px) {
    .contents {
      padding-top: 40px;
      padding-bottom: 40px; } }

.pageLink {
  width: 100%; }

.pageLink li {
  width: 100%;
  margin-bottom: 32px;
  list-style: disc;
  list-style-position: inside; }

.pageLink li a {
  text-decoration: none;
  color: #707070; }

.pageLink li a:hover {
  text-decoration: underline; }

.pageLink span {
  font-size: 24px;
  font-weight: bold; }

.ytMov {
  padding-bottom: 120px; }
  @media only screen and (max-width: 768px) {
    .ytMov {
      padding-bottom: 60px; } }
  .ytMov__wrap {
    width: 100%; }
    .ytMov__wrap iframe {
      width: 1100px;
      height: 600px;
      margin: 0 auto; }
      @media only screen and (max-width: 1100px) {
        .ytMov__wrap iframe {
          width: 100%;
          height: 500px; } }
      @media only screen and (max-width: 768px) {
        .ytMov__wrap iframe {
          height: 250px; } }

.mBorder {
  border-bottom: 1px solid #D2CDC5; }

.movLink {
  width: 100%;
  margin-bottom: 80px; }
  .movLink li {
    margin-bottom: 16px; }
    .movLink li a {
      text-decoration: none;
      color: #988f80;
      font-size: 21px;
      width: 100%;
      display: block;
      border: 1px solid #988f80;
      padding: 10px;
      border-radius: 10px;
      transition: all 0.3s ease-in-out; }
      .movLink li a:hover {
        background: #988f80;
        color: #fff; }

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