@charset "UTF-8";
.flex {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
}
.flex-between {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: justify;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: justify;
  /*--- IE10 ---*/
  -webkit-justify-content: space-between;
  /*--- safari（PC）用 ---*/
  justify-content: space-between;
}
.flex-center {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: center;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: center;
  /*--- IE10 ---*/
  -webkit-justify-content: center;
  /*--- safari（PC）用 ---*/
  justify-content: center;
}
.flex-end {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-pack: end;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-pack: end;
  /*--- IE10 ---*/
  -webkit-justify-content: flex-end;
  /*--- safari（PC）用 ---*/
  justify-content: flex-end;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-item-center {
  display: -webkit-box;
  /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox;
  /*--- IE10 ---*/
  display: -webkit-flex;
  /*--- safari（PC）用 ---*/
  display: flex;
  -webkit-box-align: center;
  /*--- Androidブラウザ用 ---*/
  -ms-flex-align: center;
  /*--- IE10 ---*/
  -webkit-align-items: center;
  /*--- safari（PC）用 ---*/
  align-items: center;
}
.flex-self-center {
  -ms-flex-flex-item-align: center;
  /*--- IE10 ---*/
  -webkit-align-self: center;
  /*--- safari（PC）用 ---*/
  align-self: center;
}
.flex-self-end {
  -ms-flex-flex-item-align: flex-end;
  /*--- IE10 ---*/
  -webkit-align-self: flex-end;
  /*--- safari（PC）用 ---*/
  align-self: flex-end;
}
.flex-self-start {
  -ms-flex-flex-item-align: flex-start;
  /*--- IE10 ---*/
  -webkit-align-self: flex-start;
  /*--- safari（PC）用 ---*/
  align-self: flex-start;
}
.appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.br-none br {
  display: none;
}
.text-ry {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-none {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.box-link {
  display: block;
  width: 100%;
  height: 100%;
  color: #2f2f2f;
  text-decoration: none;
}
/* RESET */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
*,
::before,
::after {
  box-sizing: inherit;
}
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
}
* {
  background-repeat: no-repeat;
  /* 1 */
  padding: 0;
  /* 2 */
  margin: 0;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
hr {
  overflow: visible;
  /* 1 */
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
small {
  font-size: 80%;
  /* 1 */
}
[hidden],
template {
  display: none;
  /* 1 */
}
abbr[title] {
  border-bottom: 1px dotted;
  /* 1 */
  text-decoration: none;
  /* 2 */
}
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
}
a:active,
a:hover {
  outline-width: 0;
  /* 1 */
}
ul {
  list-style-type: none;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
}
b,
strong {
  font-weight: bolder;
  /* 1 */
}
dfn {
  font-style: italic;
  /* 1 */
}
mark {
  background-color: #ff0;
  color: #000;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
input {
  border-radius: 0;
}
[type="number"] {
  width: auto;
  /* 1 */
}
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* 1 */
}
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
}
optgroup {
  font-weight: bold;
  /* 1 */
}
button {
  overflow: visible;
  /* 1 */
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
button,
select {
  text-transform: none;
  /* 1 */
}
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}
select {
  -moz-appearance: none;
  /* 1*/
  -webkit-appearance: none;
  /* 2 */
}
select::-ms-expand {
  display: none;
  /* 1 */
}
select::-ms-value {
  color: currentColor;
  /* 1 */
}
legend {
  border: 0;
  /* 1*/
  color: inherit;
  /* 2 */
  display: table;
  /* 3 */
  max-width: 100%;
  /* 4 */
  white-space: normal;
  /* 5 */
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
img {
  border-style: none;
  /* 1 */
}
progress {
  vertical-align: baseline;
}
svg:not(:root) {
  overflow: hidden;
  /* 1 */
}
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
}
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy="true"] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-disabled] {
  cursor: default;
}
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #fff;
  text-shadow: none;
}
::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #fff;
  text-shadow: none;
}
/* INTERFACE */
html {
  font-size: 70%;
}
body {
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, '游ゴシック', '游ゴシック体', 'YuGothic', 'Yu Gothic', 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 1.4rem;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace-inactive {
  display: none;
}
.pace .pace-progress {
  background: #fffd71;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}
svg.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
p.text {
  font-size: 1.4rem;
  line-height: 1.6em;
  letter-spacing: 0.08em;
}
span.serif {
  font-family: "Times New Roman", Times, Georgia, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
a.link-wrapper {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #000;
}
a.btn {
  display: inline-block;
  padding: 10px 40px 10px 20px;
  background-color: #000;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
  background-image: url(../../img/common/next.svg);
  background-size: 10px 10px;
  background-position: 87% center;
}
a.btn:hover {
  background-position: 90% center;
}
div.btn-wrapper {
  margin: 20px 0;
  text-align: center;
}
div.btn-wrapper a.btn {
  margin: 10px;
}
/* Buttons
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box;
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0;
}
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #335b3f;
  border-color: #335b3f;
}
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #003333;
  border-color: #003333;
}
/* Forms
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
}
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0;
}
label,
legend {
  cursor: pointer;
  display: inline-block;
  margin-bottom: .5rem;
  font-weight: 600;
}
fieldset {
  padding: 0;
  border-width: 0;
}
input[type="checkbox"],
input[type="radio"] {
  display: inline;
}
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal;
}
.cf {
  zoom: 1;
  /* old IE6or7  */
}
.cf:before {
  content: '';
  display: table;
}
.cf:after {
  content: '';
  display: table;
  clear: both;
}
header#global-header {
  position: fixed;
  width: 100%;
  height: 140px;
  background-color: #fafafa;
  border-bottom: 5px solid #cbc959;
  box-sizing: border-box;
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  z-index: 99999;
}
header#global-header:after {
  content: "";
  display: inline-block;
  width: 100%;
  border-bottom: 5px solid #335b3f;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
}
header#global-header div.inner {
  width: 100%;
  max-width: 1200px;
  height: 140px;
  margin: 0 auto;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
}
header#global-header div.inner a.logo {
  display: inline-block;
  width: 200px;
  height: 140px;
  padding: 30px 20px 0;
  text-align: center;
  line-height: 1.0em;
  color: #fff;
  text-decoration: none;
  background-color: #003333;
  border-left: 1px solid #335b3f;
  border-right: 1px solid #335b3f;
  position: absolute;
  top: -10px;
  left: 0;
  box-sizing: border-box;
  z-index: 2;
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
}
header#global-header div.inner a.logo:hover {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
header#global-header div.inner a.logo figure.icon {
  display: inline-block;
  width: 100%;
  margin: 0;
}
header#global-header div.inner a.logo figure.icon svg.icon {
  width: 158px;
  height: 65px;
  fill: #fffd71;
}
header#global-header div.inner a.logo h1.name,
header#global-header div.inner a.logo h2.name {
  width: 100%;
  display: inline-block;
  margin: 0;
  font-size: 0.8rem;
  line-height: 1em;
  font-family: "Times New Roman", Times, Georgia, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 0.05em;
}
header#global-header div.inner a.logo h1.name br,
header#global-header div.inner a.logo h2.name br {
  display: none;
}
header#global-header div.inner span.sp-menu {
  display: none;
}
header#global-header div.inner nav.global-nav {
  display: block;
  width: calc(100% - 220px);
  position: absolute;
  top: 10px;
  left: 220px;
}
header#global-header div.inner nav.global-nav.active {
  display: block !important;
}
header#global-header div.inner nav.global-nav ul.menu {
  padding: 0 10px;
  overflow: hidden;
}
header#global-header div.inner nav.global-nav ul.menu li.item {
  float: left;
  width: calc(20% - 8px);
  height: auto;
  margin: 0 10px 10px 0;
  position: relative;
  border-left: 1px solid #335b3f;
  border-right: 1px solid #335b3f;
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
}
header#global-header div.inner nav.global-nav ul.menu li.item:nth-child(5n) {
  margin: 0 0 10px;
}
header#global-header div.inner nav.global-nav ul.menu li.item:before,
header#global-header div.inner nav.global-nav ul.menu li.item:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #335b3f;
  position: absolute;
  top: 0;
  left: 0;
}
header#global-header div.inner nav.global-nav ul.menu li.item:after {
  top: auto;
  bottom: 0;
}
header#global-header div.inner nav.global-nav ul.menu li.item a {
  display: table;
  width: 100%;
  height: 100%;
  padding: 4px 10px;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
}
header#global-header div.inner nav.global-nav ul.menu li.item a svg.icon {
  display: table-cell;
  margin: 5px 0 0 0;
  width: 30px;
  height: 30px;
  vertical-align: middle;
}
header#global-header div.inner nav.global-nav ul.menu li.item a div.text-area {
  display: table-cell;
  width: 100%;
  padding: 0 0 0 10px;
  line-height: 1.0em;
  vertical-align: middle;
}
header#global-header div.inner nav.global-nav ul.menu li.item a div.text-area span.ja {
  font-size: 1.2rem;
  line-height: 1.5em;
}
header#global-header div.inner nav.global-nav ul.menu li.item a div.text-area span.en {
  font-size: 1.0rem;
}
header#global-header div.inner nav.global-nav ul.menu li.item.about {
  border-left: 1px solid #f0c93c;
  border-right: 1px solid #ad8b0f;
}
header#global-header div.inner nav.global-nav ul.menu li.item.about:before,
header#global-header div.inner nav.global-nav ul.menu li.item.about:after {
  background: -webkit-gradient(linear, left top, right bottom, from(#f0c93c), to(#ad8b0f));
  background: -moz-linear-gradient(left, #f0c93c, #ad8b0f);
  background: -ms-linear-gradient(left, #f0c93c, #ad8b0f);
  background: linear-gradient(left, #f0c93c, #ad8b0f);
}
header#global-header div.inner nav.global-nav ul.menu li.item.about a {
  color: #d4ab15;
}
header#global-header div.inner nav.global-nav ul.menu li.item.about a:hover {
  color: #ad8b0f;
}
header#global-header div.inner nav.global-nav ul.menu li.item.new-in-stock {
  border-left: 1px solid #bbc32c;
  border-right: 1px solid #5b6007;
}
header#global-header div.inner nav.global-nav ul.menu li.item.new-in-stock:before,
header#global-header div.inner nav.global-nav ul.menu li.item.new-in-stock:after {
  background: -webkit-gradient(linear, left top, right bottom, from(#bbc32c), to(#5b6007));
  background: -moz-linear-gradient(left, #bbc32c, #5b6007);
  background: -ms-linear-gradient(left, #bbc32c, #5b6007);
  background: linear-gradient(left, #bbc32c, #5b6007);
}
header#global-header div.inner nav.global-nav ul.menu li.item.new-in-stock a {
  color: #858c07;
}
header#global-header div.inner nav.global-nav ul.menu li.item.new-in-stock a:hover {
  color: #5b6007;
}
header#global-header div.inner nav.global-nav ul.menu li.item.stock {
  border-left: 1px solid #50a769;
  border-right: 1px solid #114320;
}
header#global-header div.inner nav.global-nav ul.menu li.item.stock:before,
header#global-header div.inner nav.global-nav ul.menu li.item.stock:after {
  background: -webkit-gradient(linear, left top, right bottom, from(#50a769), to(#114320));
  background: -moz-linear-gradient(left, #50a769, #114320);
  background: -ms-linear-gradient(left, #50a769, #114320);
  background: linear-gradient(left, #50a769, #114320);
}
header#global-header div.inner nav.global-nav ul.menu li.item.stock a {
  color: #226736;
}
header#global-header div.inner nav.global-nav ul.menu li.item.stock a:hover {
  color: #114320;
}
header#global-header div.inner nav.global-nav ul.menu li.item.shop {
  border-left: 1px solid #4e899b;
  border-right: 1px solid #144a5a;
}
header#global-header div.inner nav.global-nav ul.menu li.item.shop:before,
header#global-header div.inner nav.global-nav ul.menu li.item.shop:after {
  background: -webkit-gradient(linear, left top, right bottom, from(#4e899b), to(#144a5a));
  background: -moz-linear-gradient(left, #4e899b, #144a5a);
  background: -ms-linear-gradient(left, #4e899b, #144a5a);
  background: linear-gradient(left, #4e899b, #144a5a);
}
header#global-header div.inner nav.global-nav ul.menu li.item.shop a {
  color: #24697e;
}
header#global-header div.inner nav.global-nav ul.menu li.item.shop a:hover {
  color: #144a5a;
}
header#global-header div.inner nav.global-nav ul.menu li.item.fish-data {
  border-left: 1px solid #59538c;
  border-right: 1px solid #161149;
}
header#global-header div.inner nav.global-nav ul.menu li.item.fish-data:before,
header#global-header div.inner nav.global-nav ul.menu li.item.fish-data:after {
  background: -webkit-gradient(linear, left top, right bottom, from(#59538c), to(#161149));
  background: -moz-linear-gradient(left, #59538c, #161149);
  background: -ms-linear-gradient(left, #59538c, #161149);
  background: linear-gradient(left, #59538c, #161149);
}
header#global-header div.inner nav.global-nav ul.menu li.item.fish-data a {
  color: #2f277c;
}
header#global-header div.inner nav.global-nav ul.menu li.item.fish-data a:hover {
  color: #161149;
}
header#global-header div.inner nav.global-nav ul.menu li.item.field-guide {
  border-left: 1px solid #b0614a;
  border-right: 1px solid #5a1f0e;
}
header#global-header div.inner nav.global-nav ul.menu li.item.field-guide:before,
header#global-header div.inner nav.global-nav ul.menu li.item.field-guide:after {
  background: -webkit-gradient(linear, left top, right bottom, from(#b0614a), to(#5a1f0e));
  background: -moz-linear-gradient(left, #b0614a, #5a1f0e);
  background: -ms-linear-gradient(left, #b0614a, #5a1f0e);
  background: linear-gradient(left, #b0614a, #5a1f0e);
}
header#global-header div.inner nav.global-nav ul.menu li.item.field-guide a {
  padding: 0 2px;
  color: #9b2d0d;
}
header#global-header div.inner nav.global-nav ul.menu li.item.field-guide a svg.icon {
  margin: 0;
  width: 50px;
  height: 50px;
}
header#global-header div.inner nav.global-nav ul.menu li.item.field-guide a:hover {
  color: #5a1f0e;
}
header#global-header div.inner nav.global-nav ul.menu li.item.column {
  border-left: 1px solid #a84657;
  border-right: 1px solid #5d0a18;
}
header#global-header div.inner nav.global-nav ul.menu li.item.column:before,
header#global-header div.inner nav.global-nav ul.menu li.item.column:after {
  background: -webkit-gradient(linear, left top, right bottom, from(#a84657), to(#5d0a18));
  background: -moz-linear-gradient(left, #a84657, #5d0a18);
  background: -ms-linear-gradient(left, #a84657, #5d0a18);
  background: linear-gradient(left, #a84657, #5d0a18);
}
header#global-header div.inner nav.global-nav ul.menu li.item.column a {
  color: #89172a;
}
header#global-header div.inner nav.global-nav ul.menu li.item.column a:hover {
  color: #5d0a18;
}
header#global-header div.inner nav.global-nav ul.menu li.item.event {
  border-left: 1px solid #ac6b2f;
  border-right: 1px solid #623104;
}
header#global-header div.inner nav.global-nav ul.menu li.item.event:before,
header#global-header div.inner nav.global-nav ul.menu li.item.event:after {
  background: -webkit-gradient(linear, left top, right bottom, from(#ac6b2f), to(#623104));
  background: -moz-linear-gradient(left, #ac6b2f, #623104);
  background: -ms-linear-gradient(left, #ac6b2f, #623104);
  background: linear-gradient(left, #ac6b2f, #623104);
}
header#global-header div.inner nav.global-nav ul.menu li.item.event a {
  color: #9b510d;
}
header#global-header div.inner nav.global-nav ul.menu li.item.event a:hover {
  color: #623104;
}
header#global-header div.inner nav.global-nav ul.menu li.item.access {
  border-left: 1px solid #814834;
  border-right: 1px solid #2d0f04;
}
header#global-header div.inner nav.global-nav ul.menu li.item.access:before,
header#global-header div.inner nav.global-nav ul.menu li.item.access:after {
  background: -webkit-gradient(linear, left top, right bottom, from(#814834), to(#2d0f04));
  background: -moz-linear-gradient(left, #814834, #2d0f04);
  background: -ms-linear-gradient(left, #814834, #2d0f04);
  background: linear-gradient(left, #814834, #2d0f04);
}
header#global-header div.inner nav.global-nav ul.menu li.item.access a {
  color: #4d1f0f;
}
header#global-header div.inner nav.global-nav ul.menu li.item.access a:hover {
  color: #2d0f04;
}
header#global-header div.inner nav.global-nav ul.menu li.item.contact {
  border-left: 1px solid #78488b;
  border-right: 1px solid #4c1c5e;
}
header#global-header div.inner nav.global-nav ul.menu li.item.contact:before,
header#global-header div.inner nav.global-nav ul.menu li.item.contact:after {
  background: -webkit-gradient(linear, left top, right bottom, from(#78488b), to(#4c1c5e));
  background: -moz-linear-gradient(left, #78488b, #4c1c5e);
  background: -ms-linear-gradient(left, #78488b, #4c1c5e);
  background: linear-gradient(left, #78488b, #4c1c5e);
}
header#global-header div.inner nav.global-nav ul.menu li.item.contact a {
  color: #732d8e;
}
header#global-header div.inner nav.global-nav ul.menu li.item.contact a:hover {
  color: #4c1c5e;
}
header#global-header.fixed {
  height: 60px;
}
header#global-header.fixed:before {
  display: none;
}
header#global-header.fixed div.inner {
  height: 60px;
}
header#global-header.fixed div.inner a.logo {
  display: inline-block;
  width: 100px;
  height: 60px;
  padding: 18px 10px 0;
  text-align: center;
  color: #fff;
  text-decoration: none;
  background-color: #003333;
  border-left: 1px solid #335b3f;
  border-right: 1px solid #335b3f;
  position: absolute;
  top: -10px;
  left: 0;
  box-sizing: border-box;
  z-index: 2;
}
header#global-header.fixed div.inner a.logo figure.icon {
  display: inline-block;
  width: 100%;
  margin: 0;
}
header#global-header.fixed div.inner a.logo figure.icon svg.icon {
  width: 80px;
  height: 33px;
  fill: #fffd71;
}
header#global-header.fixed div.inner a.logo h1.name,
header#global-header.fixed div.inner a.logo h2.name {
  opacity: 0;
  position: absolute;
}
header#global-header.fixed div.inner span.sp-menu {
  display: inline-block;
  width: 65px;
  height: 65px;
  position: absolute;
  top: -2px;
  right: 10px;
  cursor: pointer;
  text-align: center;
  color: #000;
  z-index: 2;
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
}
header#global-header.fixed div.inner span.sp-menu > span {
  display: inline-block;
  line-height: 1em;
  font-size: 1.2rem;
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
}
header#global-header.fixed div.inner span.sp-menu > span.open svg.icon {
  width: 40px;
  height: 35px;
  fill: #000;
}
header#global-header.fixed div.inner span.sp-menu > span.close {
  display: none;
}
header#global-header.fixed div.inner span.sp-menu > span.close svg.icon {
  width: 40px;
  height: 35px;
  fill: #000;
}
header#global-header.fixed div.inner span.sp-menu.active > span.open {
  display: none;
}
header#global-header.fixed div.inner span.sp-menu.active > span.close {
  display: inline-block;
}
header#global-header.fixed div.inner span.sp-menu.active > span.close svg.icon {
  width: 20px;
  height: 35px;
  fill: #000;
}
header#global-header.fixed div.inner nav.global-nav {
  display: none;
}
header#global-header.fixed.active {
  height: 180px;
}
header#global-header.fixed.active:before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #335b3f;
  position: absolute;
  top: 50px;
  left: 0;
}
header#global-header.fixed.active div.inner {
  height: auto;
}
header#global-header.fixed.active div.inner nav.global-nav {
  width: 100%;
  position: absolute;
  top: 60px;
  left: 0;
}
header#global-header.fixed.active div.inner nav.global-nav ul.menu {
  padding: 0 10px;
  overflow: hidden;
}
main {
  padding: 140px 0 0;
}
main aside.pan {
  width: 100%;
  margin: 0 0 20px;
  background-color: #003333;
}
main aside.pan p.inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 3.0em;
}
main aside.pan p.inner a {
  color: #fff;
  text-decoration: none;
}
main aside.pan p.inner a:hover {
  text-decoration: underline;
}
main div.content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}
main div.content-wrapper > header.header {
  text-align: center;
  margin: 0 0 40px;
}
main div.content-wrapper > header.header figure.icon {
  margin: 0 0 20px;
}
main div.content-wrapper > header.header figure.icon svg.icon {
  width: 50px;
  height: 50px;
}
main div.content-wrapper > header.header h1.title {
  margin: 0 0 10px;
  font-size: 3.0rem;
  letter-spacing: 0.1em;
  font-family: "Times New Roman", Times, Georgia, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #003333;
}
main div.content-wrapper > header.header p.text {
  font-size: 1.6rem;
  line-height: 1.6em;
}
main div.content-wrapper div.content section.section.bg-icon {
  background-image: url(../../img/common/bg-icon.svg);
  background-position: calc(100% - 10px) calc(100% - 10px);
  background-size: 120px;
}
main div.content-wrapper div.content ul.panel-list {
  overflow: hidden;
}
main div.content-wrapper div.content ul.panel-list li.item {
  float: left;
  width: calc(33.333333% - 12px);
  margin: 0 18px 18px 0;
  background-color: #fff;
  -webkit-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  -o-transitino: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  transition: all 0.25s cubic-bezier(0.24, 0.8, 0.55, 0.94) 0s;
  position: relative;
}
main div.content-wrapper div.content ul.panel-list li.item.new:after {
  content: "NEW";
  display: inline-block;
  padding: 2px 10px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  background-color: #fffd71;
  color: #000;
  position: absolute;
  left: 0;
  top: 0;
}
main div.content-wrapper div.content ul.panel-list li.item:hover {
  opacity: 0.8;
  background-color: #fdfdfd;
}
main div.content-wrapper div.content ul.panel-list li.item:nth-child(3n) {
  margin: 0 0 18px;
}
main div.content-wrapper div.content ul.panel-list li.item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #000;
  text-decoration: none;
}
main div.content-wrapper div.content ul.panel-list li.item a figure.thumb {
  width: 100%;
}
main div.content-wrapper div.content ul.panel-list li.item a figure.thumb img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
main div.content-wrapper div.content ul.panel-list li.item a header.info {
  margin: 0 0 20px;
  padding: 10px 20px;
  border-bottom: 1px solid #f0f0f0;
  overflow: hidden;
}
main div.content-wrapper div.content ul.panel-list li.item a header.info p.cate {
  float: left;
  font-weight: bold;
  font-size: 1.2rem;
}
main div.content-wrapper div.content ul.panel-list li.item a header.info p.date {
  float: right;
  font-size: 1.1rem;
}
main div.content-wrapper div.content ul.panel-list li.item a div.text-area {
  margin: 0 0 20px;
  padding: 0 20px;
}
main div.content-wrapper div.content ul.panel-list li.item a div.text-area h2.title {
  font-family: "Times New Roman", Times, Georgia, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.4em;
  margin: 0 0 10px;
  font-size: 2.0rem;
}
main div.content-wrapper div.content ul.panel-list li.item a div.text-area p.read {
  font-size: 1.4rem;
  line-height: 1.5em;
}
main div.content-wrapper div.content ul.panel-list li.item a ul.tag-list {
  margin: 0 0 15px;
  padding: 0 20px;
}
main div.content-wrapper div.content ul.panel-list li.item a ul.tag-list li.tag {
  display: inline-block;
  margin: 0 5px 5px 0;
  background-color: #89172a;
  color: #fff;
  font-size: 1.2rem;
  padding: 5px 8px;
  border-radius: 4px;
}
main div.content-wrapper div.content article.post-area {
  max-width: 960px;
  margin: 0 auto;
  padding: 60px 10px 10px;
  background-color: #fff;
}
main div.content-wrapper div.content article.post-area figure.main-thumb {
  width: 100%;
  margin: 0 0 40px;
}
main div.content-wrapper div.content article.post-area figure.main-thumb img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
main div.content-wrapper div.content article.post-area div#map {
  width: 100%;
  height: 500px;
}
main div.content-wrapper div.content article.post-area section.post-content {
  max-width: 800px;
  margin: 0 auto 50px;
}
main div.content-wrapper div.content article.post-area section.post-content h2.subtitle {
  margin: 50px 0 30px;
  font-size: 2.0rem;
  font-weight: normal;
  padding: 0 0 0 8px;
  border-left: 5px solid #003333;
  box-sizing: border-box;
}
main div.content-wrapper div.content article.post-area section.post-content p.text {
  margin: 0 0 15px;
  padding: 0;
  font-size: 1.4rem;
  font-weight: normal;
  color: #333;
  vertical-align: baseline;
  box-sizing: border-box;
}
main div.content-wrapper div.content article.post-area section.post-content p.text:first-child {
  margin: 40px 0 15px;
}
main div.content-wrapper div.content article.post-area section.post-content p.text em.emphasis {
  font-weight: bold;
  color: #000;
}
main div.content-wrapper div.content article.post-area section.post-content figure.pic-area {
  margin: 0 0 20px;
  max-width: 800px;
  text-align: center;
}
main div.content-wrapper div.content article.post-area section.post-content figure.pic-area img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
main div.content-wrapper div.content article.post-area section.post-content figure.pic-area.pics img {
  width: 46%;
  height: auto;
  padding: 2%;
}
main div.content-wrapper div.content article.post-area section.post-content blockquote.quotation {
  margin: 0 0 20px;
  padding: 20px;
  border-left: 5px solid #333;
  background-color: #f0f0f0;
  box-sizing: border-box;
}
main div.content-wrapper div.content article.post-area section.post-content blockquote.quotation p.text {
  margin: 0;
}
main div.content-wrapper div.content article.post-area section.post-content blockquote.quotation p.text a {
  color: #003333;
}
main div.content-wrapper div.content article.post-area section.post-content blockquote.quotation p.text a:hover {
  text-decoration: underline;
}
main div.content-wrapper div.content article.post-area section.post-content ul.list-area {
  margin: 20px 0 20px 20px;
  padding: 0;
  font-size: 1.4rem;
}
main div.content-wrapper div.content article.post-area section.post-content ul.list-area li.item {
  margin: 0 0 10px;
  font-weight: bold;
  list-style-type: circle;
}
main div.content-wrapper div.content article.post-area section.post-content ol {
  margin: 20px 0 20px 20px;
  font-size: 1.4rem;
  padding: 0 0 0 10px;
}
main div.content-wrapper div.content article.post-area section.post-content ol li {
  margin: 0 0 10px;
  font-weight: bold;
}
main div.content-wrapper div.content article.post-area section.post-content dl.list-area {
  margin: 20px 0 20px 0;
  padding: 0;
  font-size: 1.4rem;
}
main div.content-wrapper div.content article.post-area section.post-content dl.list-area dt.title {
  margin: 0 0 5px;
  padding: 0;
  font-weight: bold;
}
main div.content-wrapper div.content article.post-area section.post-content dl.list-area dd.text {
  margin: 0 0 10px;
  padding: 0;
}
main div.content-wrapper div.content div.btn-wrapper {
  text-align: center;
  margin: 40px 0;
}
footer#global-footer {
  width: 100%;
  color: #fff;
  border-top: 5px solid #cbc959;
  background-color: #003333;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
footer#global-footer div.inner {
  max-width: 1200px;
  padding: 40px 20px;
  margin: 0 auto;
  overflow: hidden;
}
footer#global-footer div.inner nav.footer-nav {
  float: left;
  width: calc(100% - 220px);
}
footer#global-footer div.inner nav.footer-nav ul.menu {
  width: 100%;
  margin: 0 0 10px;
}
footer#global-footer div.inner nav.footer-nav ul.menu li.item {
  display: inline-block;
  line-height: 1em;
  margin: 0 10px 0 0;
  padding: 0 15px 0 0;
  border-right: 1px solid #fff;
}
footer#global-footer div.inner nav.footer-nav ul.menu li.item:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
footer#global-footer div.inner nav.footer-nav ul.menu li.item a {
  color: #fff;
  text-decoration: none;
}
footer#global-footer div.inner nav.footer-nav ul.menu li.item a:hover {
  text-decoration: underline;
}
footer#global-footer div.inner nav.footer-nav span.copy {
  font-family: "Times New Roman", Times, Georgia, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.2rem;
}
footer#global-footer div.inner a.logo {
  float: right;
  display: inline-block;
  width: 200px;
  height: 140px;
  padding: 0;
  text-align: center;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
  z-index: 2;
}
footer#global-footer div.inner a.logo figure.icon {
  display: inline-block;
  width: 100%;
  margin: 0;
}
footer#global-footer div.inner a.logo figure.icon svg.icon {
  width: 158px;
  height: 65px;
  fill: #fffd71;
}
footer#global-footer div.inner a.logo h1.name {
  width: 100%;
  display: inline-block;
  margin: 0;
  font-size: 1.2rem;
  line-height: 1em;
  font-family: "Times New Roman", Times, Georgia, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 0.05em;
}
footer#global-footer div.inner a.logo h1.name br {
  display: none;
}
header#global-header div.inner nav.global-nav ul.menu li.item.column {
  background-color: #89172a;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
header#global-header div.inner nav.global-nav ul.menu li.item.column:before,
header#global-header div.inner nav.global-nav ul.menu li.item.column:after {
  background: #89172a;
}
header#global-header div.inner nav.global-nav ul.menu li.item.column a {
  color: #fff;
}
header#global-header div.inner nav.global-nav ul.menu li.item.column a:hover {
  color: #fff;
}
main#column-view {
  background-image: url(../../img/common/sub-bg.png);
  background-size: 55px;
  background-repeat: repeat;
}
main#column-view div.content-wrapper > header.header figure.icon svg.icon {
  fill: #89172a;
}
main#column-view div.content-wrapper > header.header h1.title {
  color: #89172a;
}
