@charset "UTF-8";
.clear, #LayerBody, .tnavi-list, .grid, .imageColumn, .questionBox, .answerBox, .area-header, .-sp.head-link, .gnaviLink, .f-slide ul, .slider-list, .about-box, .calendar-note-item .pickup-link, .area-info, .news .news-list,
.press .news-list, .area-pickup, .area-banner, .area-topics {
  *zoom: 1;
}
.clear:before, #LayerBody:before, .tnavi-list:before, .grid:before, .imageColumn:before, .questionBox:before, .answerBox:before, .area-header:before, .-sp.head-link:before, .gnaviLink:before, .f-slide ul:before, .slider-list:before, .about-box:before, .calendar-note-item .pickup-link:before, .area-info:before, .news .news-list:before,
.press .news-list:before, .area-pickup:before, .area-banner:before, .area-topics:before {
  content: "";
  display: table;
}
.clear:after, #LayerBody:after, .tnavi-list:after, .grid:after, .imageColumn:after, .questionBox:after, .answerBox:after, .area-header:after, .-sp.head-link:after, .gnaviLink:after, .f-slide ul:after, .slider-list:after, .about-box:after, .calendar-note-item .pickup-link:after, .area-info:after, .news .news-list:after,
.press .news-list:after, .area-pickup:after, .area-banner:after, .area-topics:after {
  content: "";
  display: table;
  clear: both;
}

.top h1, .gnaviLink-item-link.-item01 span {
  position: absolute;
  text-indent: -9999px;
  outline: none;
  overflow: hidden;
}

/* *****************************************************
Contents ---------------
01: reset
02: common
03: LayerBase
04: LayerBody
05: LayerHeader
06: LayerFooter
------------------------
***************************************************** */
/* *****************************************************
reset
***************************************************** */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  height: 100%;
}
@media only screen and (max-width: 768px) {
  html {
    height: auto;
  }
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section {
  display: block;
}

h1, h2, h3, h4, h5, h6, strong, em {
  font-weight: normal;
}

ul,
ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  color: #068896;
  text-decoration: none;
  background: transparent;
  vertical-align: bottom;
}

.bg-black a {
  color: #ff0;
}

a:hover {
  text-decoration: underline;
}

img {
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
}
@media only screen and (max-width: 960px) {
  img {
    max-width: 100%;
    height: auto;
  }
}

input, select {
  vertical-align: middle;
}

input,
textarea,
select,
pre {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
}

em {
  font-weight: bold;
}

pre {
  margin-top: 15px;
  padding: 10px;
  border: 2px solid #078791;
  -ms-word-break: break-all;
  word-break: break-all;
  word-wrap: break-word;
}

body {
  position: relative;
  height: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  color: #333333;
  font-size: 87.5%;
  line-height: 172%;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media only screen and (max-width: 768px) {
  body {
    min-width: 320px;
  }
  body.-open {
    height: auto;
  }
}

.bg-black body {
  color: #fff;
  background: #000;
}

/* *****************************************************
common
***************************************************** */
.pageReader {
  position: absolute;
  text-indent: -9999px;
  outline: none;
  z-index: 0;
}

* + .clear {
  margin-top: 20px;
}

a:hover img {
  opacity: 0.6;
  -ms-filter: "alpha(opacity=60)";
}

/*
LayerContainer
***************************************************** */
#LayerContainer {
  position: relative;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}

/*
LayerBody
***************************************************** */
#LayerBody {
  width: 960px;
  height: auto;
  margin: 0 auto;
}
@media only screen and (max-width: 960px) {
  #LayerBody {
    width: auto;
    margin: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  #LayerBody {
    margin: auto;
    min-width: 320px;
    padding-bottom: 0 !important;
  }
}
@media only screen and (max-width: 960px) {
  #LayerBody.-top {
    margin: 0;
  }
}

/*
overlay
***************************************************** */
.overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 40;
}

/*
icon-font
***************************************************** */
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?23lfjg");
  src: url("fonts/icomoon.eot?23lfjg#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?23lfjg") format("truetype"), url("fonts/icomoon.woff?23lfjg") format("woff"), url("fonts/icomoon.svg?23lfjg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

.tnavi-list-item + .tnavi-list-item:before, ul li:before, .link-list > li:before, .link-internal li:after, .link a:before, .return-top a:before, .detail-box-btn-link:before, .accordion-btn a:after, .modal-link:before, .faq-list li:before, .head-link-item a:before, .search-detail-link:after, .sp-btn a:before, .gnaviLink-item-link:before, .-sp .gnaviLink-item-link:after, .fnavi a:before, .slider-controls a:before, .bx-controls-auto .bx-start:before,
.bx-controls-auto .bx-stop:before, .bx-pager-item a:before, .info-box-body a:before, .type-list-item a span:before, .about-box-item .pickup-link li:before, .calendarBox table td.holiday:before, .calendarBox table td.seika:before, .calendarBox table td.regulation:before, .calendarBox table td.rinji:before, .calendarBox table td.tsukiji:before, .calendarBox table td.open:before, .note:before, .detail-link:before,
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-q:before {
  content: "\e900";
}

.icon-slider_next:before {
  content: "\e924";
}

.icon-slider_prev:before {
  content: "\e925";
}

.icon-search:before {
  content: "\e926";
}

.icon-minus:before {
  content: "\e927";
}

.icon-plus:before {
  content: "\e928";
}

.icon-internal:before {
  content: "\e929";
}

.icon-close:before {
  content: "\e92a";
}

.icon-menu:before {
  content: "\e92b";
}

.icon-file:before {
  content: "\e92c";
}

.icon-return_top:before {
  content: "\e92d";
}

.icon-tnavi:before {
  content: "\e92e";
}

.icon-triangle:before {
  content: "\e92f";
}

.icon-link2:before {
  content: "\e930";
}

.icon-icon:before {
  content: "\e931";
}

.icon-link:before {
  content: "\e932";
}

.icon-pause:before {
  content: "\e933";
}

.icon-star:before {
  content: "\e934";
}

.icon-gnavi_07:before {
  content: "\e935";
}

.icon-gnavi_06:before {
  content: "\e936";
}

.icon-gnavi_05:before {
  content: "\e937";
}

.icon-gnavi_04:before {
  content: "\e938";
}

.icon-gnavi_03:before {
  content: "\e93b";
}

.icon-gnavi_02:before {
  content: "\e939";
}

.icon-gnavi_01:before {
  content: "\e93a";
}

/* *****************************************************
contents
***************************************************** */
/*
contents
***************************************************** */
.contents {
  float: right;
  width: 702px;
  padding: 0 8px;
}
@media only screen and (max-width: 960px) {
  .contents {
    width: 74%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 768px) {
  .contents {
    float: none;
    width: auto;
    margin: 0 0;
    padding: 0 12px;
  }
}
.contents.-top {
  float: none;
  width: auto;
  margin: 0;
  padding: 0;
}

.col1 .contents {
  float: none;
  width: auto;
}

/*
contents-body
***************************************************** */
.contents-body {
  margin-top: 24px;
}
.contents-body.-top {
  margin-top: 0;
}

/*
tnavi
***************************************************** */
.tnavi {
  position: relative;
  margin: 0 -500% 32px;
  padding: 9px 500% 6px;
  background: #e8eded;
  border-top: 1px solid #dcdfe3 \9;
  border-bottom: 1px solid #dcdfe3;
}
@media only screen and (max-width: 768px) {
  .tnavi {
    margin: 0 0 32px;
    padding: 9px 0 6px;
  }
}

.tnavi-list {
  position: relative;
  margin-left: -15px;
  list-style-type: none;
}
@media only screen and (max-width: 768px) {
  .tnavi-list {
    margin: 0 10px;
  }
}

.tnavi-list-item {
  float: left;
  margin-left: 15px;
  font-size: 92.85714%;
  line-height: 185%;
}
.tnavi-list-item + .tnavi-list-item {
  margin-top: 0;
}
.tnavi-list-item + .tnavi-list-item:before {
  content: "\e92e";
  margin-right: 13px;
  font-size: 10px;
}
.tnavi-list-item a {
  color: #333333;
}

.bg-black .tnavi {
  background: #000;
}
.bg-black .tnavi-list-item a {
  color: #ff0;
}

/*
heading
***************************************************** */
/* h1 */
h1 {
  position: relative;
  margin: 0 -8px;
  padding: 22px 16px;
  color: #00666a;
  font-size: 214.28571%;
  line-height: 120%;
  font-weight: bold;
  background: #f5fafa url(i/bg_h1.png) right top repeat-y;
  border: 1px solid #d9dede;
}
h1 span {
  display: block;
  padding: 10px 0 8px 20px;
  border-left: 7px solid #19b2a8;
}
@media only screen and (max-width: 768px) {
  h1 {
    padding: 13px 20px 13px 12px;
    font-size: 178.57143%;
    line-height: 124%;
  }
}

.syokuniku .categoryTop {
  padding: 63px 16px 56px 30px;
  background: #f5fafa url(i/bg_h1_syokuniku.png) right center no-repeat;
}
.syokuniku .categoryTop span {
  display: inline;
  padding: 0;
  border-left: 0 none;
}

.top h1 {
  padding: 0;
  background: transparent;
  border: 0 none;
}

.bg-black h1 {
  color: #fff;
  background: #000;
  border-color: #fff;
}
.bg-black h1 span {
  border-color: transparent;
}
.bg-black .toyosu .categoryTop,
.bg-black .syokuniku .categoryTop {
  background: #000;
}
.bg-black .top h1 {
  background: #000;
}

/* h2 */
h2 {
  position: relative;
  margin: 0 -8px;
  color: #2b8487;
  font-size: 157.14286%;
  line-height: 119%;
  font-weight: bold;
  border-bottom: 2px solid #19b2a8;
}
h2 span {
  display: block;
  padding: 19px 22px 18px;
  background: #f2f7f7;
  border-top: 1px solid #e6eaeb;
  border-left: 1px solid #e6eaeb;
  border-right: 1px solid #e6eaeb;
}
@media only screen and (max-width: 768px) {
  h2 span {
    padding: 9px 11px 9px;
  }
}

.news h2 {
  font-size: 135.71429%;
  line-height: 137%;
}
.news h2 span {
  padding: 9px 22px 8px;
}

* + h2 {
  margin-top: 24px;
}

.bg-black h2 {
  color: #fff;
  border-bottom-color: #fff;
}
.bg-black h2 span {
  background: #000;
}

/* h3 */
h3 {
  position: relative;
  margin: 0 -8px 15px;
  padding: 0 16px 12px;
  color: #2b8487;
  font-size: 135.71429%;
  line-height: 127%;
  font-weight: bold;
  border-bottom: 2px solid #19b2a8;
}
@media only screen and (max-width: 768px) {
  h3 {
    padding: 0 8px 6px;
  }
}

* + h3 {
  margin-top: 32px;
}

.news h3 {
  font-size: 121.42857%;
  line-height: 142%;
  padding: 0 16px 8px;
}

.bg-black h3 {
  color: #fff;
  border-bottom-color: #fff;
}

h4 {
  position: relative;
  margin: 30px -8px 15px;
  padding: 0 18px;
  color: #2b8487;
  font-size: 135.71429%;
  line-height: 127%;
  font-weight: bold;
  border-left: 5px solid #4ecac2;
}
@media only screen and (max-width: 768px) {
  h4 {
    padding: 0 9px;
  }
}

.news h4 {
  font-size: 121.42857%;
  line-height: 142%;
}

.bg-black h4 {
  color: #fff;
  border-left-color: #fff;
}

h5 {
  position: relative;
  margin: 32px -8px 7px;
  padding-left: 22px;
  font-size: 114.28571%;
  line-height: 132%;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  h5 {
    padding-left: 15px;
  }
}
h5:before {
  content: "";
  position: absolute;
  top: 0.28em;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  background: #2b99a5;
}

.news h5 {
  font-size: 100%;
  line-height: 150%;
}

.bg-black h5:before {
  background: #fff;
}

/*
p
***************************************************** */
* + p {
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  * + p {
    margin-top: 10px;
  }
}

h2 + p {
  margin-top: 26px;
}

h4 + p,
h5 + p {
  margin-top: 7px;
}

/*
ul, ol
***************************************************** */
ul {
  margin: 0 8px;
}
ul li {
  position: relative;
  padding-left: 21px;
}
ul li + li {
  margin-top: 10px;
}
ul li:before {
  content: "\e931";
  position: absolute;
  top: 0;
  left: 0;
  color: #19b2a8;
  font-size: 85.71429%;
  line-height: 200%;
}
ul ul {
  margin-top: 11px;
  margin-left: 10px;
}
ul ul li {
  padding-left: 18px;
}
ul ul li:before {
  color: #95d5d1;
  font-size: 71.42857%;
  line-height: 240%;
}
ul ol {
  margin-left: 27px;
}
ul ol li {
  padding-left: 0;
}
ul ol li:before {
  display: none;
}

.bg-black ul li:before {
  color: #fff;
}
.bg-black ul ul li:before {
  color: #fff;
}

ol {
  list-style: decimal;
  margin-left: 32px;
}
ol li {
  background: none;
}
ol li + li {
  margin-top: 8px;
}
ol ol {
  margin-top: 3px;
  margin-left: 25px;
}

* + ul,
* + ol {
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  * + ul,
  * + ol {
    margin-top: 10px;
  }
}

h2 + ul,
h2 + ol {
  margin-top: 20px;
}

.col2 > ul {
  margin-top: 15px;
}

/* list-indent */
.list-indent > li {
  padding-left: 1.5em;
}
.list-indent > li .list-indent-mark {
  position: absolute;
  left: 0;
}
.list-indent > li:before {
  display: none;
}
.list-indent.-large > li {
  padding-left: 3em;
}
.list-indent ol li {
  padding-left: 0;
}

/* link-list */
.link-list > li {
  padding-left: 1.5em;
}
.link-list > li:before {
  content: "\e930";
  position: absolute;
  top: 0.23em;
  left: 0;
  color: #19b2a8;
  font-size: 107.14286%;
  line-height: 100%;
}
.link-list > li a {
  color: #333333;
}
.link-list ol li {
  padding-left: 0;
}
.link-list .link-list > li:before {
  font-size: 142.85714% \9;
  line-height: 100% \9;
}

.bg-black .link-list li:before {
  color: #ff0;
}
.bg-black .link-list li a {
  color: #ff0;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .link-list .link-list > li:before {
    font-size: 142.85714%;
    line-height: 100%;
  }

  /* IE11 */
}
/* link-internal */
.link-internal {
  letter-spacing: -.34em;
  position: relative;
  margin: -9px 0 0 -18px;
}
.link-internal li {
  display: inline-block;
  letter-spacing: normal;
  margin-top: 9px;
  margin-left: 18px;
  padding-left: 0;
}
.link-internal li:before {
  display: none;
}
.link-internal li:after {
  content: "\e929";
  display: inline-block;
  margin-left: 7px;
  color: #19b3a8;
  font-size: 71.42857%;
  line-height: 100%;
}
.link-internal li a {
  color: #333333;
}

.bg-black .link-internal li:after {
  color: #ff0;
}
.bg-black .link-internal li a {
  color: #ff0;
}

/* document link */
a[href*=".pdf"]:after,
a[href*=".PDF"]:after,
a[href*=".xls"]:after,
a[href*=".XLS"]:after,
a[href*=".xlsx"]:after,
a[href*=".XLSX"]:after,
a[href*=".xlsm"]:after,
a[href*=".XLSM"]:after,
a[href*=".doc"]:after,
a[href*=".DOC"]:after,
a[href*=".docx"]:after,
a[href*=".DOCX"]:after {
  display: inline-block;
  vertical-align: middle;
  line-height: 100%;
}

a[href*=".pdf"]:after,
a[href*=".PDF"]:after {
  content: url(i/icon_pdf.png);
}

a[href*=".xls"]:after,
a[href*=".XLS"]:after,
a[href*=".xlsx"]:after,
a[href*=".XLSX"]:after,
a[href*=".xlsm"]:after,
a[href*=".XLSM"]:after {
  content: url(i/icon_xls.png);
}

a[href*=".doc"]:after,
a[href*=".DOC"]:after,
a[href*=".docx"]:after,
a[href*=".DOCX"]:after {
  content: url(i/icon_doc.png);
}

/* blank link */
a[href^="http"]:not([href^="http://www.shijou.metro.tokyo.jp/"]):after,
a[href^="https"]:not([href^="https://www.shijou.metro.tokyo.jp/"]):after {
  content: url(i/icon_blank.png);
  display: inline-block;
  padding-left: 4px;
  vertical-align: middle;
  line-height: 100%;
}

/* img-hover link */
.img-hover:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/*
table
***************************************************** */
table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-top: 1px solid #dedede;
  border-left: 1px solid #dedede;
}
@media only screen and (max-width: 768px) {
  table {
    width: 100%;
  }
}

th,
td {
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}

th {
  padding: 13px 5px 10px;
  color: #2b8487;
  vertical-align: middle;
  text-align: center;
  background: #deefee;
}
@media only screen and (max-width: 768px) {
  th {
    padding: 6px 3px 5px;
  }
}
th.th-second {
  color: #333333;
  background: #f7f7f7;
}

td {
  padding: 13px 10px 12px 15px;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  td {
    padding: 6px 5px 6px 7px;
  }
}

* + table,
* + .responsive-table {
  margin-top: 24px;
}
@media only screen and (max-width: 768px) {
  * + table,
  * + .responsive-table {
    margin-top: 10px;
  }
}

h2 + table,
h2 + .responsive-table {
  margin-top: 20px;
}

.no-border {
  border-top: 0 none;
  border-left: 0 none;
}
.no-border th, .no-border td {
  padding: 0;
  border-right: 0 none;
  border-bottom: 0 none;
}
.no-border th {
  text-align: left;
  vertical-align: top;
  background: transparent;
}

.bg-black th {
  color: #fff;
  font-weight: bold;
  background: #000;
}

/*
parts
***************************************************** */
strong {
  font-weight: bold;
}

sup {
  font-size: 80%;
  vertical-align: super;
}

.caption {
  margin-top: 11px;
  color: #444;
  font-size: 85.71429%;
  line-height: 150%;
}

.bg-black .caption {
  color: #fff;
}

/* link */
.link a {
  position: relative;
  display: inline-block;
  padding-left: 1.5em;
  color: #333333;
}
.link a:before {
  content: "\e930";
  position: absolute;
  top: 0.23em;
  left: 0;
  color: #19b2a8;
  font-size: 107.14286%;
  line-height: 100%;
  vertical-align: middle;
}

.bg-black .link a {
  color: #ff0;
}
.bg-black .link a:before {
  color: #ff0;
}

.sp-block {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp-block {
    display: block;
  }
}

.pc-block {
  display: block;
}
@media only screen and (max-width: 768px) {
  .pc-block {
    display: none;
  }
}

.caution {
  color: #e04a21;
}

.bg-black .caution {
  color: #fff;
}

.newsDate {
  margin-top: 10px;
  text-align: right;
}

/* return-top */
.return-top {
  text-align: right;
}
.return-top a:before {
  content: "\e92d";
  display: inline-block;
  margin-right: 7px;
  font-size: 100%;
  line-height: 172%;
  vertical-align: middle;
}

/* grid */
.grid {
  position: relative;
  margin: 0 -1.56695%;
}

* + .grid {
  margin-top: 10px;
}

.col {
  float: left;
  padding: 20px 1.56695% 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .col {
    padding-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .col + .col {
    margin-top: 15px;
  }
}
.col img {
  width: 100%;
  height: auto;
}
.col img.sp-img {
  width: auto;
  max-width: 100%;
}

.col-1 {
  width: 8.33333%;
}
@media only screen and (max-width: 768px) {
  .col-1 {
    width: 100%;
  }
}

.col-2 {
  width: 16.66667%;
}
@media only screen and (max-width: 768px) {
  .col-2 {
    width: 100%;
  }
}

.col-3 {
  width: 25%;
}
@media only screen and (max-width: 768px) {
  .col-3 {
    width: 100%;
  }
}

.col-4 {
  width: 33.33333%;
}
@media only screen and (max-width: 768px) {
  .col-4 {
    width: 100%;
  }
}

.col-5 {
  width: 41.66667%;
}
@media only screen and (max-width: 768px) {
  .col-5 {
    width: 100%;
  }
}

.col-6 {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .col-6 {
    width: 100%;
  }
}

.col-7 {
  width: 58.33333%;
}
@media only screen and (max-width: 768px) {
  .col-7 {
    width: 100%;
  }
}

.col-8 {
  width: 66.66667%;
}
@media only screen and (max-width: 768px) {
  .col-8 {
    width: 100%;
  }
}

.col-9 {
  width: 75%;
}
@media only screen and (max-width: 768px) {
  .col-9 {
    width: 100%;
  }
}

.col-10 {
  width: 83.33333%;
}
@media only screen and (max-width: 768px) {
  .col-10 {
    width: 100%;
  }
}

.col-11 {
  width: 91.66667%;
}
@media only screen and (max-width: 768px) {
  .col-11 {
    width: 100%;
  }
}

.col-12 {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .grid-sp .col + .col {
    margin-top: 0;
  }
  .grid-sp .col-1 {
    width: 8.33333%;
  }
  .grid-sp .col-2 {
    width: 16.66667%;
  }
  .grid-sp .col-3 {
    width: 25%;
  }
  .grid-sp .col-4 {
    width: 33.33333%;
  }
  .grid-sp .col-5 {
    width: 41.66667%;
  }
  .grid-sp .col-6 {
    width: 50%;
  }
  .grid-sp .col-7 {
    width: 58.33333%;
  }
  .grid-sp .col-8 {
    width: 66.66667%;
  }
  .grid-sp .col-9 {
    width: 75%;
  }
  .grid-sp .col-10 {
    width: 83.33333%;
  }
  .grid-sp .col-11 {
    width: 91.66667%;
  }
  .grid-sp .col-12 {
    width: 100%;
  }
}
/* imageColumn */
@media only screen and (max-width: 768px) {
  .imageColumn .w5 {
    width: auto;
  }
  .imageColumn .w10 {
    width: auto;
  }
  .imageColumn .w15 {
    width: auto;
  }
  .imageColumn .w20 {
    width: auto;
  }
  .imageColumn .w25 {
    width: auto;
  }
  .imageColumn .w30 {
    width: auto;
  }
  .imageColumn .w35 {
    width: auto;
  }
  .imageColumn .w40 {
    width: auto;
  }
  .imageColumn .w45 {
    width: auto;
  }
  .imageColumn .w50 {
    width: auto;
  }
  .imageColumn .w55 {
    width: auto;
  }
  .imageColumn .w60 {
    width: auto;
  }
  .imageColumn .w65 {
    width: auto;
  }
  .imageColumn .w70 {
    width: auto;
  }
  .imageColumn .w75 {
    width: auto;
  }
  .imageColumn .w80 {
    width: auto;
  }
  .imageColumn .w85 {
    width: auto;
  }
  .imageColumn .w90 {
    width: auto;
  }
  .imageColumn .w95 {
    width: auto;
  }
  .imageColumn .w100 {
    width: auto;
  }
  .imageColumn .w105 {
    width: auto;
  }
  .imageColumn .w110 {
    width: auto;
  }
  .imageColumn .w115 {
    width: auto;
  }
  .imageColumn .w120 {
    width: auto;
  }
  .imageColumn .w125 {
    width: auto;
  }
  .imageColumn .w130 {
    width: auto;
  }
  .imageColumn .w135 {
    width: auto;
  }
  .imageColumn .w140 {
    width: auto;
  }
  .imageColumn .w145 {
    width: auto;
  }
  .imageColumn .w150 {
    width: auto;
  }
  .imageColumn .w155 {
    width: auto;
  }
  .imageColumn .w160 {
    width: auto;
  }
  .imageColumn .w165 {
    width: auto;
  }
  .imageColumn .w170 {
    width: auto;
  }
  .imageColumn .w175 {
    width: auto;
  }
  .imageColumn .w180 {
    width: auto;
  }
  .imageColumn .w185 {
    width: auto;
  }
  .imageColumn .w190 {
    width: auto;
  }
  .imageColumn .w195 {
    width: auto;
  }
  .imageColumn .w200 {
    width: auto;
  }
  .imageColumn .w205 {
    width: auto;
  }
  .imageColumn .w210 {
    width: auto;
  }
  .imageColumn .w215 {
    width: auto;
  }
  .imageColumn .w220 {
    width: auto;
  }
  .imageColumn .w225 {
    width: auto;
  }
  .imageColumn .w230 {
    width: auto;
  }
  .imageColumn .w235 {
    width: auto;
  }
  .imageColumn .w240 {
    width: auto;
  }
  .imageColumn .w245 {
    width: auto;
  }
  .imageColumn .w250 {
    width: auto;
  }
  .imageColumn .w255 {
    width: auto;
  }
  .imageColumn .w260 {
    width: auto;
  }
  .imageColumn .w265 {
    width: auto;
  }
  .imageColumn .w270 {
    width: auto;
  }
  .imageColumn .w275 {
    width: auto;
  }
  .imageColumn .w280 {
    width: auto;
  }
  .imageColumn .w285 {
    width: auto;
  }
  .imageColumn .w290 {
    width: auto;
  }
  .imageColumn .w295 {
    width: auto;
  }
  .imageColumn .w300 {
    width: auto;
  }
  .imageColumn .w305 {
    width: auto;
  }
  .imageColumn .w310 {
    width: auto;
  }
  .imageColumn .w315 {
    width: auto;
  }
  .imageColumn .w320 {
    width: auto;
  }
  .imageColumn .w325 {
    width: auto;
  }
  .imageColumn .w330 {
    width: auto;
  }
  .imageColumn .w335 {
    width: auto;
  }
  .imageColumn .w340 {
    width: auto;
  }
  .imageColumn .w345 {
    width: auto;
  }
  .imageColumn .w350 {
    width: auto;
  }
  .imageColumn .w355 {
    width: auto;
  }
  .imageColumn .w360 {
    width: auto;
  }
  .imageColumn .w365 {
    width: auto;
  }
  .imageColumn .w370 {
    width: auto;
  }
  .imageColumn .w375 {
    width: auto;
  }
  .imageColumn .w380 {
    width: auto;
  }
  .imageColumn .w385 {
    width: auto;
  }
  .imageColumn .w390 {
    width: auto;
  }
  .imageColumn .w395 {
    width: auto;
  }
  .imageColumn .w400 {
    width: auto;
  }
  .imageColumn .w405 {
    width: auto;
  }
  .imageColumn .w410 {
    width: auto;
  }
  .imageColumn .w415 {
    width: auto;
  }
  .imageColumn .w420 {
    width: auto;
  }
  .imageColumn .w425 {
    width: auto;
  }
  .imageColumn .w430 {
    width: auto;
  }
  .imageColumn .w435 {
    width: auto;
  }
  .imageColumn .w440 {
    width: auto;
  }
  .imageColumn .w445 {
    width: auto;
  }
  .imageColumn .w450 {
    width: auto;
  }
  .imageColumn .w455 {
    width: auto;
  }
  .imageColumn .w460 {
    width: auto;
  }
  .imageColumn .w465 {
    width: auto;
  }
  .imageColumn .w470 {
    width: auto;
  }
  .imageColumn .w475 {
    width: auto;
  }
  .imageColumn .w480 {
    width: auto;
  }
  .imageColumn .w485 {
    width: auto;
  }
  .imageColumn .w490 {
    width: auto;
  }
  .imageColumn .w495 {
    width: auto;
  }
  .imageColumn .w500 {
    width: auto;
  }
  .imageColumn .w505 {
    width: auto;
  }
  .imageColumn .w510 {
    width: auto;
  }
  .imageColumn .w515 {
    width: auto;
  }
  .imageColumn .w520 {
    width: auto;
  }
  .imageColumn .w525 {
    width: auto;
  }
  .imageColumn .w530 {
    width: auto;
  }
  .imageColumn .w535 {
    width: auto;
  }
  .imageColumn .w540 {
    width: auto;
  }
  .imageColumn .w545 {
    width: auto;
  }
  .imageColumn .w550 {
    width: auto;
  }
  .imageColumn .w555 {
    width: auto;
  }
  .imageColumn .w560 {
    width: auto;
  }
  .imageColumn .w565 {
    width: auto;
  }
  .imageColumn .w570 {
    width: auto;
  }
  .imageColumn .w575 {
    width: auto;
  }
  .imageColumn .w580 {
    width: auto;
  }
  .imageColumn .w585 {
    width: auto;
  }
  .imageColumn .w590 {
    width: auto;
  }
  .imageColumn .w595 {
    width: auto;
  }
  .imageColumn .w600 {
    width: auto;
  }
  .imageColumn .w605 {
    width: auto;
  }
  .imageColumn .w610 {
    width: auto;
  }
  .imageColumn .w615 {
    width: auto;
  }
  .imageColumn .w620 {
    width: auto;
  }
  .imageColumn .w625 {
    width: auto;
  }
  .imageColumn .w630 {
    width: auto;
  }
  .imageColumn .w635 {
    width: auto;
  }
  .imageColumn .w640 {
    width: auto;
  }
  .imageColumn .w645 {
    width: auto;
  }
  .imageColumn .w650 {
    width: auto;
  }
  .imageColumn .w655 {
    width: auto;
  }
  .imageColumn .w660 {
    width: auto;
  }
  .imageColumn .w665 {
    width: auto;
  }
  .imageColumn .w670 {
    width: auto;
  }
  .imageColumn .w675 {
    width: auto;
  }
  .imageColumn .w680 {
    width: auto;
  }
  .imageColumn .w685 {
    width: auto;
  }
  .imageColumn .w690 {
    width: auto;
  }
  .imageColumn .w695 {
    width: auto;
  }
  .imageColumn .w700 {
    width: auto;
  }
  .imageColumn .w705 {
    width: auto;
  }
  .imageColumn .w710 {
    width: auto;
  }
  .imageColumn .w715 {
    width: auto;
  }
  .imageColumn .w720 {
    width: auto;
  }
  .imageColumn .w725 {
    width: auto;
  }
  .imageColumn .w730 {
    width: auto;
  }
  .imageColumn .w735 {
    width: auto;
  }
  .imageColumn .w740 {
    width: auto;
  }
  .imageColumn .w745 {
    width: auto;
  }
  .imageColumn .w750 {
    width: auto;
  }
  .imageColumn .w755 {
    width: auto;
  }
  .imageColumn .w760 {
    width: auto;
  }
  .imageColumn .w765 {
    width: auto;
  }
  .imageColumn .w770 {
    width: auto;
  }
  .imageColumn .w775 {
    width: auto;
  }
  .imageColumn .w780 {
    width: auto;
  }
  .imageColumn .w785 {
    width: auto;
  }
  .imageColumn .w790 {
    width: auto;
  }
  .imageColumn .w795 {
    width: auto;
  }
  .imageColumn .w800 {
    width: auto;
  }
  .imageColumn .w805 {
    width: auto;
  }
  .imageColumn .w810 {
    width: auto;
  }
  .imageColumn .w815 {
    width: auto;
  }
  .imageColumn .w820 {
    width: auto;
  }
  .imageColumn .w825 {
    width: auto;
  }
  .imageColumn .w830 {
    width: auto;
  }
  .imageColumn .w835 {
    width: auto;
  }
  .imageColumn .w840 {
    width: auto;
  }
  .imageColumn .w845 {
    width: auto;
  }
  .imageColumn .w850 {
    width: auto;
  }
  .imageColumn .w855 {
    width: auto;
  }
  .imageColumn .w860 {
    width: auto;
  }
  .imageColumn .w865 {
    width: auto;
  }
  .imageColumn .w870 {
    width: auto;
  }
  .imageColumn .w875 {
    width: auto;
  }
  .imageColumn .w880 {
    width: auto;
  }
  .imageColumn .w885 {
    width: auto;
  }
  .imageColumn .w890 {
    width: auto;
  }
  .imageColumn .w895 {
    width: auto;
  }
  .imageColumn .w900 {
    width: auto;
  }
}

* + .imageColumn {
  margin-top: 20px;
}

.imageColumn__image {
  float: left;
  margin-right: 15px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .imageColumn__image {
    float: none;
    margin: 0 0 20px;
  }
}

.imageColumn__body {
  overflow: hidden;
}

/* link-btn */
.link-btn {
  display: table;
  width: 100%;
  padding: 17px 44px 15px 19px;
  color: #333333;
  background: #f5fafa url(i/icon_btn_link.png) right center no-repeat;
  border: 4px solid #d0e5e7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.link-btn:hover {
  opacity: 0.6;
  -ms-filter: "alpha(opacity=60)";
  text-decoration: none;
}

.bg-black .link-btn {
  background-color: #000;
}

/* link-box */
.link-box {
  padding: 20px 27px 17px;
  border: 3px solid #d0e5e7;
}

* + .link-box {
  margin-top: 30px;
}

/* detail-box */
.detail-box {
  display: table;
  width: 100%;
  border: 3px solid #e6e9eb;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .detail-box {
    display: block;
    padding: 20px 32px 17px;
  }
}

.detail-box-left {
  display: table-cell;
  padding: 20px 0 22px 32px;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .detail-box-left {
    display: block;
    padding: 0;
  }
}

.detail-box-right {
  display: table-cell;
  width: 267px;
  padding-top: 23px;
  vertical-align: top;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .detail-box-right {
    display: block;
    width: auto;
    margin-top: 10px;
    padding: 0;
  }
}

* + .detail-box {
  margin-top: 30px;
}

.detail-box-btn-link {
  display: inline-block;
  padding: 6px 49px 3px 42px;
  color: #333333;
  font-size: 114.28571%;
  line-height: 163%;
  text-align: center;
  background: #f5fafa;
  border: 4px solid #d0e5e7;
}
.detail-box-btn-link:before {
  content: "\e930";
  display: inline-block;
  margin-right: 7px;
  color: #068896;
  font-size: 93.75%;
  line-height: 174%;
}
.detail-box-btn-link:hover {
  opacity: 0.6;
  -ms-filter: "alpha(opacity=60)";
  text-decoration: none;
}

.bg-black .detail-box-btn-link {
  background-color: #000;
}
.bg-black .detail-box-btn-link:before {
  color: #ff0;
}

/* acrobat-box */
.acrobat-box {
  display: table;
  width: 100%;
  border: 3px solid #e6e9eb;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .acrobat-box {
    display: block;
    padding: 20px 32px 17px;
  }
}

.acrobat-box-left {
  display: table-cell;
  padding: 19px 0 18px 27px;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .acrobat-box-left {
    display: block;
    padding: 0;
  }
}

.acrobat-box-right {
  display: table-cell;
  width: 214px;
  padding-top: 25px;
  vertical-align: top;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .acrobat-box-right {
    display: block;
    width: auto;
    margin-top: 10px;
    padding: 0;
  }
  .acrobat-box-right img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
}
.acrobat-box-right a:after {
  display: none !important;
}

* + .acrobat-box {
  margin-top: 30px;
}

.acrobat-box-btn-link {
  display: block;
}
.acrobat-box-btn-link:hover {
  opacity: 0.6;
  -ms-filter: "alpha(opacity=60)";
}

/* border-box */
.border-box {
  padding: 20px 32px 17px;
  border: 3px solid #e6e9eb;
}

* + .border-box {
  margin-top: 30px;
}

/* inquiry-box */
.inquiry-box {
  border: 3px solid #e6e9eb;
}

* + .inquiry-box {
  margin-top: 30px;
}

.inquiry-box-head {
  padding: 5px 22px 5px;
  background: #e6e9eb;
}
.inquiry-box-head p {
  font-size: 114.28571%;
  line-height: 150%;
  font-weight: bold;
}

.inquiry-box-body {
  padding: 20px 32px 17px;
}

.bg-black .inquiry-box-head p {
  color: #000;
}

/* iframe-box */
@media only screen and (max-width: 960px) {
  .iframe-box {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }

  iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
/* search-box */
.search-box table,
.search-box th,
.search-box td {
  border: none;
  padding: 0;
}
.search-box table {
  margin: 0;
}
.search-box .gsc-control-cse.gsc-control-cse-ja {
  padding: 0;
}
.search-box .gsc-above-wrapper-area {
  padding: 0;
  margin-bottom: 15px;
}
.search-box .gsc-cursor-box {
  text-align: center;
}

/* newsBox */
.newsBox {
  margin: 0 8px;
}

* + .newsBox {
  margin-top: 20px;
}

/* tab */
.tab,
.toyosu-photo {
  position: relative;
  margin: 0 -8px;
}

.tab-btn,
.toyosu-photo-btn {
  letter-spacing: -.34em;
  margin: 10px 0 0;
  background: #f2f7f7;
  border-bottom: 4px solid #19b2a8;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.tab-btn li,
.toyosu-photo-btn li {
  display: inline-block;
  letter-spacing: normal;
  min-width: 33.33333%;
  padding-left: 0;
  text-align: center;
  vertical-align: bottom;
}
.tab-btn li + li,
.toyosu-photo-btn li + li {
  margin-top: 0;
}
.tab-btn li a,
.toyosu-photo-btn li a {
  display: block;
  padding: 13px 5px 6px;
  font-size: 114.28571%;
  line-height: 150%;
  background: #fff;
  border-top: 1px solid #e6eaeb;
  border-left: 1px solid #e6eaeb;
  border-right: 1px solid #e6eaeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.tab-btn li.-active a,
.toyosu-photo-btn li.-active a {
  color: #fff;
  font-weight: bold;
  background: #19b3a8;
  border-color: #19b3a8;
}
.tab-btn li:before,
.toyosu-photo-btn li:before {
  display: none;
}

.tab-cont,
.toyosu-photo-cont {
  margin: 15px 8px 0;
}

.bg-black .tab-btn,
.bg-black .toyosu-photo-btn {
  background: #555;
}
.bg-black .tab-btn li a,
.bg-black .toyosu-photo-btn li a {
  color: #ff0;
  background: #000;
  border-color: #fff;
}
.bg-black .tab-btn li.-active a,
.bg-black .toyosu-photo-btn li.-active a {
  color: #000;
  background: #ff0;
}

.tabSub-btn {
  letter-spacing: -.34em;
  position: relative;
  margin: 0 -9px;
}
.tabSub-btn li {
  display: inline-block;
  letter-spacing: normal;
  width: 25%;
  margin-top: 10px;
  padding-left: 0;
}
@media only screen and (max-width: 768px) {
  .tabSub-btn li {
    width: 33.33333%;
  }
}
.tabSub-btn li a {
  display: block;
  margin: 0 9px;
  padding: 2px 0 0;
  color: #067796;
  text-align: center;
  background: #f2f7f7;
  border: 1px solid #e6eaeb;
}
.tabSub-btn li.-active a {
  color: #fff;
  font-weight: bold;
  background: #2b99a5;
  border: 1px solid #2b99a5;
}
.tabSub-btn li:before {
  display: none;
}

.tabSub-cont {
  margin-top: 15px;
}

.bg-black .tabSub-btn li a {
  color: #ff0;
  background: #000;
}
.bg-black .tabSub-btn li.-active a {
  color: #000;
  background: #ff0;
  border-color: #ff0;
}

/* accordion */
.accordion {
  position: relative;
  margin: 0 -8px;
}

* + .accordion {
  margin-top: 20px;
}

.accordion-btn {
  margin: 0;
  padding: 0;
  font-size: 135.71429%;
  line-height: 127%;
  background: none;
  border: 0 none;
}
.accordion-btn a {
  position: relative;
  display: block;
  padding: 11px 37px 7px 18px;
  color: #068896;
  background: #f5fafa;
  border: 4px solid #d0e5e7;
  vertical-align: middle;
}
.accordion-btn a:hover {
  text-decoration: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
.accordion-btn a:after {
  content: "\e928";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 17px;
  display: inline-block;
  height: 17px;
  margin: auto 0;
  color: #5cc8cc;
  font-size: 17px;
}
.accordion-btn.open a:after {
  content: "\e927";
}

.accordion-cont {
  margin: 15px 8px 0;
}

.bg-black .accordion-btn a {
  color: #ff0;
  background: #000;
}
.bg-black .accordion-btn a:after {
  color: #fff;
}

/*
modal
***************************************************** */
/* modal-link */
.modal-link {
  position: relative;
  padding-left: 1.2em;
  color: #068896;
  vertical-align: middle;
}
.modal-link:before {
  content: "\e926";
  position: absolute;
  top: 0.2em;
  left: 0;
  font-weight: bold;
  vertical-align: middle;
}

/* colorbox */
#cboxLoadedContent {
  position: relative;
  padding: 15px;
  background: #fff;
  overflow: hidden !important;
}

.colorbox-iframe #cboxLoadedContent {
  padding: 0;
}

.cboxIframe {
  width: 100%;
  height: 100%;
}

#cboxTitle {
  display: none !important;
}

#cboxClose {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 44px;
  height: 44px;
  padding: 0;
  text-indent: -9999px;
  background: url(i/modal_close.png) 0 0 no-repeat;
  border: 0 none;
  cursor: pointer;
  outline: none;
}

#cboxOverlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
  overflow: hidden;
  z-index: 40;
}

#colorbox {
  z-index: 40;
}

.modal-img-title #cboxLoadedContent {
  padding-bottom: 10px;
}
.modal-img-title #cboxTitle {
  float: none !important;
  display: block !important;
  padding: 0 5px 5px;
  text-align: center;
  background: #fff;
}

.bg-black #cboxLoadedContent,
.bg-black .modal-img-title #cboxTitle {
  background: #000;
}

/*
toyosu
***************************************************** */
/* toyosu-cont */
.toyosu-cont {
  position: relative;
  margin: 32px -8px 0;
}
@media only screen and (max-width: 960px) {
  .toyosu-cont {
    margin: 32px 0 0;
  }
}

/* toyosu-link */
.toyosu-link {
  letter-spacing: -.34em;
  position: relative;
  margin: 0 -5px;
}

.toyosu-link-item {
  display: inline-block;
  letter-spacing: normal;
  width: 25%;
  padding: 16px 5px 0;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .toyosu-link-item {
    width: 100%;
  }
}
.toyosu-link-item a {
  display: block;
  color: #333333;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.toyosu-link-item-head img {
  width: 100%;
  height: auto;
}

.toyosu-link-item-body {
  padding: 12px 6px 15px;
  text-align: center;
}
.toyosu-link-item-body .title {
  font-size: 121.42857%;
  line-height: 142%;
  font-weight: bold;
}
.toyosu-link-item-body .text {
  font-size: 92.85714%;
  line-height: 154%;
  text-align: left;
}
.toyosu-link-item-body * + .text {
  margin-top: 8px;
}

.bg-black .toyosu-link-item a {
  color: #ff0;
}
.bg-black .toyosu-link-item-body {
  border: 1px solid #fff;
  border-top: 0 none;
}

/* toyosu-pickup */
.toyosu-pickup {
  margin-top: 24px;
}

.toyosu-pickup-item + .toyosu-pickup-item {
  margin-top: 8px;
}
.toyosu-pickup-item > div,
.toyosu-pickup-item a {
  display: table;
  width: 100%;
  color: #333333;
  border: 3px solid #e2e2e2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .toyosu-pickup-item > div,
  .toyosu-pickup-item a {
    display: block;
  }
}
.toyosu-pickup-item a:after {
  display: none !important;
}
.toyosu-pickup-item .toyosu-pickup-item-img {
  display: table-cell;
  width: 43.39888%;
  border-right: 1px solid #e2e2e2;
}
@media only screen and (max-width: 768px) {
  .toyosu-pickup-item .toyosu-pickup-item-img {
    float: left;
    display: block;
    margin-right: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e2e2e2;
  }
  .toyosu-pickup-item .toyosu-pickup-item-img img {
    width: 100%;
    height: auto;
  }
}
.toyosu-pickup-item .toyosu-pickup-item-text {
  display: table-cell;
  padding: 0 21px;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .toyosu-pickup-item .toyosu-pickup-item-text {
    display: block;
    padding: 15px 8px 10px;
  }
}
.toyosu-pickup-item .toyosu-pickup-item-text .title {
  font-size: 128.57143%;
  line-height: 134%;
  font-weight: bold;
}
.toyosu-pickup-item .toyosu-pickup-item-text .text {
  font-size: 92.85714%;
  line-height: 154%;
}
.toyosu-pickup-item .toyosu-pickup-item-text * + .text {
  margin-top: 6px;
}
@media only screen and (max-width: 768px) {
  .toyosu-pickup-item .toyosu-pickup-item-text * + .text {
    margin-top: 10px;
  }
}
.toyosu-pickup-item.-link .toyosu-pickup-item-img {
  width: 20.64607%;
}

.bg-black .toyosu-pickup-item > div {
  color: #fff;
}
.bg-black .toyosu-pickup-item a {
  color: #ff0;
}

/* toyosu-photo */
/*
syokuniku
***************************************************** */
/* syokuniku-link */
* + .syokuniku-link {
  margin-top: 20px;
}

.syokuniku-link-item + .syokuniku-link-item {
  margin-top: 24px;
}
.syokuniku-link-item a {
  display: block;
  padding: 43px 36px 39px;
  color: #2b8487;
  font-size: 157.14286%;
  line-height: 137%;
  font-weight: bold;
  background: #f5fafa right center no-repeat;
  border: 4px solid #d0e5e7;
}
.syokuniku-link-item a.-line2 {
  padding: 28px 36px 24px;
}
.syokuniku-link-item a:hover {
  text-decoration: none;
  opacity: 0.6;
  -ms-filter: "alpha(opacity=60)";
}
.syokuniku-link-item.-item01 a {
  background-image: url(i/bg_syokuniku_link_01.png);
}
.syokuniku-link-item.-item02 a {
  background-image: url(i/bg_syokuniku_link_02.png);
}
.syokuniku-link-item.-item03 a {
  background-image: url(i/bg_syokuniku_link_03.png);
}
.syokuniku-link-item.-item04 a {
  background-image: url(i/bg_syokuniku_link_04.png);
}
.syokuniku-link-item.-item05 a {
  background-image: url(i/bg_syokuniku_link_05.png);
  background-position: right bottom;
}

/*
faq
***************************************************** */
.faq-list li {
  padding-left: 1.5em;
}
.faq-list li:before {
  content: "\e900";
  position: absolute;
  top: 0.17em;
  left: 0;
  color: #19b2a8;
  font-size: 128.57143%;
  line-height: 100%;
}
.faq-list li a {
  color: #333333;
  text-decoration: underline;
}
.faq-list li a:hover {
  text-decoration: none;
}

.qaBox {
  position: relative;
  margin: 0 -8px;
}

* + .qaBox {
  margin-top: 36px;
}

* + .qaBox__item {
  margin-top: 25px;
}

.bg-black .faq-list li:before {
  color: #fff;
}
.bg-black .faq-list li a {
  color: #ff0;
}

@media only screen and (max-width: 768px) {
  .questionBox {
    margin: 0 8px;
    text-align: center;
  }
}

.questionBox__icon {
  float: left;
  min-width: 36px;
  color: #e04a21;
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #e04a21;
}
@media only screen and (max-width: 768px) {
  .questionBox__icon {
    float: none;
    display: inline-block;
  }
}

.questionBox__titie {
  margin: 0 0 0 48px;
  font-size: 135.71429%;
  line-height: 127%;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .questionBox__titie {
    margin: 8px 0 0 0;
  }
}

.bg-black .questionBox__icon {
  color: #fff;
  border-bottom-color: #fff;
}

.answerBox {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .answerBox {
    margin: 20px 8px 0;
    text-align: center;
  }
}

.answerBox__icon {
  float: left;
  min-width: 36px;
  color: #2b99a5;
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #2b99a5;
}
@media only screen and (max-width: 768px) {
  .answerBox__icon {
    float: none;
    display: inline-block;
  }
}

.answerBox__text {
  margin-left: 48px;
}
@media only screen and (max-width: 768px) {
  .answerBox__text {
    margin: 8px 0 0 0;
    text-align: left;
  }
}
.answerBox__text .grid .col {
  padding-top: 0;
}
.answerBox__text * + .grid .col {
  padding-top: 20px;
}

.bg-black .answerBox__icon {
  color: #fff;
  border-bottom-color: #fff;
}

/*
popup
***************************************************** */
/*
ad-gallery
***************************************************** */
/*
specialist
***************************************************** */
.specialistBox {
  display: table;
  width: 100%;
}

.specialistBox-img,
.specialistBox-text {
  display: table-cell;
  vertical-align: top;
}

.specialistBox-img {
  width: 35%;
}

.specialistBox-text {
  padding: 0 10px;
}

/*
specialistMapInn
***************************************************** */
#specialistMapInn {
  width: 100%;
  height: 430px;
  margin: 20px 0 0;
  border: solid 1px #624912;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  #specialistMapInn {
    height: 250px;
  }
}
#specialistMapInn .gm-style {
  font-size: 100%;
  line-height: 172%;
}
#specialistMapInn .gm-style .gm-style-iw {
  font-size: 100%;
  font-weight: normal;
}
#specialistMapInn .gm-style .gm-style-iw > div {
  overflow: hidden !important;
}
#specialistMapInn .gm-style .gm-style-iw > div > div {
  overflow: hidden !important;
}
#specialistMapInn .gm-style .gm-style-iw a {
  display: inline-block;
}
#specialistMapInn.mordal-map-item {
  width: 960px;
  margin: auto;
}
@media only screen and (max-width: 960px) {
  #specialistMapInn.mordal-map-item {
    width: 100%;
  }
}
#specialistMapInn.mordal-map-item a:after {
  display: none !important;
}

.mordal-map-setAddress {
  display: none;
}

.mordal-map,
.mordal-map-overlay,
.mordal-map-body {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
}

.mordal-map-overlay {
  background: #000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

.mordal-map-body {
  width: 960px;
  height: 430px;
  margin: auto;
  padding: 15px;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .mordal-map-body {
    width: 80%;
    height: 250px;
  }
}

.mordal-map-close {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  background: url(i/modal_close.png) 0 0 no-repeat;
  border: 0 none;
  cursor: pointer;
  outline: none;
}

.bg-black #specialistMapInn .gm-style .gm-style-iw {
  background: #000;
}

/*
tooltip
***************************************************** */
.tooltip {
  position: absolute;
  display: none;
  width: 250px;
  padding: 5px;
  background: #fff;
  border: 3px solid #078791;
}

.bg-black .tooltip {
  background: #000;
}

/*
iframe-box
***************************************************** */
.iframe-box {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.iframe-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
input
***************************************************** */
.input-txt {
  padding: 0 8px;
  border: 1px solid #b2b2b2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.input-btn {
  margin: 0;
  padding: 0;
  color: #fff;
  background: #333333;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.input-btn:hover {
  opacity: 0.6;
  -ms-filter: "alpha(opacity=60)";
}

.select-box {
  padding: 0 5px;
  border: 1px solid #b2b2b2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

/* detail-search */
.detail-search .input-txt {
  width: 420px;
  min-height: 30px;
}
@media only screen and (max-width: 768px) {
  .detail-search .input-txt {
    width: 100%;
    margin-bottom: 10px;
  }
}
.detail-search .input-btn {
  min-height: 30px;
  margin-left: 10px;
  padding: 0 10px;
}
@media only screen and (max-width: 768px) {
  .detail-search .input-btn {
    width: 48%;
    margin-left: 0;
  }
  .detail-search .input-btn + .input-btn {
    margin-left: 4%;
  }
}

.search-keywords {
  letter-spacing: -.34em;
}

.search-keywords-item {
  display: inline-block;
  letter-spacing: normal;
}

@media only screen and (max-width: 768px) {
  .search-file .select-box {
    display: block;
    width: 100%;
  }
}

/* *****************************************************
header
***************************************************** */
/*
header
***************************************************** */
.header {
  position: relative;
  width: 100%;
}
.header:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 5px;
  -webkit-box-shadow: 0 3px 5px rgba(153, 153, 153, 0.5) inset;
  -moz-box-shadow: 0 3px 5px rgba(153, 153, 153, 0.5) inset;
  -ms-box-shadow: 0 3px 5px rgba(153, 153, 153, 0.5) inset;
  -o-box-shadow: 0 3px 5px rgba(153, 153, 153, 0.5) inset;
  box-shadow: 0 3px 5px rgba(153, 153, 153, 0.5) inset;
  z-index: 30;
}

@media only screen and (max-width: 768px) {
  .-open .header {
    background: #fff;
    z-index: 50;
  }
  .-open .header:after {
    z-index: 50;
  }
}
/*
area-header
***************************************************** */
.area-header {
  width: 960px;
  margin: 0 auto;
  padding: 6px 0 8px;
  font-size: 14px;
  line-height: 20px;
}
@media only screen and (max-width: 960px) {
  .area-header {
    width: auto;
    margin: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .area-header {
    height: 36px;
    margin: 0 10px;
  }
}

/*
area-logo
***************************************************** */
.area-logo {
  float: left;
  width: 243px;
  margin-top: 19px;
}
@media only screen and (max-width: 960px) {
  .area-logo {
    margin-top: 0;
  }
}

/*
area-headercontents
***************************************************** */
.area-headercontents {
  letter-spacing: -.34em;
  position: relative;
  float: right;
  width: 640px;
  text-align: right;
}
@media only screen and (max-width: 960px) {
  .area-headercontents {
    float: none;
    width: auto;
    margin-left: 253px;
  }
}
@media only screen and (max-width: 768px) {
  .area-headercontents {
    display: none;
  }
}

/*
head-link
***************************************************** */
.head-link {
  letter-spacing: -.34em;
  position: absolute;
  top: 0;
  right: 0;
  min-width: 416px;
  margin: 0;
}
.head-link.-sp {
  display: none;
}
@media only screen and (max-width: 960px) {
  .head-link {
    position: static;
  }
}
@media only screen and (max-width: 768px) {
  .head-link.-sp {
    display: block;
    border-bottom: 1px solid #d9dede;
  }
}

.head-link-item {
  padding-left: 0;
  display: inline-block;
  letter-spacing: normal;
}
.head-link-item + .head-link-item {
  margin-top: 0;
  margin-left: 13px;
}
.head-link-item a {
  position: relative;
  padding-left: 12px;
  color: #1181a1;
}
.head-link-item a:before {
  content: "\e932";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  line-height: 20px;
}
.head-link-item a:hover:before {
  text-decoration: none;
}
.head-link-item:before {
  display: none;
}

.bg-black .head-link li a {
  color: #ffff00;
}
.bg-black .head-link li a:before {
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .-sp.head-link {
    min-width: 0;
    border-top: 1px solid #d9dede;
  }
  .-sp .head-link-item {
    float: left;
    position: relative;
    display: table;
    width: 50%;
    height: 50px;
    margin-right: -1px\9;
    margin-bottom: -1px;
    border-right: 1px solid #d9dede \9;
    border-bottom: 1px solid #d9dede;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  .-sp .head-link-item + .head-link-item {
    margin-left: 0;
  }
  .-sp .head-link-item:nth-child(odd) {
    border-right: 1px solid #d9dede;
  }
  .-sp .head-link-item a {
    display: table-cell;
    padding: 0 10px;
    vertical-align: middle;
  }
  .-sp .head-link-item a:before {
    position: static;
  }
  .-sp .head-link-item a:hover {
    color: #41bab2;
    text-decoration: none;
  }
}

/*
area-headercontents-utility
***************************************************** */
.area-headercontents-utility {
  letter-spacing: -.34em;
}

/*
f-size
***************************************************** */
.f-size {
  display: inline-block;
  letter-spacing: normal;
  letter-spacing: -.34em;
  min-width: 159px;
  text-align: center;
  vertical-align: bottom;
}
@media only screen and (max-width: 960px) {
  .f-size {
    display: none;
  }
}

.f-size-title {
  letter-spacing: normal;
}

.f-size-item {
  display: inline-block;
  letter-spacing: normal;
  margin: 0 4px;
  vertical-align: bottom;
}
.f-size-item a {
  display: block;
  width: 45px;
  color: #fff;
  text-align: center;
  background: #333333;
  border: 1px solid #333333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.f-size-item a:hover {
  text-decoration: none;
  opacity: 0.6;
  -ms-filter: "alpha(opacity=60)";
}
.f-size-item.-small a {
  padding: 2px 0 1px;
}
.f-size-item.-midium a {
  padding: 5px 0 3px;
}
.f-size-item.-large a {
  padding: 7px 0 6px;
}

.bg-black .f-size-item a {
  background: #000;
  border-color: #fff;
}

/*
bg-change
***************************************************** */
.bg-change {
  display: inline-block;
  letter-spacing: normal;
  letter-spacing: -.34em;
  min-width: 149px;
  margin-left: 10px;
  vertical-align: bottom;
}
@media only screen and (max-width: 960px) {
  .bg-change {
    display: none;
  }
}

.en .bg-change {
  min-width: 171px;
}

.bg-change-title,
.bg-change-item {
  display: inline-block;
  letter-spacing: normal;
  margin: 0 4px;
  font-size: 14px;
  line-height: 20px;
  vertical-align: middle;
}

.bg-change-item a {
  display: block;
  padding: 3px 14px 0 15px;
  color: #333333;
}
.bg-change-item a:hover {
  text-decoration: none;
}
.bg-change-item.-white a {
  background: #fff;
  border: 1px solid #b3b3b3;
}
.bg-change-item.-black a {
  color: #fff;
  background: #333333;
  border: 1px solid #333333;
}

.bg-black .bg-change-item.-black a {
  background: #000;
  border-color: #fff;
}

/*
search
***************************************************** */
.search {
  display: inline-block;
  letter-spacing: normal;
  letter-spacing: -.34em;
  width: 169px;
  min-height: 24px;
  margin-left: 20px;
  vertical-align: bottom;
  overflow: hidden;
  white-space: nowrap;
}
.search.-sp {
  display: none;
}
@media only screen and (max-width: 960px) {
  .search {
    margin-top: 10px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .search.-sp {
    display: inline-block;
  }
}

.search-box-txt {
  display: inline-block;
  letter-spacing: normal;
  width: 124px;
  min-height: 25px;
}

.search-box-btn {
  display: inline-block;
  letter-spacing: normal;
  width: 45px;
  min-height: 25px;
}

@media only screen and (max-width: 768px) {
  .-sp.search {
    width: 100%;
    margin: 0;
    padding: 20px 0;
    text-align: center;
    border-bottom: 1px solid #d9dede;
  }
}

.en .search {
  width: 174px;
}
.en .search-box-btn {
  width: 50px;
}

.bg-black .search-box-btn {
  background: #000;
  border: 1px solid #b2b2b2;
  border-left: 0 none;
}

/*
search-detail
***************************************************** */
.search-detail {
  display: inline-block;
  letter-spacing: normal;
  margin-left: 14px;
}

.search-detail-link {
  display: inline-block;
  width: 94px;
  padding: 3px 0 0;
  color: #333333;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #b3b3b3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.search-detail-link:after {
  content: "\e92e";
  display: inline-block;
  margin-left: 3px;
  font-size: 11px;
}

/*
sp-menu
***************************************************** */
.sp-menu {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  background: #fff;
  z-index: 50;
}

@media only screen and (max-width: 768px) {
  .-open .sp-menu {
    display: block;
  }
}
/*
sp-btn
***************************************************** */
.sp-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  display: none;
  width: 36px;
  height: 36px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .sp-btn {
    display: block;
  }
}
.sp-btn a {
  position: relative;
  display: block;
  padding-top: 24px;
  font-size: 71.42857%;
  line-height: 120%;
  text-align: center;
}
.sp-btn a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  color: #19b2a8;
}
.sp-btn a.sp-btn-menu:before {
  content: "\e92b";
  font-size: 16px;
}
.sp-btn a.sp-btn-close {
  display: none;
}
.sp-btn a.sp-btn-close:before {
  content: "\e92a";
  font-size: 24px;
}
.sp-btn a:hover {
  text-decoration: none;
}

/*
gnavi
***************************************************** */
.gnavi.-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .gnavi {
    display: none;
  }
  .gnavi.-sp {
    display: block;
  }
}

.gnaviLink {
  width: 960px;
  margin: 0 auto;
}
@media only screen and (max-width: 960px) {
  .gnaviLink {
    width: 100%;
  }
}

.gnaviLink-item {
  float: left;
  display: table;
  width: 15.20833%;
  height: 75px;
  margin-top: 0;
  padding-left: 0;
  text-align: center;
}
.gnaviLink-item.-item01 {
  width: 8.75%;
}
.gnaviLink-item:before {
  display: none;
}

.gnaviLink-item-link {
  position: relative;
  display: table-cell;
  width: 100%;
  padding: 49px 0 0;
  color: #2b7e87;
  font-size: 92.85714%;
  line-height: 154%;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.gnaviLink-item-link:before {
  position: absolute;
  left: 0;
  right: 0;
  color: #039bac;
  text-align: center\9;
}
.gnaviLink-item-link.-item01 {
  padding-top: 0;
  vertical-align: middle;
}
.gnaviLink-item-link.-item01:before {
  content: "\e93a";
  position: static;
  font-size: 26px;
}
.gnaviLink-item-link.-item02:before {
  content: "\e939";
  top: 7px;
  font-size: 37px;
}
.gnaviLink-item-link.-item03:before {
  content: "\e93b";
  top: 11px;
  font-size: 37px;
}
.gnaviLink-item-link.-item04:before {
  content: "\e938";
  top: 8px;
  font-size: 41px;
}
.gnaviLink-item-link.-item05:before {
  content: "\e937";
  top: 9px;
  font-size: 32px;
}
.gnaviLink-item-link.-item06:before {
  content: "\e936";
  top: 10px;
  font-size: 34px;
}
.gnaviLink-item-link.-item07:before {
  content: "\e935";
  top: 13px;
  font-size: 29px;
}
.gnaviLink-item-link:hover, .gnaviLink-item-link.-active {
  color: #fff;
  text-decoration: none;
  -webkit-text-shadow: 0 3px 3px rgba(0, 58, 54, 0.3);
  -moz-text-shadow: 0 3px 3px rgba(0, 58, 54, 0.3);
  -ms-text-shadow: 0 3px 3px rgba(0, 58, 54, 0.3);
  -o-text-shadow: 0 3px 3px rgba(0, 58, 54, 0.3);
  text-shadow: 0 3px 3px rgba(0, 58, 54, 0.3);
  background: #41bab2;
}
.gnaviLink-item-link:hover:before, .gnaviLink-item-link.-active:before {
  color: #fff;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  -o-text-shadow: none;
  text-shadow: none;
}

@media only screen and (max-width: 768px) {
  .-sp .gnaviLink-item {
    float: none;
    width: 100%;
    height: 50px !important;
    text-align: left;
  }
  .-sp .gnaviLink-item + .gnaviLink-item {
    border-top: 1px solid #d9dede;
  }
  .-sp .gnaviLink-item.-item01 {
    height: 58px !important;
  }
  .-sp .gnaviLink-item-link {
    padding: 0 10px;
    font-weight: bold;
    vertical-align: middle;
  }
  .-sp .gnaviLink-item-link.-item01 {
    padding-top: 8px;
  }
  .-sp .gnaviLink-item-link.-item01 span {
    position: static;
    text-indent: 0;
  }
  .-sp .gnaviLink-item-link:before {
    position: static;
    display: inline-block;
    width: 55px;
    margin-right: 5px;
    vertical-align: middle;
    text-align: center;
  }
  .-sp .gnaviLink-item-link:after {
    content: "\e930";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8px;
    width: 16px;
    height: 13px;
    margin: auto 0;
    display: inline-block;
    color: #61c8cb;
    vertical-align: middle;
  }
  .-sp .gnaviLink-item-link:hover:after, .-sp .gnaviLink-item-link.-active:after {
    color: #fff;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    -ms-text-shadow: none;
    -o-text-shadow: none;
    text-shadow: none;
  }
}

.bg-black .gnaviLink-item-link:before {
  color: #fff;
}
.bg-black .gnaviLink-item-link:hover, .bg-black .gnaviLink-item-link.-active {
  color: #000;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  -o-text-shadow: none;
  text-shadow: none;
  background: #e6e9eb;
}
.bg-black .gnaviLink-item-link:hover:before, .bg-black .gnaviLink-item-link.-active:before {
  color: #000;
}

/* *****************************************************
sideArea
***************************************************** */
/*
sideArea
***************************************************** */
.sideArea {
  float: left;
  width: 222px;
}
@media only screen and (max-width: 960px) {
  .sideArea {
    width: 24%;
  }
}
@media only screen and (max-width: 768px) {
  .sideArea {
    float: none;
    width: auto;
    margin: 23px 10px 0;
  }
}

.top .sideArea {
  float: right;
}
@media only screen and (max-width: 960px) {
  .top .sideArea {
    width: 24%;
  }
}
@media only screen and (max-width: 768px) {
  .top .sideArea {
    float: none;
    width: auto;
  }
}

/*
area-lnavi
***************************************************** */
.area-lnavi-title {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 128.57143%;
  line-height: 112%;
  background: none;
  border: none;
}
.area-lnavi-title a {
  display: table-cell;
  width: 100%;
  height: 51px;
  padding: 22px 16px 19px;
  color: #fff;
  font-weight: normal;
  text-decoration: none;
  vertical-align: middle;
  background: #2b99a5;
  border-bottom: 4px solid #337092;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.area-lnavi-list {
  margin: 0;
  border: 1px solid #dee2e3;
  border-top: 0 none;
}

.area-lnavi-list-item {
  width: auto;
  margin-top: 0;
  padding-left: 0;
}
.area-lnavi-list-item + .area-lnavi-list-item {
  border-top: 1px solid #dee2e3;
}
.area-lnavi-list-item a,
.area-lnavi-list-item span {
  position: relative;
  display: block;
  width: auto;
  padding: 14px 16px 12px;
  color: #074d75;
  font-size: 100%;
  line-height: 143%;
  background: #fcffff;
}
.area-lnavi-list-item a.active, .area-lnavi-list-item a:hover,
.area-lnavi-list-item span.active,
.area-lnavi-list-item span:hover {
  text-decoration: none;
  background: #d3ebed;
}
.area-lnavi-list-item:before {
  display: none;
}

.en .area-lnavi-title span {
  display: inline;
  padding: 0;
  background: transparent;
  border: 0 none;
  word-break: break-all;
}

.bg-black .area-lnavi-title a {
  color: #ff0;
  background: #000;
  border: 1px solid #fff;
  border-bottom: 4px solid #337092;
}
.bg-black .area-lnavi-list {
  background: #000;
  border-color: #fff;
}
.bg-black .area-lnavi-list-item a {
  color: #ff0;
  background: #000;
}
.bg-black .area-lnavi-list-item a.active, .bg-black .area-lnavi-list-item a:hover {
  color: #000;
  background: #e6e9eb;
}

/* *****************************************************
LayerFooter
***************************************************** */
/*
LayerFooter
***************************************************** */
#LayerFooter {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin-top: 68px;
  background: #dae0e0;
}
@media only screen and (max-width: 768px) {
  #LayerFooter {
    margin-top: 33px;
    position: static;
  }
}

.bg-black #LayerFooter {
  background: #000;
}

.footer-contents {
  position: relative;
  width: 810px;
  margin: 0 auto;
  padding: 24px 0 23px;
}
@media only screen and (max-width: 960px) {
  .footer-contents {
    width: auto;
  }
}
@media only screen and (max-width: 768px) {
  .footer-contents {
    position: static;
  }
}

.fnavi {
  margin-top: 0;
}
.fnavi a {
  display: block;
  padding: 13px 0 9px;
  color: #fff;
  font-size: 100%;
  line-height: 129%;
  font-weight: bold;
  text-align: center;
  background: #0b96a1;
  border-radius: 2px 2px 0 0;
}
.fnavi a:before {
  content: "\e92d";
  display: inline-block;
  margin-right: 7px;
  font-size: 121.42857%;
  line-height: 106%;
  vertical-align: middle;
}
.fnavi a:hover {
  text-decoration: none;
  opacity: 0.6;
  -ms-filter: "alpha(opacity=60)";
}

.bg-black .fnavi a {
  color: #000;
  background: #ff0;
}

@media only screen and (max-width: 960px) {
  .f-slide {
    width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.f-slide ul {
  margin: 0;
}
.f-slide li {
  float: left;
  padding-left: 0;
}
.f-slide li + li {
  margin: 0;
}
.f-slide li:before {
  display: none;
}
@media only screen and (max-width: 960px) {
  .f-slide li {
    height: auto;
  }
  .f-slide li img {
    width: 100%;
    height: auto;
  }
}
.f-slide li a:hover {
  opacity: 0.6;
  -ms-filter: "alpha(opacity=60)";
}
.f-slide li a:after {
  display: none !important;
}

.footer-site {
  padding: 11px 0 12px;
  background: #293233;
}
@media only screen and (max-width: 768px) {
  .footer-site {
    padding: 0 0 12px;
    border-top: 1px solid #818181;
  }
}

.bg-black .footer-site {
  border-top: 1px solid #fff;
  background: #000;
}

.f-link {
  width: 960px;
  margin: 0 auto;
  letter-spacing: -.34em;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .f-link {
    width: auto;
    text-align: left;
    border-bottom: 1px solid #fff;
  }
}

.f-link-item {
  display: inline-block;
  letter-spacing: normal;
  padding-left: 0;
  font-size: 92.85714%;
  line-height: 116%;
}
@media only screen and (max-width: 768px) {
  .f-link-item {
    position: relative;
    width: 50%;
    margin-right: -1px\9;
    margin-bottom: -1px;
    text-align: left;
    border-right: 1px solid white \9;
    border-bottom: 1px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  .f-link-item:nth-child(odd) {
    border-right: 1px solid #fff;
  }
}
.f-link-item + .f-link-item {
  margin-left: 16px;
  padding-left: 16px;
  border-left: 1px solid #fff;
}
@media only screen and (max-width: 768px) {
  .f-link-item + .f-link-item {
    margin-top: 0;
    margin-left: 0;
    border-left: none;
  }
}
.f-link-item a {
  color: #fff;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .f-link-item a {
    display: block;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.f-link-item:before {
  display: none;
}

.bg-black .f-link li a {
  color: #ffff00;
}

.copy {
  margin-top: 0;
  color: #fff;
  font-size: 92.85714%;
  line-height: 154%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .copy {
    margin-top: 8px;
  }
}

/* *****************************************************
top
***************************************************** */
/*
slider
***************************************************** */
.slider {
  position: relative;
  width: 960px;
  height: 320px;
  margin: 0 auto;
}
@media only screen and (max-width: 960px) {
  .slider {
    width: auto;
    height: auto;
  }
}
.slider .bx-viewport {
  overflow: visible !important;
}
@media only screen and (max-width: 960px) {
  .slider .bx-viewport {
    overflow: hidden !important;
  }
}

.slider-body {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2880px;
  height: 100%;
  margin-left: -480px;
}
@media only screen and (max-width: 960px) {
  .slider-body {
    position: static;
    width: auto;
    margin-left: 0;
  }
}

.slider-list {
  width: 100%;
  margin: 0;
}

.slider-list-item {
  margin: 0;
  padding: 0;
}
.slider-list-item + .slider-list-item {
  margin-top: 0;
}
.slider-list-item:before {
  display: none;
}
@media only screen and (max-width: 768px) {
  .slider-list-item img {
    width: 100%;
    height: auto;
  }
}

.slider-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  background: #e3eef5;
  opacity: 0.75;
  filter: alpha(opacity=75);
  -ms-filter: "alpha( opacity=75 )";
}
@media only screen and (max-width: 960px) {
  .slider-overlay {
    display: none;
  }
}
.slider-overlay.-left {
  left: -1920px;
  right: 100%;
  margin-right: 8px;
}
.slider-overlay.-right {
  left: 100%;
  right: -1920px;
  margin-left: 8px;
}

.slider-controls a {
  position: absolute;
  top: 143px;
  display: block;
  width: 66px;
  height: 66px;
}
@media only screen and (max-width: 960px) {
  .slider-controls a {
    top: 40%;
  }
}
@media only screen and (max-width: 768px) {
  .slider-controls a {
    top: auto;
    bottom: 0;
    width: auto;
    height: 32px;
  }
}
.slider-controls a:before {
  color: #fff;
  font-size: 16px;
  line-height: 32px;
}
.slider-controls a:hover {
  text-decoration: none;
}
.slider-controls .bx-prev {
  left: -41px;
  background: url(i/slider_controls_prev.png) 0 0 no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 960px) {
  .slider-controls .bx-prev {
    left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .slider-controls .bx-prev {
    left: 10px;
    background: none;
  }
  .slider-controls .bx-prev:before {
    content: "\e925";
  }
}
.slider-controls .bx-next {
  right: -41px;
  background: url(i/slider_controls_next.png) 0 0 no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 960px) {
  .slider-controls .bx-next {
    right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .slider-controls .bx-next {
    right: 10px;
    background: none;
  }
  .slider-controls .bx-next:before {
    content: "\e924";
  }
}

.bx-controls {
  letter-spacing: -.34em;
  text-align: center;
}

.bx-pager {
  display: inline-block;
  letter-spacing: normal;
  text-align: center;
  vertical-align: middle;
}

.bx-controls-auto {
  display: inline-block;
  letter-spacing: normal;
  text-align: center;
  vertical-align: middle;
}
.bx-controls-auto .bx-start,
.bx-controls-auto .bx-stop {
  margin-left: 8px;
  display: block;
  width: 25px;
  height: 21px;
  font-size: 0;
  line-height: 1;
  background: #fff;
  cursor: pointer;
}
.bx-controls-auto .bx-start:before,
.bx-controls-auto .bx-stop:before {
  display: inline-block;
  color: #848484;
  line-height: 21px;
  vertical-align: middle;
}
.bx-controls-auto .bx-start:before {
  content: "\e932";
  font-size: 18px;
}
.bx-controls-auto .bx-stop:before {
  content: "\e933";
  font-size: 12px;
}

.bg-black .bx-pager .btn-start a,
.bg-black .bx-pager .btn-stop a {
  background: #fff;
}
.bg-black .bx-pager .btn-start a:before,
.bg-black .bx-pager .btn-stop a:before {
  color: #000;
}

.bx-pager-item {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .bx-pager-item {
    margin: 0 12px;
  }
}
.bx-pager-item + .bx-pager-item {
  margin-left: 7px;
}
@media only screen and (max-width: 768px) {
  .bx-pager-item + .bx-pager-item {
    margin-left: 12px;
  }
}
.bx-pager-item a {
  display: block;
  color: #919191;
  font-size: 0;
  line-height: 1;
}
.bx-pager-item a:before {
  content: "\e931";
  font-size: 14px;
}
.bx-pager-item a.active {
  color: #15cad0;
}
.bx-pager-item a:hover {
  text-decoration: none;
}

.bg-black .bx-pager-item a {
  color: #fff;
}
.bg-black .bx-pager-item a.active {
  color: #ff0;
}

.slider .bx-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 960px;
  margin: 0 auto;
  padding: 4px 0;
  background: rgba(26, 33, 40, 0.6);
  background: black \9;
}
@media only screen and (max-width: 960px) {
  .slider .bx-controls {
    right: 0;
    width: auto;
    height: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.slider .bx-pager-item a.active {
  color: #a5f3f6;
}

.bg-black .slider .bx-controls {
  background: #000;
}
.bg-black .slider .bx-pager-item a.active {
  color: #ff0;
}

.f-slide .bx-controls {
  margin-top: 6px;
}

/*
info-box
******************************************************/
.info-box {
  display: table;
  width: 960px;
  margin: 14px auto 0;
  border: 2px solid #ca4458;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 960px) {
  .info-box {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .info-box {
    display: block;
    width: auto;
    margin: 14px 10px 0;
  }
}

.bg-black .info-box {
  border-color: #fff;
}

.info-box-title {
  display: table-cell;
  width: 134px;
  padding: 19px 0 17px;
  color: #fff;
  font-size: 128.57143%;
  line-height: 112%;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  background: #ca4458;
}
@media only screen and (max-width: 640px) {
  .info-box-title {
    display: block;
    width: 100%;
    padding: 10px 0 8px;
  }
}

.bg-black .info-box-title {
  background: #000;
  border-right: 2px solid #fff;
}

.info-box-body {
  display: table-cell;
  padding: 0 10px 0 23px;
  vertical-align: middle;
}
@media only screen and (max-width: 640px) {
  .info-box-body {
    display: block;
    padding: 19px 20px 17px;
  }
}
.info-box-body a {
  position: relative;
  display: inline-block;
  padding-left: 12px;
  color: #ca4458;
  font-size: 100%;
  line-height: 143%;
  font-weight: bold;
}
.info-box-body a:before {
  content: "\e932";
  position: absolute;
  top: 0.2em;
  left: 0;
  height: 12px;
  font-size: 12px;
  overflow: hidden;
}

.bg-black .info-box-body a {
  color: #ff0;
}

/*
area-type
******************************************************/
.area-type {
  position: relative;
  margin: 14px -500% 0;
  padding: 0 500%;
  background: #078791;
}
@media only screen and (max-width: 960px) {
  .area-type {
    margin: 14px 0 0;
    padding: 0;
  }
}

.bg-black .area-type {
  background: #000;
  border: 1px solid #fff;
}

.type-list {
  letter-spacing: -.34em;
  margin: 0;
}
@media only screen and (max-width: 960px) {
  .type-list {
    width: auto;
  }
}

.type-list-item {
  display: inline-block;
  letter-spacing: normal;
  width: 50%;
  padding-left: 0;
}
.type-list-item + .type-list-item {
  margin-top: 0;
}
.type-list-item a {
  display: block;
  padding: 8px 0;
  color: #f2f5f7;
  font-size: 100%;
  line-height: 115%;
  text-align: center;
  background: #0b96a1;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBiOTZhMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDg0OGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #0b96a1 0%, #00848e 100%);
  background: -webkit-linear-gradient(top, #0b96a1 0%, #00848e 100%);
  background: linear-gradient(to bottom, #0b96a1 0%, #00848e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0b96a1', endColorstr='#00848e',GradientType=0 );
}
.type-list-item a:hover {
  background: #00848e;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwODQ4ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYjk2YTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #00848e 0%, #0b96a1 100%);
  background: -webkit-linear-gradient(top, #00848e 0%, #0b96a1 100%);
  background: linear-gradient(to bottom, #00848e 0%, #0b96a1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00848e', endColorstr='#0b96a1',GradientType=0 );
}
.type-list-item a span {
  display: inline-block;
  width: 100%;
  font-size: 100%;
  line-height: 158%;
  vertical-align: middle;
  background: url(i/bg_type_list.png) right center no-repeat;
}
@media only screen and (max-width: 960px) {
  .type-list-item a span {
    background: none;
  }
}
.type-list-item a span:before {
  display: inline-block;
  margin-right: 5px;
  font-size: 24px;
  line-height: 24px;
  vertical-align: middle;
}
.type-list-item.-item01 {
  position: relative;
  margin-left: -1px;
  padding-left: 1px;
  background: url(i/bg_type_list.png) left center no-repeat;
}
@media only screen and (max-width: 960px) {
  .type-list-item.-item01 {
    margin-left: 0;
    padding-left: 0;
    background: none;
  }
}
.type-list-item.-item01 a span:before {
  content: "\e934";
}
.type-list-item.-item02 a span:before {
  content: "\e92c";
}
@media only screen and (max-width: 960px) {
  .type-list-item.-item02 a span {
    background: url(i/bg_type_list.png) left center no-repeat;
  }
}
.type-list-item:before {
  display: none;
}

.bg-black .type-list-item a {
  color: #ff0;
  background: #000;
}
.bg-black .type-list-item a:hover {
  color: #000;
  background: #e6e9eb;
}

/*
area-about
******************************************************/
.area-about {
  position: relative;
  margin: 0 -500%;
  padding: 13px 500% 13px;
  background: #f2f2f2;
}
@media only screen and (max-width: 960px) {
  .area-about {
    margin: 0;
    padding: 13px 10px 13px;
  }
}

.bg-black .area-about {
  background: #000;
}

.about-box {
  width: 960px;
  margin: 0 auto;
}
@media only screen and (max-width: 960px) {
  .about-box {
    width: auto;
  }
}

.about-box-item.-item01 {
  float: left;
  width: 64.6875%;
}
@media only screen and (max-width: 768px) {
  .about-box-item.-item01 {
    float: none;
    width: 100%;
  }
}
.about-box-item.-item02 {
  float: right;
  width: 33.75%;
}
@media only screen and (max-width: 768px) {
  .about-box-item.-item02 {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
}
.about-box-item h2 {
  margin: 0;
}
.about-box-item .pickup-link {
  margin: 0;
}
.about-box-item .pickup-link li {
  padding-left: 1.62em;
  font-size: 92.85714%;
  line-height: 177%;
  font-weight: bold;
  vertical-align: middle;
}
.about-box-item .pickup-link li + li {
  margin-top: 17px;
}
.about-box-item .pickup-link li:before {
  content: "\e930";
  position: absolute;
  top: 0.17em;
  left: 0;
  color: #5cc8cc;
  font-size: 115.38462%;
  line-height: 100%;
  vertical-align: middle;
}
.about-box-item .pickup-link li a {
  color: #333333;
}

.bg-black .about-box-item .pickup-link li:before {
  color: #ff0;
}
.bg-black .about-box-item .pickup-link li a {
  color: #ff0;
}

.toyosu-shijou {
  display: table;
  width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 768px) {
  .toyosu-shijou {
    display: block;
  }
}
.toyosu-shijou .toyosu-shijou-countdown {
  display: table-cell;
  width: 44.92754%;
  text-align: center;
  vertical-align: middle;
  background: url(i/bg_top_toyosu_shijou.png) 0 0 no-repeat;
  background-size: cover;
  border: 0 none;
}
@media only screen and (max-width: 768px) {
  .toyosu-shijou .toyosu-shijou-countdown {
    display: block;
    width: 100%;
    padding: 40px 0;
    background-position: center center;
  }
}
.toyosu-shijou .toyosu-shijou-countdown p {
  color: #fff;
  font-weight: bold;
  -webkit-text-shadow: 0 3px 3px rgba(0, 0, 0, 0.6);
  -moz-text-shadow: 0 3px 3px rgba(0, 0, 0, 0.6);
  -ms-text-shadow: 0 3px 3px rgba(0, 0, 0, 0.6);
  -o-text-shadow: 0 3px 3px rgba(0, 0, 0, 0.6);
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.6);
}
.toyosu-shijou .toyosu-shijou-countdown p span {
  color: #d2f7f9;
  font-size: 110.0%;
  line-height: 128%;
}
.toyosu-shijou .toyosu-shijou-countdown p span .countdown {
  padding: 0 6px;
  color: #fff;
  font-size: 290.90909%;
  line-height: 110%;
  font-weight: normal;
}

.bg-black .toyosu-shijou {
  border: 1px solid #fff;
}

.toyosu-shijou-head a {
  display: block;
}
.toyosu-shijou-head span {
  padding: 11px 16px 8px;
}

.about-box-item * + .toyosu-shijou-head {
  margin-top: 15px;
}

.toyosu-shijou-countdown {
  letter-spacing: -.34em;
  padding-top: 5px;
  background: #fff;
  border: 2px solid #18bdc3;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .toyosu-shijou-countdown {
    display: block;
    width: 100%;
    padding: 40px 0;
    background-position: center center;
  }
}
.toyosu-shijou-countdown p {
  display: inline-block;
  letter-spacing: normal;
  font-size: 142.85714%;
  line-height: 140%;
  vertical-align: middle;
}
.toyosu-shijou-countdown p span {
  color: #2b8487;
}
.toyosu-shijou-countdown .countdown {
  padding: 0 6px;
  font-size: 314.28571%;
  line-height: 87%;
}
.toyosu-shijou-countdown * + p {
  margin-top: 0;
}

.bg-black .toyosu-shijou-countdown {
  background: #000;
}
.bg-black .toyosu-shijou-countdown p span {
  color: #fff;
}

.toyosu-shijou-body {
  display: table-cell;
  padding: 9px 23px 19px 24px;
  background: #fff;
}
.toyosu-shijou-body.-wide {
  padding: 0 15px 10px 16px;
}
@media only screen and (max-width: 768px) {
  .toyosu-shijou-body {
    display: block;
    padding-top: 12px;
  }
}
.toyosu-shijou-body h2 {
  margin: 0;
  padding: 0;
  color: #2b8487;
  font-size: 157.14286%;
  line-height: 137%;
  font-weight: normal;
  background: transparent;
  border-bottom: 0 none;
}
.toyosu-shijou-body .col {
  padding-top: 10px;
}
.toyosu-shijou-body .link-btn {
  padding: 10px 28px 6px 15px;
  font-size: 100%;
  line-height: 129%;
  background-image: url(i/icon_btn_link_top.png);
}

.bg-black .toyosu-shijou-body {
  background: #000;
  border-left: 1px solid #fff;
}
.bg-black .toyosu-shijou-body h2 {
  color: #fff;
}

.calendarBox {
  margin: 0 8px 0;
}
.calendarBox h2 {
  margin: 0 0 5px;
  padding: 0;
  color: #333333;
  font-size: 135.71429%;
  line-height: 127%;
  text-align: center;
  background: transparent;
  border-bottom: 0 none;
}
.calendarBox * + h2 {
  margin-top: 30px;
}
.calendarBox table {
  margin-top: 3px;
}
.calendarBox table th, .calendarBox table td {
  padding: 0;
  color: #555;
  font-size: 100%;
  line-height: 158%;
  font-weight: normal;
  text-align: center;
  background: #fff;
}
.calendarBox table th {
  width: 14.28571%;
}
.calendarBox table td {
  padding: 8px 0 7px;
}
.calendarBox table td.holiday, .calendarBox table td.seika, .calendarBox table td.regulation, .calendarBox table td.rinji, .calendarBox table td.tsukiji, .calendarBox table td.open {
  position: relative;
  color: #555;
}
.calendarBox table td.holiday:before, .calendarBox table td.seika:before, .calendarBox table td.regulation:before, .calendarBox table td.rinji:before, .calendarBox table td.tsukiji:before, .calendarBox table td.open:before {
  content: "\e92f";
  position: absolute;
  top: 1px;
  left: 1px;
}
.calendarBox table td.holiday {
  background: #ffeded;
}
.calendarBox table td.holiday:before {
  color: #e3595d;
}
.calendarBox table td.seika {
  background: #f9f9f9;
}
.calendarBox table td.seika:before {
  color: #2b85e1;
}
.calendarBox table td.tsukiji:before {
  color: #f8993c;
}
.calendarBox table td.rinji {
  background: url(i/bg_rinji.png) 0 0 repeat;
}
.calendarBox table td.rinji:before {
  color: #e3595d;
}
.calendarBox table td.open:before {
  color: #2b99a5;
}
.calendarBox table td.today {
  color: #fff;
  background: #4b8fdb;
}
.calendarBox table .sun {
  color: #c6434f;
}
.calendarBox table .sat {
  color: #2b5cda;
}
.calendarBox table .a {
  color: #a1a1a1;
}

* + .calendarBox {
  margin-top: 30px;
}

.top .calendarBox h2 {
  margin: 0;
  font-size: 114.28571%;
  line-height: 150%;
  font-weight: normal;
}
.top .calendarBox table td {
  padding: 4px 0 3px;
}
.top .calendarBox table td:not([data-date]) {
  color: #a1a1a1;
}
.top .calendarBox table td.holiday, .top .calendarBox table td.seika {
  background: #f7f7f7;
}
.top .calendarBox table td.today {
  background: #4b8fdb;
}

.bg-black .calendarBox h2 {
  color: #fff;
}
.bg-black .calendarBox th,
.bg-black .calendarBox td {
  color: #fff;
  background: #000;
}
.bg-black .calendarBox td.tsukiji, .bg-black .calendarBox td.open {
  background: #fff;
}
.bg-black .top .calendarBox h2 {
  color: #fff;
}
.bg-black .calendar-legend-item {
  color: #fff;
}

.calendar-note {
  display: table;
  width: 100%;
  margin-top: 8px;
}

.calendar-note-item {
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 960px) {
  .calendar-note-item {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .calendar-note-item {
    display: table-cell;
  }
}
.calendar-note-item .pickup-link li {
  float: right;
}
@media only screen and (max-width: 960px) {
  .calendar-note-item .pickup-link li {
    float: none;
    margin: 10px 0 0 6px;
  }
}
@media only screen and (max-width: 768px) {
  .calendar-note-item .pickup-link li {
    float: right;
    margin: 0;
  }
}

.note {
  position: relative;
  margin: 0 0 0 6px;
  padding-left: 1em;
  font-size: 85.71429%;
  line-height: 117%;
}
.note + .note {
  margin-top: 5px;
}
.note:before {
  content: "\e92f";
  position: absolute;
  top: 0;
  left: 0;
}
.note.-holiday:before {
  color: #e3595d;
}
.note.-seika:before {
  color: #2b85e1;
}

.calendar-legend {
  letter-spacing: -.34em;
  margin-top: 5px;
}

.calendar-legend-item {
  display: inline-block;
  letter-spacing: normal;
  position: relative;
  margin: 0 6px;
  padding-left: 24px;
  color: #565656;
  font-size: 85.71429%;
  line-height: 200%;
}
.calendar-legend-item:before {
  position: absolute;
  left: 0;
}
.calendar-legend-item.-holiday:before {
  content: url(i/legend_holiday.png);
}
.calendar-legend-item.-seika:before {
  content: url(i/legend_seika.png);
}
.calendar-legend-item.-rinji:before {
  content: url(i/legend_rinji.png);
}
.calendar-legend-item.-tsukiji:before {
  content: url(i/legend_tsukiji.png);
}
.calendar-legend-item.-open:before {
  content: url(i/legend_open.png);
}

/*
area-info
******************************************************/
.area-info {
  position: relative;
  margin: 28px -6px 0;
}
@media only screen and (max-width: 768px) {
  .area-info {
    margin: 28px 0 0;
  }
}

.news-box {
  float: left;
  width: 50%;
  padding: 0 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .news-box {
    float: none;
    width: auto;
    margin: 0 10px;
    padding: 0;
  }
  .news-box + .news-box {
    margin-top: 20px;
  }
}

.news-box-title {
  position: relative;
}
.news-box-title h2 {
  margin: 0;
  padding: 0 123px 8px 16px;
  font-size: 157.14286%;
  line-height: 110%;
  background: transparent;
}
.news-box-title h3 {
  position: absolute;
  top: 0;
  right: 23px;
}

.detail-link {
  margin: 0;
  padding: 0;
  font-size: 114.28571%;
  line-height: 150%;
  font-weight: normal;
  border-bottom: 0 none;
}
.detail-link:before {
  content: "\e930";
  display: inline-block;
  margin-right: 4px;
  color: #5cc8cc;
  font-size: 100%;
  line-height: 150%;
  vertical-align: middle;
}

.bg-black .detail-link:before {
  color: #ff0;
}

.news-box-body {
  padding: 20px 16px 0;
}

.news-list {
  font-size: 92.85714%;
  line-height: 170%;
}
.news-list + .news-list {
  margin-top: 13px;
}
.news-list dt {
  letter-spacing: -.34em;
}
.news-list .label,
.news-list .date {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
}
.news-list .label {
  min-width: 70px;
  padding: 3px 0 1px;
  color: #fff;
  font-size: 76.92308%;
  line-height: 120%;
  text-align: center;
}
.news-list .label.-red {
  background: #db553a;
}
.news-list .label.-blue {
  background: #4081d1;
}
.news-list .label.-green {
  background: #05ae80;
}
.news-list .label.-gray {
  background: #6b6b6b;
}
.news-list .label.-purple {
  background: #775bbd;
}
.news-list .label.-yellow-green {
  background: #159499;
}
.news-list * + .date {
  margin-left: 12px;
}
.news-list dd a {
  color: #333333;
  text-decoration: underline;
}
.news-list dd a:hover {
  text-decoration: none;
}

.news .news-list dt,
.press .news-list dt {
  float: left;
  width: 9.5em;
}
.news .news-list dd,
.press .news-list dd {
  margin-left: 9.5em;
}
.news .news-list.label dt,
.press .news-list.label dt {
  width: 11.5em;
}
.news .news-list.label dd,
.press .news-list.label dd {
  margin-left: 11.5em;
}

.bg-black .news-list .label {
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.bg-black .news-list .label.-red, .bg-black .news-list .label.-blue, .bg-black .news-list .label.-green, .bg-black .news-list .label.-gray, .bg-black .news-list .label.-purple, .bg-black .news-list .label.-yellow-green {
  background: #000;
}
.bg-black .news-list dd a {
  color: #ff0;
}

.pagination ul {
  letter-spacing: -.34em;
  position: relative;
  margin: -5px -5px 0;
  text-align: center;
}
.pagination ul li {
  display: inline-block;
  letter-spacing: normal;
  margin: 5px 5px 0;
  padding: 0;
}
.pagination ul li a {
  display: block;
  padding: 2px 9px;
  color: #068896;
  border: 3px solid #078791;
}
.pagination ul li a:hover, .pagination ul li a.active {
  color: #fff;
  text-decoration: none;
  background: #078791;
}
.pagination ul li a.invalid {
  color: #dae0e0;
  background: #fff;
  border: 3px solid #dae0e0;
  cursor: default;
}
.pagination ul li:before {
  display: none;
}

* + .pagination {
  margin-top: 20px;
}

.bg-black .pagination ul li a {
  color: #ff0;
  background: #000;
  border-color: #ff0;
}
.bg-black .pagination ul li a:hover, .bg-black .pagination ul li a.active {
  color: #000;
  background: #ff0;
}
.bg-black .pagination ul li a.invalid {
  color: #000;
  background: #fff;
  border-color: #fff;
}

/*
area-pickup
******************************************************/
.area-pickup {
  position: relative;
  margin: 27px -500% 0;
  padding: 24px 500%;
  background: #7e5736 url(i/bg_top_pickup.jpg) center center no-repeat;
}
@media only screen and (max-width: 960px) {
  .area-pickup {
    margin: 27px 0 0;
    padding: 24px 10px;
  }
}
@media only screen and (max-width: 768px) {
  .area-pickup {
    background-size: cover;
  }
}

.pickup {
  float: left;
  width: 32.5%;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .pickup {
    float: none;
    display: table;
    width: 100%;
  }
}
.pickup + .pickup {
  margin-left: 1.25%;
}
@media only screen and (max-width: 768px) {
  .pickup + .pickup {
    margin-top: 15px;
    margin-left: 0;
  }
}
.pickup a {
  display: block;
  color: #333333;
}
.pickup a:after {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .pickup-img {
    display: table-cell;
    width: 30%;
  }
}
@media only screen and (max-width: 640px) {
  .pickup-img {
    display: none;
  }
}

.pickup-body {
  padding: 31px 32px 29px;
}
@media only screen and (max-width: 768px) {
  .pickup-body {
    display: table-cell;
    padding: 10px 32px;
    vertical-align: middle;
  }
}
.pickup-body h2 {
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: 128.57143%;
  line-height: 134%;
  text-align: center;
  background: transparent;
  border-bottom: 0 none;
}
.pickup-body p {
  margin-top: 7px;
  font-size: 92.85714%;
  line-height: 154%;
}

.bg-black .pickup-body {
  color: #fff;
  background: #000;
}
.bg-black .pickup-body h2 {
  color: #fff;
}

/*
area-banner
***************************************************** */
.area-banner {
  position: relative;
  margin-top: 17px;
  margin-left: -1.53846%;
}
@media only screen and (max-width: 640px) {
  .area-banner {
    margin: 17px 10px 0;
  }
}

.banner {
  float: left;
  width: 20%;
  margin-top: 15px;
}
@media only screen and (max-width: 640px) {
  .banner {
    width: 48%;
    width: 50% \9;
  }
  .banner:nth-child(even) {
    float: right;
  }
}
.banner a {
  display: block;
}

.banner-item {
  display: block;
  margin-left: 7.69231%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border: 1px solid #d9d9d9 \9;
}
@media only screen and (max-width: 640px) {
  .banner-item {
    margin-left: 0;
  }
}
.banner-item:hover {
  text-decoration: none;
}

@media only screen and (max-width: 640px) {
  .banner-item-img {
    display: none;
  }
}
.banner-item-img img {
  width: 100%;
  height: auto;
}

.banner-item-title {
  padding: 12px 0 10px;
}
.banner-item-title h2 {
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: 92.85714%;
  line-height: 185%;
  font-weight: normal;
  text-align: center;
  background: transparent;
  border-bottom: 0 none;
}
@media only screen and (max-width: 768px) {
  .banner-item-title h2 {
    font-size: 92.85714%;
    line-height: 154%;
  }
}

.bg-black .banner-item-title {
  border: 1px solid #fff;
  border-top: 0 none;
}
.bg-black .banner-item-title h2 {
  color: #ff0;
}

/*
area-topics
***************************************************** */
.area-topics {
  margin-top: 34px;
}
@media only screen and (max-width: 768px) {
  .area-topics {
    margin: 34px 10px 0;
  }
}
.area-topics h2 {
  margin: 0;
  padding: 0 9px 8px;
  font-size: 157.14286%;
  line-height: 110%;
  background: transparent;
}
.area-topics .grid {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .area-topics .grid {
    margin-top: 10px;
  }
}
.area-topics .area-topics__item.-item01 {
  float: left;
  width: 59.375%;
}
@media only screen and (max-width: 768px) {
  .area-topics .area-topics__item.-item01 {
    float: none;
    width: 100%;
  }
}
.area-topics .area-topics__item.-item02 {
  float: right;
  width: 39.0625%;
}
@media only screen and (max-width: 768px) {
  .area-topics .area-topics__item.-item02 {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
}
.area-topics .twitter iframe {
  height: 300px !important;
}
@media only screen and (max-width: 768px) {
  .area-topics .twitter iframe {
    height: 500px !important;
  }
}
