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

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

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

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

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

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

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

/* #Base */
/**
 * Baseレイヤーにはプロジェクトにおける、基本的なベーススタイルを定義します。
 * 要素セレクタや属性セレクタなど、詳細度はできるかぎり低く保っておきます。
 * 基本的にclass属性は使用しません。
 */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  line-height: 1.7;
  font-family: "Mplus 1p", sans-serif;
  font-size: 14px;
}

body {
  /* アンチエイリアスを指定する */
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  /* メトリクスカーニングを指定する */
  -webkit-font-kerning: normal;
  font-kerning: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  line-height: 1.4;
  color: inherit;
}

ul, ol {
  padding-left: 1em;
}

/**
 * ネストされたリストのマージンをリセットします。
 */
li > ul, li > ol {
  margin-bottom: 0;
}

/**
 * `dt`と`dd`の左端を揃えます。
 */
dd {
  margin-left: 0;
}

table {
  width: 100%;
}

th {
  text-align: left;
}

a {
  text-decoration: none;
  color: #367BBF;
}

a:hover {
  color: #18539B;
}

@media screen and (min-width: 1050px) {
  a:hover {
    text-decoration: underline;
  }
}

/**
 * フルードイメージにします。
 */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/**
 * IEでSVGがフルードイメージにならない不具合があります。
 * 属性値が`.svg`で終わる要素に適応します。
 */
/**
 * 日本語では斜体を使用しないためリセットします。
 */
i,
cite,
em,
address,
dfn {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6,
ul, ol, dl,
blockquote, p, address,
hr,
table,
fieldset, figure,
pre {
  margin-top: 0;
  margin-bottom: 0;
}

ul {
  padding: 0;
}

li {
  list-style: none;
}

/* Main */
@media screen and (min-width: 320px) {
  body {
    background: url(../images/pat_01.png);
  }
  .container {
    padding-bottom: 60px;
  }
  .container .main-visual--pc {
    display: block;
    width: 100%;
  }
  .container .inner {
    max-width: 1050px;
    padding: 0 10px;
    margin: 0 auto;
  }
  .container .inner .content:first-child {
    padding-top: 50px;
    /* margin-top: 50px; */
  }
  .container .inner .content:not(:last-child) {
    margin-bottom: 50px;
  }
  .content__ttl {
    position: relative;
    z-index: 10;
    margin-bottom: 50px;
    font-size: 24px;
    text-align: center;
    font-weight: 500;
  }
  .content__ttl span {
    position: relative;
    padding: 0 0 14px;
  }
  .content__ttl span::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 4px solid #367BBF;
    width: 40px;
    margin: 0 auto;
  }
  .content .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .content .column__item {
    width: 100%;
    padding-top: 40px;
  }
  .content .column__item:not(:first-child) {
    /* padding-top: 40px; */
  }
  .content .column__item:nth-child(1) .column-heading__image {
    background-image: url(../images/img_umi.svg);
  }
  .content .column__item:nth-child(2) .column-heading__image {
    background-image: url(../images/img_riku.svg);
  }
  .content .column__item:nth-child(3) .column-heading__image {
    background-image: url(../images/img_inshoku-sweets.svg);
  }
  .content .column__item:nth-child(4) .column-heading__image {
    background-image: url(../images/img_tech.svg);
  }
  .content .column__item:nth-child(5) .column-heading__image {
    background-image: url(../images/img_joho-brand.svg);
  }
  .content .column__item .column-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    margin-bottom: 15px;
    padding: 4px 12px;
    border-radius: 5px;
    color: #333;
  }
  .content .column__item .column-heading__title {
    font-size: 20px;
    font-weight: 400;
  }
  .content .column__item .column-heading__image {
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    opacity: 0.4;
    background-repeat: no-repeat;
  }
  .content .column__item .column__description {
    margin: 0 5px 15px;
  }
  .content .column__item .column-list__item {
    position: relative;
    margin: 0 5px;
    border-bottom: 1px dashed #DDD;
  }
  .content .column__item .column-list__item:first-child {
    border-top: 1px dashed #DDD;
  }
  .content .column__item .column-list__item:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 10px;
    height: 10px;
    border-top: 1px solid #18539B;
    border-right: 1px solid #18539B;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .content .column__item .column-list__item a {
    display: block;
    padding: 11px 0;
  }
  .content .column__item:nth-child(1) > .column-heading {
    border: 2px solid #E0FFFF;
    background: #EFFFFF;
  }
  .content .column__item:nth-child(2) > .column-heading {
    border: 2px solid #E0FFE0;
    background: #F0FFEF;
  }
  .content .column__item:nth-child(3) > .column-heading {
    border: 2px solid #FEE5FF;
    background: #FFF0FF;
  }
  .content .column__item:nth-child(4) > .column-heading {
    border: 2px solid #E4F3FF;
    background: #EEF8FF;
  }
  .content .column__item:nth-child(5) > .column-heading {
    border: 2px solid #E5E5FF;
    background: #EFEFFF;
  }
  .content .map-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .content .map-image a {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 140px;
    background-image: url(../images/map_cont2.png);
    background-position: center;
    background-size: 135%;
    background-repeat: no-repeat;
    border: 1px solid #DDD;
  }
  .content .map-image a .map-image__mask {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #4C4C4C;
    opacity: 0.3;
  }
  .content .map-image a .map-image__text {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 20px;
    text-shadow: 2px 2px 5px #403b3b;
  }
  #maps {
    width: 100%;
    height: 400px;
  }
  .content__cate {
    margin: 0 5px;
  }
  .content__pin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .content__pin__button {
    margin: 8px 4px;
  }
  .content__pin__button label {
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
  }
  .content__pin__button label:hover, .content__pin__button label:active {
    cursor: pointer;
  }
  .content__pin__button label::before {
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
  }
  .content__pin__button input {
    display: none;
  }
  .content__pin__button input:checked + label {
    border-style: solid;
  }
  .content__pin__button input#umi:checked + label {
    border-color: #B3F4F1;
  }
  .content__pin__button input#umi:checked + label:before {
    background-image: url(../images/map_icons_01.png);
  }
  .content__pin__button input#riku:checked + label {
    border-color: #B6EFB1;
  }
  .content__pin__button input#riku:checked + label:before {
    background-image: url(../images/map_icons_02.png);
  }
  .content__pin__button input#inshoku:checked + label {
    border-color: #FED7FF;
  }
  .content__pin__button input#inshoku:checked + label:before {
    background-image: url(../images/map_icons_03.png);
  }
  .content__pin__button input#technology:checked + label {
    border-color: #92CDEA;
  }
  .content__pin__button input#technology:checked + label:before {
    background-image: url(../images/map_icons_04.png);
  }
  .content__pin__button input#joho:checked + label {
    border-color: #C7C7FF;
  }
  .content__pin__button input#joho:checked + label:before {
    background-image: url(../images/map_icons_05.png);
  }
  .content__pin__button label {
    padding: 10px 9px 10px 4px;
    border: 1px dashed #DDD;
    vertical-align: top;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
  }
  .content__pin__button label::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 25px;
    background-image: url(../images/map_icons_99.png);
    background-size: 15px 25px;
  }
  .content .town__open, .content .town__close {
    text-align: right;
  }
  .content .town__close {
    display: none;
  }
  .content .town__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #DDD;
  }
  .content .town__item:first-of-type {
    border-top: 1px solid #DDD;
  }
  .content .town__item .town-item__name {
    position: relative;
    width: 100%;
    padding: 10px;
  }
  .content .town__item .town-item__name--closed:before {
    content: "▼";
    position: absolute;
    right: 20px;
    color: #4C4C4C;
  }
  .content .town__item .town-item__name--open:before {
    content: "▲";
    position: absolute;
    right: 20px;
    color: #4C4C4C;
  }
  .content .town__item .town-item__list {
    display: none;
    width: 100%;
  }
  .content .town__item .town-item__list__item {
    position: relative;
    border-top: 1px dashed #DDD;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#367BBF+0,f6b352+100&0.05+0,0+50,0.05+100 */
    background: -moz-linear-gradient(top, rgba(246, 179, 82, 0.05) 0%, rgba(246, 179, 82, 0) 50%, rgba(246, 179, 82, 0.05) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(246, 179, 82, 0.05) 0%, rgba(246, 179, 82, 0) 50%, rgba(246, 179, 82, 0.05) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 179, 82, 0.05)), color-stop(50%, rgba(246, 179, 82, 0)), to(rgba(246, 179, 82, 0.05)));
    background: -o-linear-gradient(top, rgba(246, 179, 82, 0.05) 0%, rgba(246, 179, 82, 0) 50%, rgba(246, 179, 82, 0.05) 100%);
    background: linear-gradient(to bottom, rgba(246, 179, 82, 0.05) 0%, rgba(246, 179, 82, 0) 50%, rgba(246, 179, 82, 0.05) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0df6b352', endColorstr='#0df6b352',GradientType=0 );
    /* IE6-9 */
  }
  .content .town__item .town-item__list__item:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 10px;
    height: 10px;
    border-top: 1px solid #18539B;
    border-right: 1px solid #18539B;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .content .town__item .town-item__list__item a {
    display: block;
    padding: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1050px) {
  .content .column {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .content .column .column__item {
    width: 48.5%;
  }
  .content .column .column__item:not(:first-child) {
    margin-top: 0;
  }
  .content .column .column__item:nth-child(even) {
    margin-left: 3%;
  }
  .content .column .column__item:nth-child(n+3) {
    margin-top: 30px;
  }
  .content .map-image a {
    background-size: 100%;
  }
  .content__pin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0 0;
  }
  .content__pin__button {
    width: auto;
    margin: 0 10px 0 0;
  }
  .content__pin__button label {
    padding: 9px 9px 12px 4px;
  }
  .content__pin__button label::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 31px;
    background-image: url(../images/map_icons_99.png);
    background-size: 18px 31px;
  }
}

@media screen and (min-width: 1050px) {
  .container .main-visual--pc {
    display: block;
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
  }
  .content__ttl {
    font-size: 28px;
  }
  .content .column {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .content .column .column__item {
    width: 31%;
    padding-top: 50px;
  }
  .content .column .column__item:not(:first-child) {
    margin-top: 0;
  }
  .content .column .column__item:nth-child(n+4) {
    /* margin-top: 30px; */
    /* padding-top: 40px; */
  }
  .content .column .column__item:not(:nth-child(3n+1)) {
    margin-left: 3%;
  }
  .content .column .column__item .column-list__item:after {
    display: none;
  }
  .content .map-image a {
    width: 70%;
    height: 250px;
    background-size: 100%;
    transition: all 300ms 0ms ease;
  }
  .content .map-image a .map-image__mask {
    opacity: 0;
    -webkit-transition: all 300ms 0ms ease;
    -o-transition: all 300ms 0ms ease;
    transition: all 300ms 0ms ease;
  }
  .content .map-image a .map-image__text {
    font-size: 32px;
    top: 70%;
    left: 62%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    /* opacity: 0.3; */
    -webkit-transition: all 300ms 0ms ease;
    -o-transition: all 300ms 0ms ease;
    transition: all 300ms 0ms ease;
  }
  .content .map-image a:hover {
    opacity: .9;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  }
  /* .content .map-image a:hover .map-image__mask {
    opacity: 0.5;
  }
  .content .map-image a:hover .map-image__text {
    opacity: 1;
  } */
  #maps {
    width: 100%;
    height: 600px;
  }
  .content__pin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 10px 0 0;
  }
  .content__pin__button {
    width: auto;
    margin: 0 10px 0 0;
  }
  .content__pin__button input {
    display: none;
  }
  .content__pin__button label {
    padding: 9px 9px 12px 4px;
  }
  .content__pin__button label::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 31px;
    background-image: url(../images/map_icons_99.png);
    background-size: 18px 31px;
  }
  .content .town {
    width: 100%;
    margin: 0 auto;
  }
  .content .town__open, .content .town__close {
    display: none;
  }
  .content .town__item {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .content .town__item .town-item__name {
    width: 250px;
  }
  .content .town__item .town-item__name:before {
    display: none;
  }
  .content .town__item .town-item__list {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 10px;
  }
  .content .town__item .town-item__list__item {
    width: 245px;
    border-top: none;
    background: none;
  }
  .content .town__item .town-item__list__item:after {
    display: none;
  }
  .content .town__item .town-item__list__item a {
    padding: 0;
  }
}

/* #Header */
@media screen and (min-width: 320px) {
  .header {
    padding-bottom: 50px;
  }
  .header-toggle {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 200;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  .header-toggle__container {
    width: 100%;
    height: 100%;
    background: #fff;
  }
  .header-toggle__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #367BBF;
    height: 50px;
    padding: 0 10px;
    color: #fff;
  }
  .header-toggle__heading .toggle-heading__close {
    width: 25px;
    height: 5px;
    background: white;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header-toggle__heading .toggle-heading__close:before {
    content: "";
    display: block;
    width: 25px;
    height: 5px;
    background: white;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .header-toggle__inner .toggle-list__link {
    display: block;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #CCC;
  }
  .header-toggle__inner .toggle-list__link a {
    display: block;
    padding: 0 15px 0 10px;
  }
  .header-toggle__inner .toggle-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    line-height: 50px;
    padding: 0 15px 0 10px;
    border-bottom: 1px solid #CCC;
    background: #fff;
  }
  .header-toggle__inner .toggle-list__item__icon {
    position: relative;
    display: block;
    border: 1px solid #000;
    width: 22px;
    height: 22px;
    border-radius: 1px;
    color: #000;
  }
  .header-toggle__inner .toggle-list__item__icon:before, .header-toggle__inner .toggle-list__item__icon:after {
    content: '';
    position: absolute;
    display: block;
    background-color: #000;
  }
  .header-toggle__inner .toggle-list__item__icon:before {
    width: 11px;
    height: 1px;
    top: 10px;
    left: 4.5px;
  }
  .header-toggle__inner .toggle-list__item__icon:after {
    width: 1px;
    height: 11px;
    top: 5px;
    left: 9.5px;
  }
  .header-toggle__inner .toggle-list__child {
    display: none;
  }
  .header-toggle__inner .toggle-list__child__item {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #CCC;
    background: #ebf5ff;
  }
  .header-toggle__inner .toggle-list__child__item a {
    display: block;
    padding: 0 10px;
  }
  .is-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .fixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  .is-icon-active {
    background: #403b3b;
  }
  .is-icon-active:before {
    background: #fff !important;
  }
  .is-icon-active:after {
    display: none !important;
  }
  .toggle-open {
    position: fixed;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 50px;
    padding: 0 10px;
    border-bottom: 2px solid #DDD;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+50,f7f7f7+100 */
    background: white;
    /* Old browsers */
    background: -moz-linear-gradient(top, white 50%, #f7f7f7 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, white 50%, #f7f7f7 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#f7f7f7));
    background: -o-linear-gradient(top, white 50%, #f7f7f7 100%);
    background: linear-gradient(to bottom, white 50%, #f7f7f7 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 );
    /* IE6-9 */
    color: #4C4C4C;
  }
  .toggle-open:after {
    padding: 0 0 50px 0;
  }
  .toggle-open__lines {
    position: relative;
    width: 25px;
    height: 5px;
    background: #367BBF;
  }
  .toggle-open__lines:before {
    content: "";
    position: absolute;
    top: -9.5px;
    width: 25px;
    height: 5px;
    background: #367BBF;
  }
  .toggle-open__lines:after {
    content: "";
    position: absolute;
    bottom: -9.5px;
    width: 25px;
    height: 5px;
    background: #367BBF;
  }
  .header-nav {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1050px) {
  .column {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .column .column__item {
    width: 48%;
  }
}

@media screen and (min-width: 1050px) {
  .toggle-open {
    display: none;
  }
  .header-nav {
    display: block;
    position: fixed;
    z-index: 200;
    width: 100%;
    border-bottom: 1px solid #DDD;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+50,f7f7f7+100 */
    background: white;
    /* Old browsers */
    background: -moz-linear-gradient(top, white 50%, #efefef 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, white 50%, #efefef 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#efefef));
    background: -o-linear-gradient(top, white 50%, #efefef 100%);
    background: linear-gradient(to bottom, white 50%, #efefef 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 );
    /* IE6-9 */
  }
  .header-nav__category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1050px;
    margin: 0 auto;
  }
  .header-nav__menu {
    width: 160px;
    height: 50px;
    border-right: 1px solid #DDD;
    text-align: center;
    color: #367BBF;
    cursor: pointer;
  }
  .header-nav__menu .header-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #18539B;
  }
  .header-nav__menu .header-logo__home {
    width: 30px;
    height: 30px;
    margin-right: 7px;
  }
  .header-nav__menu:first-child {
    border-left: 1px solid #DDD;
  }
  .header-nav__menu:nth-last-child(-n+5) {
    position: relative;
    display: inline-block;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header-nav__menu:nth-last-child(-n+5)::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #367BBF;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    bottom: 6px;
  }
  .header-nav__menu:nth-last-child(-n+5):hover::after {
    bottom: 4px;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(0.95, 1);
    -ms-transform: scale(0.95, 1);
    transform: scale(0.95, 1);
  }
  .header-nav__menu:nth-last-child(-n+5):hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f4f4+0,ffffff+80 */
    background: #eeeeee;
    /* Old browsers */
    background: -moz-linear-gradient(top, #eeeeee 0%, white 80%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #eeeeee 0%, white 80%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), color-stop(80%, white));
    background: -o-linear-gradient(top, #eeeeee 0%, white 80%);
    background: linear-gradient(to bottom, #eeeeee 0%, white 80%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff',GradientType=0 );
    /* IE6-9 */
  }
  .header-nav__menu:nth-child(-n+2):active {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f4f4+0,ffffff+80 */
    background: #eeeeee;
    /* Old browsers */
    background: -moz-linear-gradient(top, #eeeeee 0%, white 80%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #eeeeee 0%, white 80%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), color-stop(80%, white));
    background: -o-linear-gradient(top, #eeeeee 0%, white 80%);
    background: linear-gradient(to bottom, #eeeeee 0%, white 80%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff',GradientType=0 );
    /* IE6-9 */
  }
  .header-nav__menu:nth-child(-n+2) a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #18539B;
  }
  .header-nav__menu:nth-child(-n+2) a::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #18539B;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    bottom: 6px;
  }
  .header-nav__menu:nth-child(-n+2) a:hover::after {
    bottom: 4px;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(0.95, 1);
    -ms-transform: scale(0.95, 1);
    transform: scale(0.95, 1);
  }
  .header-nav__menu:nth-child(-n+2) a:hover {
    color: #18539B;
  }
  .header-nav__menu .header-nav-img {
    width: 30px;
    margin-right: 7px;
  }
  .header-nav__menu:nth-child(2) .header-nav-img {
    height: 30px;
  }
  .header-nav__menu:nth-child(n+3) .header-nav-img {
    height: 50px;
  }
  .header-nav__menu span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.3;
  }
  .header-nav__menu .header-nav-list {
    display: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: fixed;
    top: 50px;
    left: 0;
    padding: 20px calc( (100% - 1100px) / 2) 0;
    width: 100%;
    background: rgba(64, 59, 59, 0.9);
    cursor: default;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .header-nav__menu .header-nav-list__item {
    width: calc(100% / 6);
    margin-bottom: 15px;
  }
  .header-nav__menu .header-nav-list__item a {
    display: block;
    width: 99%;
    border-radius: 15px;
    padding: 5px 0;
    color: #fff;
  }
  .header-nav__menu .header-nav-list__item a:hover {
    background: url(../images/pat_01.png);
    color: #18539B;
  }
  .header-nav__menu .header-nav-list__item a:hover img {
    -webkit-box-shadow: 5px 5px 15px -5px #4C4C4C;
    box-shadow: 5px 5px 15px -5px #4C4C4C;
  }
  .header-nav__menu .header-nav-list__item a img {
    width: 100px;
    height: 100px;
    margin-bottom: 5px;
    border: 1px solid #fff;
  }
  .header-nav__menu .on_hover {
    opacity: 1;
  }
  .header-nav__menu:hover .header-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* #Footer */
@media screen and (min-width: 320px) {
  .footer {
    border-top: 3px solid #DDD;
  }
  .footer__block {
    padding: 2rem 0;
    border-bottom: 1px solid #CCC;
    background: url(../images/pat_04.png);
  }
  .footer__block .footer__company-block {
    margin-bottom: 1rem;
    text-align: center;
  }
  .footer__block .footer__company-block .footer__name {
    margin-bottom: 1rem;
    font-weight: 500;
  }
  .footer__block .footer__menu-block {
    text-align: center;
  }
  .footer__copyright {
    background: #4C4C4C;
    text-align: center;
    color: #FFF;
    font-size: 10px;
    font-weight: 300;
  }
}

@media screen and (min-width: 1050px) {
  .footer__block .footer__menu-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 220px;
    margin: 0 auto;
  }
}