@charset "UTF-8";
/* CSS Document */

/*共通部部分
----------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
body {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif", "Noto Sans JP", sans-serif;
  line-height: 1.7;
}
body {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  background-position: center;
}
a,
a:visited,
a:hover,
a:active {
  color: inherit;
}

/*------今までのセットcss-----*/
html {
  font-size: 100%;
}
body {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif", "Noto Sans JP", sans-serif;
  line-height: 1.7;
}
* {
  margin: 0;
  padding: 0;
}
body {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

/*----------ヘッダー----------*/
.header {
  height: 170px;
  width: 100%;
  box-shadow: 0 0 10px #dddddd;
  background-color: white;
  position: fixed;
  top: 0;
  z-index: 99;
  margin-bottom: -50px;
}
.header-left {
  float: left;
  margin-top: 5px;
}
.header-right {
  float: right;
  margin-top: 0px;
}
.clear {
  clear: both;
}
.header-logo {
  height: 60px;
  margin-top: 10px;
}
.header-right a {
  line-height: 80px;
  color: snow;
  margin-left: 0px;
  font-size: 16px;
  padding: 11px 5px;
}
.container {
  width: 100%;
  padding: 0 30px;
  margin-left: auto;
  margin-right: auto;
  background-color: #172a88;
}
.container_navi {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.container_navi_under {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.container_under {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
/*----------ヘッダーアンダー----------*/
.header_under {
  width: 100%;
  box-shadow: 0 0 10px #dddddd;
  background-color: white;
  position: fixed;
  top: 0;
  z-index: 99;
}
.header-left_under {
  float: left;
}
.header-right_under {
  float: right;
  margin-top: 10px;
}
.clear_under {
  clear: both;
}
.header-logo_under {
  height: 60px;
  margin-top: 20px;
}
.header-right_under a {
  line-height: 56px;
  color: snow;
  margin-left: 0px;
  font-size: 16px;
  padding: 16px 5px;
}
.container_under {
  max-width: 980px;
  padding: 0 30px;
  margin-left: auto;
  margin-right: auto;
}
/*-----スマホメニューバー-----*/

.menu-btn {
  position: fixed;
  top: 10px;
  right: 10px;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 90;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: white;
  position: absolute;
}
.menu-btn span:before {
  bottom: 8px;
}
.menu-btn span:after {
  top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0); /*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}
#menu-btn-check {
  display: none;
}
.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  background-color: #172a88;
}
.menu-content ul {
  padding: 70px 10px 0;
}
.menu-content ul li {
  border-bottom: solid 1px #ffffff;
  list-style: none;
  text-align: center;
}
.menu-content ul li {
  display: block;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  color: #ffffff;
  text-decoration: none;
  padding: 5px 15px 5px 0;
  position: relative;
}
.menu-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 16px;
}
.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%; /*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color: #172a88;
  transition: all 0.3s; /*アニメーション設定*/
}
#menu-btn-check:checked ~ .menu-content {
  left: 0; /*メニューを画面内へ*/
}
@media (min-width: 760px) {
  .hamburger-menu {
    display: none;
  }
}
@media (max-width: 760px) {
  .header-right {
    display: none;
  }
}

/*----------トップデザイン----------*/
.container-atoz {
  max-width: 980px;
  padding: 2px 0px 2px 0px;
  margin-left: auto;
  margin-right: auto;
}
.container-atoz {
  opacity: 0;
  animation-name: sample01;
  animation-duration: 3s;
  animation-fill-mode: forwards;
}
@keyframes sample01 {
  0% {
    opacity: 0;
    color: #000000;
  }
  90% {
    opacity: 1;
    color: #000000;
  }
  100% {
    opacity: 1;
    color: #000000;
  }
}
.main-visual {
  max-width: 1920px;
  width: 100%;
  margin-top: 160px;
  padding-top: 60px;
  padding-bottom: 70px;
  background-size: auto;
  color: #f5f5f5;
  text-align: center;
  background-image: url("image/top_city3.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  max-height: 280px;
}
.top-title {
  font-size: 45px;
  padding-top: 0px;
  padding-bottom: 70px;
  letter-spacing: 15px;
}
.top-title-sub {
  font-size: 30px;
  margin-top: -50px;
  letter-spacing: 2px;
}
.mgr {
  margin-right: 10px;
}
.atoz {
  font-size: 30px;
}
.top-title {
  opacity: 0;
  animation-name: sample02;
  animation-duration: 3s;
  animation-fill-mode: forwards;
}
@keyframes sample02 {
  0% {
    opacity: 0;
    color: #535353;
    transform: translateY(-30px);
  }
  90% {
    opacity: 1;
    color: #535353;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    color: #535353;
  }
}
.top-text {
  font-size: 50px;
  margin-bottom: 60px;
  opacity: 0.9;
}
.top-text {
  opacity: 0;
  animation-name: sample02;
  animation-duration: 3s;
  animation-fill-mode: forwards;
}
@keyframes sample02 {
  0% {
    opacity: 0;
    color: #535353;
    transform: translateY(-30px);
  }
  90% {
    opacity: 1;
    color: #535353;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    color: #535353;
  }
}

.torihiki {
  text-align: center;
  margin-bottom: 50px;
}
.iten-wrap {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.iten-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.miseinfo-miyazaki-f-new {
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.news-box-iten img {
  /* width: 350px; */
  height: 230px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
.news-box-img {
  max-width: 960px;
  margin: 0 auto;
}
.news-box-img {
  display: flex;
  justify-content: space-between;
}
.news-box-img a {
  /* margin-top: 20px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 20px;
  padding: 0.5em;
  color: black;
  background: aliceblue;
  border-left: solid 2px #FF0000;
  border-top: solid 2px #FF0000;
  border-bottom: solid 2px #FF0000;
  border-right: solid 2px #FF0000; */
  margin: 0 auto;
  padding-bottom: 1em;
}
.news-box {
  margin-top: 20px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 20px;
  padding: 0.5em;
  color: #494949;
  background: aliceblue;
  border-left: solid 5px #ffaf58;
}
.news-box-iten {
  margin-top: 20px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 20px;
  padding: 0.5em;
  padding-bottom: 2em;
  color: black;
  background: #d8eefb;
}
.news-box-iten2 {
  padding-top: 2em;
  letter-spacing: 0.12em;
}
.news-box-iten p {
  line-height: 1.2em;
  margin: 0.5em;
}
.news-box-iten p {
  line-height: 1.5em;
}
.news-box-iten hr {
  border-color: #3f51b5;
  width: 75%;
  /* margin-top: 1em;
    margin-bottom: 1em; */
  margin: 0 auto;
}
.negotiation {
  margin-top: 100px;
  max-width: 960px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 20px;
  padding-top: 2em;
  color: black;
  background: #d8eefb;
}
.negotiation .iten-wrap {
  padding-bottom: 2em;
}
.new-map-link {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.new-map {
  max-width: 250px;
}
.pass-link {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.pass-top-img {
  margin-top: 40px;
  display: block;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  height: 150px;
  box-shadow: 0 0 20px #dddddd;
}
.pass-words {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

/*----------緊急連絡先-----------*/

.call-1 {
  max-width: 960px;
  border-width: 1px;
  border-top: 2px solid #0bd;
  border-bottom: 2px solid #0bd;
  color: #333333;
  margin: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.call-1 {
  text-align: center;
  margin-top: 40px;
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: 0px;
}
.callcenter {
  display: flex;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.travle {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.ziko-boxA {
  width: 50%;
  background-color: aliceblue;
  text-align: center;
  border-radius: 5%;
  margin-right: 5px;
}
.ziko-boxB {
  width: 50%;
  background-color: aliceblue;
  text-align: center;
  border-radius: 5%;
  margin-left: 5px;
}
.ziko-title {
  font-size: 50px;
  color: #333333;
}
.ziko-taiou {
  font-size: 18px;
  list-style: none;
  color: #333333;
}
.ziko-setumei {
  font-size: 25px;
  padding-top: 20px;
  color: #333333;
}
.ziko-call {
  font-size: 40px;
  color: #333333;
}
.ziko-call-access {
  font-size: 30px;
  background-color: aquamarine;
  border-radius: 5%;
  padding-bottom: 50px;
  color: #333333;
  box-shadow: 0 0 20px #dddddd;
}
.road-setumei {
  font-size: 25px;
  padding-top: 20px;
  color: #333333;
}

/*----------問合せアトス情報----------*/

.toiawase {
  height: 100px;
  text-align: center;
  padding-top: 20px;
  color: #333333;
}
.call-atoz {
  max-width: 960px;
  border-width: 1px;
  border-top: 2px solid #0bd;
  border-bottom: 2px solid #0bd;
  color: #535353;
  margin: 50px;
  margin-left: auto;
  margin-right: auto;
  font-size: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.call-atoz {
  text-align: center;
  margin-top: 100px;
  color: #333333;
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: 0px;
}
.toiawase-naiyou {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: -30px;
  font-size: 20px;
}
.callcenter-tenpo {
  display: flex;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.honten {
  height: 600px;
  width: 460px;
  margin-left: auto;
  margin-right: auto;
}
.saitoten {
  height: 600px;
  width: 460px;
  margin-left: auto;
  margin-right: auto;
}
.container-tell {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.item3 {
  font-size: 30px;
  width: 55%;
  text-align: center;
  width: 460px;
  margin-left: auto;
  margin-right: auto;
  background-color: aquamarine;
  border-radius: 5%;
  padding-bottom: 50px;
  box-shadow: 0 0 20px #dddddd;
}

.item4 {
  font-size: 30px;
  width: 50%;
  text-align: center;
  width: 460px;
  margin-left: auto;
  margin-right: auto;
  background-color: aquamarine;
  border-radius: 5%;
  box-shadow: 0 0 20px #dddddd;
}

/*----------未来の安心のために----------*/
.call-3 {
  max-width: 960px;
  border-width: 1px;
  border-top: 2px solid #0bd;
  border-bottom: 2px solid #0bd;
  color: #535353;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.call-3 {
  text-align: center;
  margin-top: 120px;
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: 0px;
}
.call-3 {
  background-size: cover;
  color: #333333;
  text-align: center;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
}
.mitukeru {
  max-width: 960px;
  font-size: 40px;
  padding-top: 30px;
}
.mitukeru {
  background: orange;
  border-radius: 50%;
  color: #fff;
  width: 200px;
  height: 80px;
  font-size: 30px;
  position: absolute;
  text-align: center;
  border-top: 1px rgba(255, 255, 255, 0.5) solid;
}
.find-container {
  max-width: 960px;
  border-width: 1px;
  border-top: 0px solid #0bd;
  border-bottom: 0px solid #0bd;
  color: black;
  margin: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: aliceblue;
}
.find-container {
  text-align: center;
}
.find-setumei {
  text-align: center;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
}

.future-container {
  max-width: 960px;
  border-width: 1px;
  border-top: 0px solid #0bd;
  border-bottom: 0px solid #0bd;
  color: black;
  margin: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: aliceblue;
}
.future-container {
  text-align: center;
}
.future-setumei {
  text-align: center;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
}
.security-container {
  max-width: 960px;
  border-width: 1px;
  border-top: 0px solid #0bd;
  border-bottom: 0px solid #0bd;
  color: black;
  margin: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: aliceblue;
}
.security-container {
  text-align: center;
  margin-top: px;
}
.security-setumei {
  text-align: center;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
}

/*----------商品案内----------*/

.call-4 {
  max-width: 960px;
  border-width: 1px;
  border-top: 2px solid #0bd;
  border-bottom: 2px solid #0bd;
  color: black;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 40px;
  padding-top: 30px;
}
.call-4 {
  text-align: center;
  margin-top: 120px;
  color: #333333;
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: 0px;
}
.toriatukai-setunei {
  text-align: center;
  font-size: 20px;
  color: #333333;
}
.ugoku_top_img03 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 20px;
}
.sj {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  background-color: aliceblue;
  padding-top: 20px;
  padding-bottom: 50px;
}
.songai {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 40px;
}
.songai-setumei {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 20px;
}
.sj-img {
  margin-top: 50px;
  display: block;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  height: 100px;
  box-shadow: 0 0 20px #dddddd;
}
.pass-img {
  margin-top: 50px;
  display: block;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 20px #dddddd;
}
.off {
  margin-top: 50px;
  display: block;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  height: 120px;
  box-shadow: 0 0 20px #dddddd;
}
.norupita {
  margin-top: 50px;
  display: block;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  height: 120px;
  padding-bottom: 0px;
  box-shadow: 0 0 20px #dddddd;
}
.seimei-setumei {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 20px;
}
.seimei {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  background-color: aliceblue;
  padding-top: 20px;
  padding-bottom: 1em;
  margin-top: 50px;
  text-align: center;
  font-size: 40px;
}
.hl-img {
  margin-top: 30px;
  box-shadow: 0 0 20px #dddddd;
  height: 100px;
}
.dl-img {
  margin-top: 30px;
  display: block;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  height: 120px;
  box-shadow: 0 0 20px #dddddd;
}
.af-img {
  margin-top: 50px;
  display: block;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  height: 120px;
  padding-bottom: 0px;
  box-shadow: 0 0 20px #dddddd;
}

/*----------フッター----------*/
.wrapper-fotter {
  background: #ddd;
  padding: 2px 0;
  margin-top: 80px;
}
.fotter-size p {
  color: #fff;
  font-size: 20px;
}
.fotter-size:after {
  content: "";
  display: block;
  clear: both;
}
.fotter-size {
  margin-left: auto;
  margin-right: auto;
}
.fotter-size {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.toiawase-fotter {
  padding-top: 20px;
}
.boxA-honten {
  float: left;
  width: 35%;
}
.miseinfo-miyazaki-f {
  list-style: none;
}
.boxB-saito {
  list-style: none;
  float: left;
  width: 40%;
}
.miseinfo-saito-f {
  list-style: none;
}
.boxC-menu {
  float: left;
  width: 25%;
}
.setumei-fotter {
  font-size: 80%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.namber {
  max-width: 960px;
  text-align: right;
  font-size: 15px;
}
.copy {
  text-align: center;
  font-size: 20px;
}

@media (max-width: 700px) {
  body {
    background: none;
  }

  /*----------ヘッダー----------*/
  .header-right {
    text-align: center;
    background-color: aliceblue;
  }
  .container {
    max-width: 800px;
    padding: 0 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .header {
    height: 165px !important;
    width: 100%;
    box-shadow: 0 0 10px #dddddd;
    background-color: white;
    position: fixed;
    top: 0;
    z-index: 99;
  }
  .header-right a {
    font-size: 10px !important;
  }
  .main-visual {
    margin-top: 50px;
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .top-title {
    padding: 30px 0 50px 0;
    font-size: 30px;
  }
  .top-title-sub {
    font-size: 20px;
  }
  .top-title-img {
    max-width: 480px;
  }
  .atoz {
    font-size: 20px;
  }
  .torihiki {
    font-size: 20px;
  }
  .wrapper-fotter {
    padding-top: 20px;
  }
  .main-visual {
    margin-top: 100px;
  }

  /*----------緊急連絡先----------*/
  callcenter {
    display: flex;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
  .call-1 {
    font-size: 20px;
  }
  .travle {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }
  .ziko-boxA {
    width: 50%;
  }
  .ziko-boxB {
    width: 50%;
  }
  .ziko-title {
    font-size: 30px;
  }
  .ziko-taiou {
    font-size: 15px;
    list-style: none;
  }
  .ziko-setumei {
    font-size: 15px;
    padding-top: 20px;
  }
  .ziko-call {
    font-size: 20px;
  }
  .ziko-call-access {
    font-size: 22px;
  }
  .road-setumei {
    font-size: 15px;
  }
  .call-atoz {
    font-size: 20px;
    margin-top: 20px;
  }
  .honten {
    width: 40%;
    height: 400px;
  }
  .saitoten {
    width: 40%;
    height: 400px;
  }
  .item3 {
    font-size: 22px;
    margin-right: 5px;
    margin-top: 0px;
  }
  .item4 {
    font-size: 22px;
    margin-top: 0px;
  }

  /*----------未来の安心のために----------*/
  .call-3 {
    background-size: contain;
    font-size: 21px;
    margin-top: 20px;
  }
  .find-container {
    font-size: 20px;
  }
  .find-setumei {
    font-size: 15px;
  }
  .future-container {
    font-size: 20px;
  }
  .future-setumei {
    font-size: 15px;
  }
  .security-container {
    font-size: 20px;
  }
  .security-setumei {
    font-size: 15px;
  }
  .mitukeru {
    max-width: 400px;
    padding-top: 12px;
  }
  .mitukeru {
    background: #ff9900;
    border-radius: 50%;
    color: #fff;
    width: 100px;
    height: 50px;
    font-size: 20px;
    position: absolute;
    text-align: center;
    border-top: 1px rgba(255, 255, 255, 0.5) solid;
  }

  /*----------取り扱い商品----------*/

  .call-4 {
    font-size: 20px;
    margin-top: 20px;
  }
  .toriatukai-setunei {
    font-size: 15px;
  }
  .sj {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    background-color: aliceblue;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .songai {
    text-align: center;
    font-size: 20px;
  }
  .songai-setumei {
    text-align: center;
    font-size: 15px;
  }
  .sj-img {
    margin-top: 50px;
    display: block;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    height: 100px;
  }
  .off {
    margin-top: 20px;
    display: block;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    height: 119px;
  }
  .norupita {
    margin-top: 20px;
    display: block;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    height: 119px;
  }

  .seimei-setumei {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 15px;
  }
  .seimei {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    background-color: aliceblue;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 10px;
    text-align: center;
    font-size: 20px;
  }
  .dl-img {
    margin-top: 10px;
    display: block;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    height: 120px;
  }
  .af-img {
    margin-top: 20px;
    display: block;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    height: 100px;
  }
  .boxA-honten {
    float: left;
    width: 50%;
  }
  .miseinfo-miyazaki-f {
    list-style: none;
  }
  .boxB-saito {
    list-style: none;
    float: left;
    width: 50%;
  }
  .miseinfo-saito-f {
    list-style: none;
  }
  .boxC-menu {
    float: right;
    width: 50%;
  }
  .wrapper-fotter {
    padding-top: 20px;
  }
  .wrapper-fotter {
    padding-top: 20px;
  }
  .miseinfo-miyazaki-f {
    font-size: 15px;
  }
  .miseinfo-saito-f {
    font-size: 15px;
  }
  .boxC-menu {
    font-size: 15px;
  }
}

@media (max-width: 414px) {
  body {
    background: none;
  }
  .container {
    max-width: 400px;
  }
  .header {
    height: 150px !important;
  }
  .header-logo {
    width: 60%;
    height: 100%;
  }
  .main-visual {
    max-width: 400px;
    margin-top: 75px;
    padding-top: 160px;
    padding-bottom: 70px;
    margin-left: auto;
    margin-right: auto;
    max-height: 280px;
  }
  .top-title {
    font-size: 17px;
    padding-top: 0px;
    padding-bottom: 0px;
    letter-spacing: 15px;
  }
  .top-title-sub {
    font-size: 17px;
    margin-top: 0px;
    letter-spacing: 2px;
  }
  .top-title-sub {
    padding-top: 0px;
    font-size: 15px;
  }
  .top-title-img {
    max-width: 400px;
  }
  .atoz {
    font-size: 15px;
  }
  .torihiki {
    margin-top: 20px;
    font-size: 16px;
  }
  .wrapper-fotter {
    padding-top: 20px;
  }
  .news-box {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 15px;
  }
  .pass-link {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
  .pass-top-img {
    margin-top: 20px;
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 20px #dddddd;
  }
  .pass-words {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
  }
  .travle {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }
  .ziko-boxA {
    width: 50%;
  }
  .ziko-boxB {
    width: 50%;
  }
  .ziko-title {
    font-size: 20px;
  }
  .ziko-taiou {
    font-size: 10px;
    list-style: none;
  }
  .ziko-setumei {
    font-size: 10px;
    padding-top: 20px;
  }
  .ziko-call {
    font-size: 20px;
  }
  .ziko-call-access {
    font-size: 21px;
  }
  .road-setumei {
    font-size: 10px;
    padding-top: 3px;
  }
  .honten {
    width: 50%;
    max-width: 100%;
    height: 270px;
  }
  .saitoten {
    width: 50%;
    max-width: 100%;
    height: 270px;
  }
  .mitukeru {
    max-width: 400px;
    padding-top: 3px;
  }
  .mitukeru {
    background: #ff9900;
    border-radius: 50%;
    color: #fff;
    width: 90px;
    height: 40px;
    font-size: 18px;
    position: absolute;
    text-align: center;
    border-top: 1px rgba(255, 255, 255, 0.5) solid;
  }
  .location-map iframe {
    max-width: 400px;
    width: 200%;
  }
  .hl-img {
    height: 80%;
  }
  .honten-boxA {
    float: left;
    width: 100%;
  }
  .toiawase-fotter {
    font-size: 12px;
  }
  .miseinfo-miyazaki-f {
    font-size: 12px;
  }
  .miseinfo-saito-f {
    font-size: 12px;
  }
  .boxC-menu {
    font-size: 12px;
  }
}

/* 2023/8/17追記 */
.future-title,
.security-title,
.find-title {
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  .honten {
    width: 49%;
    height: 49%;
    margin: 0;
    margin-right: 2%;
  }
  .saitoten {
    width: 49%;
    height: 49%;
    margin: 0;
  }
  .future-title,
  .security-title,
  .find-title {
    margin-bottom: 2em;
  }
  .news-box-iten2 {
    padding-top: 2em;
    margin-left: 10px;
    margin-right: 10px;
    letter-spacing: 0.12em;
  }
  .news-box-iten p {
    font-size: 0.6em;
    letter-spacing: 0.1em;
  }
  .news-box-iten br.sp {
    display: none;
  }
}

/* 20250219 written by abe */
.local-contribution {
  margin-top: 100px;
}
.local-contribution__inner {
  width: 75%;
  margin-inline: auto;
}
.news-box-iten.local-contribution img {
  width: 48%;
  height: auto;
}
@media and (max-width: 767px) {
  .local-contribution__inner {
    width: 85%;
  }
}
