@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  /*line-height: 0;*/
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  /*overflow: hidden;*/ }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Scss Document */
/* 変数 */
/* Scss Document */
/* 変数 */
/* font */
html {
  font-size: 62.5%; }

html body {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
  font-weight: 500;
  font-size: 1.6rem; }

p, ul, ol, dl, table, pre {
  margin-bottom: 1.6rem;
  margin-top: 0; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin-top: 1.6rem;
  margin-bottom: 1.6rem; }

h1 {
  font-size: 38.4px;
  font-size: 3.84rem;
  line-height: 1.15385; }

h2 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.15385; }

h3 {
  font-size: 27.2px;
  font-size: 2.72rem;
  line-height: 1.25; }

h4 {
  font-size: 22.4px;
  font-size: 2.24rem; }

h5 {
  font-size: 19.2px;
  font-size: 1.92rem; }

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

._c-row._c-row--margin-s {
  margin-bottom: 1em; }

.g_search ._c-row._c-row--margin-s {
  margin-bottom: .3em; }

/* 標準スタイル */
table {
  border-top: 1px solid gray;
  border-right: 1px solid gray;
  empty-cells: show;
  width: 100%;
  border-spacing: 0;
  margin: 0 auto 1em; }
  table caption {
    text-align: left; }
  table thead th {
    white-space: nowrap;
    background-color: #004EA2;
    color: #fff;
    text-align: center; }
  table th, table td {
    border-bottom: 1px solid gray;
    border-left: 1px solid gray;
    padding: .5em; }

table.sub {
  border: 0px none;
  font-size: 90%;
  border-collapse: separate;
  border-spacing: 1px; }
  table.sub thead th {
    background-color: transparent;
    color: #004EA2;
    border-bottom: 1px solid #004EA2; }
  table.sub th, table.sub td {
    border-bottom-style: dotted;
    border-left: 0px none; }

/* タブ表示 */
.tabIndex {
  width: 100%;
  display: flex;
  margin: 0;
  padding: 0;
  margin-left: 5px;
  position: relative;
  z-index: 5;
  top: 1px; }
  .tabIndex li {
    margin: 0;
    margin-left: 5px;
    text-align: center;
    list-style: none; }
    .tabIndex li a {
      display: block;
      padding: .5em;
      border: 1px solid black;
      border-radius: 3px 3px 0 0;
      background-color: lightgray;
      transition: background .2s ease-out; }
  .tabIndex li.current a {
    background-color: white;
    border-bottom: 1px solid white; }

.tabBody {
  padding: 1em;
  border: 1px solid black;
  border-radius: 5px;
  background-color: white;
  margin-bottom: 1.5em; }
  .tabBody section {
    margin-bottom: 3em; }
  .tabBody section:last-child {
    margin-bottom: 0; }

:target {
  background-color: beige !important; }

#nav:target {
  background-color: #333333 !important; }

header:target {
  background-color: transparent !important; }

#contents:target {
  background-color: transparent !important; }

.numbertable tbody td {
  text-align: right; }

.centertable tbody td {
  text-align: center; }

.table_colsubt {
  margin: 0;
  margin-bottom: -1.5em;
  text-align: right; }

.table_subt {
  margin: 0;
  text-align: right; }

.page_top {
  position: fixed !important;
  bottom: 5px;
  right: -200px;
  z-index: 2000; }

.page_top a {
  display: block;
  padding: 10px;
  background-color: #000000;
  background: rgba(0, 0, 0, 0.8);
  color: #FFFFFF !important;
  border-radius: 5px;
  border: 0 none;
  font-size: 80%;
  transition: all .2s ease-out; }

.page_top a:link,
.page_top a:visited {
  color: #FFFFFF !important; }

.page_top a:hover {
  text-decoration: none;
  color: #FFFFFF !important;
  text-shadow: 0 0 5px #fff, 0 0 15px #3C6CD0, 0 0 20px #5EB2FF, 0 0 25px #5EB2FF, 0 0 30px #5EB2FF;
  background: rgba(0, 0, 0, 0.8); }

.page_top a:active {
  color: #FFFFFF !important; }

/*longdesc*/
.have_longdesc {
  width: 100%;
  text-align: center;
  position: relative; }
  .have_longdesc img {
    position: relative;
    background-color: white;
    z-index: 10; }
  .have_longdesc .to_longdesc {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%; }
    .have_longdesc .to_longdesc a {
      position: relative;
      display: block;
      padding: 1em;
      line-height: 1.5;
      left: -50%; }

.to_longdesc a:link,
.to_longdesc a:visited {
  z-index: 5; }

.to_longdesc a:hover,
.to_longdesc a:active,
.to_longdesc a:focus {
  background-color: lightyellow;
  z-index: 15; }

@media print {
  .page_top,
  .to_longdesc {
    display: none; } }
@media screen and (max-width: 640px) {
  .resp {
    border: none;
    padding: .5em; }
    .resp thead {
      display: none; }
    .resp tr {
      border-top: 1px solid gray;
      display: block;
      margin-bottom: 1em; }
    .resp td {
      border-right: 1px solid gray;
      border-bottom: none;
      display: block;
      padding: 0; }

  .table_colsubt {
    margin-bottom: 0; }

  #contents_section table th {
    white-space: normal; }

  .page_top a span {
    display: none; } }
a {
  transition: color .1s ease-out; }

a:link {
  color: darkblue; }

a:visited {
  color: purple; }

a:hover,
a:active {
  color: blue; }

.btn-style {
  padding: 0;
  margin: .5em;
  text-align: center; }
  .btn-style a {
    border: 1px solid #dadada;
    color: #333;
    display: inline-block;
    line-height: 1.5;
    padding: .5em 1em;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    transition: background .2s ease-out;
    /*overflow: hidden;*/ }
    .btn-style a:before {
      content: "▷";
      font-size: 70%; }
    .btn-style a img {
      vertical-align: middle; }
  .btn-style a:link,
  .btn-style a:visited {
    background-color: #FEFBFC; }
  .btn-style a:hover,
  .btn-style a:active {
    background-color: beige; }
  .btn-style.block-btn a {
    display: block; }

a *.btn-style {
  border: 1px solid #dadada;
  color: #333;
  display: inline-block;
  line-height: 1.5;
  padding: .5em 1em;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  /*overflow: hidden;*/
  transition: background .2s ease-out; }
  a *.btn-style.block-btn {
    display: block; }
  a *.btn-style:before {
    content: "▷";
    font-size: 70%; }
  a *.btn-style img {
    vertical-align: middle; }

a:link *.btn-style,
a:visited *.btn-style {
  background-color: #FEFBFC; }

a:hover *.btn-style,
a:active *.btn-style {
  background-color: beige; }

a.zoomin {
  cursor: zoom-in; }

/* img */
img[src$=".svg"] {
  margin-left: 2px;
  margin-right: 2px; }

img.s_resp[src$=".svg"] {
  width: 100%; }

img[src$="pdf.svg"] {
  width: 32px;
  height: 32px;
  max-width: 32px; }

img._u-pull-left {
  margin-right: .5em;
  margin-bottom: .5em; }

img._u-pull-right {
  margin-left: .5em;
  margin-bottom: .5em; }

img.f_center_img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: .5em; }

img.full {
  width: 100%; }

._u_text_center {
  text-align: center; }
  ._u_text_center img {
    margin: 0 auto; }

._u_text_left {
  text-align: left; }

address img {
  display: none; }

/* 標準クラス */
ul._c-row {
  list-style: none;
  margin: 0;
  padding: 0; }

.clear {
  clear: both; }

.skip_link {
  display: none; }

.skip_to_contents,
.skip_to_global,
.skip_to_local {
  position: absolute;
  display: block;
  padding: .5em; }

.skip_to_contents {
  z-index: 10000; }

.skip_to_global,
.skip_to_local {
  z-index: 5000; }

.skip_to_contents:link,
.skip_to_contents:visited,
.skip_to_global:link,
.skip_to_global:visited,
.skip_to_local:link,
.skip_to_local:visited {
  top: -20em; }

#local_nav:link,
#local_nav:visited {
  top: 2em;
  left: 1em; }

@media screen and (max-width: 640px) {
  .skip_to_global:link
  .skip_to_global:visited,
  .skip_to_local:link,
  .skip_to_local:visited {
    top: -15em; }

  ._c-navbar {
    background-color: #333333; } }
.skip_to_contents:hover,
.skip_to_contents:active,
.skip_to_contents:focus,
.skip_to_global:hover,
.skip_to_global:active,
.skip_to_global:focus,
.skip_to_local:hover,
.skip_to_local:active,
.skip_to_local:focus {
  top: 1px;
  background-color: lightyellow;
  z-index: 7000; }

.here_text {
  position: absolute;
  left: -9999px; }

.nodisp {
  display: none; }

.sub {
  font-size: 70%; }

.filesize {
  font-size: 80%; }

._u-visible-sm-inline {
  display: none; }

.nolist {
  list-style: none;
  margin: 0;
  padding: 0; }
  .nolist li {
    margin: 0;
    padding: 0; }

/* パネル */
.panel {
  border: 1px solid lightgray;
  border-radius: 5px;
  padding: .5em;
  display: block;
  margin-bottom: 1.5em;
  margin-top: -0.5em; }
  .panel h2 {
    text-decoration: none; }

a.panel:link,
a.panel:visited {
  background-color: transparent; }

a.panel:hover,
a.panel:active {
  background-color: beige; }

/* パンくずリスト */
.pan_list {
  width: 100%;
  background-color: gray;
  clear: both; }
  .pan_list ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    font-size: 80%;
    padding: .2em; }
    .pan_list ol li {
      margin: 0;
      padding: .2em;
      text-align: center;
      color: white; }
      .pan_list ol li a:link,
      .pan_list ol li a:visited {
        color: white; }
      .pan_list ol li a:hover,
      .pan_list ol li a:active {
        color: bisque; }
    .pan_list ol li:not(:first-child):before {
      content: "> "; }

/* 目次 */
.index {
  background-color: lightyellow;
  border-radius: 5px;
  border: 3px solid #CC0;
  padding: 3px 5px 0px;
  margin: 1em 0; }
  .index h2, .index h3, .index h4 {
    font-size: 100%;
    border-bottom: 3px solid #CC0 !important;
    margin-bottom: 3px;
    color: #CC0 !important;
    font-weight: normal;
    padding: 0;
    margin-top: 0; }
  .index.suc {
    background-color: #FFFFF0;
    border-color: #DDDDAA; }
    .index.suc h2, .index.suc h3, .index.suc h4 {
      border-bottom-color: #DDDDAA !important; }
  .index ul, .index dl {
    display: inline-flex;
    flex-wrap: wrap;
    margin: 0;
    margin-bottom: 1em;
    padding: 0; }
  .index ul:last-child,
  .index dl:last-child {
    margin-bottom: 0; }
  .index ul {
    list-style: none; }
  .index dt {
    flex-basis: 100%; }
  .index li, .index dd {
    white-space: nowrap;
    margin-left: 1em; }
    .index li li:first-child,
    .index li dd:first-child, .index dd li:first-child,
    .index dd dd:first-child {
      margin-left: 0; }
  .index li a, .index dd a {
    color: orange; }
  .index li a:before, .index dd a:before {
    content: "▽ "; }
  .index li a:hover,
  .index li a:active, .index dd a:hover,
  .index dd a:active {
    text-decoration: none; }

/* スタイル */
.contents_wrap section h2:first-child {
  margin-top: 0; }

._u-afull {
  width: 100%;
  max-width: 100%;
  height: auto; }

@media screen and (max-width: 640px) {
  .index li, .index dd {
    white-space: normal; }

  ._u-pull-left._u-full,
  ._u-pull-right._u-full {
    float: none !important;
    display: block;
    margin: 0 auto .5em; }

  .thum._u-full {
    width: 100%; }

  ._u-sp-clear {
    clear: both; } }
.copyright {
  margin: 1.5em 0; }

.bb {
  border: 1px solid #CCCCCC;
  padding: 1em; }

#map {
  width: 100%;
  height: 60vh;
  margin-bottom: 1em;
  border: 1px solid #CCC; }
  #map.medmall {
    height: 30vh;
    margin-bottom: 0; }

@media screen and (min-width: 641px) {
  #map {
    margin-left: 10%;
    margin-right: 10%;
    width: 80%; } }
@media screen and (max-width: 640px) {
  #map {
    margin-right: 10%;
    width: 90%; } }
.dummy {
  color: lightslategray; }
  .dummy:before {
    content: "（ダミーテキスト）"; }

#snsArea {
  float: right;
  margin: 1em 0; }
  #snsArea ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    #snsArea ul li {
      display: inline-block;
      margin-right: 2px;
      width: 40px;
      height: 40px; }
      #snsArea ul li a {
        transition: background .1s ease-out; }
        #snsArea ul li a img {
          width: 40px;
          height: 40px; }
      #snsArea ul li a:hover, #snsArea ul li a:active {
        -webkit-filter: opacity(90%);
        -moz-filter: opacity(90%);
        -ms-filter: opacity(90%);
        -o-filter: opacity(90%);
        filter: opacity(90%); }

.page_break {
  page-break-before: always; }

@media screen and (max-width: 640px) {
  #snsArea {
    float: none;
    clear: both; } }
@media print {
  #snsArea {
    display: none; } }
.pdf_navi ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 90%; }
  .pdf_navi ul li {
    margin: 0;
    margin-left: 1em;
    padding: 0;
    display: inline; }

@media screen and (max-width: 640px) {
  .pdf_navi ul li.b_print {
    display: none; } }
*, ::before, ::after {
  box-sizing: border-box; }

._c-row._c-row--margin-s {
  margin-bottom: 1em; }

._c-row--margin-l {
  margin-bottom: -3rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem; }

._c-row--margin-s {
  margin-bottom: -0.75rem;
  margin-left: -0.375rem;
  margin-right: -0.375rem; }

._c-row {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box; }

ul._c-row {
  list-style: none;
  margin: 0;
  padding: 0; }

._c-row--left {
  justify-content: flex-start; }

._c-row--middle {
  align-items: center; }

._c-row--margin-s > ._c-row__col {
  margin-bottom: 0.75rem;
  padding-left: 0.375rem;
  padding-right: 0.375rem; }

._c-row__col {
  flex: 1 1 0;
  max-width: 100%;
  box-sizing: border-box; }

._c-row--fill > ._c-row__col {
  display: flex; }

._c-row--margin-l > ._c-row__col {
  margin-bottom: 3rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

._c-row--fill > ._c-row__col > * {
  flex: 0 1 100%;
  max-width: 100%; }

._c-row__col--1-1, ._c-row__col--2-2, ._c-row__col--3-3, ._c-row__col--4-4, ._c-row__col--5-5, ._c-row__col--6-6, ._c-row__col--7-7, ._c-row__col--8-8, ._c-row__col--9-9, ._c-row__col--10-10, ._c-row__col--11-11, ._c-row__col--12-12 {
  flex: 0 1 100%;
  max-width: 100%; }

._c-row__col--1-3, ._c-row__col--2-6, ._c-row__col--3-9, ._c-row__col--4-12 {
  flex: 0 1 33.3333%;
  max-width: 33.3333%; }

._c-row__col--1-2, ._c-row__col--2-4, ._c-row__col--3-6, ._c-row__col--4-8, ._c-row__col--5-10, ._c-row__col--6-12 {
  flex: 0 1 50%;
  max-width: 50%; }

._c-row__col--1-4, ._c-row__col--2-8, ._c-row__col--3-12 {
  flex: 0 1 25%;
  max-width: 25%; }

._c-row__col--2-3, ._c-row__col--4-6, ._c-row__col--6-9, ._c-row__col--8-12 {
  flex: 0 1 66.6666%;
  max-width: 66.6666%; }

._c-row__col--3-4, ._c-row__col--6-8, ._c-row__col--9-12 {
  flex: 0 1 75%;
  max-width: 75%; }

._c-row__col--1-5, ._c-row__col--2-10 {
  flex: 0 1 20%;
  max-width: 20%; }

._c-row__col--2-5, ._c-row__col--4-10 {
  flex: 0 1 40%;
  max-width: 40%; }

._c-row__col--3-5, ._c-row__col--6-10 {
  flex: 0 1 60%;
  max-width: 60%; }

._c-row__col--4-5, ._c-row__col--8-10 {
  flex: 0 1 80%;
  max-width: 80%; }

._c-row__col--1-6, ._c-row__col--2-12 {
  flex: 0 1 16.6666%;
  max-width: 16.6666%; }

._c-row__col--5-6, ._c-row__col--10-12 {
  flex: 0 1 83.3333%;
  max-width: 83.3333%; }

._c-row__col--1-7 {
  flex: 0 1 14.2857%;
  max-width: 14.2857%; }

._c-row__col--2-7 {
  flex: 0 1 28.5714%;
  max-width: 28.5714%; }

._c-row__col--3-7 {
  flex: 0 1 42.8571%;
  max-width: 42.8571%; }

._c-row__col--4-7 {
  flex: 0 1 57.1428%;
  max-width: 57.1428%; }

._c-row__col--5-7 {
  flex: 0 1 71.4285%;
  max-width: 71.4285%; }

._c-row__col--6-7 {
  flex: 0 1 85.7142%;
  max-width: 75.7142%; }

._c-row__col--1-8 {
  flex: 0 1 12.5%;
  max-width: 12.5%; }

._c-row__col--3-8 {
  flex: 0 1 37.5%;
  max-width: 37.5%; }

._c-row__col--5-8 {
  flex: 0 1 62.5%;
  max-width: 62.5%; }

._c-row__col--7-8 {
  flex: 0 1 87.5%;
  max-width: 87.5%; }

._c-row__col--1-9 {
  flex: 0 1 11.1111%;
  max-width: 11.1111%; }

._c-row__col--2-9 {
  flex: 0 1 22.2222%;
  max-width: 22.2222%; }

._c-row__col--4-9 {
  flex: 0 1 44.4444%;
  max-width: 44.4444%; }

._c-row__col--5-9 {
  flex: 0 1 55.5555%;
  max-width: 55.5555%; }

._c-row__col--7-9 {
  flex: 0 1 77.7777%;
  max-width: 77.7777%; }

._c-row__col--8-9 {
  flex: 0 1 88.8888%;
  max-width: 88.8888%; }

._c-row__col--1-10 {
  flex: 0 1 10%;
  max-width: 10%; }

._c-row__col--3-10 {
  flex: 0 1 30%;
  max-width: 30%; }

._c-row__col--7-10 {
  flex: 0 1 70%;
  max-width: 70%; }

._c-row__col--9-10 {
  flex: 0 1 90%;
  max-width: 90%; }

._c-row__col--1-11 {
  flex: 0 1 9.0909%;
  max-width: 9.0909%; }

._c-row__col--2-11 {
  flex: 0 1 18.1818%;
  max-width: 18.1818%; }

._c-row__col--3-11 {
  flex: 0 1 27.2727%;
  max-width: 27.2727%; }

._c-row__col--4-11 {
  flex: 0 1 36.3636%;
  max-width: 36.3636%; }

._c-row__col--5-11 {
  flex: 0 1 45.4545%;
  max-width: 45.4545%; }

._c-row__col--6-11 {
  flex: 0 1 54.5454%;
  max-width: 54.5454%; }

._c-row__col--7-11 {
  flex: 0 1 63.6363%;
  max-width: 63.6363%; }

._c-row__col--8-11 {
  flex: 0 1 72.7272%;
  max-width: 72.7272%; }

._c-row__col--9-11 {
  flex: 0 1 81.8181%;
  max-width: 81.8181%; }

._c-row__col--10-11 {
  flex: 0 1 90.9090%;
  max-width: 90.9090%; }

._c-row__col--1-12 {
  flex: 0 1 8.3333%;
  max-width: 8.3333%; }

._c-row__col--5-12 {
  flex: 0 1 41.6666%;
  max-width: 41.6666%; }

._c-row__col--7-12 {
  flex: 0 1 58.3333%;
  max-width: 58.3333%; }

._c-row__col--11-12 {
  flex: 0 1 91.6666%;
  max-width: 91.6666%; }

._c-row__col--1-13 {
  flex: 0 1 7.6923%;
  max-width: 7.6923%; }

._c-row__col--2-13 {
  flex: 0 1 15.3846%;
  max-width: 15.3846%; }

@media screen and (min-width: 1024px) {
  ._c-row--lg-fill > ._c-row__col > * {
    flex: 0 1 100%;
    max-width: 100%; }

  ._c-row__col--lg-1-1, ._c-row__col--lg-2-2, ._c-row__col--lg-3-3, ._c-row__col--lg-4-4, ._c-row__col--lg-5-5, ._c-row__col--lg-6-6, ._c-row__col--lg-7-7, ._c-row__col--lg-8-8, ._c-row__col--lg-9-9, ._c-row__col--lg-10-10, ._c-row__col--lg-11-11, ._c-row__col--lg-12-12 {
    flex: 0 1 100%;
    max-width: 100%; }

  ._c-row__col--lg-1-4, ._c-row__col--lg-2-8, ._c-row__col--lg-3-12 {
    flex: 0 1 25%;
    max-width: 25%; }

  ._c-row__col--lg-3-4, ._c-row__col--lg-6-8, ._c-row__col--lg-9-12 {
    flex: 0 1 75%;
    max-width: 75%; } }
@media screen and (min-width: 641px) {
  ._c-row__col--md-1-1, ._c-row__col--md-2-2, ._c-row__col--md-3-3, ._c-row__col--md-4-4, ._c-row__col--md-5-5, ._c-row__col--md-6-6, ._c-row__col--md-7-7, ._c-row__col--md-8-8, ._c-row__col--md-9-9, ._c-row__col--md-10-10, ._c-row__col--md-11-11, ._c-row__col--md-12-12 {
    flex: 0 1 100%;
    max-width: 100%; }

  ._c-row__col--md-1-2, ._c-row__col--md-2-4, ._c-row__col--md-3-6, ._c-row__col--md-4-8, ._c-row__col--md-5-10, ._c-row__col--md-6-12 {
    flex: 0 1 50%;
    max-width: 50%; }

  ._c-row__col--md-1-3, ._c-row__col--md-2-6, ._c-row__col--md-3-9, ._c-row__col--md-4-12 {
    flex: 0 1 33.3333%;
    max-width: 33.3333%; }

  ._c-row__col--md-2-3, ._c-row__col--md-4-6, ._c-row__col--md-6-9, ._c-row__col--md-9-12 {
    flex: 0 1 66.6666%;
    max-width: 66.6666%; }

  ._c-row__col--md-1-4, ._c-row__col--md-2-8, ._c-row__col--md-3-12 {
    flex: 0 1 25%;
    max-width: 25%; }

  ._c-row__col--md-3-4, ._c-row__col--md-6-8, ._c-row__col--md-9-12 {
    flex: 0 1 75%;
    max-width: 75%; }

  ._c-row__col--md-1-6, ._c-row__col--md-2-12 {
    flex: 0 1 16.6666%;
    max-width: 16.6666%; }

  ._c-row__col--md-2-5 {
    flex: 0 1 40%;
    max-width: 40%; }

  ._c-row__col--md-3-5 {
    flex: 0 1 60%;
    max-width: 60%; } }
._u-clearfix:after {
  content: "";
  display: block;
  clear: both; }

._u-pull-right {
  float: right !important; }

._u-pull-left {
  float: left !important; }

._u-text-right {
  text-align: right !important; }

._u-text-left {
  text-align: left !important; }

._u-text-center {
  text-align: center !important; }

.btn-style {
  margin: 0.5em;
  padding: 0;
  text-align: center; }

a .btn-style {
  border: 1px solid #DADADA;
  color: #333333;
  display: inline-block;
  line-height: 1.5;
  margin: 0 auto;
  padding: 0.5em 1em;
  text-align: center;
  text-decoration: none;
  transition: background 0.2s ease-out;
  vertical-align: middle;
  white-space: nowrap; }

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

.wrap_footer {
  clear: both; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

*, ::before, ::after {
  box-sizing: border-box; }

._u-hidden-md-up {
  display: none; }

@media screen and (max-width: 640px) {
  ._u-hidden-md-up {
    display: block; }

  ._u-hidden-sm {
    display: none; } }
._u-hidden-print-up {
  display: none; }

.gn a {
  display: block; }
.gn .nav-menu {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 1200px;
  box-sizing: border-box;
  list-style: none;
  margin: 0 auto 1em;
  padding: 0;
  height: 3.077em;
  color: #454545;
  background-color: #fff;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
  border-style: solid;
  border-width: 0 1px 1px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  font-size: 0.875em;
  z-index: 6000; }
.gn .nav-menu.f {
  font-size: 1.6rem; }
.gn h2, .gn h3, .gn h4, .gn h5 {
  font-size: 1em;
  display: inline;
  margin: 0;
  padding: 0;
  line-height: inherit;
  font-weight: normal; }
.gn .nav-item {
  position: relative;
  z-index: 6001;
  text-align: center;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 3.077em;
  color: #454545 !important;
  border-right: 1px dotted #b3b3b3;
  border-right-color: rgba(0, 0, 0, 0.3); }
.gn .f .nav-item {
  border-right: 0px none; }
.gn :focus {
  outline: 2px solid rgba(34, 95, 215, 0.3);
  -moz-outline-radius: 3px; }
.gn .nav-item > h3 a {
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
  font-weight: bold;
  padding-left: 0.769em;
  padding-right: 0.769em;
  color: black !important;
  height: 100%;
  box-shadow: inset 1px 1px 0 #fff;
  z-index: inherit; }
  .gn .nav-item > h3 a span {
    color: darkblue;
    font-size: 70%;
    display: block;
    width: 100%; }
.gn .nav-item a:link,
.gn .nav-item a:visited {
  text-decoration: underline; }
.gn .nav-item a:hover,
.gn .nav-item a:active,
.gn .nav-item a:focus,
.gn .nav-item a.open {
  text-decoration: none; }
.gn .nav-item a[aria-expanded]:hover,
.gn .nav-item a[aria-expanded]:focus {
  color: #333 !important;
  outline-offset: -1px; }
.gn .nav-item a[aria-expanded]:hover,
.gn .nav-item a[aria-expanded]:focus,
.gn .nav-item a[aria-expanded].open {
  margin-left: 0;
  /*background: #f5f8fa none;
  background: -webkit-gradient(linear,left top,left bottom,from(#f5f8fa),to(#e3e5e5));
  background: -moz-linear-gradient(top,#f5f8fa,#e3e5e5);
  background: linear-gradient(to bottom,#f5f8fa,#e3e5e5);*/
  z-index: 6002;
  border-top: 1px solid #b3b3b3; }
.gn .nav-item a[aria-expanded].open {
  background: #f5f8fa none;
  padding-bottom: 2px; }
.gn .nav-item.g_home a {
  display: block; }
  .gn .nav-item.g_home a svg {
    background-color: transparent; }
  .gn .nav-item.g_home a:hover, .gn .nav-item.g_home a:focus, .gn .nav-item.g_home a.open {
    color: #333 !important;
    outline-offset: -1px;
    margin-left: 0;
    background: #f5f8fa none;
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f8fa), to(#e3e5e5));
    background: -moz-linear-gradient(top, #f5f8fa, #e3e5e5);
    background: linear-gradient(to bottom, #f5f8fa, #e3e5e5);
    z-index: 6002; }
.gn .nav-item:first-child a[aria-expanded] {
  border-bottom-left-radius: 3px; }
.gn .nav-item:first-child a[aria-expanded].open {
  border-bottom-left-radius: 0px;
  border-left: 1px solid #b3b3b3;
  border-left-color: rgba(0, 0, 0, 0.3);
  left: -1px;
  margin-right: -1px; }
.gn h4.cate_top {
  font-size: 110%; }
  .gn h4.cate_top a {
    display: block;
    background-color: lightgray;
    padding: .3em .5em; }
.gn .sub-nav {
  position: absolute;
  width: 650%;
  text-align: left;
  box-sizing: border-box;
  color: #454545;
  margin: 0;
  padding: .5em .769em .769em;
  line-height: normal;
  background-color: rgba(255, 255, 255, 0.95);
  cursor: default;
  box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.5), inset 1px 1px 0 #fff;
  visibility: hidden;
  top: -9999em;
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 250ms ease 250ms, max-height 500ms ease, visibility 0s linear 500ms, top 0s linear 500ms;
  transition: opacity 250ms ease 250ms, max-height 500ms ease, visibility 0s linear 500ms, top 0s linear 500ms;
  border: 1px solid #b3b3b3;
  border-color: rgba(0, 0, 0, 0.3);
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .gn .sub-nav > ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .gn .sub-nav > ul > li {
      margin: 0;
      padding: .2em;
      border-bottom: 1px dotted #B3B3B3;
      border-color: rgba(0, 0, 0, 0.3); }
    .gn .sub-nav > ul > li:last-child {
      border-bottom: 0px none; }
.gn .g_home a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
  font-weight: bold; }
.gn .g_home figure {
  margin: 0 auto;
  ine-height: 1; }
.gn .g_home figcaption {
  line-height: 1;
  font-size: 80%; }
.gn .g_home span {
  color: darkblue;
  line-height: 1;
  font-size: 70%;
  display: block;
  width: 100%; }
.gn .flexbox {
  display: flex; }
.gn .sub-nav.open {
  visibility: visible;
  top: 3em;
  max-height: 600px;
  opacity: 1;
  z-index: 5999;
  -webkit-transition: opacity 250ms ease, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s;
  transition: opacity 250ms ease, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s; }
.gn .gn-panel-group {
  margin-top: 5px;
  border-right-color: rgba(0, 0, 0, 0.3);
  padding: .2em; }
.gn .gn-panel-group:last-child {
  border-right: 0px none; }
.gn .gn-panel-group h4 a,
.gn .gn-panel-group h5 a {
  border-bottom: 1px solid #039;
  display: block; }
.gn .gn-panel-group > ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .gn .gn-panel-group > ul > li {
    margin: 0;
    padding: .2em;
    border-bottom: 1px dotted #B3B3B3;
    border-color: rgba(0, 0, 0, 0.3); }
    .gn .gn-panel-group > ul > li > ul {
      margin: 0;
      margin-left: .2em;
      padding: 0;
      list-style: none; }
      .gn .gn-panel-group > ul > li > ul > li {
        margin: 0;
        padding: .2em;
        border-bottom: 1px dotted #B3B3B3;
        border-color: rgba(0, 0, 0, 0.3); }
  .gn .gn-panel-group > ul > li:last-child {
    border-bottom: 0px none; }

@media screen and (min-width: 768px) {
  .gn .sub-nav1 {
    left: -1px;
    width: 200%; }
  .gn .sub-nav2 {
    left: -1px;
    width: 400%; }
  .gn .sub-nav3 {
    left: -1px;
    width: 200%; }
  .gn .sub-nav4 {
    left: -350%; }
  .gn .sub-nav5 {
    left: -200%;
    width: 400%; }
  .gn .sub-nav6 {
    left: -1px;
    width: 100%; }

  .spbr {
    display: none; } }
@media screen and (max-width: 767px) {
  .gn .nav-item {
    font-size: 90%; }
    .gn .nav-item h3 a span {
      display: none; }
  .gn .f-wrap {
    flex-wrap: wrap; }
    .gn .f-wrap ._c-row__col--sp-1-3 {
      flex: 0 1 33.3333%;
      max-width: 33.3333%; }
    .gn .f-wrap ._c-row__col--sp-1-2 {
      flex: 0 1 50%;
      max-width: 50%; }
  .gn .sub-nav1,
  .gn .sub-nav2,
  .gn .sub-nav3,
  .gn .sub-nav4,
  .gn .sub-nav5,
  .gn .sub-nav6 {
    width: 650%; }
  .gn .sub-nav1 {
    left: -50%; }
  .gn .sub-nav2 {
    left: -150%; }
  .gn .sub-nav3 {
    left: -250%; }
  .gn .sub-nav4 {
    left: -350%; }
  .gn .sub-nav5 {
    left: -450%; }
  .gn .sub-nav6 {
    left: -550%; } }
/* Scss Document */
/* 変数 */
#contents .skip_to_global {
  z-index: 0; }

table thead th {
  background-color: #851E3F; }

.wrap {
  width: 100%;
  border-top: 5px #851E3F solid;
  background-color: antiquewhite; }
  .wrap header {
    text-align: center;
    width: 100%;
    background-color: white;
    margin: 0;
    padding: .5em 0; }
  .wrap .wrap_h, .wrap .wrap_topic, .wrap .contents_body, .wrap footer {
    margin: auto;
    max-width: 1200px; }

.wrap_footer {
  width: 100%;
  background-color: #851E3F;
  color: #FFFFFF;
  text-align: right;
  padding: 2em 1em;
  font-size: 80%; }

.contents_body {
  text-align: center;
  background-image: linear-gradient(white, rgba(255, 255, 255, 0));
  background-repeat: repeat;
  background-position: center center;
  padding-bottom: 2em; }

.wrap_h {
  background-color: white; }

header h1, header .h1 {
  margin-top: 1.5em;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  width: 15%; }
header .catch {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 90%;
  margin-bottom: .5rem; }

#home header h1 {
  margin-bottom: .5em; }
#home header .catch {
  display: none; }

.wrap_h, .wrap_visual, .wrap_contents, .wrap_topic {
  position: relative; }

.wrap_visual {
  z-index: 2000; }

.wrap_topic {
  z-index: 2100; }

.bg_visual {
  border-radius: 0 0 50% 50%; }

.skip_to_global:link,
.skip_to_global:visited {
  position: absolute;
  top: 0px;
  top: -999em; }

/*#home {
  .skip_to_global:link,
  .skip_to_global:visited {
    left: 10em;
    top: -20em;
  }
}
@media screen and (max-width: $bs-screen-md-min){
  #home {
    .skip_to_global:link,
    .skip_to_global:visited {
      position:absolute;
      left: 0;
      top: -100em;
    }
  }
}*/
.skip_to_global:hover,
.skip_to_global:active,
.skip_to_global:focus {
  position: absolute;
  top: 1px;
  left: 1px;
  background-color: lightyellow; }

/*#home {
  .skip_to_global:hover,
  .skip_to_global:active,
  .skip_to_global:focus {
    position: relative;
    top: 1px;
    background-color: lightyellow;
  }
}*/
#global_nav {
  width: 90%;
  margin: 0 auto;
  padding: 2em 0 0;
  position: absolute;
  top: 0em;
  left: 5%;
  z-index: 2500; }
  #global_nav > ul {
    background-color: rgba(255, 255, 255, 0.6); }

.wrap_visual h1,
.wrap_visual p.shop_title {
  font-weight: bold;
  margin-top: 1em;
  margin-left: 1em;
  position: absolute;
  top: 2em;
  left: 2em;
  text-align: left;
  color: white;
  text-shadow: black 0 0 5px; }
  .wrap_visual h1 span,
  .wrap_visual p.shop_title span {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1em;
    text-align: center;
    width: 100%;
    display: block;
    color: white; }
.wrap_visual p.shop_title {
  font-size: 3.64rem; }
.wrap_visual h1.shop_title {
  left: 2em; }
.wrap_visual .leadtext {
  position: absolute;
  width: 60%;
  bottom: 1em;
  left: 30%;
  padding: 1em;
  background-color: rgba(255, 255, 255, 0.8); }
.wrap_visual .btn-style {
  position: absolute;
  z-index: 2600;
  bottom: 1em;
  right: 2em; }
  .wrap_visual .btn-style a {
    border: 1px solid #851E3F;
    color: #851E3F; }

#home .wrap_visual h1 {
  width: calc(100% - 4em);
  text-align: left; }

#shop .wrap_visual h1.h1img {
  top: .5em; }

#global_nav > ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  #global_nav > ul > li {
    margin: 0;
    padding: .2em; }
    #global_nav > ul > li > a {
      display: block;
      width: 100%;
      text-align: center;
      transition: all .2s ease-out; }
    #global_nav > ul > li > a:link, #global_nav > ul > li a:visited {
      color: black;
      text-decoration: none; }
    #global_nav > ul > li > a:hover, #global_nav > ul > li a:active {
      text-decoration: underline;
      background-color: rgba(255, 255, 255, 0.6);
      border-radius: 3%; }
  #global_nav > ul > li:last-child ol {
    list-style: none;
    margin: 0;
    padding: 0; }
    #global_nav > ul > li:last-child ol li {
      margin: 0 1em;
      padding: 0;
      display: inline-block; }
      #global_nav > ul > li:last-child ol li a:link,
      #global_nav > ul > li:last-child ol li a:visited,
      #global_nav > ul > li:last-child ol li a:hover,
      #global_nav > ul > li:last-child ol li a:active {
        color: white;
        background-color: #851E3F; }
  #global_nav > ul > li.g_home img,
  #global_nav > ul > li.g_flower img {
    width: 50%; }

#howabout #global_nav > ul > li.m_howabout > a:link,
#howabout #global_nav > ul > li.m_howabout > a:visited,
#shop #global_nav > ul > li.m_shop > a:link,
#shop #global_nav > ul > li.m_shop > a:visited,
#howto #global_nav > ul > li.m_howto > a:link,
#howto #global_nav > ul > li.m_howto > a:visited,
#work #global_nav > ul > li.m_work > a:link,
#work #global_nav > ul > li.m_work > a:visited {
  text-decoration: underline;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 3%; }

#global_nav form,
.slicknavnav_menu form {
  margin: 0;
  padding: 0;
  margin-right: 1em;
  color: #333; }
  #global_nav form legend,
  .slicknavnav_menu form legend {
    display: none; }
  #global_nav form fieldset,
  .slicknavnav_menu form fieldset {
    margin: 0;
    padding: 0;
    border: 0px none;
    width: 100%;
    background-color: transparent; }
  #global_nav form input[type="text"],
  .slicknavnav_menu form input[type="text"] {
    padding: 0 .2em;
    width: 10em; }
  #global_nav form input[type="submit"], #global_nav form button,
  .slicknavnav_menu form input[type="submit"],
  .slicknavnav_menu form button {
    padding: 0 .1em; }
  #global_nav form td.gsib_b,
  .slicknavnav_menu form td.gsib_b {
    display: none !important; }

/* google カスタム検索用 */
#global_nav form,
.slicknavnav_menu form {
  width: 200px;
  float: right; }
  #global_nav form input,
  .slicknavnav_menu form input {
    font-size: 80% !important; }
  #global_nav form input.gsc-search-button, #global_nav form button.gsc-search-button,
  .slicknavnav_menu form input.gsc-search-button,
  .slicknavnav_menu form button.gsc-search-button {
    height: 18px !important; }
#global_nav table.gsc-search-box,
.slicknavnav_menu table.gsc-search-box {
  width: 200px;
  border: 0px none;
  padding: 0;
  margin: 0; }
  #global_nav table.gsc-search-box table,
  .slicknavnav_menu table.gsc-search-box table {
    border: 0px none;
    padding: 0;
    margin: 0; }
  #global_nav table.gsc-search-box td,
  .slicknavnav_menu table.gsc-search-box td {
    border: 0px none;
    padding: 0; }
    #global_nav table.gsc-search-box td .gsc-clear-button, #global_nav table.gsc-search-box td .gsib_b,
    .slicknavnav_menu table.gsc-search-box td .gsc-clear-button,
    .slicknavnav_menu table.gsc-search-box td .gsib_b {
      display: none !important; }

/*薬局情報ページ*/
.ph_ex {
  display: block;
  margin-top: 15px;
  padding: 10px;
  border: 2px solid #b50d67;
  border-radius: 5px; }

/*F通信*/
.fs_75 {
  font-size: 75%;
  letter-spacing: -0.1em; }

@media screen and (max-width: 768px) {
  #global_nav {
    font-size: 80%; }

  #global_nav form,
  .slicknavnav_menu form {
    width: 200px !important;
    float: none;
    margin: 0 auto !important; }

  .wrap_visual h1,
  .wrap_visual p.shop_title {
    top: .5em; } }
#pharm_banner a {
  transition: background .1s ease-out;
  background-color: white; }
#pharm_banner a:hover img,
#pharm_banner a:active img {
  -webkit-filter: opacity(80%);
  -moz-filter: opacity(80%);
  -ms-filter: opacity(80%);
  -o-filter: opacity(80%);
  filter: opacity(80%); }

.nl dd {
  margin-left: 1em; }

.flower dd span {
  background-color: lightpink;
  border-radius: 3px;
  padding: 0 .2em;
  margin-right: 1em; }

.f_bunner {
  width: 432px; }
  .f_bunner img {
    height: 48px; }

#global_nav > ul > li:last-child {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 70%;
  padding: 1px 0;
  z-index: 8000;
  background-color: #851E3F; }
  #global_nav > ul > li:last-child ol a:link, #global_nav > ul > li:last-child ol a:visited {
    color: white;
    text-decoration: none; }
  #global_nav > ul > li:last-child ol a:hover, #global_nav > ul > li:last-child ol a:active {
    color: black;
    text-decoration: underline; }
  #global_nav > ul > li:last-child form {
    text-align: right; }

@media screen and (min-width: 1024px), print {
  .t8 {
    margin-left: 90px; }

  .wrap_footer .f_bunner {
    margin-top: 1em;
    float: left;
    clear: left; }

  .wrap_visual h1,
  .wrap_visual p.shop_title {
    top: 2em; } }
@media screen and (max-width: 1023px), print {
  /*.slicknav_nav ol {
    display: flex;
    li {
      flex: 1;
    }
  }*/
  .f_bunner {
    width: 200px; } }
/* slicknav */
/*#global_nav {
  display: none;
}
@media screen and (min-width : $bs-screen-lg-min), print {
  #global_nav {
    display: block;
  }
  .slicknav_menu {
    display: none;
  }
}*/
/*body {
  .slicknav_menu {
    background-color: $flowercolor;
    position: relative;
    .g_home,
    .g_flower {
      padding: 0 0.625em 0.2em 0.625em;
      line-height: 1.125em;
      margin: 5px 5px 6px;
      display: block;
      float: left;
      svg.icon_home {
        fill: white;
        width: 24px;
        height: 24px;
      }
    }
    ul {
      li {
        text-align: center;
        a {
          border: 1px solid brown;
          border-radius: 5px;
        }
      }
      li.g_home {
        display: none;
      }
    }
  }
  .slicknav_btn {
    background-color: transparent;
  }
}*/
.wrap_topic {
  margin-top: -12em; }
  .wrap_topic .topic {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 90%;
    margin: auto;
    position: relative;
    margin-top: -15em; }
    .wrap_topic .topic li {
      margin: 0;
      padding: 0;
      text-align: center;
      position: relative; }
      .wrap_topic .topic li a {
        display: block;
        width: 100%;
        height: 100%;
        line-height: 100%;
        border-radius: 50%;
        font-size: 110%;
        color: white; }
    .wrap_topic .topic li.btn2, .wrap_topic .topic li.btn3 {
      margin-top: 5em; }

.wrap_contents {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 1em;
  text-align: left; }

.sent_box {
  padding: 1em;
  max-width: 800px;
  margin: 0 auto; }

.contents_wrap {
  background-image: url(../business/pharmacy/image/contents_bg.png);
  background-repeat: space;
  background-position: right top; }
  .contents_wrap h2 {
    background-image: url(../business/pharmacy/image/flower_icon1.svg);
    background-position: left center;
    background-repeat: no-repeat;
    padding: .5em 0;
    padding-left: 40px;
    background-size: auto; }
  .contents_wrap > section {
    background-color: rgba(255, 255, 255, 0.8);
    padding: .5em;
    margin-bottom: 1em; }
  .contents_wrap section {
    margin-bottom: 3em; }
    .contents_wrap section.view {
      margin-bottom: 1em; }

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

.sent_box > section {
  background-color: rgba(255, 255, 255, 0.8);
  padding: .5em;
  margin-bottom: 1em; }

footer a {
  display: block; }
footer .sub_navi,
footer .sub_navi li {
  margin: 0;
  padding: 0; }
footer .sub_navi {
  list-style: none;
  text-align: right; }
  footer .sub_navi li {
    display: inline-block;
    margin-left: 1em; }
    footer .sub_navi li a:link, footer .sub_navi li a:visited {
      color: white;
      text-decoration: none; }
    footer .sub_navi li a:hover, footer .sub_navi li a:active {
      color: white;
      text-decoration: underline; }

@media screen and (max-width: 768px), print {
  .sent_box {
    padding: 1em 0; }
    .sent_box > section {
      padding: 0.5em; }

  #home .wrap_visual h1 {
    display: none; }

  .wrap_visual h1 {
    top: .5em;
    left: .5em;
    width: 30%; }
  .wrap_visual h1.shop_title,
  .wrap_visual p.shop_title {
    width: 80%;
    font-size: 150%; }
  .wrap_visual .leadtext {
    position: static;
    width: 100%; }

  #shop .wrap_visual h1 {
    top: 5px;
    margin-top: 0; }

  .wrap_topic {
    margin-top: -5em; }

  body .slicknav_menu ul li br {
    display: none; }

  header h1, header .h1 {
    width: 40%; }

  #home header h1 {
    margin-bottom: 0; }
  #home header .catch {
    display: block; }

  .wrap_topic .topic {
    margin-top: 0; }
    .wrap_topic .topic li.btn2, .wrap_topic .topic li.btn3 {
      margin-top: 0; }
    .wrap_topic .topic li {
      margin-bottom: 1em;
      padding: 0 .5em; }
      .wrap_topic .topic li a {
        font-size: 90%; }

  footer {
    text-align: left; }

  footer a._u-pull-left {
    float: none !important;
    margin-bottom: 1em; }

  .copyright {
    clear: both;
    margin-top: 1em; } }
#ph_news {
  overflow: auto;
  height: 40em;
  background-color: rgba(255, 255, 255, 0.8); }

.news h2 {
  border-bottom: 3px dotted #851E3F; }
.news dl {
  float: left;
  width: 100%;
  border-bottom: 1px dotted lightgray;
  margin: 0;
  padding: 0;
  padding-top: .5em; }
.news dt {
  clear: left;
  width: 9em;
  float: left; }
.news dd {
  margin-left: 10em;
  margin-bottom: .5em; }
.news a {
  clear: both;
  display: block;
  color: black;
  transition: background .1s ease-out; }
  .news a:before, .news a:after {
    content: " ";
    display: table; }
  .news a:after {
    clear: both; }
.news a:link, .news a:visited {
  background-color: transparent; }
.news a:hover, .news a:active {
  background-color: lightyellow; }

.page_navi {
  width: 100%;
  line-height: 1.2; }
  .page_navi ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .page_navi li {
    text-align: center; }
  .page_navi a {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: .2em .3em;
    background-color: #851E3F;
    color: white;
    transition: all .1s ease-out; }
  .page_navi a:link, .page_navi a:visited {
    background-color: #851E3F;
    color: white;
    text-decoration: underline; }
  .page_navi a:hover, .page_navi a:active {
    background-color: brown;
    color: white;
    text-decoration: none; }

.page_navi:before {
  content: "Contents";
  font-size: 150%;
  color: darkgrey;
  text-align: center;
  margin: 0 auto 1em;
  display: block;
  width: 100%; }

._db {
  display: list-item; }

._w100 {
  width: 100%; }

.safe_img {
  width: 25%;
  float: left; }

.safe section h4,
.safe section p {
  margin-left: 28%; }

.safe section h4 {
  font-size: 100%; }

#slide section {
  border: 10px solid lightgray;
  width: 100%;
  margin-bottom: 0; }
  #slide section h3, #slide section p {
    margin-left: 1em;
    margin-right: 1em; }

.contents_wrap ._c-row__col section {
  margin-bottom: 0; }

.m8 {
  margin-left: 90px; }

.step_box {
  list-style: none;
  margin: 0;
  padding: 0; }
  .step_box li {
    position: relative;
    margin: 0;
    padding: 0; }
    .step_box li section {
      border: 1px solid #CCCCCC;
      padding: 1em;
      border-radius: 5px; }
  .step_box li:not(:last-child):after {
    content: url(../business/pharmacy/image/step_arrow.svg);
    text-align: center;
    display: block;
    margin: 0;
    margin-left: -30px;
    position: absolute;
    bottom: -40px;
    left: 50%; }

.ph_point {
  list-style: none;
  margin: 0;
  padding: 0; }
  .ph_point li section {
    position: relative; }
    .ph_point li section h4 {
      position: absolute;
      top: 1em;
      left: 0;
      text-align: center;
      width: 100%;
      z-index: 5; }
    .ph_point li section p {
      position: absolute;
      bottom: 2em;
      left: 0;
      text-align: center;
      width: 100%;
      z-index: 10; }

@media screen and (max-width: 768px), print {
  .ph_point li section {
    position: inherit;
    margin-bottom: 0; }
    .ph_point li section br {
      display: none; }
    .ph_point li section h4 {
      position: inherit;
      text-align: left; }
    .ph_point li section p {
      position: inherit;
      text-align: left; }
    .ph_point li section img {
      display: none; }

  .news dl {
    float: none; }
  .news dt {
    width: 100%;
    float: none; }
  .news dd {
    margin-left: 0em; } }
@media screen and (max-width: 641px) {
  .news {
    margin-right: 2em; } }
/* MedFont */
#MedFont {
  position: absolute;
  left: 30em;
  top: 1px;
  text-align: center;
  display: flex;
  justify-content: center;
  width: 14em; }
  #MedFont #fontSize {
    display: flex;
    width: 8em;
    margin: 0;
    list-style: none;
    padding: 0; }
    #MedFont #fontSize li {
      padding: 0;
      margin: 0 .2em; }
      #MedFont #fontSize li a {
        color: white;
        padding: 0 .3em;
        border-radius: 3px;
        display: block;
        transition: background .2s ease-out; }
      #MedFont #fontSize li a:link, #MedFont #fontSize li a:visited {
        background-color: #851E3F;
        text-decoration: none; }
      #MedFont #fontSize li a:hover, #MedFont #fontSize li a:active {
        background-color: firebrick;
        text-decoration: underline; }
  #MedFont #printBtn {
    width: 5em; }
    #MedFont #printBtn a {
      display: block;
      padding: 0 .3em;
      color: white;
      border-radius: 3px;
      transition: background .2s ease-out; }
    #MedFont #printBtn a:link, #MedFont #printBtn a:visited {
      background-color: #851E3F;
      text-decoration: none; }
    #MedFont #printBtn a:hover, #MedFont #printBtn a:active {
      background-color: firebrick;
      text-decoration: underline; }

@media screen and (max-width: 1023px) {
  #MedFont {
    display: none; } }
/* 店舗検索ナビ */
.s_navi li a span {
  font-size: 80%; }

/*.s_mie li.s_mie:before,
.s_aichi li.s_aichi:before,
.s_osaka li.s_osaka:before,
.s_kyoto li.s_kyoto:before,
.s_fukui li.s_fukui:before,
.s_shiga li.s_shiga:before,
.s_hyogo li.s_hyogo:before,
.s_saitama li.s_saitama:before,
.s_hokkaido li.s_hokkaido:before,
.s_kanagawa li.s_kanagawa:before,
.s_yamanashi li.s_yamanashi:before,
.s_nara li.s_nara:before,
.s_shimane li.s_shimane:before {
  content: "▷ ";
  font-weight: bold;
}*/
.s_mie .s_mie a:link,
.s_mie .s_mie a:visited,
.s_aichi .s_aichi a:link,
.s_aichi .s_aichi a:visited,
.s_osaka .s_osaka a:link,
.s_osaka .s_osaka a:visited,
.s_kyoto .s_kyoto a:link,
.s_kyoto .s_kyoto a:visited,
.s_fukui .s_fukui a:link,
.s_fukui .s_fukui a:visited,
.s_shiga .s_shiga a:link,
.s_shiga .s_shiga a:visited,
.s_hyogo .s_hyogo a:link,
.s_hyogo .s_hyogo a:visited,
.s_saitama .s_saitama a:link,
.s_saitama .s_saitama a:visited,
.s_hokkaido .s_hokkaido a:link,
.s_hokkaido .s_hokkaido a:visited,
.s_kanagawa .s_kanagawa a:link,
.s_kanagawa .s_kanagawa a:visited,
.s_yamanashi .s_yamanashi a:link,
.s_yamanashi .s_yamanashi a:visited,
.s_nara .s_nara a:link,
.s_nara .s_nara a:visited,
.s_shimane .s_shimane a:link,
.s_shimane .s_shimane a:visited {
  text-decoration: none;
  font-weight: bold;
  color: black; }
  .s_mie .s_mie a:link:before,
  .s_mie .s_mie a:visited:before,
  .s_aichi .s_aichi a:link:before,
  .s_aichi .s_aichi a:visited:before,
  .s_osaka .s_osaka a:link:before,
  .s_osaka .s_osaka a:visited:before,
  .s_kyoto .s_kyoto a:link:before,
  .s_kyoto .s_kyoto a:visited:before,
  .s_fukui .s_fukui a:link:before,
  .s_fukui .s_fukui a:visited:before,
  .s_shiga .s_shiga a:link:before,
  .s_shiga .s_shiga a:visited:before,
  .s_hyogo .s_hyogo a:link:before,
  .s_hyogo .s_hyogo a:visited:before,
  .s_saitama .s_saitama a:link:before,
  .s_saitama .s_saitama a:visited:before,
  .s_hokkaido .s_hokkaido a:link:before,
  .s_hokkaido .s_hokkaido a:visited:before,
  .s_kanagawa .s_kanagawa a:link:before,
  .s_kanagawa .s_kanagawa a:visited:before,
  .s_yamanashi .s_yamanashi a:link:before,
  .s_yamanashi .s_yamanashi a:visited:before,
  .s_nara .s_nara a:link:before,
  .s_nara .s_nara a:visited:before,
  .s_shimane .s_shimane a:link:before,
  .s_shimane .s_shimane a:visited:before {
    content: none;
    content: "▷ "; }
.s_mie .s_mie a:hover,
.s_mie .s_mie a:active,
.s_aichi .s_aichi a:hover,
.s_aichi .s_aichi a:active,
.s_osaka .s_osaka a:hover,
.s_osaka .s_osaka a:active,
.s_kyoto .s_kyoto a:hover,
.s_kyoto .s_kyoto a:active,
.s_fukui .s_fukui a:hover,
.s_fukui .s_fukui a:active,
.s_shiga .s_shiga a:hover,
.s_shiga .s_shiga a:active,
.s_hyogo .s_hyogo a:hover,
.s_hyogo .s_hyogo a:active,
.s_saitama .s_saitama a:hover,
.s_saitama .s_saitama a:active,
.s_hokkaido .s_hokkaido a:hover,
.s_hokkaido .s_hokkaido a:active,
.s_kanagawa .s_kanagawa a:hover,
.s_kanagawa .s_kanagawa a:active,
.s_yamanashi .s_yamanashi a:hover,
.s_yamanashi .s_yamanashi a:active,
.s_nara .s_nara a:hover,
.s_nara .s_nara a:active,
.s_shimane .s_shimane a:hover,
.s_shimane .s_shimane a:active {
  text-decoration: underline;
  font-weight: bold; }
  .s_mie .s_mie a:hover:before,
  .s_mie .s_mie a:active:before,
  .s_aichi .s_aichi a:hover:before,
  .s_aichi .s_aichi a:active:before,
  .s_osaka .s_osaka a:hover:before,
  .s_osaka .s_osaka a:active:before,
  .s_kyoto .s_kyoto a:hover:before,
  .s_kyoto .s_kyoto a:active:before,
  .s_fukui .s_fukui a:hover:before,
  .s_fukui .s_fukui a:active:before,
  .s_shiga .s_shiga a:hover:before,
  .s_shiga .s_shiga a:active:before,
  .s_hyogo .s_hyogo a:hover:before,
  .s_hyogo .s_hyogo a:active:before,
  .s_saitama .s_saitama a:hover:before,
  .s_saitama .s_saitama a:active:before,
  .s_hokkaido .s_hokkaido a:hover:before,
  .s_hokkaido .s_hokkaido a:active:before,
  .s_kanagawa .s_kanagawa a:hover:before,
  .s_kanagawa .s_kanagawa a:active:before,
  .s_yamanashi .s_yamanashi a:hover:before,
  .s_yamanashi .s_yamanashi a:active:before,
  .s_nara .s_nara a:hover:before,
  .s_nara .s_nara a:active:before,
  .s_shimane .s_shimane a:hover:before,
  .s_shimane .s_shimane a:active:before {
    content: none;
    content: "▷ "; }

/* フラワー薬局通信サンプル */
.wp-pagenavi {
  clear: both;
  text-align: center;
  margin-bottom: 2em; }
  .wp-pagenavi a, .wp-pagenavi span {
    border: 1px solid #BFBFBF;
    margin: 2px;
    padding: 3px 5px;
    text-decoration: none;
    transition: all .2s ease-out; }
  .wp-pagenavi span.pages {
    border-color: #CCCCCC; }
  .wp-pagenavi span.current {
    background-color: #C8D6FF;
    border-color: #0033CC;
    font-weight: bold; }
  .wp-pagenavi span.extend {
    border: 0 none;
    color: #666666; }
  .wp-pagenavi a:link {
    background-color: #FFFFFF;
    border-color: #7698FE;
    color: #0066CC;
    text-decoration: none; }
  .wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #000000; }

.navigation {
  margin: 1em 0;
  padding: 0; }
  .navigation li {
    margin: 0;
    list-style: none; }

.post {
  padding: 1em;
  border: 1px solid lightgray;
  border-radius: 5px;
  margin-bottom: 2em; }
  .post > h2 {
    margin-top: 0; }
    .post > h2 span {
      font-size: 50%;
      font-weight: normal; }

.entry img.alignright {
  float: right;
  margin-bottom: 10px;
  margin-left: 10px; }
.entry img.alignleft {
  float: left;
  margin-bottom: 10px;
  margin-right: 10px; }
.entry h3 {
  border-bottom: 3px dotted lightpink; }
.entry h4 {
  border-bottom: 1px solid lightpink; }

@media screen and (max-width: 1023px) {
  .entry img.alignright, .entry img.alignleft {
    float: none; } }
/*@media print {
  body {
    width: 1200px;
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform-origin: 0 0;
  }
}*/
#widget > li {
  list-style: none; }
  #widget > li > ul {
    margin-top: 0; }
#widget h2 {
  background-image: url(../business/pharmacy/image/flower_icon1.svg);
  background-position: left center;
  background-repeat: no-repeat;
  padding: .5em 0 0;
  padding-left: 40px;
  background-size: auto; }

#shop_search fieldset {
  padding: 1em; }

#f_top a {
  display: block;
  padding: 3px;
  border: 1px solid #851E3F;
  background-color: rgba(255, 255, 255, 0.8);
  float: left;
  color: #851E3F;
  margin-bottom: 1em; }
  #f_top a img {
    width: 72px; }

#shopname {
  background-color: #851E3F;
  margin-top: 0;
  padding: .3em;
  color: white; }

.under_l {
  text-decoration: underline; }

@media print {
  #global_nav {
    display: none; }

  .wrap_visual .shop_title {
    top: 2em !important; } }
.shop_close {
  padding: 1em;
  margin: 1em;
  font-size: 130%;
  color: darkred;
  background-color: lightyellow;
  border: 1px dotted orange; }

.relateds {
  margin: 0;
  border: 1px solid lightgray;
  border-radius: 5px;
  padding: 1em; }
  .relateds h2 {
    text-align: left;
    margin-bottom: 0; }
  .relateds ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap; }
    .relateds ul li {
      flex-grow: 1;
      margin: 0;
      padding: 0;
      flex-basis: 50%; }
      .relateds ul li a {
        box-sizing: border-box;
        padding: .5em;
        border: 1px solid lightgray;
        margin: .5em 1em;
        display: block;
        height: calc(100% - 1em);
        width: calc(100% - 1em);
        text-decoration: none; }
        .relateds ul li a h3 {
          font-size: 2rem;
          text-decoration: underline; }
        .relateds ul li a p {
          color: #333333; }
      .relateds ul li a:link, .relateds ul li a:visited {
        background-color: #FEFBFC; }
      .relateds ul li a:hover, .relateds ul li a:active {
        background-color: beige; }

.entry-title {
  font-size: 2.5rem; }

.post h3 {
  font-size: 2rem; }
.post h4 {
  font-size: 1.8rem; }
.post h5 {
  font-size: 1.5rem; }

.gsc-search-box table {
  margin-bottom: 0; }

.t12 {
  width: 12em; }

.entry h3 {
  color: #810524; }

section.topics {
  border: 1px solid #FBB300;
  background-color: #FFFCE4;
  padding: 0 1em; }
