@charset "UTF-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Lato:400,300);
/* CSS Document */
/* CSS Document */
/* CSS Document */
/* CSS Document */
/*! sanitize.css v7.0.3 | CC0 License | github.com/csstools/sanitize.css */
/* Document
 * ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  box-sizing: border-box;
  /* 2 */ }

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */ }

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Use the default user interface font in all browsers (opinionated).
 * 3. Correct the line height in all browsers.
 * 4. Use a 4-space tab width in all browsers (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default;
  /* 1 */
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Oxygen, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 2 */
  line-height: 1.15;
  /* 3 */
  -moz-tab-size: 4;
  /* 4 */
  tab-size: 4;
  /* 4 */
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  word-break: break-word;
  /* 6 */ }

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

/**
 * 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 sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * Add the correct display in IE.
 */
main {
  display: block; }

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none; }

/**
 * 1. Use the default monospace user interface font
 *    in all browsers (opinionated).
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: Menlo, Consolas, Roboto Mono, Ubuntu Monospace, Oxygen Mono, Liberation Mono, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

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

/**
 * Add the correct text decoration in Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted; }

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

/**
 * 1. Use the default monospace user interface font
 *    in all browsers (opinionated).
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: Menlo, Consolas, Roboto Mono, Ubuntu Monospace, Oxygen Mono, Liberation Mono, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

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

/*
 * Remove the text shadow on text selections in Firefox 61- (opinionated).
 * 1. Restore the coloring undone by defining the text shadow
 *    in all browsers (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000;
  /* 1 */
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000;
  /* 1 */
  text-shadow: none; }

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse; }

/* Forms
 * ========================================================================== */
/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

/**
 * Remove the margin in Safari.
 */
button,
input,
select {
  margin: 0; }

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

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

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

/**
 * Show the overflow in Edge and IE.
 */
input {
  overflow: visible; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in Edge and IE.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none; }

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */ }

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

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

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
::-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 */ }

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText; }

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

/*
 * Add the correct styles in Edge, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content; }

dialog:not([open]) {
  display: none; }

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

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 * 2. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
  /* 2 */ }

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

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy="true"] {
  cursor: progress; }

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer; }

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled],
[disabled] {
  cursor: not-allowed; }

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute; }

:root, html, body {
  color: #474747;
  width: 100%; }

* {
  box-sizing: border-box; }

li {
  list-style-type: none; }

a {
  color: #474747; }

a:hover {
  text-decoration: none;
  color: #878378; }

/* CSS Document */
.l-column {
  flex: 0 1 1180px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px; }
  @media only screen and (max-width: 640px) {
    .l-column {
      padding: 0 30px;
      width: auto; } }

.l-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto; }

.l-row_around {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 0 auto; }

.l-harfColumn {
  flex: 1 0 0px;
  margin-bottom: 15px;
  max-width: 570px;
  /*margin-right: $column-space;*/ }
  .l-harfColumn:nth-last-child(even) {
    margin-right: 0; }
  @media only screen and (max-width: 640px) {
    .l-harfColumn {
      display: block;
      flex: 1 1 100%;
      max-width: none;
      margin-right: 0; } }

.l-fitImg {
  max-width: 100%;
  max-height: 100%; }

.l-row_space_around {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 5px 15px 5px 5px; }

.anchor {
  display: block;
  padding-top: 120px;
  margin-top: -120px; }

p {
  font-size: 0.9em; }

.honbun {
  padding: 0px 40px; }

.honbun_center {
  text-align: center;
  padding: 0px 40px; }

.strong {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.5; }

.item-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch; }

.item {
  width: 20%;
  padding: 1em;
  /* border: 1px solid #ccc;*/
  box-sizing: border-box; }
  @media only screen and (max-width: 640px) {
    .item {
      width: 33%; } }

.item-image {
  margin-bottom: 1em; }

.item-image img {
  text-align: center;
  width: auto;
  height: auto;
  vertical-align: bottom; }
  @media only screen and (max-width: 640px) {
    .item-image img {
      width: 80%; } }

.item-text {
  font-size: 1em;
  text-align: center; }

.item_3 {
  width: 33%;
  padding: 1em;
  /* border: 1px solid #ccc;*/
  box-sizing: border-box; }
  @media only screen and (max-width: 640px) {
    .item_3 {
      width: 100%; } }

/* CSS Document */
.button {
  display: inline-block;
  padding: 7px 12px;
  color: #ffffff;
  background-color: #abdb05;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  border-radius: 3px;
  text-decoration: none; }

.button_box {
  display: inline-block;
  padding: 10px 18px;
  color: #000000;
  font-weight: normal;
  font-size: 15px;
  border: solid 1px #000000;
  text-decoration: none; }

.logo_mini img {
  width: 200px; }

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px; }

#pageTop i {
  padding-top: 6px; }

#pageTop a {
  display: block;
  z-index: 999;
  padding: 6px 0 10px;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  background-color: #adbd05;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center; }

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7; }

/* CSS Document */
.sectionLabel {
  text-align: center;
  padding: 14px inherit;
  padding-bottom: 15px;
  color: #474747;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 1;
  border-bottom: 1px solid #abdb05;
  margin-top: -20px;
  margin-bottom: 20px;
  font-family: "Noto Sans JP";
  font-weight: 300; }

.sectionLabel_white {
  text-align: center;
  padding: 14px inherit;
  padding-bottom: 15px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 1;
  border-bottom: 1px solid #abdb05;
  margin-top: -20px;
  margin-bottom: 20px;
  font-family: "Noto Sans JP";
  font-weight: 300; }

.sectionLabel2 {
  text-align: center;
  padding: 10px 5px;
  color: #ffffff;
  text-transform: none;
  font-size: 18px;
  background-color: #abdb05;
  border-radius: 0.2em;
  /*角丸*/
  font-family: "Noto Sans JP";
  font-weight: 300; }

.sectionLabel3 {
  /*text-align: center;*/
  padding: 0.25em 0.5em;
  /*上下 左右の余白*/
  color: #474747;
  text-transform: none;
  font-size: 18px;
  /*background-color: $color-accent;*/
  border-left: solid 5px #abdb05;
  /*左線*/
  margin-left: 20px;
  font-family: "Noto Sans JP";
  font-weight: 300; }

.komidashi {
  font-size: 1.0em;
  color: #abdb05; }

.komidashi_1 {
  font-size: 1.5em;
  color: #abdb05; }

.komidashi_2 {
  font-size: 1.3em;
  color: #393f49; }

.sectionLabel_img {
  margin-left: 120px; }
  @media only screen and (max-width: 640px) {
    .sectionLabel_img {
      width: 100%;
      height: auto;
      margin-left: 10px; } }

.section_howaboutburns {
  background: url("../../../images/howaboutBURNS.png") no-repeat;
  height: 170px;
  padding: 100px 0px 60px; }

/* CSS Document */
th, td {
  border: solid 1px #ccc;
  /* 枠線指定 */
  padding: 10px;
  /* 余白指定 */ }
  @media only screen and (max-width: 640px) {
    th, td {
      font-size: 12px; } }

th {
  width: auto;
  text-align: center;
  background-color: lightsteelblue; }

td {
  background-color: #ffffff; }

table {
  border-collapse: collapse;
  /* セルの線を重ねる */
  width: 100%; }

td.center {
  text-align: center; }

td.midashi {
  text-align: center;
  background-color: #eeeeee; }

/* CSS Document */
ul.line_ud {
  color: #333333;
  border-top: solid #cccccc 1px;
  /*上のボーダー*/
  border-bottom: solid #cccccc 1px;
  /*下のボーダー*/
  padding: 0.5em 0 0.5em 1.5em; }

ul.line_ud li, ol.line_ud li {
  line-height: 1.3;
  padding: 0.5em 0;
  font-size: 0.9em; }

ul.noline {
  color: #333333;
  padding: 0.5em 0 0.5em 1.5em; }

ul.noline li, ol.noline li {
  line-height: 1.3;
  padding: 0.5em 0;
  font-size: 0.9em; }

ul.box_gray {
  /*box-shadow :0px 0px 3px silver;*/
  border: solid 1px whitesmoke;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
  background: #fafafa; }

ul.box_gray li {
  line-height: 1.3;
  padding: 0.5em 0;
  list-style-type: none !important;
  font-size: 0.9em; }

ul.box_gray li:before {
  font-family: "FontAwesome";
  content: "\f0da";
  position: absolute;
  left: 1em;
  /*左端からのアイコンまで*/
  color: gray;
  /*アイコン色*/ }

ul.fusen, ol.fusen {
  padding: 0;
  position: relative; }

ul.fusen li, ol.fusen li {
  color: #2d8fdd;
  border-left: solid 6px #2d8fdd;
  /*左側の線*/
  background: #f1f8ff;
  /*背景色*/
  margin-bottom: 3px;
  /*下のバーとの余白*/
  line-height: 1.5;
  padding: 0.5em;
  list-style-type: none !important;
  /*ポチ消す*/ }

/* CSS Document */
.box1 {
  padding: 0.5em 1em;
  margin: 2em 0;
  background: white;
  border-top: solid 5px #5d627b;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22); }

.box1 p {
  margin: 0;
  padding: 0;
  text-align: center; }

.box_white {
  background-color: rgba(255, 255, 255, 0.95);
  flex: 0 1 1180px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 10px 20px 30px; }

/* CSS Document */
.card {
  width: 350px;
  margin: 5px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px #ccc; }

.card-img {
  border-radius: 5px 5px 0 0;
  max-width: 100%;
  height: auto; }

.card-content {
  padding: 20px; }

.card-title {
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
  color: #333; }

.card-text {
  color: #777;
  font-size: 14px;
  line-height: 1.5; }

.card-link {
  text-align: center;
  border-top: 1px solid #eee;
  padding: 20px; }

.card-link p {
  text-decoration: none;
  color: #393f49;
  margin: 0 10px; }

.card-link a:hover {
  color: #0090aa; }

/*ボックス全体*/
.accbox {
  margin: 2em 0;
  padding: 0;
  max-width: auto;
  /*最大幅*/ }

/*ラベル*/
.accbox label {
  display: block;
  margin: 1.5px 0;
  padding: 11px 12px;
  color: #333333;
  font-weight: bold;
  /*background :#a4cbf3;*/
  cursor: pointer;
  transition: all 0.5s; }

/*ラベルホバー時*/
.accbox label:hover {
  background: #85baef; }

/*チェックは隠す*/
.accbox input {
  display: none; }

/*中身を非表示にしておく*/
.accbox .accshow {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s; }

/*クリックで中身表示*/
.cssacc:checked + .accshow {
  height: auto;
  padding: 5px 10px;
  background: #eeeeee;
  opacity: 1; }
  @media only screen and (max-width: 640px) {
    .cssacc:checked + .accshow img {
      max-width: 100%;
      height: auto; } }
  .cssacc:checked + .accshow table, .cssacc:checked + .accshow th, .cssacc:checked + .accshow td {
    text-align: center;
    font-size: 0.9em;
    /*width: 100%;*/
    /*border-style: none;*/ }

/*.accshow{
	padding: 10px 50px;
}*/
/* CSS Document */
.balloon1 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #e0edff;
  border-radius: 5px; }

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff; }

.balloon1 p {
  margin: 0;
  padding: 0; }

.balloon5 {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden; }

.balloon5 .faceicon {
  float: left;
  margin-right: -90px;
  width: 80px; }

.balloon5 .faceicon img {
  width: 100%;
  height: auto;
  border: solid 3px #d7ebfe;
  border-radius: 50%; }

.balloon5 .chatting {
  width: 100%; }

.says {
  display: inline-block;
  position: relative;
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #d7ebfe; }

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px;
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #d7ebfe; }

.says p {
  margin: 0;
  padding: 0; }

/* CSS Document */
.Footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 40px auto 0;
  padding: 20px 0;
  background-color: #393f49;
  color: #878378;
  text-decoration: none; }
  .Footer__head p {
    padding-left: 30px;
    font-size: 0.9em; }
  .Footer__head, .Footer__body {
    padding-right: 20px; }
    @media only screen and (max-width: 640px) {
      .Footer__head, .Footer__body {
        margin-bottom: 15px; } }
  .Footer__body, .Footer__foot {
    align-self: flex-start;
    flex: 1 1 20%; }
    @media only screen and (max-width: 640px) {
      .Footer__body, .Footer__foot {
        flex-basis: 100%; } }
  .Footer img {
    width: 65%; }
  .Footer p {
    color: #ffffff;
    font-size: 0.9em; }
  .Footer a {
    color: #ffffff;
    text-decoration: none; }
    .Footer a:hover {
      color: #abdb05; }
  .Footer ul, .Footer li {
    font-size: 0.9em;
    line-height: 1.3; }

/* CSS Document */
.Copyright {
  background-color: #393f49;
  color: #ffffff;
  text-align: center;
  margin: -20px 0px;
  padding: 10px 0px 5px; }

/* CSS Document */
.header {
  background-color: #ffffff;
  display: flex;
  position: fixed;
  top: 0;
  /* 固定する位置 */
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  height: 130px;
  width: 100%;
  opacity: 0.9; }
  .header__head {
    flex: 1 1 auto;
    text-align: center; }
  .header__body {
    flex: 3 1 auto; }

.h_logo {
  margin: 5px 5px 5px; }

/* CSS Document */
.Menu {
  display: flex;
  justify-content: space-around;
  font-family: "Noto Sans JP";
  font-weight: 300; }
  @media only screen and (max-width: 640px) {
    .Menu {
      flex-direction: column; } }
  .Menu__item {
    display: block;
    padding: 5px 8px 0px;
    text-decoration: none; }
  .Menu--sub {
    flex-direction: column; }

.lungMenu {
  display: flex;
  justify-content: flex-end;
  height: 65px;
  margin-right: 40px;
  padding: 10px 10px 0px;
  font-family: "Noto Sans JP";
  font-weight: 300; }
  @media only screen and (max-width: 640px) {
    .lungMenu {
      flex-direction: column;
      margin-top: 400px;
      margin-left: 20px; } }
  .lungMenu a {
    color: #ffffff; }
  .lungMenu__item {
    display: block;
    padding: 10px;
    margin: 10px 5px;
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    font-size: 0.9em;
    background-color: #abdb05;
    border: solid 1px #abdb05; }
    @media only screen and (max-width: 640px) {
      .lungMenu__item {
        width: 100px; } }
    .lungMenu__item:hover {
      color: #abdb05;
      background-color: #f1f1f1;
      border-radius: 3px;
      border: solid 1px #abdb05; }
  .lungMenu--sub {
    flex-direction: column; }

/* ----------------------------------------------

 * アンカータグの設定

---------------------------------------------- */
a {
  outline: none;
  color: #333; }

a:hover {
  text-decoration: none; }

a, a:hover, a:hover img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none; }

a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.80;
  opacity: 0.80; }

/* ---------------------------------------------------------------------------------------------

　   HEADER

--------------------------------------------------------------------------------------------- */
#header {
  /* box-shadow: 0px 3px 15px rgba(0,0,0,0.2);*/
  z-index: 99;
  width: 100%;
  height: auto;
  padding-right: 50px;
  /*	padding-bottom: 30px;*/
  position: fixed;
  top: 0;
  left: 0;
  background: #fff; }

#gNav a:hover {
  color: #999; }

nav li a {
  font-size: 13px;
  /*letter-spacing: 0.2em;*/ }

nav .sub-menu, .mean-container .mean-nav ul ul {
  background: #2D3774;
  /*background-image: linear-gradient(to top, #fff1eb 0%, #ace0f9 100%);*/ }

@media only screen and (max-width: 768px) {
  #header {
    padding: 10px 0;
    height: 80px; }

  .h_logo {
    width: 200px;
    position: absolute;
    top: 5px;
    left: 10px;
    z-index: 100; }

  .h_logo img {
    max-width: 100%; }

  #gNav .nav {
    overflow-y: auto;
    height: 100vh; }

  .mean-nav .container {
    padding: 0; }

  nav li .fa {
    display: none; } }
@media print, screen and (min-width: 769px) {
  #header {
    height: auto;
    background-color: rgba(255, 255, 255, 0.9); }

  .h_logo img {
    width: 300px; }

  #h_top {
    display: flex;
    justify-content: space-between;
    align-items: center; }

  #gNav ul {
    position: relative;
    display: flex;
    flex-wrap: wrap; }

  #gNav li {
    position: relative;
    margin-right: 3em;
    margin-bottom: 1em; }

  #gNav li:last-child {
    margin-right: 0; }

  #gNav li i {
    font-size: 16px;
    margin-left: 5px; }

  #gNav li a {
    position: relative;
    display: block;
    text-align: center;
    line-height: normal; }

  #gNav .sub-menu {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    display: block;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    padding-left: 0px; }

  #gNav .sub-menu a {
    padding: 10px;
    display: block;
    border-bottom: none;
    /* padding: 20px;*/
    line-height: 1.2em; }

  #gNav .sub-menu a:hover:after {
    content: none; }

  #gNav .sub-menu li {
    display: block;
    font-size: 16px;
    padding: 0;
    margin: 0; }

  #gNav .sub-menu li:last-child {
    border-bottom: none; }

  #gNav ul > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s; }

  #gNav ul > li:hover a, #gNav .current-menu-item a, #gNav .current-menu-parent a {
    color: #abdb05; }

  #gNav li:hover ul.sub-menu {
    top: 25px;
    visibility: visible;
    opacity: 1;
    z-index: 9999; }

  #gNav li ul li:after {
    content: none; }

  #gNav li:hover ul.sub-menu a {
    color: #ffffff; }

  #gNav .sub-menu li a:hover {
    background: #2D3774;
    color: #ffffff; }

  #gNav .contact_btn a:hover {
    color: #fff; } }
/* CSS Document */
.Section {
  margin-bottom: 40px; }
  .Section__item {
    margin-bottom: 40px; }
    .Section__item:last-child {
      margin-bottom: 0; }

.Section_action_top {
  background-color: #abdb05;
  margin-top: -15px;
  padding-top: 23px;
  padding-bottom: 10px;
  text-align: center;
  width: 100%; }

.Section_action {
  background-color: #abdb05;
  padding-top: 23px;
  padding-bottom: 23px;
  text-align: center;
  width: 100%; }

.Section_gray_light {
  background-color: #E2E3E3;
  padding: 10px;
  text-align: center;
  width: 100%; }

.Section_gray_dark {
  background-color: #a4a4a4;
  padding: 10px;
  text-align: center;
  width: 100%; }

.box_slant {
  -webkit-clip-path: polygon(0 0, 100% 2%, 100% 98%, 0 100%);
  clip-path: polygon(0 0, 100% 2%, 100% 98%, 0 100%);
  padding-bottom: 50px;
  background: #333; }
  @media only screen and (max-width: 640px) {
    .box_slant {
      -webkit-clip-path: polygon(0 0, 100% 1%, 100% 99%, 0 100%);
      clip-path: polygon(0 0, 100% 1%, 100% 99%, 0 100%); } }

.Section_img1 {
  background-image: url("../../../images/DSC_9329.jpg");
  padding: 10px;
  text-align: center;
  width: auto;
  height: 100%; }

/* CSS Document */
.EntryPanel {
  /*display: flex;*/
  align-items: center; }
  .EntryPanel__main {
    display: flex;
    flex: 1 1 50%;
    flex-direction: column;
    justify-content: space-between;
    align-self: stretch; }
  .EntryPanel__sub {
    margin-right: 20px; }
    @media only screen and (max-width: 640px) {
      .EntryPanel__sub {
        margin: 0 auto; } }
  .EntryPanel__thumb {
    width: 100%;
    height: auto;
    justify-content: center;
    align-items: center; }
  .EntryPanel__head {
    font-weight: bold;
    font-size: 16px;
    text-align: center; }
  .EntryPanel__body {
    margin-top: 10px;
    padding: 0px 25px 0px 10px;
    font-size: 14px;
    text-align: center; }
    @media only screen and (max-width: 640px) {
      .EntryPanel__body {
        font-size: 12px; } }
  .EntryPanel__foot {
    margin-top: 10px;
    text-align: center; }

/* CSS Document */
.ImageSlide {
  text-align: center;
  margin-top: 130px; }
  @media only screen and (max-width: 640px) {
    .ImageSlide {
      margin-top: 80px; } }
  .ImageSlide__image {
    width: 100%;
    height: auto; }

/* CSS Document */
.NewsList {
  margin: 10px auto;
  display: table;
  border-collapse: separate;
  border-spacing: 0px 10px; }
  @media only screen and (max-width: 640px) {
    .NewsList {
      font-size: 12px; } }
  .NewsList__item {
    display: table-row; }
  .NewsList__head {
    display: table-cell;
    padding-right: 40px; }
    @media only screen and (max-width: 640px) {
      .NewsList__head {
        padding-right: 15px; } }
  .NewsList__body {
    display: table-cell; }

/* CSS Document */
.u-mt60px {
  margin-top: 60px; }

.u-mb100px {
  margin-bottom: 100px;
  /*@include mq-sp{
  	margin-bottom: 50px;
  }*/ }
