@charset "UTF-8";
/* base color 
--------------------------------------------------------------------*/
@media all and (-ms-high-contrast: none) {
  /* ------------------------------------------------------*/
  html {
    font-family: 'メイリオ', 'Meiryo', sans-serif; } }
body {
  min-width: 1200px;
  height: 100%;
  background: url(../images/background.png);
  overflow-x: hidden; }

div.pageWrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  text-align: left; }

div.container {
  position: relative;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box; }

html {
  font-size: 62.5%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  overflow: auto; }

@-ms-viewport {
  width: device-width; }
article, aside, figcaption, figure, footer, header, hgroup, main, section {
  display: block; }

p, h1, h2, h3, h4, h5, h6, h7, ul, ol, li, dl, dt, dd, p, caption, th, td, form, input, textarea, blockquote, address, embed, object, figure, em {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-size: 100%;
  font-weight: normal; }

body {
  position: relative;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.5;
  color: #442506;
  text-align: left;
  text-rendering: optimizeLegibility; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

ol,
ul {
  list-style-type: none; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dd {
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

figure {
  line-height: 0; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #442506;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

img {
  vertical-align: middle;
  border: none; }

svg:not(:root) {
  overflow: hidden; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

th {
  text-align: inherit; }

label {
  display: inline-block; }

button {
  border-radius: 0; }

button:focus {
  outline: 0; }

input,
button,
select,
optgroup,
textarea {
  vertical-align: middle;
  position: relative;
  outline: none;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

/* layout
-------------------------------------------------------*/
.container {
  width: 100%; }
  .container > nav {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    z-index: 1; }
    .container > nav ul {
      width: 100%; }
      .container > nav ul li {
        position: relative; }
        .container > nav ul li a {
          position: relative;
          display: block;
          width: 100%;
          height: 100%; }
        .container > nav ul li img {
          position: absolute;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          top: 50%;
          left: 50%; }

.contents {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  padding: 70px 0 235px;
  z-index: 5; }
  .contents h3 {
    position: relative;
    margin-bottom: 45px;
    text-align: center; }
    .contents h3::before {
      content: "";
      position: relative;
      top: -5px;
      left: -40px;
      display: inline-block;
      width: 3px;
      height: 30px;
      background: #442506; }
    .contents h3::after {
      content: "";
      position: relative;
      top: -5px;
      right: -40px;
      display: inline-block;
      width: 3px;
      height: 30px;
      background: #442506; }

footer {
  position: relative;
  width: 1000px;
  padding: 30px 0 25px; }
  footer ul {
    width: 100%;
    margin: 0 0 50px; }
    footer ul li {
      padding: 11px 0;
      text-align: center; }
  footer div {
    margin-bottom: 35px;
    text-align: center; }
  footer p {
    margin-bottom: 35px;
    text-align: center; }
  footer span.copy {
    display: block;
    color: #fff;
    text-align: center; }

span.more {
  display: block;
  width: 200px;
  margin: 0 auto; }
  span.more a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 40px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    border: 1px #442506 solid;
    -webkit-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    -ms-transition: 0.7s ease;
    transition: 0.7s ease;
    font-size: 1.5rem;
    letter-spacing: 0.1em; }
    span.more a:hover {
      background: #442506;
      color: #fff; }

div.contact-contents {
  position: relative;
  width: 100%;
  padding: 40px 225px 35px;
  background: #fff; }
  div.contact-contents figure {
    position: relative;
    margin-bottom: 55px;
    padding-top: 90px;
    text-align: center; }
    div.contact-contents figure::before {
      content: "";
      position: absolute;
      -webkit-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      top: 0;
      left: 50%;
      display: block;
      width: 51px;
      height: 60px;
      background: url(../../images/icon_contact.svg) center top no-repeat;
      background-size: 100%; }
  div.contact-contents ul {
    margin-bottom: 50px; }
    div.contact-contents ul li:not(:last-child) {
      margin-bottom: 30px; }
    div.contact-contents ul li dl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      div.contact-contents ul li dl dt {
        width: 110px;
        padding: 8px 0;
        background: #442506;
        color: #fff;
        font-size: 1.5rem;
        text-align: center; }
      div.contact-contents ul li dl dd {
        position: relative;
        -webkit-flex: 1;
        flex: 1;
        padding: 0 20px;
        font-size: 1.7rem; }
        div.contact-contents ul li dl dd span {
          padding-left: 20px;
          font-size: 1.5rem; }

@media screen and (min-width: 768px) {
  /* ------------------------------------------------------*/
  br.spbr {
    display: none; }

  .container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/background_pattern_pc.png) center top repeat-y;
    z-index: -1; }
  .container > nav::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 -500%;
    padding: 0 500%;
    z-index: -1;
    background: #442506; }
  .container > nav > p {
    display: none; }
  .container > nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto; }
    .container > nav ul li {
      width: 25%;
      width: -webkit-calc(100% / 4);
      width: calc(100% / 4);
      height: 50px; }
      .container > nav ul li:not(:last-child)::after {
        content: "";
        position: absolute;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        top: 50%;
        right: -1px;
        display: block;
        width: 2px;
        height: 25px;
        background: #fff; }

  .pagetop {
    position: fixed;
    bottom: 0;
    right: 50%;
    margin-right: -600px; }

  footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 -500%;
    padding: 0 500%;
    z-index: -1;
    background: #442506; }
  footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0; }
    footer ul li {
      width: 25%;
      width: -webkit-calc(100% / 4);
      width: calc(100% / 4);
      text-align: center; } }
@media screen and (max-width: 767px) {
  /* ------------------------------------------------------*/
  body {
    min-width: 100%; }

  div.container {
    width: 100%;
    padding: 0; }
    div.container::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      background: url(../images/background_pattern_sp.png) center top repeat-y;
      background-size: 130%;
      z-index: -1; }
    div.container > nav {
      position: relative;
      width: 100%;
      z-index: 1; }
      div.container > nav > p {
        position: relative;
        width: 100%;
        height: 60px;
        background: #442506;
        border-bottom: 1px #fff solid; }
        div.container > nav > p img {
          position: absolute;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          top: 50%;
          left: 50%; }
        div.container > nav > p:after {
          content: "";
          position: absolute;
          display: block;
          width: 10px;
          height: 10px;
          top: 50%;
          -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
          border: 2px solid;
          border-color: transparent transparent #fff #fff;
          transform: rotate(-45deg);
          right: 25px;
          margin-top: -11px; }
      div.container > nav > p.open {
        position: relative; }
        div.container > nav > p.open:after {
          content: "";
          position: absolute;
          display: block;
          width: 10px;
          height: 10px;
          top: 50%;
          width: 10px;
          height: 10px;
          border: 2px solid;
          border-color: #fff #fff transparent transparent;
          transform: rotate(-45deg);
          margin-top: -3px;
          right: 25px; }
      div.container > nav ul li {
        width: 100%;
        height: 60px;
        background: #442506; }
        div.container > nav ul li:not(:last-child) {
          border-bottom: 1px #fff solid; }

  .contents {
    width: 100%;
    padding: 70px 15px 150px; }
    .contents h3 {
      margin-bottom: 40px; }
      .contents h3 img {
        height: 40px; }
      .contents h3::before {
        top: -2px;
        left: -30px;
        display: inline-block;
        width: 2px;
        height: 26px; }
      .contents h3::after {
        top: -2px;
        right: -30px;
        width: 2px;
        height: 26px; }

  .pagetop {
    position: fixed;
    bottom: 95px;
    right: 15px;
    width: 45px;
    z-index: 10; }
    .pagetop a img {
      width: 100%;
      -moz-opacity: 0.7;
      opacity: 0.7; }

  span.more {
    width: 240px; }
    span.more a {
      height: 50px;
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      -ms-border-radius: 25px;
      border-radius: 25px; }

  footer {
    width: 100%;
    padding: 0 0 25px;
    background: #442506; }
    footer ul {
      width: 100%;
      margin: 0 0 45px;
      padding: 0; }
      footer ul li {
        width: 100%;
        height: 60px;
        background: #442506;
        border-bottom: 1px #fff solid; }
        footer ul li a {
          position: relative;
          display: block;
          width: 100%;
          height: 100%; }
        footer ul li img {
          position: absolute;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          top: 50%;
          left: 50%; }
    footer p {
      margin-bottom: 25px; }
      footer p img {
        height: 44px; }
    footer span.copy {
      font-size: 1.1rem; }

  div.contact-contents {
    padding: 35px 50px 40px; }
    div.contact-contents figure {
      margin-bottom: 35px;
      padding-top: 65px; }
      div.contact-contents figure img {
        height: 28px; }
      div.contact-contents figure::before {
        display: block;
        width: 38px;
        height: 45px; }
    div.contact-contents ul {
      margin-bottom: 35px; }
      div.contact-contents ul li:not(:last-child) {
        margin-bottom: 25px; } }
@media screen and (min-width: 569px) and (max-width: 767px) {
  /* ------------------------------------------------------*/
  .pagetop {
    width: 50px; } }
@media screen and (max-width: 568px) {
  /* ------------------------------------------------------*/
  div.contact-contents {
    padding: 35px 10px 40px; }
    div.contact-contents ul {
      margin-bottom: 35px; }
      div.contact-contents ul li:not(:last-child) {
        margin-bottom: 25px; }
      div.contact-contents ul li dl {
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
        width: 350px;
        margin: 0 auto; }
        div.contact-contents ul li dl dt {
          width: 90px;
          padding: 3px 0; }
        div.contact-contents ul li dl dd {
          width: 260px;
          padding: 0 15px; }
          div.contact-contents ul li dl dd span {
            display: block;
            padding-left: 0;
            font-size: 1.5rem; } }
@media screen and (max-width: 320px) {
  /* ------------------------------------------------------*/
  footer p img {
    height: 40px; }

  .contents h3 img {
    height: 45px; }

  div.contact-contents figure img {
    height: 23px; }
  div.contact-contents ul {
    margin-bottom: 35px; }
    div.contact-contents ul li:not(:last-child) {
      margin-bottom: 25px; }
    div.contact-contents ul li dl {
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: flex-start;
      -ms-flex-align: flex-start;
      align-items: flex-start;
      width: 100%; }
      div.contact-contents ul li dl dd {
        position: relative;
        -webkit-flex: 1;
        flex: 1;
        padding: 0 15px; }
        div.contact-contents ul li dl dd span {
          font-size: 1.4rem; } }
/* layout
-------------------------------------------------------*/
header {
  position: relative;
  width: 100%;
  background: url(../../images/back_header.png) center top repeat-x; }
  header::before, header::after {
    content: "";
    position: absolute;
    top: 0;
    display: block; }
  header::before {
    left: 0;
    background: url(../../images/image_header_left.png) left top no-repeat; }
  header::after {
    right: 0;
    background: url(../../images/image_header_right.png) right top no-repeat; }

ul.main-contents-category {
  width: 100%;
  margin-bottom: 135px; }
  ul.main-contents-category li {
    position: relative; }
    ul.main-contents-category li:not(:last-child) {
      margin-bottom: 100px; }
    ul.main-contents-category li h2 {
      margin-bottom: 30px;
      text-align: center; }
    ul.main-contents-category li p {
      margin-bottom: 35px;
      font-size: 1.7rem;
      line-height: 1.9;
      text-align: center;
      letter-spacing: 0.08em; }
    ul.main-contents-category li dl {
      margin: 0 110px 30px;
      padding: 25px;
      background: #fff; }
      ul.main-contents-category li dl dt {
        position: relative;
        text-align: center; }
        ul.main-contents-category li dl dt::before, ul.main-contents-category li dl dt::after {
          content: "";
          position: relative;
          top: 0px;
          display: inline-block;
          width: 8px;
          height: 8px;
          background: #118224;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          border-radius: 50%; }
        ul.main-contents-category li dl dt::before {
          left: -15px; }
        ul.main-contents-category li dl dt::after {
          right: -15px; }
      ul.main-contents-category li dl dd {
        padding: 25px 0 0;
        text-align: center; }
        ul.main-contents-category li dl dd em {
          display: block;
          margin-bottom: 25px;
          color: #118224;
          font-size: 1.7rem;
          font-weight: 700;
          letter-spacing: 0.05em; }
          ul.main-contents-category li dl dd em > span {
            display: inline-block;
            padding: 0 15px; }
        ul.main-contents-category li dl dd > span {
          font-size: 1.5rem; }

div.flex-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 105px; }
  div.flex-contents div.info-contents {
    position: relative;
    width: 480px;
    height: 500px;
    margin-right: 40px;
    padding: 30px 30px 35px;
    background: #fff; }
    div.flex-contents div.info-contents ul li {
      padding: 30px 10px;
      border-bottom: 1px #d5d4d0 solid; }
      div.flex-contents div.info-contents ul li dl {
        width: 100%; }
        div.flex-contents div.info-contents ul li dl dt {
          position: relative;
          margin-bottom: 15px;
          font-size: 1.6rem; }
        div.flex-contents div.info-contents ul li dl dd {
          position: relative;
          font-weight: 700;
          font-size: 1.7rem;
          letter-spacing: 0.08em; }
      div.flex-contents div.info-contents ul li.hold dl dt::before, div.flex-contents div.info-contents ul li.end dl dt::before {
        content: "";
        position: absolute;
        top: -3px;
        right: 0;
        display: block;
        width: 50px;
        height: 28px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box; }
      div.flex-contents div.info-contents ul li.hold dl dt::after, div.flex-contents div.info-contents ul li.end dl dt::after {
        position: absolute;
        top: -2px;
        right: 0;
        display: block;
        width: 50px;
        height: 26px;
        font-size: 1.4rem;
        line-height: 26px;
        text-align: center;
        letter-spacing: 0.1em; }
      div.flex-contents div.info-contents ul li.hold dl dt::before {
        border: 1px #F28912 solid; }
      div.flex-contents div.info-contents ul li.hold dl dt::after {
        content: "開催";
        color: #F28912; }
      div.flex-contents div.info-contents ul li.end dl dt::before {
        border: 1px #006BA8 solid; }
      div.flex-contents div.info-contents ul li.end dl dt::after {
        content: "終了";
        color: #006BA8; }
  div.flex-contents div.fb-contents {
    width: 480px; }

div.contact-contents {
  margin-bottom: 95px; }

div.message-contents dl {
  margin-bottom: 30px; }
  div.message-contents dl dt {
    text-align: center; }
  div.message-contents dl dd {
    padding: 20px 0 0;
    text-align: center; }
div.message-contents p {
  font-size: 1.7rem;
  line-height: 1.9;
  text-align: center;
  letter-spacing: 0.08em; }

@media screen and (min-width: 768px) {
  /* ------------------------------------------------------*/
  header {
    min-width: 1200px;
    height: 560px;
    margin: 0 auto; }
    header::before, header::after {
      width: 1200px;
      height: 560px; }
    header h1 {
      position: absolute;
      -webkit-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      top: 175px;
      left: 50%; }
    header p {
      position: absolute;
      bottom: 85px;
      left: 0;
      display: block;
      width: 100%;
      font-size: 1.6rem;
      line-height: 1.9;
      text-align: center;
      letter-spacing: 0.08em; } }
@media screen and (max-width: 767px) {
  /* ------------------------------------------------------*/
  header {
    height: 320px;
    padding: 75px 0;
    background: url(../../images/back_header.png) center top repeat-x;
    background-size: cover;
    z-index: -1; }
    header::before, header::after {
      content: "";
      position: absolute;
      top: 0;
      display: block;
      width: 100%;
      height: 320px; }
    header::before {
      left: 0;
      background: url(../../images/image_header_left_sp.png) left top no-repeat;
      background-size: cover; }
    header::after {
      right: 0;
      background: url(../../images/image_header_right_sp.png) right top no-repeat;
      background-size: cover; }
    header h1 {
      position: relative;
      margin-bottom: 30px;
      text-align: center;
      z-index: 1; }
      header h1 img {
        height: 110px; }
    header p {
      position: relative;
      font-size: 1.6rem;
      line-height: 1.5;
      text-align: center;
      z-index: 1; }

  ul.main-contents-category {
    margin-bottom: 95px; }
    ul.main-contents-category li:not(:last-child) {
      margin-bottom: 75px; }
    ul.main-contents-category li h2 img {
      height: 230px; }
    ul.main-contents-category li p {
      letter-spacing: 0.025em; }
    ul.main-contents-category li dl {
      margin: 0 0 25px; }
      ul.main-contents-category li dl dt img {
        height: 15px; }
      ul.main-contents-category li dl dd {
        padding: 20px 0 0; }
        ul.main-contents-category li dl dd em {
          display: block;
          letter-spacing: 0.05em; }
          ul.main-contents-category li dl dd em > span {
            display: inline-block;
            padding: 0 15px;
            line-height: 1.8; }

  div.flex-contents {
    margin-bottom: 45px; }
    div.flex-contents div.info-contents {
      width: 100%;
      height: auto;
      margin: 0 0 40px 0;
      padding: 0;
      background-color: transparent;
      letter-spacing: 0; }
      div.flex-contents div.info-contents ul li {
        padding: 20px 5px 15px; }
        div.flex-contents div.info-contents ul li dl {
          -webkit-flex-direction: column;
          flex-direction: column; }
          div.flex-contents div.info-contents ul li dl dt {
            width: 100%;
            margin-bottom: 10px;
            font-size: 1.5rem; }
          div.flex-contents div.info-contents ul li dl dd {
            width: 100%;
            padding-left: 0; }
        div.flex-contents div.info-contents ul li.hold dl dt::before, div.flex-contents div.info-contents ul li.end dl dt::before {
          top: 0;
          height: 26px; }
        div.flex-contents div.info-contents ul li.hold dl dt::after, div.flex-contents div.info-contents ul li.end dl dt::after {
          top: 1px;
          font-size: 1.3rem;
          line-height: 24px; }
    div.flex-contents div.fb-contents {
      width: 100%; }
      div.flex-contents div.fb-contents div.fb-wrap {
        margin: 0 auto;
        width: 100%;
        overflow: hidden; }

  div.contact-contents {
    margin-bottom: 65px; }

  div.message-contents dl {
    margin-bottom: 25px; }
    div.message-contents dl dt img {
      width: 200px; }
    div.message-contents dl dd {
      padding: 20px 0 0;
      text-align: center; }
      div.message-contents dl dd img {
        width: 150px; }
  div.message-contents p {
    letter-spacing: 0; } }
@media screen and (min-width: 568px) and (max-width: 767px) {
  /* ------------------------------------------------------*/
  div.contact-contents {
    margin-bottom: 65px; }

  div.flex-contents div.fb-contents div.fb-wrap {
    position: relative;
    margin: 0 auto;
    width: 500px; } }
@media screen and (max-width: 320px) {
  /* ------------------------------------------------------*/
  header p {
    font-size: 1.5rem; }

  ul.main-contents-category li h2 img {
    height: 200px; }
  ul.main-contents-category li p {
    font-size: 1.5rem; }

  div.message-contents p {
    font-size: 1.5rem; } }

/*# sourceMappingURL=top.css.map */
