@charset "UTF-8";
/* ================================================
http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
Changed from CSS to SCSS
================================================ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form,
label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* Add Reset Code */
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  /*
  font-size: 62.5%; // 1.0rem = 10px になるように定義
  @include sp {
  	font-size: 56.25%; // スマホのときは 1.0rem = 8.5px になるように定義
  }
  */
}

body {
  color: #232323;
  font-family: -apple-system, tbudgothic-std, "BIZ UDPGothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  background-color: inherit;
  position: relative;
}

html.translated-ltr body {
  font-family: inherit !important;
}

a {
  color: #005fd6;
}

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

#ss-preview {
  z-index: 300;
  position: relative;
}

body.body--gomi .name,
body.body--gomi .category,
body.body--gomi .condition {
  zoom: 1;
  clear: both;
  width: 100%;
  margin-bottom: 24px;
}
@media screen and (max-width: 769px) {
  body.body--gomi .name,
  body.body--gomi .category,
  body.body--gomi .condition {
    margin-bottom: 0px;
  }
}

body.body--gomi .name:before, body.body--gomi .name:after, body.body--gomi .category:before, body.body--gomi .category:after, body.body--gomi .condition:before, body.body--gomi .condition:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

body.body--gomi .name:after, body.body--gomi .category:after, body.body--gomi .condition:after {
  clear: both;
}

body.body--gomi .name h2, body.body--gomi .name dt, body.body--gomi .category h2, body.body--gomi .category dt, body.body--gomi .condition h2, body.body--gomi .condition dt {
  clear: both;
  float: left;
  width: 200px;
  padding: 6px 12px;
  font-weight: bold;
  background: #cee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
@media screen and (max-width: 769px) {
  body.body--gomi .name h2, body.body--gomi .name dt, body.body--gomi .category h2, body.body--gomi .category dt, body.body--gomi .condition h2, body.body--gomi .condition dt {
    width: 100%;
  }
}

body.body--gomi .name input, body.body--gomi .name select, body.body--gomi .name dd, body.body--gomi .category input, body.body--gomi .category select, body.body--gomi .category dd, body.body--gomi .condition input, body.body--gomi .condition select, body.body--gomi .condition dd {
  float: left;
  min-width: 500px;
  margin: 8px 12px;
}
@media screen and (max-width: 769px) {
  body.body--gomi .name input, body.body--gomi .name select, body.body--gomi .name dd, body.body--gomi .category input, body.body--gomi .category select, body.body--gomi .category dd, body.body--gomi .condition input, body.body--gomi .condition select, body.body--gomi .condition dd {
    min-width: 100%;
  }
}

body.body--gomi .send {
  text-align: center;
}

body.body--gomi .send input {
  margin-right: 12px;
  padding: 6px 12px;
  border: 1px solid #f08300;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #f4d89a;
  background-image: -owg-linear-gradient(top, #f4d89a, #f48b22);
  background-image: -webkit-linear-gradient(top, #f4d89a, #f48b22);
  background-image: -moz-linear-gradient(top, #f4d89a, #f48b22);
  background-image: -o-linear-gradient(top, #f4d89a, #f48b22);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF4D89A', endColorstr='#FFF48B22');
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc4MDEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGNEQ4OUEiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNGNDhCMjIiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c4MDEpIiAvPgo8L3N2Zz4=);
}

body.body--gomi .condition {
  margin-bottom: 0;
}

body.body--gomi .setting {
  text-align: right;
}

body.body--gomi .setting a, body.body--gomi .setting a:hover {
  padding: 6px 12px;
  border: 1px solid #f08300;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #f4d89a;
  background-image: -owg-linear-gradient(top, #f4d89a, #f48b22);
  background-image: -webkit-linear-gradient(top, #f4d89a, #f48b22);
  background-image: -moz-linear-gradient(top, #f4d89a, #f48b22);
  background-image: -o-linear-gradient(top, #f4d89a, #f48b22);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF4D89A', endColorstr='#FFF48B22');
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc4MDEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGNEQ4OUEiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNGNDhCMjIiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c4MDEpIiAvPgo8L3N2Zz4=);
  color: #000;
  text-decoration: none;
}

body.body--gomi .result {
  margin: 12px 0;
}

body.body--gomi table.columns {
  width: 100%;
  margin-bottom: 24px;
}

body.body--gomi table.columns caption {
  display: none;
  padding: 0 10px;
  color: #007acd;
  text-align: left;
}

body.body--gomi table.columns th {
  padding: 3px 8px 0;
  border: 1px solid #ccc;
  background: #ffefbb;
  text-align: left;
}

body.body--gomi table.columns td {
  padding: 3px 8px 0;
  border: 1px solid #ccc;
}
body.body--gomi table.columns td a {
  color: inherit;
}

body.body--gomi .pagination {
  text-align: center;
}
body.body--gomi span.page {
  margin: 0px 5px;
}

.body--shisetsu .keyword, .body--shisetsu .category, .body--shisetsu .service, .body--shisetsu .location {
  zoom: 1;
  margin-bottom: 12px;
}

.body--shisetsu .keyword:before, .body--shisetsu .keyword:after, .body--shisetsu .category:before, .body--shisetsu .category:after, .body--shisetsu .service:before, .body--shisetsu .service:after, .body--shisetsu .location:before, .body--shisetsu .location:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.body--shisetsu .keyword:after, .body--shisetsu .category:after, .body--shisetsu .service:after, .body--shisetsu .location:after {
  clear: both;
}

.body--shisetsu h2, .body--shisetsu legend {
  clear: both;
  display: block;
  width: 100%;
  margin-bottom: 6px;
  padding: 0 10px;
  border-bottom: 2px solid #007acd;
  font-size: 115%;
  font-weight: bold;
  box-sizing: border-box;
}

.body--shisetsu .keyword div, .body--shisetsu .category div, .body--shisetsu .service div, .body--shisetsu .location div {
  display: inline;
  float: left;
  min-width: 177px;
  min-height: 20px;
  margin-bottom: 3px;
}

.body--shisetsu .keyword input {
  width: 469px;
}
@media screen and (max-width: 769px) {
  .body--shisetsu .keyword input {
    width: 250px;
    display: inline-block;
    padding: 10px;
  }
}

.body--shisetsu .keyword, .body--shisetsu .category, .body--shisetsu .service, .body--shisetsu .location {
  zoom: 1;
  margin-bottom: 12px;
}

.body--shisetsu .send {
  margin-bottom: 24px;
  text-align: center;
}

.body--shisetsu .send input {
  padding: 6px 12px;
  border: 1px solid #f08300;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #f4d89a;
  background-image: -owg-linear-gradient(top, #f4d89a, #f48b22);
  background-image: -webkit-linear-gradient(top, #f4d89a, #f48b22);
  background-image: -moz-linear-gradient(top, #f4d89a, #f48b22);
  background-image: -o-linear-gradient(top, #f4d89a, #f48b22);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF4D89A', endColorstr='#FFF48B22');
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc4MDEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGNEQ4OUEiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNGNDhCMjIiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c4MDEpIiAvPgo8L3N2Zz4=);
}
@media screen and (max-width: 769px) {
  .body--shisetsu .send input {
    margin-bottom: 10px;
  }
}

.body--shisetsu .condition {
  zoom: 1;
}

.body--shisetsu .condition:before, .body--shisetsu .condition:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.body--shisetsu .condition:after {
  clear: both;
}

.body--shisetsu .condition dt {
  clear: both;
  width: 160px;
  display: inline;
  float: left;
  margin-right: 24px;
  padding: 3px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #cee;
}

.body--shisetsu .condition dd {
  display: inline;
  float: left;
  margin-bottom: 6px;
  padding: 3px 0;
}

.body--shisetsu .settings {
  zoom: 1;
}

.body--shisetsu .settings:before, .body--shisetsu .settings:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.body--shisetsu .settings:after {
  clear: both;
}

.body--shisetsu .settings .ajax-box {
  display: block;
  display: inline;
  float: right;
  padding: 6px 12px;
  border: 1px solid #f08300;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #f4d89a;
  background-image: -owg-linear-gradient(top, #f4d89a, #f48b22);
  background-image: -webkit-linear-gradient(top, #f4d89a, #f48b22);
  background-image: -moz-linear-gradient(top, #f4d89a, #f48b22);
  background-image: -o-linear-gradient(top, #f4d89a, #f48b22);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF4D89A', endColorstr='#FFF48B22');
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc4MDEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGNEQ4OUEiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNGNDhCMjIiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c4MDEpIiAvPgo8L3N2Zz4=);
  margin-bottom: 24px;
  color: #666;
  text-decoration: none;
}

.body--shisetsu .result {
  display: inline;
  float: left;
}

.body--shisetsu .result h2 {
  border: 0;
  font-size: 100%;
  font-weight: normal;
}

.body--shisetsu .tabs {
  zoom: 1;
  border-bottom: 2px solid #f08300;
}

.body--shisetsu .tabs:before, .body--shisetsu .tabs:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.body--shisetsu .tabs:after {
  clear: both;
}

.body--shisetsu .tabs ul {
  zoom: 1;
  display: inline;
  float: right;
}

.body--shisetsu .tabs ul:before, .body--shisetsu .tabs ul:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.body--shisetsu .tabs ul:after {
  clear: both;
}

.body--shisetsu .tabs ul li {
  display: inline;
  float: left;
}

.body--shisetsu .tabs ul li a {
  display: block;
  margin-left: 12px;
  padding: 3px 30px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  background: #ccc;
  background-image: -owg-linear-gradient(top, #ccc, #bbb);
  background-image: -webkit-linear-gradient(top, #ccc, #bbb);
  background-image: -moz-linear-gradient(top, #ccc, #bbb);
  background-image: -o-linear-gradient(top, #ccc, #bbb);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFCCCCCC', endColorstr='#FFBBBBBB');
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc4MzIiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNDQ0NDQ0MiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNCQkJCQkIiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c4MzIpIiAvPgo8L3N2Zz4=);
  color: #666;
  text-decoration: none;
}

.body--shisetsu .tabs ul .current a {
  background: #007acd;
  background-image: -owg-linear-gradient(top, #007acd, #0069cc);
  background-image: -webkit-linear-gradient(top, #007acd, #0069cc);
  background-image: -moz-linear-gradient(top, #007acd, #0069cc);
  background-image: -o-linear-gradient(top, #007acd, #0069cc);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF007ACD', endColorstr='#FF0069CC');
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc3NTIiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiMwMDdBQ0QiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMwMDY5Q0MiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c3NTIpIiAvPgo8L3N2Zz4=);
  color: #fff;
}

.body--shisetsu #map-sidebar {
  width: 180px;
  height: 500px !important;
  padding: 9px;
  border: 1px solid #ccc;
  overflow-y: scroll;
  position: absolute;
  z-index: 10;
  background-color: #ffffffd6;
}

.body--shisetsu #map-sidebar .column {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

.body--shisetsu #map-sidebar .column:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.body--shisetsu #map-canvas {
  position: relative;
  width: 100% !important;
  height: 500px !important;
  overflow: hidden;
  margin-bottom: 12px;
}

.body--shisetsu .filters {
  zoom: 1;
}

.body--shisetsu .filters:before, .body--shisetsu .filters:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.body--shisetsu .filters li {
  display: inline;
  float: left;
}

.body--shisetsu .columns .column {
  clear: both;
  padding: 6px 0;
  border-bottom: 1px solid #ccc;
}

.body--shisetsu .columns .column h2 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
}

.body--shisetsu .columns .column .categories {
  margin-bottom: 0;
  border: 0;
  text-align: left;
}

.body--shisetsu .columns .column .categories ul {
  zoom: 1;
}

.body--shisetsu .columns .column .categories ul:before, .body--shisetsu .columns .column .categories ul:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.body--shisetsu .columns .column .categories ul:after {
  clear: both;
}

.body--shisetsu .columns .column .categories li {
  display: inline;
  float: left;
  list-style: none;
  background: url(../img/ic-li.png) no-repeat center left 2px;
}

.body--shisetsu .columns .column .categories li a {
  display: block;
  margin: 6px 6px 6px 0;
  padding: 3px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #ccc;
  color: #666;
  text-decoration: none;
}

.body--shisetsu .facility-nodes table {
  width: 100%;
  margin-bottom: 24px;
}

.body--shisetsu .facility-nodes caption {
  text-align: left;
}

.body--shisetsu .facility-nodes caption {
  margin-bottom: 6px;
  padding: 0 10px;
  border-bottom: 2px solid #007acd;
  color: #007acd;
  font-size: 115%;
  font-weight: bold;
}

.body--shisetsu .facility-nodes th {
  padding: 3px 8px 0;
  border: 1px solid #ccc;
  background: #cee;
}

.body--shisetsu .facility-nodes td {
  padding: 3px 8px 0;
  border: 1px solid #ccc;
}

.body--shisetsu .summary-image {
  display: inline;
  /* float: right; */
  /* border: 1px solid #ccc; */
  text-align: center;
  margin-bottom: 30px;
  display: block;
}

.body--shisetsu .body {
  display: block;
}

.body--shisetsu .map-page {
  margin-top: 50px;
}

.body--shisetsu .see {
  zoom: 1;
}

.body--shisetsu .see:before, .body--shisetsu .see:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.body--shisetsu .see:after {
  clear: both;
}

.body--shisetsu .see dt {
  clear: both;
  display: inline;
  float: left;
  width: 150px;
  margin: 0 24px 12px 0;
  padding: 3px 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #cee;
}

.body--shisetsu .see dd {
  display: inline;
  float: left;
  margin-bottom: 12px;
  padding: 3px 0;
}

.body--shisetsu .images {
  zoom: 1;
  margin-bottom: 24px;
}

.body--shisetsu .images:before, .body--shisetsu .images:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.body--shisetsu .images .image {
  display: inline;
  float: left;
  margin: 0 10px 10px 0;
  padding: 4px;
  border: 1px solid #ccc;
}

.body--shisetsu .images:after {
  clear: both;
}

.body--shisetsu-page {
  margin-bottom: 24px;
}

.event-date {
  position: relative;
}

.event-date {
  zoom: 1;
  margin-bottom: 10px;
}

.event-date:before, .event-date:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.event-date:after {
  clear: both;
}

.event-date h2 {
  margin-bottom: 12px;
  padding: 7px 0 4px 50px;
  border-bottom: 2px solid #f08300;
  font-size: 115%;
}

.event-date h2.jan {
  background: url(../img/ic-january.png) no-repeat 10px bottom;
}

.event-date h2.feb {
  background: url(../img/ic-february.png) no-repeat left bottom;
}

.event-date h2.mar {
  background: url(../img/ic-march.png) no-repeat left bottom;
}

.event-date h2.apr {
  background: url(../img/ic-april.png) no-repeat left bottom;
}

.event-date h2.may {
  background: url(../img/ic-may.png) no-repeat left bottom;
}

.event-date h2.jun {
  background: url(../img/ic-june.png) no-repeat 10px bottom;
}

.event-date h2.jul {
  background: url(../img/ic-july.png) no-repeat left bottom;
}

.event-date h2.aug {
  background: url(../img/ic-august.png) no-repeat 5px bottom;
}

.event-date h2.sep {
  background: url(../img/ic-september.png) no-repeat 9px bottom;
}

.event-date h2.oct {
  background: url(../img/ic-october.png) no-repeat 10px bottom;
}

.event-date h2.nov {
  background: url(../img/ic-november.png) no-repeat 8px bottom;
}

.event-date h2.dec {
  background: url(../img/ic-december.png) no-repeat 10px bottom;
}

.event-date span.list, .event-date span.table {
  float: right;
  margin-left: 10px;
}

.event-date span.list a, .event-date span.table a {
  display: inline-block;
  color: #000;
  text-decoration: none;
  padding: 6px 12px;
  border: 1px solid #bbb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #ccc;
  background-image: -owg-linear-gradient(top, #ccc, #bbb);
  background-image: -webkit-linear-gradient(top, #ccc, #bbb);
  background-image: -moz-linear-gradient(top, #ccc, #bbb);
  background-image: -o-linear-gradient(top, #ccc, #bbb);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFCCCCCC', endColorstr='#FFBBBBBB');
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc4MzIiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNDQ0NDQ0MiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNCQkJCQkIiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c4MzIpIiAvPgo8L3N2Zz4=);
}

.event-date span.list.current a, .event-date span.table.current a {
  padding: 6px 12px;
  border: 1px solid #f08300;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #f4d89a;
  background-image: -owg-linear-gradient(top, #f4d89a, #f48b22);
  background-image: -webkit-linear-gradient(top, #f4d89a, #f48b22);
  background-image: -moz-linear-gradient(top, #f4d89a, #f48b22);
  background-image: -o-linear-gradient(top, #f4d89a, #f48b22);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF4D89A', endColorstr='#FFF48B22');
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc4MDEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGNEQ4OUEiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNGNDhCMjIiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c4MDEpIiAvPgo8L3N2Zz4=);
}

.event-date ul {
  position: absolute;
  top: 9px;
  right: 0;
}
@media screen and (max-width: 769px) {
  .event-date ul {
    position: relative;
    text-align: center;
  }
}

.event-date ul .prev {
  display: inline-block;
  padding-left: 15px;
  background: url(../img/l-arrow.png) no-repeat 2px 7px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin-right: 10px;
  padding: 0 15px;
  border-right: 1px solid #ccc;
}

.event-date ul .next {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding-right: 13px;
  background: url(../img/r-arrow.png) no-repeat right 7px;
}

#event-table .calendar {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

#event-table th, #event-table td {
  border: solid 1px #cdcdcd;
}

#event-list .sun, #event-list .holiday, #event-table .sun, #event-table .holiday {
  background: #fee;
  color: #d90000;
}

#event-table .date {
  padding: 5px;
}

#event-table .date .page {
  margin-bottom: 1rem;
  line-height: 1.5;
}

#event-table .date .data, #event-table .date .event {
  display: inline-block;
  vertical-align: middle;
}

#event-table .date .data {
  width: 1rem;
  height: 1rem;
  padding: 2px;
  line-height: 1;
  overflow: hidden;
  border: 1px solid #cdcdcd;
  background: #cee;
  text-align: center;
  white-space: nowrap;
}

#event-table .date .data a {
  display: block;
  width: .9rem;
  height: 1rem;
  overflow: hidden;
  color: #666;
  text-decoration: none;
}

#event-table .date .data, #event-table .date .event {
  display: inline-block;
  vertical-align: middle;
}

#event-table .date .event {
  display: inline;
}

#event-table th, #event-table td {
  border: solid 1px #cdcdcd;
}

#event-list .sat, #event-table .sat {
  background: #e1ebf1;
  color: #039;
}

#event-list .sun, #event-list .holiday, #event-table .sun, #event-table .holiday {
  background: #fee;
  color: #d90000;
}

#event-list {
  clear: both;
  margin-bottom: 2em;
  border-top: 1px solid #ccc;
}

#event-list dl {
  margin: 0;
  padding: 6px 10px 3px;
  border-bottom: 1px solid #ccc;
  zoom: 1;
}

#event-list dl:before {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

#event-list dl:after {
  content: "\0020";
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
}

#event-list dt {
  float: left;
  width: 20%;
}

#event-list dd {
  margin-left: 20%;
}

#event-list abbr {
  border: 0;
  text-decoration: none;
}

#event-list .sat, #event-table .sat {
  background: #e1ebf1;
  color: #039;
}

#event-list dl.sat {
  background: #e1ebf1;
  color: #039;
}

#event-list .sun, #event-list .holiday, #event-table .sun, #event-table .holiday {
  background: #fee;
  color: #d90000;
}

#event-list dl.sun, #event-list dl.holiday {
  background: #fee;
  color: #d90000;
}

.see:before, .see:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.see:after {
  clear: both;
}

.see dt {
  clear: both;
  display: inline;
  float: left;
  width: 150px;
  margin: 0 24px 12px 0;
  padding: 3px 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #cee;
}
@media screen and (max-width: 769px) {
  .see dt {
    width: 100%;
  }
}

.see dd {
  display: inline;
  float: left;
  width: 528px;
  margin-bottom: 12px;
  padding: 3px 0;
  word-break: break-all;
}
@media screen and (max-width: 769px) {
  .see dd {
    width: 100%;
  }
}

.inquiry-form textarea,
.inquiry-form input[type=text],
.inquiry-form input[type=email] {
  width: 100%;
  font-size: 100%;
  padding: 8px;
  font-family: inherit;
}
.inquiry-form select {
  width: 100%;
  font-size: 100%;
  padding: 8px;
  font-family: inherit;
}
.inquiry-form legend {
  padding-top: 28px;
  padding-bottom: 10px;
  font-weight: bold;
}
.inquiry-form span.required {
  font-size: 76%;
  padding-left: 5px;
  color: red;
}
.inquiry-form p {
  font-size: 90%;
  padding: 7px 0px;
}
.inquiry-form textarea {
  height: 12em;
}
.inquiry-form input[type="submit"] {
  margin: 0 auto;
  display: block;
  padding: 12px 57px;
  font-size: 95%;
  margin-top: 30px;
  /* margin-bottom: 40px; */
  cursor: pointer;
}
.inquiry-form #errorExplanation {
  background-color: #f5f5f5;
  padding: 20px;
  margin-top: 50px;
}
.inquiry-form #errorExplanation ul {
  list-style: disc;
}
.inquiry-form #errorExplanation ul li {
  color: red;
  margin-left: 20px;
  font-size: 93%;
  line-height: 1.6rem;
}
.inquiry-form.confirm .inquiry-confirm-message {
  margin-bottom: 30px;
}
.inquiry-form.confirm .required {
  display: none;
}
.inquiry-form.confirm dt {
  font-weight: bold;
  margin-bottom: 4px;
}
.inquiry-form.confirm dd.fields {
  background-color: #f7f7f7;
  border: 1px solid #adadad;
  padding: 8px;
  margin-bottom: 17px;
}
.inquiry-form.confirm footer.send {
  text-align: center;
}
.inquiry-form.confirm footer.send input[type="submit"] {
  display: inline-block;
}
@media screen and (max-width: 769px) {
  .inquiry-form.confirm footer.send input[type="submit"] {
    padding: 12px 20px;
  }
}

.sitemap-body {
  padding: 60px;
}
.sitemap-body h2 {
  font-size: 110%;
  margin-bottom: 10px;
  font-weight: bold;
}
.sitemap-body h3 {
  margin-bottom: 10px;
  text-indent: 20px;
}
.sitemap-body ul {
  margin-left: 40px;
  margin-bottom: 10px;
  list-style: circle;
  padding: 0;
}
.sitemap-body ul li {
  margin-bottom: 10px;
}
.sitemap-body h3 + h2,
.sitemap-body h2 + h2,
.sitemap-body ul + h2 {
  margin-top: 30px;
}

.fullscreen {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(40, 40, 40, 0.7);
  z-index: 9999;
}
@media screen and (max-width: 769px) {
  .fullscreen {
    display: none;
  }
}
.fullscreen .center-box {
  width: 40%;
  min-width: 400px;
  border: 2px solid white;
  top: 39%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.58);
}
.fullscreen .center-box .search-close-btn {
  text-align: right;
  color: white;
  font-size: 125%;
  cursor: pointer;
  margin-bottom: 30px;
}
.fullscreen .center-box #gsc-iw-id1 {
  padding-top: 1px;
  padding-bottom: 2px;
}
.fullscreen .center-box .gsc-control-cse {
  border: inherit;
  background-color: inherit;
  padding: 0px 60px 60px 60px;
}
.fullscreen .center-box #___gcse_0 {
  margin: 32px;
}

header {
  max-width: 100%;
  position: relative;
}
header nav.sub-menu {
  background-color: rgba(0, 18, 62, 0.9);
  text-align: right;
  position: absolute;
  width: 100%;
  z-index: 5;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1024px) {
  header nav.sub-menu {
    display: none;
  }
}
header nav.sub-menu .item-box {
  margin: 0 auto;
  width: 100%;
  max-width: 1080px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 38px;
}
@media screen and (max-width: 1024px) {
  header nav.sub-menu .item-box {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  header nav.sub-menu .item-box {
    max-width: 90%;
  }
}
header nav.sub-menu .item-box .item {
  color: white;
  text-decoration: none;
  position: relative;
  padding-left: 30px;
  font-size: 81%;
  margin-left: 10px;
  display: inline-block;
  user-select: none;
}
header nav.sub-menu .item-box .item a {
  color: white;
  text-decoration: none;
}
header nav.sub-menu .item-box .item a::before {
  position: absolute;
  content: "●";
  width: 20px;
  height: 20px;
  left: 0;
  top: calc(50% - 9px);
  color: #ffe0a8;
  font-size: 10px;
}
header nav.sub-menu .item-box .item a.selected::before {
  content: "✕";
  font-weight: bold;
  font-size: 14px;
  left: 2px;
  top: calc(50% - 11px);
}
header nav.sub-menu .item-box .item.help {
  cursor: pointer;
}
header nav.sub-menu .item-box .item.search {
  margin-left: 4px;
}
header nav.sub-menu .item-box .item.search::before {
  content: "";
}
header nav.sub-menu .item-box .item.search input.gsc-input {
  border: none !important;
}
header nav.sub-menu .item-box .item.search table.gsc-search-box td.gsc-input {
  padding-right: 0;
  width: 200px;
}
header nav.sub-menu .item-box .item.search .gsc-search-button-v2 {
  border-color: #0b7e00;
  background-color: #0b7e00;
  padding: 5px 27px 6px 27px;
}
header nav.sub-menu .item-box .item.search #gs_tti50,
header nav.sub-menu .item-box .item.search .gsib_a {
  padding: 0;
}
header .drop-menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 110;
  background-color: #192951;
  color: white;
}
header .drop-menu .item {
  color: white;
  text-decoration: none;
  position: relative;
  padding: 10px 30px;
  font-size: 81%;
  margin-left: 10px;
  display: block;
}
header .drop-menu .item a {
  color: white;
  text-decoration: none;
}
header .drop-menu .item.furigana::before {
  position: absolute;
  content: "";
  background-image: url(../img/icon-header-1.png);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: calc(50% - 10px);
}
header .drop-menu .item.voice::before {
  position: absolute;
  content: "";
  background-image: url(../img/icon-header-2.png);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: calc(50% - 10px);
}
header .drop-menu .item.foregign::before {
  position: absolute;
  content: "";
  background-image: url(../img/icon-header-3.png);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: calc(50% - 10px);
}
header .drop-menu .item.font-size::before {
  position: absolute;
  content: "";
  background-image: url(../img/icon-header-4.png);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: calc(50% - 10px);
}
header .drop-menu .item.bg-color::before {
  position: absolute;
  content: "";
  background-image: url(../img/icon-header-5.png);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: calc(50% - 10px);
}
header .tab-menu {
  position: absolute;
  right: 0;
  top: 166px;
}
header .tab-menu .btn {
  background-color: white;
  display: block;
  padding: 20px;
  border-radius: 30px 0px 0px 30px;
  margin-bottom: 20px;
  box-shadow: 0px 4px gray;
  position: relative;
  padding-left: 63px;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  text-align: left;
}
header .tab-menu .btn::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  top: calc(50% - 15px);
  left: 23px;
  background-size: contain;
  background-repeat: no-repeat;
}
header .tab-menu .btn.foreign {
  border-radius: 100px 0px 0px 100px;
  font-size: 79%;
}
header .tab-menu .btn.foreign::before {
  background-image: url(../img/icon-foreign.png);
}
header .tab-menu .btn.search {
  letter-spacing: 1.1rem;
}
header .tab-menu .btn.search::before {
  background-image: url(../img/icon-loupe.png);
}
header nav.main-menu.pc {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 auto;
  width: 100%;
  max-width: 1080px;
  align-items: inherit;
  position: absolute;
  top: 39px;
  z-index: 12;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1024px) {
  header nav.main-menu.pc {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  header nav.main-menu.pc {
    max-width: 90%;
  }
}
@media screen and (max-width: 1024px) {
  header nav.main-menu.pc {
    position: relative;
  }
}
header nav.main-menu.pc .left {
  flex-basis: 280px;
  max-width: 280px;
  position: relative;
}
header nav.main-menu.pc .left .logo-box {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  height: 152px;
  top: -40px;
  left: 0;
  background-color: white;
  background-image: url(../img/logo-box-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
}
header nav.main-menu.pc .left .logo-box .logo {
  max-width: 190px;
  margin-bottom: 24px;
}
header nav.main-menu.pc .right {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 auto;
  width: 100%;
  max-width: 1080px;
  flex-basis: calc(100% - 280px);
  max-width: calc(100% - 280px);
  justify-content: flex-end;
  margin-top: 14px;
}
@media screen and (max-width: 1024px) {
  header nav.main-menu.pc .right {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  header nav.main-menu.pc .right {
    max-width: 90%;
  }
}
header nav.main-menu.pc .right .item {
  flex-basis: 15%;
  max-width: 15%;
  margin-left: 1.5%;
  color: white;
  text-decoration: none;
  text-align: center;
  background-image: url(../img/menu-bg.jpg);
  height: 98px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header nav.main-menu.pc .right .item img {
  width: 42px;
  margin-bottom: 10px;
}
header nav.main-menu.pc .right .item .menu-name {
  font-size: 88%;
  text-shadow: 0px 0px 5px black;
}
header nav.main-menu.pc .right.kaisyu20210913 .item {
  flex-basis: 13.6%;
  max-width: 13.6%;
  margin-left: 0.7%;
}
header nav.main-menu.pc .right.kaisyu20210913 .item.first-item {
  margin-left: 0;
}
header nav.main-menu.pc .right.kaisyu20210913 .menu-name.small-text {
  font-size: 76%;
  font-weight: bold;
}
header nav.main-menu.sp {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  align-items: center;
  padding: 10px 20px 10px 10px;
  z-index: 200;
  position: relative;
  background-color: white;
}
header nav.main-menu.sp .logo-box {
  flex-basis: calc(100% - 60px);
  max-width: calc(100% - 60px);
}
@media screen and (max-width: 1024px) {
  header nav.main-menu.sp .logo-box img.logo {
    width: 163px;
    padding-top: 10px;
  }
}
header nav.main-menu.sp .menu-box {
  flex-basis: 60px;
  max-width: 60px;
}
header .alert {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 auto;
  width: 100%;
  max-width: 1080px;
  align-items: inherit;
  position: absolute;
  top: 180px;
  z-index: 101;
  left: 0;
  right: 0;
  border: 1px solid #C1000E;
}
@media screen and (max-width: 1024px) {
  header .alert {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  header .alert {
    max-width: 90%;
  }
}
@media screen and (max-width: 1024px) {
  header .alert {
    position: relative;
    top: 0;
    margin-top: 20px;
  }
}
header .alert .left {
  flex-basis: 300px;
  max-width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #C1000E;
  color: white;
}
@media screen and (max-width: 769px) {
  header .alert .left {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  header .alert .left {
    flex-basis: 100%;
    max-width: 100%;
  }
}
header .alert .left .title {
  padding-left: 30px;
  position: relative;
}
header .alert .left .title::before {
  position: absolute;
  content: "";
  width: 21px;
  height: 19px;
  background-image: url(../img/alert.png);
  top: 0px;
  left: 0px;
}
header .alert .right {
  flex-basis: calc(100% - 300px);
  max-width: calc(100% - 300px);
  background-color: white;
}
@media screen and (max-width: 769px) {
  header .alert .right {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  header .alert .right {
    flex-basis: 100%;
    max-width: 100%;
  }
}
header .alert .right .item {
  padding: 13px;
}
header .alert .right .item .date {
  font-size: 81%;
  margin-bottom: 6px;
}
header .swiper-container-fv {
  position: relative;
  overflow: hidden;
  padding-top: 38px;
}
@media screen and (max-width: 1024px) {
  header .swiper-container-fv {
    padding-top: 0px;
  }
}
header .swiper-container-fv .swiper-slide img {
  width: 100%;
}
@media screen and (max-width: 769px) {
  header .swiper-container-fv .swiper-slide img {
    width: 170%;
    max-width: inherit;
    margin-left: -38%;
  }
}
header .swiper-container-fv .swiper-text {
  position: absolute;
  bottom: 60px;
  right: -80px;
  z-index: 100;
  width: 450px;
  max-width: 784px;
}
@media screen and (max-width: 769px) {
  header .swiper-container-fv .swiper-text {
    width: 65vw;
    right: -65px;
    top: 4px;
  }
}
header .header-bg {
  width: 100%;
  height: 170px;
  background-image: url(../img/header-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 769px) {
  header .header-bg {
    height: 75px;
  }
}

header nav.sp {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  header nav.sp {
    display: flex !important;
  }
}

header nav.pc {
  display: flex !important;
}
@media screen and (max-width: 1024px) {
  header nav.pc {
    display: none !important;
  }
}

nav.globalMenuSp {
  position: absolute;
  z-index: 200;
  top: 84px;
  left: 0;
  background: #fff;
  color: #000;
  text-align: center;
  width: 100%;
  box-shadow: 0px 10px 10px rgba(212, 212, 212, 0.49);
  display: none;
}
nav.globalMenuSp .main-menu {
  padding: 10px 20px 20px 20px;
}
nav.globalMenuSp .main-menu .logo-box {
  padding-bottom: 30px;
  text-align: left;
}
nav.globalMenuSp .main-menu .logo-box img {
  height: 65px;
}
nav.globalMenuSp .main-menu .item-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 25px;
}
nav.globalMenuSp .main-menu .item-box a {
  text-decoration: none;
}
nav.globalMenuSp .main-menu .item-box .item {
  text-decoration: none;
  text-align: left;
  text-shadow: none !important;
  padding: 8px 13px !important;
  margin: 0px;
  margin-bottom: 10px !important;
  font-size: 1.4rem;
  border-radius: 0;
  background-color: #d75f60;
  border-radius: 5px;
  color: white;
  font-weight: normal;
}
@media screen and (max-width: 1024px) {
  nav.globalMenuSp .main-menu .item-box .item {
    flex-basis: 49%;
    max-width: 49%;
    position: relative;
    font-size: 90%;
  }
  nav.globalMenuSp .main-menu .item-box .item:after {
    position: absolute;
    padding: 8px;
    padding-right: 20px;
    content: "";
    background: url(../img/arrow-white_right.svg) center no-repeat;
    background-size: 5.8px 10.3px;
    bottom: 11px;
    right: 0;
  }
}
@media screen and (max-width: 769px) {
  nav.globalMenuSp .main-menu .item-box .item {
    flex-basis: 49%;
    max-width: 49%;
    position: relative;
  }
  nav.globalMenuSp .main-menu .item-box .item:after {
    position: absolute;
    padding: 8px;
    padding-right: 20px;
    content: "";
    background: url(../img/arrow-white_right.svg) center no-repeat;
    background-size: 5.8px 10.3px;
    bottom: 11px;
    right: 0;
  }
}
nav.globalMenuSp .main-menu .foreign {
  text-align: right;
}
nav.globalMenuSp .main-menu .foreign .btn {
  border: 1px solid #d75f60;
  padding: 6px;
  display: inline-block;
  width: 144px;
  text-decoration: none;
  color: #585858;
  background-color: #ffffff;
  border-radius: 5px;
  /* margin-bottom: 25px; */
  text-align: left;
  font-size: 85%;
  position: relative;
  padding-left: 40px;
}
nav.globalMenuSp .main-menu .foreign .btn:before {
  content: "";
  background-image: url(../img/icon-foreign.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 19%;
  left: 10px;
}
nav.globalMenuSp .main-menu .foreign .btn-sigh {
  border: 1px solid #d75f60;
  padding: 6px;
  display: inline-block;
  width: 144px;
  text-decoration: none;
  color: #585858;
  background-color: #ffffff;
  border-radius: 5px;
  /* margin-bottom: 25px; */
  text-align: left;
  font-size: 85%;
  position: relative;
  padding-left: 40px;
}
nav.globalMenuSp .main-menu .foreign .btn-sigh:before {
  content: "";
  background-image: url(../img/icon-sigh-language.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 19%;
  left: 10px;
}
nav.globalMenuSp .main-menu .search-box .gsc-control-cse {
  border-color: #FFFFFF;
  background-color: inherit;
}
nav.globalMenuSp .main-menu .search-box .gsc-input-box {
  padding-top: 0px;
  padding-bottom: 0px;
}
nav.globalMenuSp .main-menu .search-box .gsc-search-button-v2 {
  padding: 8px 10px;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateY(0%);
  display: block;
}

.navToggle {
  display: block;
  width: 58px;
  height: 58px;
  cursor: pointer;
  z-index: 220;
  text-align: center;
  background-color: #fff;
  position: relative;
  border-radius: 6px;
  background-image: url(../img/menu-bg.jpg);
}
.navToggle .menu-sp {
  display: block;
  position: absolute;
  top: 34px;
  left: 8px;
  color: white;
  font-size: 75%;
}

.navToggle span {
  display: block;
  position: absolute;
  /* .navToggleに対して */
  width: 34px;
  border-bottom: solid 1px white;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  left: 12px;
}

.navToggle span:nth-child(1) {
  top: 9px;
}

.navToggle span:nth-child(2) {
  top: 18px;
}

.navToggle span:nth-child(3) {
  top: 27px;
}

.navToggle span:nth-child(4) {
  border: none;
  color: white;
  font-size: 9px;
  font-weight: bold;
  top: 34px;
  width: 50px;
  left: 0px;
}

/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
  top: 18px;
  left: 10px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pickup-box {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  position: relative;
  padding: 30px 50px;
}
.pickup-box .kumo1 {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.5;
}
.pickup-box .kumo2 {
  position: absolute;
  bottom: 30px;
  right: 0px;
  opacity: 0.5;
}
.pickup-box .swiper-container {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}
.pickup-box .swiper-container .swiper-slide img {
  width: 100%;
}
@media screen and (max-width: 769px) {
  .pickup-box .swiper-container .swiper-slide img {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
}
.pickup-box :focus {
  outline: none;
}

.life-box {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  background-image: url(../img/bg-pink.jpg);
  padding: 40px 0px;
}
.life-box .content {
  margin: 0 auto;
  width: 100%;
  max-width: 1080px;
}
@media screen and (max-width: 1024px) {
  .life-box .content {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  .life-box .content {
    max-width: 90%;
  }
}
.life-box .content h2 {
  font-size: 163%;
  color: #8C5825;
  text-align: center;
}
.life-box .content .sub-title {
  font-size: 81%;
  color: #CC7544;
  text-align: center;
  margin-bottom: 30px;
}
.life-box .content .item-box {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  text-align: center;
}
.life-box .content .item-box .item {
  display: inline-block;
  width: 15%;
  background-color: white;
  color: #8C6239;
  text-decoration: none;
  font-weight: bold;
  border-radius: 20px;
  padding: 10px 30px;
  margin: 1%;
  box-shadow: 0px 0px 10px rgba(132, 75, 4, 0.32);
  transition: 0.3s;
}
@media screen and (max-width: 1026px) {
  .life-box .content .item-box .item {
    width: 30%;
  }
}
@media screen and (max-width: 650px) {
  .life-box .content .item-box .item {
    width: 45%;
  }
}
@media screen and (max-width: 350px) {
  .life-box .content .item-box .item {
    font-size: 94%;
  }
}
.life-box .content .item-box .item img {
  max-width: 100%;
}
.life-box .content .item-box .item:hover {
  box-shadow: 0px 0px 10px rgba(255, 145, 9, 0.32);
}

.news-box {
  padding: 55px 0px;
  position: relative;
}
@media screen and (max-width: 769px) {
  .news-box {
    overflow: hidden;
  }
}
.news-box .mari1 {
  position: absolute;
  bottom: -70px;
  left: 0;
}
@media screen and (max-width: 769px) {
  .news-box .mari1 {
    bottom: -31px;
    left: -61px;
  }
}
.news-box .mari2 {
  position: absolute;
  right: 30px;
  top: -30px;
}
@media screen and (max-width: 769px) {
  .news-box .mari2 {
    right: -82px;
  }
}
.news-box .content {
  margin: 0 auto;
  width: 100%;
  max-width: 1080px;
  z-index: 10;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .news-box .content {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  .news-box .content {
    max-width: 90%;
  }
}
.news-box .content h2 {
  font-size: 163%;
  color: #8C5825;
  text-align: center;
}
.news-box .content .sub-title {
  font-size: 81%;
  color: #CC7544;
  text-align: center;
  margin-bottom: 30px;
}
.news-box .cms-tabs .names {
  position: relative;
}
@media screen and (max-width: 769px) {
  .news-box .cms-tabs .names {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    align-items: normal;
  }
}
.news-box .cms-tabs .names a.name {
  border: 1px solid #C69C6D;
  border-bottom: none;
  border-radius: 10px 10px 0px 0px;
  padding: 15px;
  padding-bottom: 10px;
  padding-left: 50px;
  display: inline-block;
  text-decoration: none;
  color: #534741;
  font-weight: bold;
  background-color: #F4F4F4;
}
.news-box .cms-tabs .names a.name.current {
  background-color: white;
}
@media screen and (max-width: 769px) {
  .news-box .cms-tabs .names a.name {
    flex-basis: 49%;
    max-width: 49%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid #C69C6D;
    border-radius: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 85%;
    padding: 11px 11px;
    margin-bottom: 5px;
  }
}
.news-box .cms-tabs .names .name:nth-child(1) {
  background-image: url(../img/icon-news-1.png);
  background-repeat: no-repeat;
  background-position: 9px 14px;
  background-size: 34px;
}
@media screen and (max-width: 769px) {
  .news-box .cms-tabs .names .name:nth-child(1) {
    background-image: none;
  }
}
.news-box .cms-tabs .names .name:nth-child(2) {
  background-image: url(../img/icon-news-3.png);
  background-repeat: no-repeat;
  background-position: 10px 13px;
  background-size: 34px;
}
@media screen and (max-width: 769px) {
  .news-box .cms-tabs .names .name:nth-child(2) {
    background-image: none;
  }
}
.news-box .cms-tabs .names .name:nth-child(3) {
  background-image: url(../img/icon-news-3.png);
  background-repeat: no-repeat;
  background-position: 10px 13px;
  background-size: 34px;
}
@media screen and (max-width: 769px) {
  .news-box .cms-tabs .names .name:nth-child(3) {
    background-image: none;
  }
}
.news-box .cms-tabs .names .name:nth-child(4) {
  background-image: url(../img/icon-news-2.png);
  background-repeat: no-repeat;
  background-position: 11px 12px;
  background-size: 34px;
}
@media screen and (max-width: 769px) {
  .news-box .cms-tabs .names .name:nth-child(4) {
    background-image: none;
  }
}
.news-box .cms-tabs .names .name:nth-child(5) {
  background-image: url(../img/icon-news-1.png);
  background-repeat: no-repeat;
  background-position: 11px 12px;
  background-size: 34px;
}
@media screen and (max-width: 769px) {
  .news-box .cms-tabs .names .name:nth-child(5) {
    background-image: none;
  }
}
.news-box .cms-tabs .view {
  border: 1px solid #C69C6D;
  border-radius: 0px 10px 10px 10px;
  padding: 30px 40px;
  background-color: white;
}
@media screen and (max-width: 769px) {
  .news-box .cms-tabs .view {
    padding: 20px 20px;
    border-radius: 10px;
  }
}
.news-box .cms-tabs .view .pages {
  margin-bottom: 30px;
}
.news-box .cms-tabs .view .pages article {
  border-top: 1px dotted #BCA793;
  padding-top: 16px;
  padding-bottom: 16px;
}
.news-box .cms-tabs .view .pages article:last-child {
  border-bottom: 1px dotted #BCA793;
}
.news-box .cms-tabs .view .pages article header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  align-items: center;
}
.news-box .cms-tabs .view .pages article header time {
  flex-basis: 160px;
  max-width: 160px;
  color: #998675;
  min-width: 155px;
  display: inline-block;
}
@media screen and (max-width: 769px) {
  .news-box .cms-tabs .view .pages article header time {
    flex-basis: 100%;
    max-width: 100%;
    display: block;
    margin-bottom: 10px;
  }
}
.news-box .cms-tabs .view .pages article header h3 {
  flex-basis: calc(100% - 170px);
  max-width: calc(100% - 170px);
  display: inline-block;
}
@media screen and (max-width: 769px) {
  .news-box .cms-tabs .view .pages article header h3 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.news-box .cms-tabs .view nav {
  text-align: right;
}
.news-box .cms-tabs .view nav .more, .news-box .cms-tabs .view nav .rss {
  background-color: #ed7f7a;
  color: white;
  padding: 7px 18px;
  text-decoration: none;
  font-size: 80%;
  margin-left: 12px;
  border-radius: 5px;
}

.benri-box {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  background-image: url(../img/bg-pink.jpg);
  padding: 40px 0px;
}
.benri-box .content {
  margin: 0 auto;
  width: 100%;
  max-width: 1080px;
}
@media screen and (max-width: 1024px) {
  .benri-box .content {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  .benri-box .content {
    max-width: 90%;
  }
}
.benri-box .content h2 {
  font-size: 163%;
  color: #8C5825;
  text-align: center;
}
.benri-box .content .sub-title {
  font-size: 81%;
  color: #CC7544;
  text-align: center;
  margin-bottom: 30px;
}
.benri-box .content .item-box .cms-pages {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  text-align: left;
}
.benri-box .content .item-box .cms-pages .item {
  flex-basis: 30%;
  max-width: 30%;
  display: inline-block;
  background-color: white;
  color: #8C6239;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid #ED7F7A;
  border-radius: 10px;
  padding: 20px;
  margin: 1%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .benri-box .content .item-box .cms-pages .item {
    flex-basis: 48%;
    max-width: 48%;
  }
}
@media screen and (max-width: 769px) {
  .benri-box .content .item-box .cms-pages .item {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.benri-box .content .item-box .cms-pages .item:after {
  content: "";
  background-image: url(../img/icon-arrow-right-pink.png);
  background-size: contain;
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  right: 20px;
  position: absolute;
}
.benri-box .content .item-box .cms-pages .item.dummy {
  border: none;
  padding: 0;
  margin: 0;
}
.benri-box .content .item-box .cms-pages .item.dummy::after {
  content: none;
}

.about-box {
  margin: 0 auto;
  width: 100%;
  max-width: 1080px;
  padding: 40px 0px;
}
@media screen and (max-width: 1024px) {
  .about-box {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  .about-box {
    max-width: 90%;
  }
}
.about-box h2 {
  font-size: 163%;
  color: #8C5825;
  text-align: center;
}
.about-box .sub-title {
  font-size: 81%;
  color: #CC7544;
  text-align: center;
  margin-bottom: 30px;
}
.about-box .btn-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 auto;
  width: 100%;
  max-width: 1080px;
  margin-bottom: 20px;
  padding: 20px;
  background-color: #d7e4e6;
}
@media screen and (max-width: 1024px) {
  .about-box .btn-box {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  .about-box .btn-box {
    max-width: 90%;
  }
}
.about-box .btn-box a.btn {
  color: inherit;
  text-decoration: none;
  position: relative;
  display: block;
  background-color: white;
  flex-basis: 32%;
  max-width: 32%;
  display: flex;
  align-items: center;
  border: 1px solid #74B5C4;
  font-size: 106%;
}
@media screen and (max-width: 769px) {
  .about-box .btn-box a.btn {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .about-box .btn-box a.btn {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .about-box .btn-box a.btn {
    margin-bottom: 10px;
  }
  .about-box .btn-box a.btn:last-child {
    margin-bottom: 0px;
  }
}
.about-box .btn-box a.btn img {
  display: inline-block;
  width: 96px;
}
@media screen and (max-width: 769px) {
  .about-box .btn-box a.btn img {
    width: 60px;
  }
}
.about-box .btn-box a.btn .name {
  display: inline-block;
  margin-left: 20px;
}
@media screen and (max-width: 769px) {
  .about-box .btn-box a.btn .name {
    margin-left: 10px;
    padding-right: 36px;
    font-size: 80%;
  }
}
.about-box .btn-box a.btn:after {
  content: "";
  background-image: url(../img/icon-arrow-right-pink.png);
  background-size: contain;
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  right: 20px;
  position: absolute;
}
@media screen and (max-width: 769px) {
  .about-box .btn-box a.btn:after {
    right: 10px;
  }
}
.about-box .item-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 auto;
  width: 100%;
  max-width: 1080px;
  align-items: inherit;
}
@media screen and (max-width: 1024px) {
  .about-box .item-box {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  .about-box .item-box {
    max-width: 90%;
  }
}
.about-box .item-box .left {
  flex-basis: 32%;
  max-width: 32%;
  padding: 10px;
  background-color: #74B5C4;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 769px) {
  .about-box .item-box .left {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .about-box .item-box .left {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .about-box .item-box .left {
    margin-bottom: 30px;
  }
}
.about-box .item-box .left img {
  max-width: 100%;
}
.about-box .item-box .left .title {
  max-width: 200px;
  margin: 0 auto;
  display: block;
}
.about-box .item-box .left .hyoushi {
  max-width: 200px;
  margin: 0 auto;
  display: block;
}
.about-box .item-box .left .date a {
  color: white;
  display: block;
  margin-top: 10px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0px 0px 3px black, 0px 0px 3px black;
}
.about-box .item-box .center {
  flex-basis: 32%;
  max-width: 32%;
  border: 1px solid #74B5C4;
  padding: 20px;
}
@media screen and (max-width: 769px) {
  .about-box .item-box .center {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .about-box .item-box .center {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .about-box .item-box .center {
    margin-bottom: 30px;
  }
}
.about-box .item-box .center .title {
  font-size: 111%;
  margin-bottom: 17px;
  background-color: #74b5c4;
  text-align: center;
  color: white;
  padding: 5px 0px;
  text-shadow: 0px 0px 3px black, 0px 0px 3px black;
}
.about-box .item-box .center ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
  font-size: 106%;
}
.about-box .item-box .center ul li:before {
  content: "";
  background-image: url(../img/icon-arrow-green-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  top: calc(50% - 5px);
  left: 0px;
  position: absolute;
}
.about-box .item-box .right {
  flex-basis: 32%;
  max-width: 32%;
}
@media screen and (max-width: 769px) {
  .about-box .item-box .right {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .about-box .item-box .right {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.about-box .item-box .right .zinkou .ss-preview-page, .about-box .item-box .right .zinkou .ss-preview-column {
  display: inline-block;
}
.about-box .item-box .right .zinkou .name {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.about-box .item-box .right .zinkou .name:before {
  content: "";
  background-image: url(../img/icon-arrow-green-bottom.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  top: calc(50% - 7px);
  left: 0px;
  position: absolute;
}
.about-box .item-box .right .zinkou .zinkou-box {
  border: 1px solid #74B5C4;
  padding: 20px;
}
.about-box .item-box .right .zinkou .zinkou-box .item {
  margin-bottom: 2px;
}
.about-box .item-box .right .zinkou .zinkou-box .item .title {
  background-color: #74b5c4;
  color: white;
  padding: 4px 10px;
  display: inline-block;
  width: 90px;
  text-align: center;
  margin-right: 10px;
  font-size: 82%;
  text-shadow: 0px 0px 3px black, 0px 0px 3px black;
}
.about-box .item-box .right .zinkou .zinkou-box .item .value {
  font-size: 90%;
}
.about-box .item-box .right .zinkou .zinkou-box .date {
  text-align: center;
  border: 1px solid #74b5c4;
  color: #4192a5;
  font-size: 90%;
  margin-top: 14px;
}

.ss-image-box {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  background-color: #FFF6E7;
}
.ss-image-box .ss-image-box-item-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 auto;
  width: 100%;
  max-width: 1080px;
  text-align: center;
  padding: 50px 0px;
}
@media screen and (max-width: 1024px) {
  .ss-image-box .ss-image-box-item-list {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  .ss-image-box .ss-image-box-item-list {
    max-width: 90%;
  }
}
.ss-image-box .ss-image-box-item-list img {
  max-width: 210px;
}
.ss-image-box .ss-image-box-item-list a {
  color: inherit;
  text-decoration: none;
}
.ss-image-box .ss-image-box-item-list span {
  flex-basis: 20%;
  max-width: 20%;
  margin-bottom: 10px;
}
@media screen and (max-width: 769px) {
  .ss-image-box .ss-image-box-item-list span {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .ss-image-box .ss-image-box-item-list span {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.ss-image-box .ss-image-box-item-list span.dummy {
  margin-bottom: 0px;
}

.ads-banners {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  background-color: #FFF6E7;
}
.ads-banners .banners {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 auto;
  width: 100%;
  max-width: 1080px;
  text-align: center;
  padding: 50px 0px;
}
@media screen and (max-width: 1024px) {
  .ads-banners .banners {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  .ads-banners .banners {
    max-width: 90%;
  }
}
.ads-banners .banners img {
  max-width: 210px;
}
.ads-banners .banners a {
  color: inherit;
  text-decoration: none;
}
.ads-banners .banners span {
  flex-basis: 20%;
  max-width: 20%;
  margin-bottom: 10px;
}
@media screen and (max-width: 769px) {
  .ads-banners .banners span {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .ads-banners .banners span {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.ads-banners .banners span.dummy {
  margin-bottom: 0px;
}

.contents-page {
  background-image: url(../img/bg-washi.jpg);
  display: block;
  padding: 10px 0px;
}
@media screen and (max-width: 769px) {
  .contents-page {
    padding-top: 33px;
  }
}
.contents-page .crumbs {
  margin: 0 auto;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  width: 100%;
  max-width: 1080px;
  margin-bottom: 20px;
  background-color: white;
  padding: 10px 20px;
}
@media screen and (max-width: 1024px) {
  .contents-page .crumbs {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  .contents-page .crumbs {
    max-width: 90%;
  }
}
@media screen and (max-width: 769px) {
  .contents-page .crumbs {
    display: none;
  }
}
.contents-page .crumbs .crumb .page {
  font-size: 81%;
}
.contents-page .crumbs .crumb .page:first-child {
  padding-left: 20px;
  position: relative;
}
.contents-page .crumbs .crumb .page:first-child:before {
  content: "";
  background-image: url(../img/crub-home.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 15px;
  position: absolute;
  top: -2px;
  left: 0;
}
.contents-page .crumbs .crumb .page a {
  color: #333333;
}
.contents-page .crumbs .crumb .separator {
  margin: 0px 10px;
}
.contents-page > .contents {
  margin: 0 auto;
  width: 100%;
  max-width: 1080px;
  background-color: white;
  padding: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .contents-page > .contents {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  .contents-page > .contents {
    max-width: 90%;
  }
}
@media screen and (max-width: 769px) {
  .contents-page > .contents {
    padding: 8px;
  }
}
.contents-page > .contents .title {
  color: white;
  background-image: url(../img/menu-bg.jpg);
  font-size: 144%;
  padding: 10px 30px;
  margin-bottom: 20px;
  text-shadow: 0px 0px 5px black;
}
@media screen and (max-width: 769px) {
  .contents-page > .contents .title {
    padding: 10px 10px;
    font-size: 136%;
  }
}
.contents-page > .contents .margin-box {
  padding: 30px 32px;
  padding-bottom: 70px;
}
@media screen and (max-width: 769px) {
  .contents-page > .contents .margin-box {
    padding: 0px 10px;
    padding-bottom: 20px;
  }
}
.contents-page > .contents .info-top {
  margin-top: 40px;
}
.contents-page > .contents .info-top > h2 {
  font-size: 120%;
  margin-bottom: 10px;
  border-left: 6px solid #da5f61;
  padding-left: 13px;
  line-height: 1.2;
}
.contents-page > .contents .info-top .cms-pages {
  padding-top: 20px;
}
.contents-page > .contents .info-top .cms-pages article {
  border-top: 1px dotted #BCA793;
  padding-top: 16px;
  padding-bottom: 16px;
}
.contents-page > .contents .info-top .cms-pages article:last-child {
  border-bottom: 1px dotted #BCA793;
}
.contents-page > .contents .info-top .cms-pages article time {
  margin-right: 20px;
  color: #998675;
  min-width: 155px;
  display: inline-block;
}
@media screen and (max-width: 769px) {
  .contents-page > .contents .info-top .cms-pages article time {
    display: block;
    margin-bottom: 3px;
  }
}
.contents-page > .contents .info-top .cms-pages article h2 {
  display: inline-block;
}
.contents-page > .contents .info-top p {
  text-align: right;
}
.contents-page > .contents .info-top p .more {
  background-color: #ed7f7a;
  color: white;
  padding: 7px 18px;
  text-decoration: none;
  font-size: 80%;
  margin-left: 12px;
  margin-top: 18px;
  border-radius: 5px;
  display: inline-block;
}
.contents-page > .contents .category-nodes {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  align-items: normal;
}
.contents-page > .contents .category-nodes article {
  flex-basis: 49%;
  max-width: 49%;
  border: 1px solid #ffd9a1;
  background-color: #fffbe9;
  position: relative;
  font-size: 113%;
  margin-bottom: 20px;
  transition: 0.3s;
  align-items: center;
  display: flex;
}
@media screen and (max-width: 769px) {
  .contents-page > .contents .category-nodes article {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .contents-page > .contents .category-nodes article {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 769px) {
  .contents-page > .contents .category-nodes article {
    margin-bottom: 8px;
  }
}
.contents-page > .contents .category-nodes article:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/icon-arrow-right-pink.png);
  background-size: contain;
  top: calc(50% - 10px);
  right: 20px;
}
.contents-page > .contents .category-nodes article:hover {
  background-color: #ffe0b0;
}
.contents-page > .contents .category-nodes article.dummy {
  border: inherit;
  background-color: inherit;
}
.contents-page > .contents .category-nodes article.dummy:after {
  content: none;
}
.contents-page > .contents .category-nodes article header, .contents-page > .contents .category-nodes article h2, .contents-page > .contents .category-nodes article a {
  display: block;
  width: 100%;
  height: 100%;
}
.contents-page > .contents .category-nodes article a {
  color: inherit;
  text-decoration: none;
  padding: 27px;
  padding-left: 35px;
}
@media screen and (max-width: 769px) {
  .contents-page > .contents .category-nodes article a {
    padding: 10px;
    padding-right: 40px;
  }
}
.contents-page > .contents .node-col-3 .category-nodes article {
  flex-basis: 32%;
  max-width: 32%;
}
@media screen and (max-width: 1024px) {
  .contents-page > .contents .node-col-3 .category-nodes article {
    flex-basis: 49%;
    max-width: 49%;
  }
}
@media screen and (max-width: 769px) {
  .contents-page > .contents .node-col-3 .category-nodes article {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.contents-page > .contents .node-col-4 .category-nodes article {
  flex-basis: 24%;
  max-width: 24%;
}
@media screen and (max-width: 1024px) {
  .contents-page > .contents .node-col-4 .category-nodes article {
    flex-basis: 32%;
    max-width: 32%;
  }
}
@media screen and (max-width: 769px) {
  .contents-page > .contents .node-col-4 .category-nodes article {
    flex-basis: 49%;
    max-width: 49%;
  }
}
.contents-page > .contents .article-pages,
.contents-page > .contents .category-pages {
  min-height: 200px;
}
.contents-page > .contents .article-pages article,
.contents-page > .contents .category-pages article {
  border-top: 1px dotted #c7b4a5;
}
.contents-page > .contents .article-pages article:last-child,
.contents-page > .contents .category-pages article:last-child {
  border-bottom: 1px dotted #c7b4a5;
}
.contents-page > .contents .article-pages article time,
.contents-page > .contents .category-pages article time {
  display: none;
}
.contents-page > .contents .article-pages article a,
.contents-page > .contents .category-pages article a {
  display: inline-block;
  margin: 20px 0px;
  padding-left: 20px;
  position: relative;
  transition: 0.3s;
  color: inherit;
}
.contents-page > .contents .article-pages article a::before,
.contents-page > .contents .category-pages article a::before {
  position: absolute;
  content: "";
  background-image: url(../img/icon-page.png);
  width: 13px;
  height: 17px;
  background-size: contain;
  background-repeat: no-repeat;
  top: calc(50% - 9px);
  left: 0;
}
.contents-page > .contents.view-date .article-pages header,
.contents-page > .contents.view-date .category-pages header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  align-items: center;
}
@media screen and (max-width: 769px) {
  .contents-page > .contents.view-date .article-pages header,
  .contents-page > .contents.view-date .category-pages header {
    padding: 12px 0px;
  }
}
.contents-page > .contents.view-date .article-pages header time,
.contents-page > .contents.view-date .category-pages header time {
  flex-basis: 150px;
  max-width: 150px;
  display: block;
  color: #998675;
}
@media screen and (max-width: 769px) {
  .contents-page > .contents.view-date .article-pages header time,
  .contents-page > .contents.view-date .category-pages header time {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.contents-page > .contents.view-date .article-pages header h2,
.contents-page > .contents.view-date .category-pages header h2 {
  flex-basis: calc(100% - 150px);
  max-width: calc(100% - 150px);
  color: #005fd6;
}
.contents-page > .contents.view-date .article-pages header h2 a::before,
.contents-page > .contents.view-date .category-pages header h2 a::before {
  content: inherit;
}
@media screen and (max-width: 769px) {
  .contents-page > .contents.view-date .article-pages header h2,
  .contents-page > .contents.view-date .category-pages header h2 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 769px) {
  .contents-page > .contents.view-date .article-pages header h2 a,
  .contents-page > .contents.view-date .category-pages header h2 a {
    margin: 10px 0px;
    padding-left: 0px;
  }
}
.contents-page > .contents .pagination {
  text-align: center;
  margin-top: 70px;
}
@media screen and (max-width: 769px) {
  .contents-page > .contents .pagination {
    margin-top: 30px;
  }
}
.contents-page > .contents .pagination .page {
  background-color: #dd6767;
  border-radius: 3px;
  margin: 0px 2px;
  text-align: center;
  display: inline-block;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 769px) {
  .contents-page > .contents .pagination .page {
    background-color: inherit;
    margin: inherit;
  }
}
.contents-page > .contents .pagination .page.current {
  text-decoration: none;
  color: #a02e2e;
  text-align: center;
  display: inline-block;
  padding: 4px 10px;
  background-color: inherit;
  border: 1px solid #a02e2e;
}
.contents-page > .contents .pagination .page.gap {
  background-color: inherit;
}
.contents-page > .contents .pagination .page a {
  text-decoration: none;
  color: white;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  padding: 4px 10px;
  /* border-radius: 10px; */
}
@media screen and (max-width: 769px) {
  .contents-page > .contents .pagination .page a {
    padding: inherit;
    color: #005fd6;
    text-decoration: underline;
  }
}
.contents-page > .contents .pagination .first a,
.contents-page > .contents .pagination .prev a,
.contents-page > .contents .pagination .last a,
.contents-page > .contents .pagination .next a {
  background-color: #dd6767;
  text-decoration: none;
  color: white;
  padding: 5px 10px;
  border-radius: 6px;
  display: inline-block;
}
@media screen and (max-width: 769px) {
  .contents-page > .contents .pagination .first a,
  .contents-page > .contents .pagination .prev a,
  .contents-page > .contents .pagination .last a,
  .contents-page > .contents .pagination .next a {
    background-color: inherit;
    padding: inherit;
    color: #005fd6;
    text-decoration: underline;
  }
}
.contents-page > .contents .inquiry-html h2,
.contents-page > .contents section.map-page h2,
.contents-page > .contents section.related-pages h2,
.contents-page > .contents section.wysiwyg h2,
.contents-page > .contents article.body h2 {
  border-left: 10px solid #da5f61;
  border-bottom: 1px dotted #da5f61;
  padding-left: 20px;
  font-size: 140%;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
@media screen and (max-width: 769px) {
  .contents-page > .contents .inquiry-html h2,
  .contents-page > .contents section.map-page h2,
  .contents-page > .contents section.related-pages h2,
  .contents-page > .contents section.wysiwyg h2,
  .contents-page > .contents article.body h2 {
    font-size: 127%;
    padding-left: 10px;
  }
}
.contents-page > .contents .inquiry-html h3,
.contents-page > .contents section.map-page h3,
.contents-page > .contents section.related-pages h3,
.contents-page > .contents section.wysiwyg h3,
.contents-page > .contents article.body h3 {
  font-size: 125%;
  font-weight: bold;
  margin-bottom: 10px;
  border-bottom: 1px double gainsboro;
  display: inline-block;
}
@media screen and (max-width: 769px) {
  .contents-page > .contents .inquiry-html h3,
  .contents-page > .contents section.map-page h3,
  .contents-page > .contents section.related-pages h3,
  .contents-page > .contents section.wysiwyg h3,
  .contents-page > .contents article.body h3 {
    font-size: 110%;
  }
}
.contents-page > .contents .inquiry-html h4,
.contents-page > .contents section.map-page h4,
.contents-page > .contents section.related-pages h4,
.contents-page > .contents section.wysiwyg h4,
.contents-page > .contents article.body h4 {
  font-size: 113%;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 769px) {
  .contents-page > .contents .inquiry-html h4,
  .contents-page > .contents section.map-page h4,
  .contents-page > .contents section.related-pages h4,
  .contents-page > .contents section.wysiwyg h4,
  .contents-page > .contents article.body h4 {
    font-size: 105%;
  }
}
.contents-page > .contents .inquiry-html p,
.contents-page > .contents section.map-page p,
.contents-page > .contents section.related-pages p,
.contents-page > .contents section.wysiwyg p,
.contents-page > .contents article.body p {
  margin-bottom: 20px;
  font-size: 100%;
  line-height: 1.9;
}
.contents-page > .contents .inquiry-html table + h2,
.contents-page > .contents .inquiry-html ol + h2,
.contents-page > .contents .inquiry-html ul + h2,
.contents-page > .contents .inquiry-html p + h2,
.contents-page > .contents section.map-page table + h2,
.contents-page > .contents section.map-page ol + h2,
.contents-page > .contents section.map-page ul + h2,
.contents-page > .contents section.map-page p + h2,
.contents-page > .contents section.related-pages table + h2,
.contents-page > .contents section.related-pages ol + h2,
.contents-page > .contents section.related-pages ul + h2,
.contents-page > .contents section.related-pages p + h2,
.contents-page > .contents section.wysiwyg table + h2,
.contents-page > .contents section.wysiwyg ol + h2,
.contents-page > .contents section.wysiwyg ul + h2,
.contents-page > .contents section.wysiwyg p + h2,
.contents-page > .contents article.body table + h2,
.contents-page > .contents article.body ol + h2,
.contents-page > .contents article.body ul + h2,
.contents-page > .contents article.body p + h2 {
  margin-top: 50px;
}
.contents-page > .contents .inquiry-html table + h3,
.contents-page > .contents .inquiry-html ol + h3,
.contents-page > .contents .inquiry-html ul + h3,
.contents-page > .contents .inquiry-html p + h3,
.contents-page > .contents section.map-page table + h3,
.contents-page > .contents section.map-page ol + h3,
.contents-page > .contents section.map-page ul + h3,
.contents-page > .contents section.map-page p + h3,
.contents-page > .contents section.related-pages table + h3,
.contents-page > .contents section.related-pages ol + h3,
.contents-page > .contents section.related-pages ul + h3,
.contents-page > .contents section.related-pages p + h3,
.contents-page > .contents section.wysiwyg table + h3,
.contents-page > .contents section.wysiwyg ol + h3,
.contents-page > .contents section.wysiwyg ul + h3,
.contents-page > .contents section.wysiwyg p + h3,
.contents-page > .contents article.body table + h3,
.contents-page > .contents article.body ol + h3,
.contents-page > .contents article.body ul + h3,
.contents-page > .contents article.body p + h3 {
  margin-top: 30px;
}
.contents-page > .contents .inquiry-html img,
.contents-page > .contents section.map-page img,
.contents-page > .contents section.related-pages img,
.contents-page > .contents section.wysiwyg img,
.contents-page > .contents article.body img {
  max-width: 100%;
  height: auto;
}
.contents-page > .contents .inquiry-html ul,
.contents-page > .contents section.map-page ul,
.contents-page > .contents section.related-pages ul,
.contents-page > .contents section.wysiwyg ul,
.contents-page > .contents article.body ul {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 20px;
}
.contents-page > .contents .inquiry-html ol,
.contents-page > .contents section.map-page ol,
.contents-page > .contents section.related-pages ol,
.contents-page > .contents section.wysiwyg ol,
.contents-page > .contents article.body ol {
  list-style: decimal;
  margin-left: 20px;
  margin-bottom: 20px;
}
.contents-page > .contents .inquiry-html ul li, .contents-page > .contents .inquiry-html ol li,
.contents-page > .contents section.map-page ul li,
.contents-page > .contents section.map-page ol li,
.contents-page > .contents section.related-pages ul li,
.contents-page > .contents section.related-pages ol li,
.contents-page > .contents section.wysiwyg ul li,
.contents-page > .contents section.wysiwyg ol li,
.contents-page > .contents article.body ul li,
.contents-page > .contents article.body ol li {
  margin-bottom: 3px;
  line-height: 1.7;
}
.contents-page > .contents .inquiry-html li > ul,
.contents-page > .contents section.map-page li > ul,
.contents-page > .contents section.related-pages li > ul,
.contents-page > .contents section.wysiwyg li > ul,
.contents-page > .contents article.body li > ul {
  margin-top: 10px;
}
.contents-page > .contents .inquiry-html strong,
.contents-page > .contents section.map-page strong,
.contents-page > .contents section.related-pages strong,
.contents-page > .contents section.wysiwyg strong,
.contents-page > .contents article.body strong {
  font-weight: bold;
}
.contents-page > .contents .inquiry-html .youtube-embed-wrapper,
.contents-page > .contents section.map-page .youtube-embed-wrapper,
.contents-page > .contents section.related-pages .youtube-embed-wrapper,
.contents-page > .contents section.wysiwyg .youtube-embed-wrapper,
.contents-page > .contents article.body .youtube-embed-wrapper {
  margin-bottom: 20px;
}
.contents-page > .contents .inquiry-html .icon-pdf,
.contents-page > .contents .inquiry-html .icon-xls,
.contents-page > .contents .inquiry-html .icon-xlsx,
.contents-page > .contents .inquiry-html .icon-doc,
.contents-page > .contents .inquiry-html .icon-docx,
.contents-page > .contents section.map-page .icon-pdf,
.contents-page > .contents section.map-page .icon-xls,
.contents-page > .contents section.map-page .icon-xlsx,
.contents-page > .contents section.map-page .icon-doc,
.contents-page > .contents section.map-page .icon-docx,
.contents-page > .contents section.related-pages .icon-pdf,
.contents-page > .contents section.related-pages .icon-xls,
.contents-page > .contents section.related-pages .icon-xlsx,
.contents-page > .contents section.related-pages .icon-doc,
.contents-page > .contents section.related-pages .icon-docx,
.contents-page > .contents section.wysiwyg .icon-pdf,
.contents-page > .contents section.wysiwyg .icon-xls,
.contents-page > .contents section.wysiwyg .icon-xlsx,
.contents-page > .contents section.wysiwyg .icon-doc,
.contents-page > .contents section.wysiwyg .icon-docx,
.contents-page > .contents article.body .icon-pdf,
.contents-page > .contents article.body .icon-xls,
.contents-page > .contents article.body .icon-xlsx,
.contents-page > .contents article.body .icon-doc,
.contents-page > .contents article.body .icon-docx {
  position: relative;
  padding-left: 30px;
  display: inline-block;
}
.contents-page > .contents .inquiry-html .icon-pdf::before,
.contents-page > .contents .inquiry-html .icon-xls::before,
.contents-page > .contents .inquiry-html .icon-xlsx::before,
.contents-page > .contents .inquiry-html .icon-doc::before,
.contents-page > .contents .inquiry-html .icon-docx::before,
.contents-page > .contents section.map-page .icon-pdf::before,
.contents-page > .contents section.map-page .icon-xls::before,
.contents-page > .contents section.map-page .icon-xlsx::before,
.contents-page > .contents section.map-page .icon-doc::before,
.contents-page > .contents section.map-page .icon-docx::before,
.contents-page > .contents section.related-pages .icon-pdf::before,
.contents-page > .contents section.related-pages .icon-xls::before,
.contents-page > .contents section.related-pages .icon-xlsx::before,
.contents-page > .contents section.related-pages .icon-doc::before,
.contents-page > .contents section.related-pages .icon-docx::before,
.contents-page > .contents section.wysiwyg .icon-pdf::before,
.contents-page > .contents section.wysiwyg .icon-xls::before,
.contents-page > .contents section.wysiwyg .icon-xlsx::before,
.contents-page > .contents section.wysiwyg .icon-doc::before,
.contents-page > .contents section.wysiwyg .icon-docx::before,
.contents-page > .contents article.body .icon-pdf::before,
.contents-page > .contents article.body .icon-xls::before,
.contents-page > .contents article.body .icon-xlsx::before,
.contents-page > .contents article.body .icon-doc::before,
.contents-page > .contents article.body .icon-docx::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 26px;
  left: 0;
  top: 1px;
}
.contents-page > .contents .inquiry-html .icon-pdf::before,
.contents-page > .contents section.map-page .icon-pdf::before,
.contents-page > .contents section.related-pages .icon-pdf::before,
.contents-page > .contents section.wysiwyg .icon-pdf::before,
.contents-page > .contents article.body .icon-pdf::before {
  background-image: url(../img/icon-pdf.png);
}
.contents-page > .contents .inquiry-html .icon-xls::before,
.contents-page > .contents .inquiry-html .icon-xlsx::before,
.contents-page > .contents section.map-page .icon-xls::before,
.contents-page > .contents section.map-page .icon-xlsx::before,
.contents-page > .contents section.related-pages .icon-xls::before,
.contents-page > .contents section.related-pages .icon-xlsx::before,
.contents-page > .contents section.wysiwyg .icon-xls::before,
.contents-page > .contents section.wysiwyg .icon-xlsx::before,
.contents-page > .contents article.body .icon-xls::before,
.contents-page > .contents article.body .icon-xlsx::before {
  background-image: url(../img/icon-xls.png);
}
.contents-page > .contents .inquiry-html .icon-doc::before,
.contents-page > .contents .inquiry-html .icon-docx::before,
.contents-page > .contents section.map-page .icon-doc::before,
.contents-page > .contents section.map-page .icon-docx::before,
.contents-page > .contents section.related-pages .icon-doc::before,
.contents-page > .contents section.related-pages .icon-docx::before,
.contents-page > .contents section.wysiwyg .icon-doc::before,
.contents-page > .contents section.wysiwyg .icon-docx::before,
.contents-page > .contents article.body .icon-doc::before,
.contents-page > .contents article.body .icon-docx::before {
  background-image: url(../img/icon-doc.png);
}
.contents-page > .contents .inquiry-html table,
.contents-page > .contents section.map-page table,
.contents-page > .contents section.related-pages table,
.contents-page > .contents section.wysiwyg table,
.contents-page > .contents article.body table {
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
  margin-bottom: 30px;
}
.contents-page > .contents .inquiry-html table caption,
.contents-page > .contents section.map-page table caption,
.contents-page > .contents section.related-pages table caption,
.contents-page > .contents section.wysiwyg table caption,
.contents-page > .contents article.body table caption {
  display: none;
}
.contents-page > .contents .inquiry-html table th, .contents-page > .contents .inquiry-html table td,
.contents-page > .contents section.map-page table th,
.contents-page > .contents section.map-page table td,
.contents-page > .contents section.related-pages table th,
.contents-page > .contents section.related-pages table td,
.contents-page > .contents section.wysiwyg table th,
.contents-page > .contents section.wysiwyg table td,
.contents-page > .contents article.body table th,
.contents-page > .contents article.body table td {
  border: 1px solid #b5b5b5;
  padding: 4px 4px;
  vertical-align: middle;
}
.contents-page > .contents .inquiry-html table th p, .contents-page > .contents .inquiry-html table th ul, .contents-page > .contents .inquiry-html table th ol, .contents-page > .contents .inquiry-html table td p, .contents-page > .contents .inquiry-html table td ul, .contents-page > .contents .inquiry-html table td ol,
.contents-page > .contents section.map-page table th p,
.contents-page > .contents section.map-page table th ul,
.contents-page > .contents section.map-page table th ol,
.contents-page > .contents section.map-page table td p,
.contents-page > .contents section.map-page table td ul,
.contents-page > .contents section.map-page table td ol,
.contents-page > .contents section.related-pages table th p,
.contents-page > .contents section.related-pages table th ul,
.contents-page > .contents section.related-pages table th ol,
.contents-page > .contents section.related-pages table td p,
.contents-page > .contents section.related-pages table td ul,
.contents-page > .contents section.related-pages table td ol,
.contents-page > .contents section.wysiwyg table th p,
.contents-page > .contents section.wysiwyg table th ul,
.contents-page > .contents section.wysiwyg table th ol,
.contents-page > .contents section.wysiwyg table td p,
.contents-page > .contents section.wysiwyg table td ul,
.contents-page > .contents section.wysiwyg table td ol,
.contents-page > .contents article.body table th p,
.contents-page > .contents article.body table th ul,
.contents-page > .contents article.body table th ol,
.contents-page > .contents article.body table td p,
.contents-page > .contents article.body table td ul,
.contents-page > .contents article.body table td ol {
  margin-bottom: 0px;
  line-height: inherit;
}
.contents-page > .contents .inquiry-html table th,
.contents-page > .contents section.map-page table th,
.contents-page > .contents section.related-pages table th,
.contents-page > .contents section.wysiwyg table th,
.contents-page > .contents article.body table th {
  background-color: #ffeef1;
}
@media screen and (max-width: 770px) {
  .contents-page > .contents .inquiry-html .table-scroll-block,
  .contents-page > .contents section.map-page .table-scroll-block,
  .contents-page > .contents section.related-pages .table-scroll-block,
  .contents-page > .contents section.wysiwyg .table-scroll-block,
  .contents-page > .contents article.body .table-scroll-block {
    overflow-x: scroll;
    padding-top: 20px;
  }
  .contents-page > .contents .inquiry-html .table-scroll-block:before,
  .contents-page > .contents section.map-page .table-scroll-block:before,
  .contents-page > .contents section.related-pages .table-scroll-block:before,
  .contents-page > .contents section.wysiwyg .table-scroll-block:before,
  .contents-page > .contents article.body .table-scroll-block:before {
    content: 'この表は横にスクロールできます >>';
    margin-bottom: 6px;
    display: inline-block;
    text-align: center;
    background-color: #f9f9f9;
    border: 1px solid #bbbbbb;
    color: #8a8a8a;
    font-size: 75%;
    border-radius: 18px;
    position: absolute;
    margin-top: -30px;
    width: calc(100% - 90px);
  }
  .contents-page > .contents .inquiry-html .table-scroll-block .table-scroll,
  .contents-page > .contents section.map-page .table-scroll-block .table-scroll,
  .contents-page > .contents section.related-pages .table-scroll-block .table-scroll,
  .contents-page > .contents section.wysiwyg .table-scroll-block .table-scroll,
  .contents-page > .contents article.body .table-scroll-block .table-scroll {
    min-width: 770px;
  }
  .contents-page > .contents .inquiry-html .table-scroll-block .table-scroll table,
  .contents-page > .contents section.map-page .table-scroll-block .table-scroll table,
  .contents-page > .contents section.related-pages .table-scroll-block .table-scroll table,
  .contents-page > .contents section.wysiwyg .table-scroll-block .table-scroll table,
  .contents-page > .contents article.body .table-scroll-block .table-scroll table {
    margin-top: 0px;
  }
  .contents-page > .contents .inquiry-html .table-scroll-block .table-scroll td,
  .contents-page > .contents section.map-page .table-scroll-block .table-scroll td,
  .contents-page > .contents section.related-pages .table-scroll-block .table-scroll td,
  .contents-page > .contents section.wysiwyg .table-scroll-block .table-scroll td,
  .contents-page > .contents article.body .table-scroll-block .table-scroll td {
    display: table-cell !important;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
  }
}
.contents-page > .contents section.wysiwyg {
  margin-top: 50px;
}
.contents-page > .contents section.map-page {
  margin-bottom: 40px;
}
.contents-page > .contents section.related-pages {
  margin-bottom: 40px;
}
.contents-page > .contents section.categories {
  display: none;
}
.contents-page > .contents nav.ss-adobe-reader {
  border: 1px solid gray;
  padding: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.contents-page > .contents nav.ss-adobe-reader div {
  margin-bottom: 12px;
}
.contents-page > .contents footer.contact {
  background: inherit;
  margin: 0;
  padding: 0;
  padding: 24px 65px;
  background-color: #fff2f2;
  background-image: url(../img/bg-contact.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 250px;
}
@media screen and (max-width: 769px) {
  .contents-page > .contents footer.contact {
    padding: 22px;
  }
}
.contents-page > .contents footer.contact h2 {
  font-size: 125%;
  border-left: 10px solid #da5f61;
  padding-left: 10px;
  padding-bottom: 5px;
  line-height: 1;
  margin-bottom: 20px;
}
.contents-page > .contents footer.contact p {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 100%;
}
.contents-page > .contents footer.contact dl {
  margin-bottom: 4px;
}
.contents-page > .contents footer.contact dl:after {
  content: "";
  clear: both;
}
.contents-page > .contents footer.contact dl dt {
  float: left;
  font-weight: bold;
  padding-right: 10px;
  font-size: 88%;
}
.contents-page > .contents footer.contact dl dd {
  padding-left: 20px;
  word-break: break-all;
}
.contents-page .submenu-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 auto;
  width: 100%;
  max-width: 1080px;
  margin-bottom: 60px;
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .contents-page .submenu-box {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  .contents-page .submenu-box {
    max-width: 90%;
  }
}
@media screen and (max-width: 769px) {
  .contents-page .submenu-box {
    max-width: 97%;
  }
}
.contents-page .submenu-box .left, .contents-page .submenu-box .right {
  flex-basis: 49%;
  max-width: 49%;
  background-color: white;
}
@media screen and (max-width: 769px) {
  .contents-page .submenu-box .left, .contents-page .submenu-box .right {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .contents-page .submenu-box .left, .contents-page .submenu-box .right {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.contents-page .submenu-box .left .title, .contents-page .submenu-box .right .title {
  color: white;
  background-image: url(../img/menu-bg.jpg);
  font-size: 106%;
  padding: 10px 20px;
  margin-bottom: 20px;
}
.contents-page .submenu-box .left a.item, .contents-page .submenu-box .right a.item {
  display: block;
  border-top: 1px dotted #c7b4a5;
  padding: 10px 0px;
  padding-left: 34px;
  position: relative;
  transition: 0.3s;
  color: inherit;
}
.contents-page .submenu-box .left a.item:last-child, .contents-page .submenu-box .right a.item:last-child {
  border-bottom: 1px dotted #c7b4a5;
}
.contents-page .submenu-box .left a.item::before, .contents-page .submenu-box .right a.item::before {
  position: absolute;
  content: "";
  background-image: url(../img/icon-page.png);
  width: 13px;
  height: 17px;
  background-size: contain;
  background-repeat: no-repeat;
  top: calc(50% - 9px);
  left: 0;
}
.contents-page .submenu-box .left a.item:hover, .contents-page .submenu-box .right a.item:hover {
  background-color: #FFEACB;
}
.contents-page .margin-option {
  padding: 30px 32px;
}
@media screen and (max-width: 769px) {
  .contents-page .margin-option {
    padding: 30px 10px;
    padding-bottom: 20px;
  }
}
.contents-page .kanko-banner {
  margin-top: 25px;
  text-align: center;
  margin-bottom: -70px;
}
@media screen and (max-width: 769px) {
  .contents-page .kanko-banner {
    margin-bottom: -20px;
  }
}
.contents-page .kanko-banner h3 {
  margin-bottom: 25px !important;
  padding: 15px 20px;
  background-color: #fffbe9 !important;
  font-size: 106% !important;
  display: block;
  width: 100%;
  border-bottom: none !important;
}
.contents-page .kanko-banner h3 span {
  color: #ed7f7a;
}
.contents-page .kanko-banner a {
  border-radius: 3px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  max-width: 728px;
  text-align: center;
  margin: auto;
  display: block;
  transition: transform 0.3s;
}
.contents-page .kanko-banner a img {
  width: 100%;
}
.contents-page .kanko-banner a:hover {
  transform: scale(1.02);
  opacity: 0.8;
}

#ss-small, #ss-medium, #ss-large {
  padding: 3px 9px;
  border: 1px solid white;
}

#ss-small {
  margin-left: 10px;
}

#ss-theme {
  padding-left: 10px;
}
#ss-theme a {
  padding: 3px 9px;
  border: 1px solid white;
}
#ss-theme a.yellow {
  background-color: #ffff00;
  color: black;
}
#ss-theme a.black {
  background-color: black;
  color: white;
}
#ss-theme a.blue {
  background-color: #0066cc;
  color: white;
}
#ss-theme a.white {
  background-color: white;
  color: black;
}

#ss-voice-controller {
  position: absolute;
  top: 180px;
}

footer.page-footer {
  background-image: url(../img/footer-bg.png);
  padding: 30px 0px;
}
footer.page-footer .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 auto;
  width: 100%;
  max-width: 1080px;
  border-bottom: 1px solid white;
  margin-bottom: 40px;
  padding-bottom: 20px;
  padding-top: 20px;
}
@media screen and (max-width: 1024px) {
  footer.page-footer .flex {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  footer.page-footer .flex {
    max-width: 90%;
  }
}
footer.page-footer .flex .footer-menu-box {
  flex-basis: calc(100% - 178px);
  max-width: calc(100% - 178px);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 auto;
  width: 100%;
  max-width: 1080px;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 560px) {
  footer.page-footer .flex .footer-menu-box {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  footer.page-footer .flex .footer-menu-box {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  footer.page-footer .flex .footer-menu-box {
    max-width: 90%;
  }
}
footer.page-footer .flex .footer-menu-box .item {
  display: inline-block;
  text-align: left;
  color: white;
  position: relative;
  padding-left: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 769px) {
  footer.page-footer .flex .footer-menu-box .item {
    flex-basis: 48%;
    max-width: 48%;
    padding-left: 14px;
    margin-right: 0;
    display: inline-block;
    width: 47%;
    font-size: 90%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 400px) {
  footer.page-footer .flex .footer-menu-box .item {
    flex-basis: 100%;
    max-width: 100%;
    text-align: center;
  }
  footer.page-footer .flex .footer-menu-box .item::before {
    content: none !important;
  }
}
footer.page-footer .flex .footer-menu-box .item:before {
  content: "";
  background-image: url(../img/icon-arrow-white-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  top: calc(50% - 5px);
  left: 0px;
  position: absolute;
}
footer.page-footer .flex .sns-box {
  flex-basis: 178px;
  max-width: 178px;
}
@media screen and (max-width: 560px) {
  footer.page-footer .flex .sns-box {
    flex-basis: 100%;
    max-width: 100%;
    margin: 15px 10px 30px 10px;
    padding: 20px;
    border: 1px solid #4a7a9e;
    text-align: center;
  }
}
footer.page-footer .flex .sns-box .icon {
  width: 30px;
  margin-left: 10px;
  display: inline-block;
}
@media screen and (max-width: 560px) {
  footer.page-footer .flex .sns-box .icon {
    width: 30px;
    margin: 10px 10px;
    display: inline-block;
  }
}
footer.page-footer .item-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 auto;
  width: 100%;
  max-width: 1080px;
}
@media screen and (max-width: 1024px) {
  footer.page-footer .item-box {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  footer.page-footer .item-box {
    max-width: 90%;
  }
}
footer.page-footer .item-box .left {
  flex-basis: 280px;
  max-width: 280px;
}
@media screen and (max-width: 769px) {
  footer.page-footer .item-box .left {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  footer.page-footer .item-box .left {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  footer.page-footer .item-box .left {
    text-align: center;
  }
}
footer.page-footer .item-box .left .logo {
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  footer.page-footer .item-box .left .logo {
    max-width: 240px;
    margin-bottom: 30px;
  }
}
footer.page-footer .item-box .right {
  flex-basis: calc(100% - 280px);
  max-width: calc(100% - 280px);
  color: white;
  text-align: right;
  font-size: 90;
}
@media screen and (max-width: 769px) {
  footer.page-footer .item-box .right {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  footer.page-footer .item-box .right {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  footer.page-footer .item-box .right {
    text-align: center;
  }
}
footer.page-footer .item-box .right .name {
  margin-bottom: 10px;
}
footer.page-footer .item-box .right .name .number {
  font-size: 88%;
  margin-left: 10px;
}
footer.page-footer .item-box .right .address {
  font-size: 88%;
  margin-bottom: 10px;
  line-height: 1.8;
}
footer.page-footer .item-box .right .btn {
  background-color: white;
  padding: 10px 40px;
  text-decoration: none;
  color: #0A4682;
  border-radius: 10px;
  margin: 10px 0px;
  display: inline-block;
}
footer.page-footer .item-box .right .copyright {
  font-size: 81%;
}

.alert-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 auto;
  width: 100%;
  max-width: 1080px;
  align-items: inherit;
  left: 0;
  right: 0;
  margin-top: 16px;
  border: 1px solid #C1000E;
}
@media screen and (max-width: 1024px) {
  .alert-box {
    max-width: 80%;
  }
}
@media screen and (max-width: 769px) {
  .alert-box {
    max-width: 90%;
  }
}
@media screen and (max-width: 1024px) {
  .alert-box {
    position: relative;
    top: 0;
    margin-top: 20px;
  }
}
.alert-box .left {
  flex-basis: 240px;
  max-width: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #C1000E;
  color: white;
}
@media screen and (max-width: 769px) {
  .alert-box .left {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .alert-box .left {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.alert-box .left .title {
  padding-left: 30px;
  position: relative;
  font-size: 123%;
}
.alert-box .left .title::before {
  position: absolute;
  content: "";
  width: 21px;
  height: 19px;
  background-image: url(../img/alert.png);
  top: 4px;
  left: 0px;
}
.alert-box .right {
  flex-basis: calc(100% - 240px);
  max-width: calc(100% - 240px);
  background-color: white;
  padding: 32px 12px;
}
@media screen and (max-width: 769px) {
  .alert-box .right {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .alert-box .right {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.alert-box .right .item {
  padding: 4px 8px 4px 8px;
}
.alert-box .right .item .date {
  font-size: 81%;
  margin-bottom: 0;
}
