@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&subset=japanese");
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 {
  content: '';
  content: none;
}

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

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

b {
  font-weight: bold;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icon/icomoon.eot");
  src: url("../fonts/icon/icomoon.eot") format("embedded-opentype"), url("../fonts/icon/icomoon.ttf") format("truetype"), url("../fonts/icon/icomoon.woff") format("woff"), url("../fonts/icon/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-information:before {
  content: "\e90b";
}

.icon-map:before {
  content: "\e90a";
}

.icon-external-link:before {
  content: "\e907";
}

.icon-cheveron-outline-left:before {
  content: "\e908";
}

.icon-cheveron-outline-right:before {
  content: "\e909";
}

.icon-left:before {
  content: "\e900";
}

.icon-right:before {
  content: "\e901";
}

.icon-life:before {
  content: "\e902";
}

.icon-business:before {
  content: "\e903";
}

.icon-home:before {
  content: "\e904";
}

.icon-citizens:before {
  content: "\e905";
}

.icon-enjoy:before {
  content: "\e906";
}

/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  touch-action: none;
}

/* Anti FOUC */
.remodal, [data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay, .remodal-wrapper {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening, .remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
          filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(0, 0, 0, 0.6);
}

.remodal-overlay.remodal-is-opening, .remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
          animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
          animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 15px;
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: transparent;
  vertical-align: middle;
}

.remodal.remodal-is-opening, .remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
          animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
          animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #999;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover, .remodal-close:focus {
  color: #333;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 40px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center;
}

/* Dialog buttons */
.remodal-confirm, .remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover, .remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover, .remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner, .remodal-cancel::-moz-focus-inner, .remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 630px;
  }
}

/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

/*--------------------------

animation

----------------------------*/
@-webkit-keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.2, 1.2, 1.2);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.2, 1.2, 1.2);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes fluffy {
  0% {
    transform: translateX(0);
  }
  5% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(5px);
  }
  25% {
    transform: translateX(0);
  }
  30% {
    transform: translateX(5px);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes fluffy {
  0% {
    transform: translateX(0);
  }
  5% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(5px);
  }
  25% {
    transform: translateX(0);
  }
  30% {
    transform: translateX(5px);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}

@-webkit-keyframes jump {
  from {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes jump {
  from {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  to {
    transform: translateY(0);
  }
}

/*--------------------------
common
---------------------------*/
body {
  font-size: 16px;
  font-family: "Noto Sans", "Noto Sans JP", 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 2.2;
  font-weight: 500;
  color: #333;
  min-width: 1280px;
  box-sizing: border-box;
  overflow-wrap: break-word;
}

@media only screen and (max-width: 768px) {
  body {
    min-width: inherit;
    font-size: 13px;
  }
}

body * {
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 13px;
  }
}

a {
  transition: all 0.3s ease 0s;
}

a:link,
a:visited,
a:active {
  color: #333;
  text-decoration: none;
}

a:after,
a:before {
  transition: all 0.3s ease 0s;
}

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

@media only screen and (max-width: 768px) {
  br.sp_hidden {
    display: none;
  }
}

br.pc_hidden {
  display: none;
}

@media only screen and (max-width: 768px) {
  br.pc_hidden {
    display: block;
  }
}

*:focus {
  border: none;
  text-decoration: none;
  box-shadow: none;
  outline: none;
}

.container {
  width: 1280px;
  margin: auto;
}

.container.s_size {
  width: 1040px;
}

@media only screen and (max-width: 768px) {
  .container {
    width: 100% !important;
    padding: 0 20px;
  }
}

/*--------------------------
Utility
---------------------------*/
.mg-t_lg {
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  .mg-t_lg {
    margin-top: 30px;
  }
}

.mg-t_md {
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  .mg-t_md {
    margin-top: 20px;
  }
}

.mg-t_sm {
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  .mg-t_sm {
    margin-top: 10px;
  }
}

/*--------------------------
header
---------------------------*/
header#header {
  height: 100px;
  display: block;
}

@media only screen and (max-width: 768px) {
  header#header {
    height: 50px;
  }
}

header#header #nav_wrap {
  height: 100px;
  border-bottom: 6px solid #ffcf26;
  position: fixed;
  box-sizing: content-box;
  top: 0px;
  left: 0;
  width: 100%;
  min-width: 1280px;
  z-index: 102;
  background: #fff;
  transition: all 0.3s ease 0s;
  /*PC header*/
  /*SP header*/
  /*スクロール時 header*/
}

@media only screen and (max-width: 768px) {
  header#header #nav_wrap {
    height: 50px;
    text-align: center;
    border-bottom-width: 3px;
    min-width: 0;
  }
  header#header #nav_wrap .container {
    padding: 0;
  }
}

header#header #nav_wrap .logo {
  position: relative;
  z-index: 2;
  display: inline-block;
  transform: scale(1);
  transform-origin: left;
  transition: all 0.3s ease 0s;
}

header#header #nav_wrap .logo::after {
  position: absolute;
  content: "";
  width: calc(100% + 12px);
  height: 76px;
  background: #ffcf26;
  bottom: -6px;
  left: -6px;
  right: 0;
  margin: auto;
  transition: all 0.3s ease 0s;
}

header#header #nav_wrap .logo a {
  background: #fff;
  display: block;
  position: relative;
  z-index: 3;
  width: 170px;
  padding: 20px 24px;
}

header#header #nav_wrap .logo a img {
  transition: all 0.6s ease 0s;
  transform: rotateY(0deg);
  height: 130px;
}

header#header #nav_wrap .logo a:hover img {
  transform: rotateY(360deg);
}

@media only screen and (max-width: 768px) {
  header#header #nav_wrap .logo::after {
    display: none;
  }
  header#header #nav_wrap .logo a {
    padding: 3px 0;
    width: 40px;
  }
  header#header #nav_wrap .logo a img {
    height: auto;
  }
}

header#header #nav_wrap nav.pc {
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 768px) {
  header#header #nav_wrap nav.pc {
    display: none;
  }
}

header#header #nav_wrap nav.pc ul {
  display: flex;
}

header#header #nav_wrap nav.pc ul li.main {
  width: 130px;
  height: 100px;
  text-align: center;
  box-sizing: content-box;
  border-bottom: 6px solid;
  transition: all 0.3s ease 0s;
}

header#header #nav_wrap nav.pc ul li.main a, header#header #nav_wrap nav.pc ul li.main span.not_link {
  font-size: 15px;
  display: block;
  height: 100%;
  padding: 19px 0;
  line-height: 1;
  position: relative;
  transition: inherit;
}

header#header #nav_wrap nav.pc ul li.main a span, header#header #nav_wrap nav.pc ul li.main span.not_link span {
  display: block;
  line-height: 1;
  padding-top: 8px;
}

header#header #nav_wrap nav.pc ul li.main a::before, header#header #nav_wrap nav.pc ul li.main span.not_link::before {
  font-size: 38px;
  transform: rotateY(0);
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: inherit;
}

header#header #nav_wrap nav.pc ul li.main a::after, header#header #nav_wrap nav.pc ul li.main span.not_link::after {
  position: absolute;
  content: "";
  height: 80px;
  width: 80px;
  background: rgba(255, 207, 38, 0.12);
  top: 10px;
  left: 25px;
  border-radius: 50%;
  transform: scale(0);
  transition: all 0.7s ease 0s;
}

header#header #nav_wrap nav.pc ul li.main a:hover::after, header#header #nav_wrap nav.pc ul li.main span.not_link:hover::after {
  transform: scale(1);
}

header#header #nav_wrap nav.pc ul li.main a:hover::before, header#header #nav_wrap nav.pc ul li.main span.not_link:hover::before {
  transform: rotateY(360);
}

header#header #nav_wrap nav.pc ul li.main.top {
  border: none;
}

header#header #nav_wrap nav.pc ul li.main.top a::before {
  content: "\e904";
  color: #ffcf26;
}

header#header #nav_wrap nav.pc ul li.main.information {
  border: none;
}

header#header #nav_wrap nav.pc ul li.main.information a::before {
  content: "\e90b";
  color: #ffcf26;
}

header#header #nav_wrap nav.pc ul li.main.life {
  border-color: #6fb55c;
}

header#header #nav_wrap nav.pc ul li.main.life a::before {
  content: "\e902";
  color: #6fb55c;
}

header#header #nav_wrap nav.pc ul li.main.life a::after {
  background: rgba(111, 181, 92, 0.12);
}

header#header #nav_wrap nav.pc ul li.main.enjoy {
  border-color: #e08155;
}

header#header #nav_wrap nav.pc ul li.main.enjoy a::before {
  content: "\e906";
  color: #e08155;
}

header#header #nav_wrap nav.pc ul li.main.enjoy a::after {
  background: rgba(224, 129, 85, 0.12);
}

header#header #nav_wrap nav.pc ul li.main.business {
  border-color: #668bbc;
}

header#header #nav_wrap nav.pc ul li.main.business a::before {
  content: "\e903";
  color: #668bbc;
}

header#header #nav_wrap nav.pc ul li.main.business a::after {
  background: rgba(102, 139, 188, 0.12);
}

header#header #nav_wrap nav.pc ul li.main.citizens {
  border-color: #685b97;
}

header#header #nav_wrap nav.pc ul li.main.citizens span.not_link::before {
  content: "\e905";
  color: #685b97;
}

header#header #nav_wrap nav.pc ul li.main.citizens span.not_link::after {
  background: rgba(104, 91, 151, 0.12);
}

header#header #nav_wrap nav.pc ul li.main.citizens:hover .sub_menu {
  opacity: 1;
  bottom: -110px;
}

header#header #nav_wrap nav.pc ul li.main.current a::after, header#header #nav_wrap nav.pc ul li.main.current span.not_link::after {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation: pulse 5s linear infinite;
          animation: pulse 5s linear infinite;
}

header#header #nav_wrap nav.pc ul li.main .sub_menu {
  display: block;
  background: #fff;
  position: absolute;
  height: 110px;
  bottom: -115px;
  box-shadow: 0 0 1px #ccc;
  transition: all 0.3s ease 0s;
  text-align: left;
  opacity: 0;
}

header#header #nav_wrap nav.pc ul li.main .sub_menu li a {
  padding: 20px 20px 20px 40px;
}

header#header #nav_wrap nav.pc ul li.main .sub_menu li a::after {
  display: none;
}

header#header #nav_wrap nav.pc ul li.main .sub_menu li a::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
  background: #685b97;
}

header#header #nav_wrap nav.pc ul li.main .sub_menu li a:hover::before {
  width: 20px;
  height: 20px;
  left: 10px;
}

header#header #nav_wrap nav.sp {
  display: none;
}

@media only screen and (max-width: 768px) {
  header#header #nav_wrap nav.sp {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
  header#header #nav_wrap nav.sp .sp_nav_btn {
    height: 50px;
    width: 50px;
  }
  header#header #nav_wrap nav.sp .sp_nav_btn img {
    width: 50px;
    height: 50px;
  }
}

header#header #nav_wrap.small {
  height: 86px;
}

header#header #nav_wrap.small .container {
  height: 92px;
}

header#header #nav_wrap.small .container .logo {
  transform: scale(0.5) translateY(-50%);
}

header#header #nav_wrap.small .container .logo::after {
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
}

header#header #nav_wrap.small .container nav.pc li.main {
  height: 86px;
}

header#header #nav_wrap.small .container nav.pc li.main a::before, header#header #nav_wrap.small .container nav.pc li.main span.not_link::before {
  font-size: 30px;
}

header#header #nav_wrap.small .container nav.pc li.main a::after, header#header #nav_wrap.small .container nav.pc li.main span.not_link::after {
  height: 70px;
  width: 70px;
  top: 8px;
  left: 30px;
}

@media only screen and (max-width: 768px) {
  header#header #nav_wrap.small {
    height: inherit;
  }
  header#header #nav_wrap.small .container .logo {
    transform: scale(1) translateY(0);
  }
}

/*SP header remodal*/
.sp_nav_remodal {
  height: 100%;
  width: 100%;
  background: url(../image/common/bg_main01.jpg) repeat top left/8px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: none;
}

.sp_nav_remodal .sp_nav_wrap {
  padding: 10px;
  position: relative;
}

.sp_nav_remodal .title {
  margin-bottom: 16px;
}

.sp_nav_remodal ul.btn_nav {
  display: flex;
  flex-wrap: wrap;
}

.sp_nav_remodal ul.btn_nav li {
  flex: 0 0 49%;
  margin-bottom: 10px;
}

.sp_nav_remodal ul.btn_nav li a {
  background: #fff;
  font-size: 14px;
  border: 2px solid #999;
  display: block;
  line-height: 3;
}

.sp_nav_remodal ul.btn_nav li a::before {
  font-size: 16px;
  margin-right: 8px;
  top: 1px;
  position: relative;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sp_nav_remodal ul.btn_nav li.small a {
  font-size: 11px;
}

.sp_nav_remodal ul.btn_nav li.small:last-child {
  margin-left: 2%;
}

.sp_nav_remodal ul.btn_nav li.top a {
  border-color: #ffcf26;
}

.sp_nav_remodal ul.btn_nav li.top a::before {
  content: "\e904";
  color: #ffcf26;
}

.sp_nav_remodal ul.btn_nav li.information {
  margin-left: 2%;
}

.sp_nav_remodal ul.btn_nav li.information a {
  border-color: #ffcf26;
}

.sp_nav_remodal ul.btn_nav li.information a::before {
  content: "\e90b";
  color: #ffcf26;
}

.sp_nav_remodal ul.btn_nav li.life {
  flex: 0 0 100%;
}

.sp_nav_remodal ul.btn_nav li.life a {
  border-color: #6fb55c;
}

.sp_nav_remodal ul.btn_nav li.life a::before {
  content: "\e902";
  color: #6fb55c;
}

.sp_nav_remodal ul.btn_nav li.enjoy {
  flex: 0 0 100%;
}

.sp_nav_remodal ul.btn_nav li.enjoy a {
  border-color: #e08155;
}

.sp_nav_remodal ul.btn_nav li.enjoy a::before {
  content: "\e906";
  color: #e08155;
}

.sp_nav_remodal ul.btn_nav li.business {
  flex: 0 0 100%;
}

.sp_nav_remodal ul.btn_nav li.business a {
  border-color: #668bbc;
}

.sp_nav_remodal ul.btn_nav li.business a::before {
  content: "\e903";
  color: #668bbc;
}

.sp_nav_remodal ul.btn_nav li.citizens {
  flex: 0 0 100%;
}

.sp_nav_remodal ul.btn_nav li.citizens a {
  border-color: #685b97;
}

.sp_nav_remodal ul.btn_nav li.citizens a::before {
  content: "\e905";
  color: #685b97;
}

.sp_nav_remodal .text_nav li {
  line-height: 1;
}

.sp_nav_remodal .text_nav li a {
  display: inline-block;
  padding: 20px;
}

.sp_nav_remodal .text_nav li a::after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  position: relative;
  top: 1px;
  margin-left: 4px;
}

/*--------------------------
content
---------------------------*/
/*--------------------------
bread
---------------------------*/
#bread {
  display: block;
  background: #bbb;
  color: #fff;
}

#bread ol {
  font-size: 12px;
  display: flex;
  align-items: center;
  padding: 0 5px;
}

#bread ol li:not(:last-child) {
  margin-right: 15px;
}

#bread ol li a {
  display: block;
  color: #fff;
  display: flex;
  align-items: center;
}

#bread ol li a::after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  position: relative;
  top: 1px;
  padding: 0 0 0 10px;
  display: block;
  transform: rotateY(0);
}

#bread ol li a:hover {
  color: rgba(255, 255, 255, 0.5);
}

#bread ol li a:hover::after {
  transform: rotatey(180deg);
  padding: 0 10px 0 0;
}

#bread ol li:first-child a::before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
  color: #ffcf26;
}

@media only screen and (max-width: 768px) {
  #bread ol {
    display: none;
  }
}

#bread.life {
  background: #6fb55c;
}

#bread.life ol li:first-child a::before {
  color: #fff;
}

#bread.enjoy {
  background: #e08155;
}

#bread.business {
  background: #668bbc;
}

#bread.citizens {
  background: #685b97;
}

#bread.sub {
  background: #ffcf26;
}

#bread.sub ol li:first-child a::before {
  color: #fff;
}

@media only screen and (max-width: 768px) {
  #bread {
    height: 2px;
  }
}

/*--------------------------
footer
---------------------------*/
#footer {
  /*line@*/
  /*サイト内リンク*/
  /*和泉市公式,お問い合わせリンク*/
}

#footer .container {
  font-weight: 400;
}

@media only screen and (max-width: 768px) {
  #footer .container {
    width: 100%;
  }
}

#footer .line_wrap {
  margin-top: 55px;
  display: flex;
  width: 530px;
  margin: 55px auto 0;
  justify-content: space-around;
  position: relative;
}

@media only screen and (max-width: 768px) {
  #footer .line_wrap {
    width: 100%;
  }
}

#footer .line_wrap::after, #footer .line_wrap::before {
  content: "";
  position: absolute;
  width: 60px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media only screen and (max-width: 768px) {
  #footer .line_wrap::after, #footer .line_wrap::before {
    display: none;
  }
}

#footer .line_wrap::after {
  height: 100px;
  right: -60px;
  background: url(../image/common/img_romanchan_01.png) no-repeat center center/auto;
}

#footer .line_wrap::before {
  height: 100px;
  left: -60px;
  background: url(../image/common/img_kodaikun_01.png) no-repeat center bottom/auto;
}

#footer .line_wrap .btn_wrap {
  text-align: center;
}

#footer .line_wrap .btn_wrap span.title {
  margin-bottom: 20px;
  line-height: 1.5;
}

#footer .line_wrap .btn_wrap .line_btn {
  display: block;
}

#footer .line_wrap .btn_wrap .line_btn:hover {
  -webkit-animation-name: jump;
  animation-name: jump;
  -webkit-animation: jump 0.5s linear infinite;
          animation: jump 0.5s linear infinite;
}

@media only screen and (max-width: 768px) {
  #footer .line_wrap .btn_wrap {
    flex: 0 0 48%;
  }
  #footer .line_wrap .btn_wrap span.title {
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

#footer .line_wrap .btn {
  display: block;
  margin: 0 auto;
  border: 4px solid #0b0;
  width: 200px;
  border-radius: 10px;
  background: #fff;
  text-align: center;
  position: relative;
}

#footer .line_wrap .btn::before {
  width: 60px;
  height: 84px;
  position: absolute;
  content: "";
  z-index: -1;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-animation-name: jump;
  animation-name: jump;
  -webkit-animation: jump 2s linear infinite;
          animation: jump 2s linear infinite;
}

#footer .line_wrap .btn:hover::before {
  top: -50px;
  -webkit-animation: none;
          animation: none;
}

#footer .line_wrap .btn:nth-of-type(1)::before {
  height: 84px;
  background: url(../image/common/img_kodaikun_01.png) no-repeat center center/auto;
}

#footer .line_wrap .btn:nth-of-type(2)::before {
  height: 100px;
  background: url(../image/common/img_romanchan_01.png) no-repeat center center/auto;
}

#footer .line_wrap span {
  font-weight: 700;
  color: #0b0;
  display: block;
}

#footer .line_wrap img {
  padding: 0 0 10px;
  width: 140px;
}

#footer .sitelink {
  font-size: 14px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  margin: 33px 0 20px;
  text-align: center;
}

#footer .sitelink li a::after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  display: inline-block;
  padding-left: 6px;
}

#footer .sitelink li a:hover {
  color: #888;
}

#footer .sitelink li a:hover::after {
  color: #ffcf26;
  -webkit-animation: fluffy 2s linear infinite;
          animation: fluffy 2s linear infinite;
}

@media only screen and (max-width: 768px) {
  #footer .sitelink {
    display: none;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 20px 0;
  }
  #footer .sitelink li {
    margin-right: 15px;
  }
}

#footer .city_link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 29px;
}

#footer .city_link .city a {
  opacity: 1;
  display: block;
}

#footer .city_link .city a img {
  transition: inherit;
}

#footer .city_link .city a :hover {
  opacity: .5;
}

#footer .city_link .contact .btn_holder {
  margin-left: 38px;
}

#footer .city_link .contact .btn_holder .btn {
  font-size: 14px;
  text-align: center;
  background: #fff;
  width: 320px;
  display: block;
  margin: auto;
  transition: all 0.3s ease 0s;
  position: relative;
  width: 210px;
}

#footer .city_link .contact .btn_holder .btn::after, #footer .city_link .contact .btn_holder .btn::before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 5px;
  border: 2px solid #549f81;
  background: #549f81;
  box-sizing: border-box;
  transition: inherit;
}

#footer .city_link .contact .btn_holder .btn:hover {
  background: #549f81;
}

#footer .city_link .contact .btn_holder .btn:hover::after, #footer .city_link .contact .btn_holder .btn:hover::before {
  border-color: #fff !important;
}

#footer .city_link .contact .btn_holder .btn:hover .inner {
  color: #fff;
  border-color: #fff !important;
}

#footer .city_link .contact .btn_holder .btn:hover .inner::after {
  border-color: #fff !important;
}

#footer .city_link .contact .btn_holder .btn .inner {
  line-height: 50px;
  margin: auto;
  border: 2px solid #549f81;
  display: block;
  transition: all 0.6s ease 0s;
}

#footer .city_link .contact .btn_holder .btn .inner::after {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  border-radius: 5px;
  background: #155932;
  border: 2px solid #155932;
  transition: inherit;
}

@media only screen and (max-width: 768px) {
  #footer .city_link .contact .btn_holder .btn {
    width: auto;
    max-width: 260px;
  }
  #footer .city_link .contact .btn_holder .btn .inner {
    font-size: 12px;
    line-height: 3;
  }
}

#footer .city_link .contact .btn_holder .btn::after {
  bottom: -5px;
  left: -8px;
}

#footer .city_link .contact .btn_holder .btn::before {
  top: -8px;
  right: -4px;
}

#footer .city_link .contact .btn_holder .btn .inner::after {
  top: 2px;
  right: -7px;
}

@media only screen and (max-width: 768px) {
  #footer .city_link {
    display: block;
    margin: 20px 0;
  }
  #footer .city_link .city {
    margin-bottom: 25px;
    text-align: center;
  }
  #footer .city_link .contact .btn_holder {
    margin-left: 0;
  }
}

#footer p.address {
  text-align: center;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 30px;
}

#footer p.address .pc_hidden {
  display: none;
}

@media only screen and (max-width: 768px) {
  #footer p.address {
    font-size: 12px;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  #footer p.address .pc_hidden {
    display: block;
  }
}

#footer .copy {
  background: #fbd962;
  text-align: center;
  font-size: 12px;
  line-height: 3;
  color: #fff;
  display: block;
}
