@charset "UTF-8";
/* 汎用クラス */
[class^="mark"] {
  padding-left: 15px;
  background: no-repeat left .5em;
}

.mark1 {
  background-image: url(../images/share/mark_1.gif);
}

.mark2 {
  background-image: url(../images/share/mark_2.gif);
}

.mark3 {
  background-image: url(../images/share/mark_3.gif);
}

.mark4 {
  background-image: url(../images/share/mark_4.gif);
}

.mark5 {
  background-image: url(../images/share/mark_5.gif);
}

.fr,
.imgR {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}

.fl,
.imgL {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.imgC {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.tar {
  text-align: right;
}

.imgDeco {
  padding: 2px;
  border: 1px solid #7f3648;
  background: #fcfcfc;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.3);
}

.has-letter-space-2x {
  letter-spacing: 1em;
}

.sign {
  text-align: right;
}

.bevel_border:not(:first-child) {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.bevel_border:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

/* clearfix */
/* Gradient（Linear） */
/* Reset Style */
html {
  overflow-y: scroll;
}

body {
  line-height: 1;
  color: #000;
}

/* html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* YUI 3.4.1 (build 4118) Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License. http://yuilibrary.com/license/ */
body {
  font: 13px/1.231 arial,helvetica,clean,sans-serif;
  *font-size: small;
  *font: x-small;
}

select, input, button, textarea {
  font: 99% arial,helvetica,clean,sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

:root, :root:before, :root:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*----------------------------------------------------
	Base Style
	if you're importing skeleton.scss,
	you must write it the dimension(w/h) of components.
----------------------------------------------------*/
html {
  background-color: #231815;
}

body {
  background-color: #fff;
  line-height: 1.5;
  color: #231815;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
}

.scale-with-grid {
  max-width: 100%;
  height: auto;
}

/*----------------------------------------------------
	FONT style
----------------------------------------------------*/
/*!
http://g-azami.tumblr.com/
v1.0 | 20140213
License: none (public domain)
*/
.gothic, body, input, textarea {
  font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

/* ゴシック体 */
.mincho, .section__title {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}

/* 明朝体 */
html {
  font-size: 62.5%;
}

h1 {
  font-size: 24px;
  font-size: 2.4rem;
}

h2 {
  font-size: 21px;
  font-size: 2.1rem;
}

h3 {
  font-size: 16px;
  font-size: 1.6rem;
}

p {
  font-size: 14px;
  font-size: 1.4rem;
}

small {
  font-size: 9px;
  font-size: 0.9rem;
}

* html body, * html input, * html textarea {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

a:link {
  text-decoration: underline;
  color: #06f;
}
a:visited {
  color: #39f;
}
a:hover {
  text-decoration: none;
  color: #00f;
}
a:active {
  color: #00f;
}

.g-nav__list_item {
  font-size: 14px;
  font-size: 1.4rem;
}

.l-global-header {
  background: #FDE101;
}
.l-global-header > .container {
  -js-display: flex;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
  align-content: space-between;
}
@media only screen and (min-width: 900px) {
  .l-global-header > .container {
    flex-direction: row;
  }
}
.l-global-header .col-l {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  align-self: auto;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 900px) {
  .l-global-header .col-l {
    width: auto;
    text-align: left;
  }
}
.l-global-header .col-r {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
  align-self: auto;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 900px) {
  .l-global-header .col-r {
    width: auto;
    text-align: right;
  }
}

.l-global-footer {
  background-color: #FDE101;
  color: #231815;
}

.l-tiptoe {
  background: #231815;
  color: #fff;
  text-align: center;
  padding: 1.5rem 0;
}
.l-tiptoe .copyright > small {
  font-size: 12px;
  font-size: 1.2rem;
}

.container {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: calc( 100% - (2 * 10px ) );
  max-width: 100%;
}
@media only screen and (min-width: 600px) {
  .container {
    width: 540px;
  }
}
@media only screen and (min-width: 900px) {
  .container {
    width: 780px;
  }
}
@media only screen and (min-width: 960px) {
  .container {
    width: 960px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    width: 960px;
  }
}

.l-column__item {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  align-self: auto;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  height: auto;
  text-align: center;
  margin: 1rem auto;
}
.l-column__item img {
  max-width: 100%;
  height: auto;
}
@media only screen and (min-width: 900px) {
  .l-column__item {
    margin: 1rem;
    text-align: left;
  }
  .l-column__item img {
    display: block;
    margin: 0 auto;
  }
}

.l-column {
  -js-display: flex;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: space-between;
  margin: 2rem 0;
}
@media only screen and (min-width: 900px) {
  .l-column {
    flex-direction: row;
  }
}
.l-column__item.visualimage {
  display: none;
  -webkit-align-self: stretch;
  align-self: stretch;
  position: relative;
  overflow: hidden;
  background: transparent;
}
@media only screen and (min-width: 900px) {
  .l-column__item.visualimage {
    display: block;
  }
}
.l-column__item.visualimage > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 900px) {
  .l-column.is-2col .l-column__item {
    width: calc( 100% / 2 - 2rem );
  }
  .l-column.is-2col .l-column__item.double {
    width: 100%;
  }
}
@media only screen and (min-width: 900px) {
  .l-column.is-3col .l-column__item {
    width: calc( 100% / 3 - 2rem );
  }
  .l-column.is-3col .l-column__item.double {
    width: calc( 100% / 3 * 2 - 2rem );
  }
}
@media only screen and (min-width: 900px) {
  .l-column.is-4col .l-column__item {
    width: calc( 100% / 4 - 2rem );
  }
  .l-column.is-4col .l-column__item.double {
    width: calc( 100% / 2 - 2rem );
  }
}

.contents > .container {
  box-sizing: border-box;
  padding: 3rem 0;
}
@media only screen and (min-width: 900px) {
  .contents > .container {
    padding: 6rem 0;
  }
}

.l-main-visual {
  background-image: url(../images//share/visual-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.l-main-visual > .container {
  box-sizing: border-box;
  padding: 2rem 0;
}
.l-main-visual__wrapper {
  background: #fff;
  padding: 1rem;
  box-sizing: border-box;
  line-height: 1em;
}
.l-main-visual img {
  max-width: 100%;
  height: auto;
}

.gmap {
  width: 100%;
  height: 320px;
  max-width: 100%;
  margin: .5em auto;
}
@media only screen and (max-width: 600px) {
  .gmap {
    width: 100%;
    max-width: 100%;
    max-height: 20rem;
  }
}

.footer-info {
  -js-display: flex;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: space-between;
  box-sizing: border-box;
  padding: 2rem 0;
}
@media only screen and (min-width: 900px) {
  .footer-info {
    flex-direction: row;
  }
}
.footer-info__logo {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  align-self: auto;
}
@media only screen and (min-width: 900px) {
  .footer-info__logo {
    margin-right: 2.5rem;
  }
}
.footer-info__data {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
}

.site-logo {
  line-height: 1em;
  margin: 1.5rem;
}
.site-logo__image {
  width: 200px;
  height: 66px;
}
.site__telnum {
  width: 133px;
  height: 38px;
  line-height: 1em;
  margin: 1rem auto;
}
@media only screen and (min-width: 900px) {
  .site__telnum {
    margin-top: 0;
    margin-right: 1.2rem;
    margin-bottom: 0;
    margin-left: auto;
  }
}

.page__title, .c-covid19__title {
  font-size: 18px;
  font-size: 1.8rem;
  background: #FBF2AD;
  color: #533831;
  padding: 1.2rem 3rem;
  text-align: center;
  font-weight: normal;
  border-width: 0 0 3px 0;
  border-style: solid;
  border-color: #FDE101;
}
@media only screen and (min-width: 900px) {
  .page__title, .c-covid19__title {
    text-align: left;
  }
}
.page__body {
  margin: 1.5em 0;
}

.section__title {
  margin: .5em 0;
  color: #533831;
  padding-top: .5rem;
  padding-left: .5em;
  padding-bottom: .5rem;
  border-width: 0 0 0 1px;
  border-style: solid;
  border-color: #FDE101;
}
.section__body {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 1em 0;
}
.section__body img {
  max-width: 100%;
  height: auto;
}
.section__contents {
  margin-top: 2.5em;
}

.card__image {
  max-width: 100%;
  height: auto;
}
.card__title {
  font-size: 20px;
  font-size: 2rem;
  color: #533831;
  box-sizing: border-box;
  border-bottom: 1px solid #533831;
  padding: 1rem;
  text-align: center;
  margin-bottom: .7rem;
  font-weight: normal;
}
.card__body {
  box-sizing: border-box;
  padding: .5rem;
}

.basic-list > li, .basic-list--sub > li {
  font-size: 16px;
  font-size: 1.6rem;
  list-style: none;
  padding-left: 1.5em;
  text-indent: -1.5em;
  display: block;
}
.basic-list > li::before, .basic-list--sub > li::before {
  content: "●";
  color: inherit;
  margin: 0 .5rem 0 0;
}
@media only screen and (max-width: 900px) {
  .basic-list > li, .basic-list--sub > li {
    text-align: left;
  }
}

.basic-list, .basic-list--sub {
  display: inline-block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.basic-list--sub {
  display: block;
}

.c-covid19__area {
  margin-bottom: 3rem;
  border-radius: 4px;
}
.c-covid19__title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  box-sizing: border-box;
}
.c-covid19__body {
  font-size: 16px;
  font-size: 1.6rem;
  box-sizing: border-box;
  padding: 2rem;
}
.c-covid19__list > li {
  margin-left: 1.5em;
}
.c-covid19__anchor {
  display: block;
  box-sizing: border-box;
  padding: .5em 1em;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
}
@media (hover: hover) {
  .c-covid19__anchor {
    text-decoration: none !important;
    transition: box-shadow .3s, color .3s, background .3s;
  }
  .c-covid19__anchor:hover {
    box-shadow: 0 0 0 transparent;
    background: #06f;
    color: #fff;
  }
}

/*----------------------------------------------------
	Navigation Module
----------------------------------------------------*/
@media only screen and (max-width: 900px) {
  .g-nav {
    display: none;
  }
}
.g-nav.under-hmb {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}
@media only screen and (min-width: 960px) {
  .g-nav.under-hmb {
    display: block;
    position: static;
    width: 100%;
    height: auto;
    background: transparent;
  }
}

.g-nav__list {
  font-size: 0px;
  font-size: 0rem;
}
@media only screen and (max-width: 900px) {
  .g-nav__list {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    margin: 0;
  }
}

@media only screen and (min-width: 900px) {
  .g-nav__list_item a:hover:after, .g-nav__list_item a.is-current:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    width: 100%;
    height: 3px;
    display: block;
    background: #533831;
  }
}

.g-nav__list_item {
  display: block;
  margin: 1rem auto;
}
@media only screen and (min-width: 900px) {
  .g-nav__list_item {
    display: inline-block;
    margin: 0 1.3rem;
  }
}
.g-nav__list_item a {
  position: relative;
  color: #06f;
  padding-bottom: 3px;
  box-sizing: border-box;
  padding: 2rem;
}
@media only screen and (min-width: 900px) {
  .g-nav__list_item a {
    margin: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 3px;
    padding-left: 0;
  }
}
.g-nav__list_item a:visited {
  color: #39f;
}
.g-nav__list_item a:hover {
  color: #00f;
}
@media only screen and (min-width: 900px) {
  .g-nav__list_item a:hover {
    transition: opacity .3s;
    opacity: .6;
  }
}
.g-nav__list_item a:active {
  color: #00f;
}

/*----------------------------------------------------
	Navigation Module
----------------------------------------------------*/
.data-table__title, .data-table__cell {
  font-size: 16px;
  font-size: 1.6rem;
  color: #231815;
  padding: .5em 1em;
  border: 1px solid #FDE101;
  vertical-align: top;
}
@media only screen and (max-width: 900px) {
  .data-table__title, .data-table__cell {
    display: block;
    text-align: center;
  }
}

.data-table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
}
@media only screen and (max-width: 900px) {
  .data-table {
    display: block;
  }
}
@media only screen and (max-width: 900px) {
  .data-table > caption, .data-table > tbody {
    display: block;
  }
}
@media only screen and (max-width: 900px) {
  .data-table__row {
    display: block;
  }
}
.data-table__title {
  background: #FBF2AD;
  white-space: nowrap;
}

form {
  margin-bottom: 2rem;
}

fieldset {
  margin-bottom: 2rem;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
  border: 1px solid #e73562;
  padding: 6px 4px;
  outline: none;
  border-radius: 2px;
  color: #606060;
  margin: 0;
  width: 210px;
  max-width: 100%;
  display: block;
  background: #fcfcfc;
}

select {
  padding: 0;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  border: 1px solid #7f3648;
  color: #606060;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

textarea {
  min-height: 60px;
}

label,
legend {
  display: block;
  font-weight: bold;
}

select {
  width: 220px;
}

input[type="checkbox"] {
  display: inline;
}

label span,
legend span {
  font-weight: normal;
  color: #606060;
}

/*----------------------------------------------------
	Button Style
----------------------------------------------------*/
.btn {
  background: #fefefe;
  background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#e6e6e6));
  background: -moz-linear-gradient(top, #fefefe, #e6e6e6);
  background: -o-linear-gradient(#fefefe, #e6e6e6);
  background: linear-gradient(#fefefe, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#e6e6e6');
  zoom: 1;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 5px 15px;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  color: #606060;
  text-shadow: 0 1px rgba(255, 255, 255, 0.9);
  font-weight: bold;
  line-height: normal;
  cursor: pointer;
}
.btn:hover {
  background: #f6f6f6;
  background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#E6E6E6));
  background: -moz-linear-gradient(top, #f6f6f6, #E6E6E6);
  background: -o-linear-gradient(#f6f6f6, #E6E6E6);
  background: linear-gradient(#f6f6f6, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#E6E6E6');
  zoom: 1;
  border-color: #e73562;
  color: #606060;
}
.btn:disabled {
  opacity: .5;
}

/* #Buttons
================================================== */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  background: #eee;
  /* Old browsers */
  background: #eee -moz-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* FF3.6+ */
  background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.2)));
  /* Chrome,Safari4+ */
  background: #eee -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* Chrome10+,Safari5.1+ */
  background: #eee -o-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* Opera11.10+ */
  background: #eee -ms-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* IE10+ */
  background: #eee linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* W3C */
  border: 1px solid #aaa;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-radius: 3px;
  color: #444;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px rgba(255, 255, 255, 0.75);
  cursor: pointer;
  margin-bottom: 20px;
  line-height: normal;
  padding: 8px 10px;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  color: #222;
  background: #ddd;
  /* Old browsers */
  background: #ddd -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* FF3.6+ */
  background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(0, 0, 0, 0.3)));
  /* Chrome,Safari4+ */
  background: #ddd -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Chrome10+,Safari5.1+ */
  background: #ddd -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Opera11.10+ */
  background: #ddd -ms-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* IE10+ */
  background: #ddd linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* W3C */
  border: 1px solid #888;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
}

.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
  border: 1px solid #666;
  background: #ccc;
  /* Old browsers */
  background: #ccc -moz-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%);
  /* FF3.6+ */
  background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.35)), color-stop(100%, rgba(10, 10, 10, 0.4)));
  /* Chrome,Safari4+ */
  background: #ccc -webkit-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%);
  /* Chrome10+,Safari5.1+ */
  background: #ccc -o-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%);
  /* Opera11.10+ */
  background: #ccc -ms-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%);
  /* IE10+ */
  background: #ccc linear-gradient(to bottom, rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%);
  /* W3C */
}

.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
}

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.menu-trigger, .menu-trigger > span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

#responsive-menu-button {
  text-decoration: none;
  display: block;
}

.hum-button {
  background: #231815;
  position: fixed;
  width: 40px;
  height: 44px;
  box-sizing: border-box;
  top: 15px;
  right: 30px;
  text-align: center;
  display: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1000;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 600px) {
  .hum-button {
    right: 10px;
  }
}

.menu-trigger {
  position: relative;
  width: 26px;
  height: 16px;
  margin-top: 5px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}
.menu-trigger > span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
}
.menu-trigger > span:nth-of-type(1) {
  top: 0;
}
.menu-trigger > span:nth-of-type(2) {
  top: 8px;
}
.menu-trigger > span:nth-of-type(3) {
  top: 16px;
}
.menu-trigger__title {
  display: block;
  color: #fff;
  font-size: 9px;
  font-size: 0.9rem;
  text-decoration: none;
}

.menu-trigger.active > span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}
.menu-trigger.active > span:nth-of-type(2) {
  left: -50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 .8s forwards;
  animation: active-menu-bar02 .8s forwards;
}
.menu-trigger.active > span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
/*----------------------------------------------------
	z-index
----------------------------------------------------*/
.is-hidden {
  visibility: hidden;
}

/*----------------------------------------------------
	メディア別スタイル
----------------------------------------------------*/
@media print {
  * html body {
    zoom: .7;
  }
}

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