@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500;700&display=swap"); /* CSS Document */
.slideConts {
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.siideDelay01 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.siideDelay02 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.siideDelay03 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.slideTxt {
  opacity: 0;
}

.fade_in {
  opacity: 0;
  -webkit-animation-name: fade_default;
          animation-name: fade_default;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fade_default {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fade_default {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.slideTxt01 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.slideTxt02 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.slideTxt03 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.slideTxt04 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.slideTxt05 {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.slideTxt06 {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

.slideFade {
  opacity: 0;
}

.fadeImg {
  opacity: 0;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeLogo {
  0% {
    opacity: 0.01;
  }
  45% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeLogo {
  0% {
    opacity: 0.01;
  }
  45% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeInHeader {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInHeader {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInCopy01 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInCopy01 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeQutLd {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeQutLd {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes topImg {
  0% {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}
@keyframes topImg {
  0% {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*----------------------------------------------------------------- 
リセット
----------------------------------------------------------------- */
*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  border: 0;
  outline: 0;
}

ol, ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

:focus,
:active {
  outline: 0;
}

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

th,
td {
  padding: 0px;
}

input {
  margin-right: 5px;
}

.switch {
  visibility: hidden;
}

h1, h2, h3, h4, h5, h6, p, dt, dl, dd {
  font-size: inherit;
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
}

/*----------------------------------------------------------------- 
common
----------------------------------------------------------------- */
.green {
  color: #03B046;
}

.red {
  color: #DA2216;
}

.blue {
  color: #469BF8;
}

@supports (-webkit-touch-callout: none) {
  html {
    height: -webkit-fill-available;
  }
  body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }
}
html {
  font-size: 62.5%;
}

body {
  font: 1.6rem/1.8 "Zen Maru Gothic", sans-serif;
  margin: 0;
  padding: 0;
  color: #333;
  font-weight: 500;
}

a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #03B046;
}
a:hover img:not(.notHover) {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

a,
a::before,
a::after {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.onlySP {
  display: none;
}
@media only screen and (max-width: 1081px) {
  .onlySP {
    display: inline-block;
  }
}

@media only screen and (max-width: 1081px) {
  .onlyPC {
    display: none;
  }
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb120 {
  margin-bottom: 120px;
}

.mt10 {
  margin-top: 10px;
}

.text12 {
  font-size: 1.2rem;
}

.textC {
  text-align: center !important;
}

.textR {
  text-align: right !important;
}

.textL {
  text-align: left !important;
}

.textB {
  font-weight: bolder !important;
}

#wrapper {
  position: relative;
}

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

.contents {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1081px) {
  .contents {
    width: 90%;
  }
}

.contents820 {
  width: 820px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1081px) {
  .contents820 {
    width: 90%;
  }
}

#contentsAll {
  position: relative;
  z-index: 0;
}

a[href^="tel:"],
.tel-link {
  pointer-events: none;
  text-decoration: none;
}
@media only screen and (max-width: 1081px) {
  a[href^="tel:"],
  .tel-link {
    pointer-events: auto;
  }
}

a.comingLink {
  pointer-events: none;
  text-decoration: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.txtLink {
  text-align: center;
  color: #03B046;
  font-size: 1.8rem;
}
.txtLink a {
  display: inline-block;
  text-underline-offset: 3px;
  text-decoration: underline;
}
.txtLink a span {
  display: inline-block;
  margin-right: 5px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.txtLink a span svg path {
  stroke: #333;
}
.txtLink:hover {
  text-decoration: none;
}

.bodyFixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
.bodyFixed #header {
  display: block;
}

.spFixMenu {
  display: none;
}

.onlySP02 {
  display: none;
}
@media only screen and (max-width: 440px) {
  .onlySP02 {
    display: inline-block;
  }
}

/*----------------------------------------------------
 	header
----------------------------------------------------*/
#header {
  padding: 70px 0 70px;
  background: #AEE6FF url(../img/bg.png) center 220% repeat-x;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1081px) {
  #header {
    padding: 60px 0 70px;
  }
}
#header .cloudImg img {
  position: absolute;
  z-index: 0;
  top: 0;
}
#header .cloudImg img:first-of-type {
  left: 0;
}
#header .cloudImg img:last-of-type {
  right: 0;
}
#header h1 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1081px) {
  #header h1 img {
    max-width: 92%;
  }
}
#header nav:not(.navLink) {
  position: relative;
  z-index: 10000;
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1081px) {
  #header nav:not(.navLink) {
    width: 90%;
  }
}
#header nav:not(.navLink) ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}
#header nav:not(.navLink) ul li {
  width: 49%;
  margin-bottom: 24px;
  font-weight: 700;
}
@media only screen and (max-width: 1081px) {
  #header nav:not(.navLink) ul li {
    width: 100%;
  }
}
#header nav:not(.navLink) ul li a {
  display: block;
  width: 100%;
  border-radius: 20px;
  -webkit-box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.25);
  background: #fff;
  border: 2px solid #F1457D;
  overflow: hidden;
}
#header nav:not(.navLink) ul li a > span:first-of-type {
  background-color: #F1457D;
  color: #fff;
  font-size: 2rem;
  display: block;
  width: 100%;
  padding: 8px 20px;
  position: relative;
}
@media only screen and (max-width: 1081px) {
  #header nav:not(.navLink) ul li a > span:first-of-type {
    font-size: 1.7rem;
    line-height: 1.4em;
    padding-right: 40px;
  }
}
#header nav:not(.navLink) ul li a > span:first-of-type span.btnArw {
  background: #fff;
  border-radius: 100px;
  position: absolute;
  right: 13px;
  width: 30px;
  height: 30px;
  top: 12px;
  display: block;
}
@media only screen and (max-width: 1081px) {
  #header nav:not(.navLink) ul li a > span:first-of-type span.btnArw {
    width: 24px;
    height: 24px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
  }
}
#header nav:not(.navLink) ul li a > span:first-of-type span.btnArw svg {
  position: absolute;
  right: 6px;
  top: 9px;
}
@media only screen and (max-width: 1081px) {
  #header nav:not(.navLink) ul li a > span:first-of-type span.btnArw svg {
    right: 3px;
    top: 6px;
  }
}
#header nav:not(.navLink) ul li a > span:first-of-type br {
  display: none;
}
#header nav:not(.navLink) ul li a > span:last-of-type {
  padding: 10px 20px;
  width: 100%;
  display: block;
}
@media only screen and (max-width: 1081px) {
  #header nav:not(.navLink) ul li a > span:last-of-type {
    line-height: 1.4em;
    font-size: 1.5rem;
  }
}
#header nav:not(.navLink) ul li a:hover > span:last-of-type {
  color: #F1457D;
}
#header nav:not(.navLink) ul li a img {
  display: none;
}
#header nav:not(.navLink) ul li a .fixNav {
  display: none;
}
#header nav:not(.navLink) ul li:nth-child(2) a {
  border-color: #03B046;
}
#header nav:not(.navLink) ul li:nth-child(2) a > span:first-of-type {
  background-color: #03B046;
}
#header nav:not(.navLink) ul li:nth-child(2) a > span:first-of-type span path {
  stroke: #03B046;
}
#header nav:not(.navLink) ul li:nth-child(2) a:hover > span:last-of-type {
  color: #03B046;
}
#header nav:not(.navLink) ul li:nth-child(3) a {
  border-color: #469BF8;
}
#header nav:not(.navLink) ul li:nth-child(3) a > span:first-of-type {
  background-color: #469BF8;
}
#header nav:not(.navLink) ul li:nth-child(3) a > span:first-of-type span path {
  stroke: #469BF8;
}
#header nav:not(.navLink) ul li:nth-child(3) a:hover > span:last-of-type {
  color: #469BF8;
}
#header nav:not(.navLink) ul li:nth-child(4) a {
  border-color: #FF8E0E;
}
#header nav:not(.navLink) ul li:nth-child(4) a > span:first-of-type {
  background-color: #FF8E0E;
}
#header nav:not(.navLink) ul li:nth-child(4) a > span:first-of-type span path {
  stroke: #FF8E0E;
}
#header nav:not(.navLink) ul li:nth-child(4) a:hover > span:last-of-type {
  color: #FF8E0E;
}
#header nav.navLink {
  position: relative;
  z-index: 10000;
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1081px) {
  #header nav.navLink {
    width: 90%;
  }
}
#header nav.navLink ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
}
#header nav.navLink ul li {
  width: 49%;
  margin-bottom: 24px;
  font-weight: 700;
  border-radius: 20px;
  -webkit-box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.25);
  background: #fff;
  border: 2px solid #F1457D;
  overflow: hidden;
}
@media only screen and (max-width: 1081px) {
  #header nav.navLink ul li {
    width: 100%;
  }
}
#header nav.navLink ul li span.ttl {
  background-color: #F1457D;
  color: #fff;
  font-size: 2rem;
  display: block;
  width: 100%;
  padding: 8px 20px;
  position: relative;
}
@media only screen and (max-width: 1081px) {
  #header nav.navLink ul li span.ttl {
    font-size: 1.7rem;
    line-height: 1.4em;
    padding-right: 40px;
  }
}
#header nav.navLink ul li span.ttl span.btnArw {
  background: #fff;
  border-radius: 100px;
  position: absolute;
  right: 13px;
  width: 30px;
  height: 30px;
  top: 12px;
  display: block;
}
@media only screen and (max-width: 1081px) {
  #header nav.navLink ul li span.ttl span.btnArw {
    width: 24px;
    height: 24px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
  }
}
#header nav.navLink ul li span.ttl span.btnArw svg {
  position: absolute;
  right: 6px;
  top: 9px;
}
@media only screen and (max-width: 1081px) {
  #header nav.navLink ul li span.ttl span.btnArw svg {
    right: 3px;
    top: 6px;
  }
}
#header nav.navLink ul li span.ttl br {
  display: none;
}
#header nav.navLink ul li span.doubleLink {
  padding: 10px 20px;
  width: 100%;
  display: block;
}
#header nav.navLink ul li span.doubleLink a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
#header nav.navLink ul li span.doubleLink a svg {
  margin-left: 4px;
}
@media only screen and (max-width: 1081px) {
  #header nav.navLink ul li span.doubleLink a:first-of-type {
    margin-bottom: 4px;
  }
}
#header nav.navLink ul li span.doubleLink a:hover {
  color: #F1457D;
}
#header nav.navLink ul li span.navLinkTxt {
  padding: 10px 20px;
  width: 100%;
  display: block;
}
@media only screen and (max-width: 1081px) {
  #header nav.navLink ul li span.navLinkTxt {
    line-height: 1.4em;
    font-size: 1.5rem;
  }
}
#header nav.navLink ul li a {
  display: block;
  width: 100%;
}
#header nav.navLink ul li a:hover > span:last-of-type {
  color: #F1457D;
}
#header nav.navLink ul li a img {
  display: none;
}
#header nav.navLink ul li a .fixNav {
  display: none;
}
#header nav.navLink ul li:nth-child(2) {
  border-color: #03B046;
}
#header nav.navLink ul li:nth-child(2) a span.ttl {
  background-color: #03B046;
}
#header nav.navLink ul li:nth-child(2) a span.ttl span path {
  stroke: #03B046;
}
#header nav.navLink ul li:nth-child(2) a:hover span.navLinkTxt {
  color: #03B046;
}
#header nav.navLink ul li:nth-child(3) {
  border-color: #469BF8;
}
#header nav.navLink ul li:nth-child(3) a span.ttl {
  background-color: #469BF8;
}
#header nav.navLink ul li:nth-child(3) a span.ttl span path {
  stroke: #469BF8;
}
#header nav.navLink ul li:nth-child(3) a:hover span.navLinkTxt {
  color: #469BF8;
}
#header nav.navLink ul li:nth-child(4) {
  border-color: #FF8E0E;
}
#header nav.navLink ul li:nth-child(4) a span.ttl {
  background-color: #FF8E0E;
}
#header nav.navLink ul li:nth-child(4) a span.ttl span path {
  stroke: #FF8E0E;
}
#header nav.navLink ul li:nth-child(4) a:hover span.navLinkTxt {
  color: #FF8E0E;
}
#header:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: #FFE8BB;
  height: 180px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}
#header.headerSub {
  padding: 20px 0 0;
  background: #fff;
}
#header.headerSub h1 {
  margin-bottom: 20px;
}
#header.headerSub:before {
  display: none;
}

.greenImg img {
  position: absolute;
  z-index: 1;
  top: 0;
}
.greenImg img:first-of-type {
  left: 0;
  top: -280px;
}
@media only screen and (max-width: 1081px) {
  .greenImg img:first-of-type {
    max-width: 140px;
    top: -180px;
  }
}
.greenImg img:last-of-type {
  right: 0;
  top: -380px;
}
@media only screen and (max-width: 1081px) {
  .greenImg img:last-of-type {
    max-width: 160px;
    top: -240px;
  }
}

h2 {
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.4em;
}
@media only screen and (max-width: 1081px) {
  h2 {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 440px) {
  h2 {
    font-size: 2.4rem;
  }
}

.nayamiBox {
  text-align: center;
  background: #FFE8BB;
  padding-bottom: 60px;
  position: relative;
  margin-bottom: 80px;
}
.nayamiBox h2 {
  margin-bottom: 30px;
}
.nayamiBox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 820px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1081px) {
  .nayamiBox ul {
    width: 90%;
  }
}
.nayamiBox ul li {
  width: 30%;
}
@media only screen and (max-width: 1081px) {
  .nayamiBox ul li {
    width: 100%;
  }
}
.nayamiBox ul li p {
  background: #fff;
  border-radius: 200px;
  font-weight: 700;
  padding: 20px 0;
  font-size: 2rem;
  margin-bottom: 10px;
  line-height: 1.4em;
}
@media only screen and (max-width: 1081px) {
  .nayamiBox ul li:not(:last-of-type) {
    margin-bottom: 50px;
  }
}
.nayamiBox:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 100px 0 100px;
  border-color: #FFE8BB transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 100%;
}

.capBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1081px) {
  .capBox {
    text-align: center;
  }
}
@media only screen and (max-width: 1081px) {
  .capBox img {
    margin-bottom: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 1081px) {
  .capBox .txtBox {
    width: 100%;
  }
}
.capBox .txtBox h2 {
  color: #F1457D;
  margin-bottom: 10px;
}
.capBox .txtBox .cap {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2em;
}
@media only screen and (max-width: 1081px) {
  .capBox .txtBox .cap {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
.capBox .txtBox .cap span {
  display: inline-block;
  position: relative;
  line-height: 1.6em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fff7b3));
  background: linear-gradient(transparent 70%, #fff7b3 70%);
}
@media only screen and (max-width: 1081px) {
  .capBox .txtBox .cap span {
    display: inline;
  }
}

h3 {
  font-size: 2.4rem;
  margin-bottom: 20px;
}

.osusume {
  text-align: center;
}
.osusume h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.osusume h3:before, .osusume h3:after {
  content: "";
  height: 1px;
  background-color: #ccc;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.osusume h3:before {
  margin-right: 10px;
}
.osusume h3:after {
  margin-left: 10px;
}
.osusume ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}
.osusume ul li {
  width: 31.2%;
}
@media only screen and (max-width: 1081px) {
  .osusume ul li {
    width: 100%;
  }
}
.osusume ul li img {
  margin-bottom: 20px;
}
.osusume ul li p {
  position: relative;
  background: #FFE9F0;
  border-radius: 20px;
  padding: 20px 0 18px;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4em;
}
@media only screen and (max-width: 1081px) {
  .osusume ul li p {
    font-size: 1.8rem;
  }
}
.osusume ul li p:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 10px 7.5px;
  border-color: transparent transparent #FFE9F0 transparent;
  position: absolute;
  top: -10px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.osusume ul li p span {
  font-size: 1.4rem;
  vertical-align: text-top;
  font-weight: 500;
}
@media only screen and (max-width: 1081px) {
  .osusume ul li:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
.osusume .komeTxt {
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1081px) {
  .osusume .komeTxt {
    text-align: left;
  }
}

.contentsWrap {
  padding: 60px 0 80px;
}
@media only screen and (max-width: 1081px) {
  .contentsWrap {
    padding: 40px 0 60px;
  }
}
.contentsWrap.pt0 {
  padding-top: 0;
}

.contentsWrapYellow {
  background: #FFFCE2;
  padding: 60px 0 80px;
  text-align: center;
}
@media only screen and (max-width: 1081px) {
  .contentsWrapYellow {
    padding: 40px 0;
  }
}
.contentsWrapYellow h2 {
  text-align: center;
  line-height: 1.4em;
  margin-bottom: 30px;
}
.contentsWrapYellow h2 span {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
}
@media only screen and (max-width: 1081px) {
  .contentsWrapYellow h2 span {
    line-height: 1.2em;
    margin-top: 10px;
  }
}
.contentsWrapYellow .shinseiList li h3 {
  background: #FF8E0E;
}
.contentsWrapYellow .shinseiList li:first-of-type {
  width: 31.2%;
}
@media only screen and (max-width: 1081px) {
  .contentsWrapYellow .shinseiList li:first-of-type {
    width: 100%;
  }
}
.contentsWrapYellow .shinseiList li:nth-child(2), .contentsWrapYellow .shinseiList li:nth-child(3) {
  width: 31.2%;
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 1081px) {
  .contentsWrapYellow .shinseiList li:nth-child(2), .contentsWrapYellow .shinseiList li:nth-child(3) {
    width: 100%;
  }
}
.contentsWrapYellow .shinseiList li:nth-child(2) .cont, .contentsWrapYellow .shinseiList li:nth-child(3) .cont {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.contentsWrapYellow .shinseiList li:nth-child(2) .cont .btn, .contentsWrapYellow .shinseiList li:nth-child(3) .cont .btn {
  margin-bottom: 0;
}
.contentsWrapYellow .shinseiList li:nth-child(2) .cont img, .contentsWrapYellow .shinseiList li:nth-child(3) .cont img {
  margin-bottom: 20px;
}
.contentsWrapYellow .shinseiList li .cont {
  padding: 20px 30px 35px;
}
.contentsWrapYellow .shinseiList li .cont img {
  margin-bottom: 20px;
}
.contentsWrapYellow .shinseiList li .cont .btn a {
  color: #FF8E0E;
  border-color: #FF8E0E;
  -webkit-box-shadow: 0px 5px 0px #FF8E0E;
          box-shadow: 0px 5px 0px #FF8E0E;
}
.contentsWrapYellow .shinseiList li .cont .btn a span {
  background: #FFFAD0;
}
.contentsWrapYellow .shinseiList li .cont .btn a span path {
  stroke: #FF8E0E;
}
.contentsWrapYellow .shinseiList li .cont .btn a:hover {
  background: #FFFAD0;
}
.contentsWrapYellow .shinseiList li .cont .btn a:hover span {
  background: #FF8E0E;
}
.contentsWrapYellow .shinseiList li .cont .btn a:hover span path {
  stroke: #fff;
}
@media only screen and (max-width: 1081px) {
  .contentsWrapYellow .shinseiList li .cont .btn a {
    padding: 18px 20px;
  }
}

.contentsWrapPoint {
  background: #E2F8FA;
  padding: 60px 0 80px;
  text-align: center;
}
@media only screen and (max-width: 1081px) {
  .contentsWrapPoint {
    padding: 40px 0 60px;
  }
}
.contentsWrapPoint h2 {
  line-height: 1.4em;
  margin-bottom: 40px;
}
.contentsWrapPoint h2 img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.contentsWrapPoint .shinseiList {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.contentsWrapPoint .shinseiList > li:first-of-type, .contentsWrapPoint .shinseiList > li:nth-child(2), .contentsWrapPoint .shinseiList > li:nth-child(3) {
  width: 31.2%;
  background: #fff;
  margin-bottom: 0;
}
@media only screen and (max-width: 1081px) {
  .contentsWrapPoint .shinseiList > li:first-of-type, .contentsWrapPoint .shinseiList > li:nth-child(2), .contentsWrapPoint .shinseiList > li:nth-child(3) {
    width: 100%;
  }
}
.contentsWrapPoint .shinseiList > li:first-of-type .cont, .contentsWrapPoint .shinseiList > li:nth-child(2) .cont, .contentsWrapPoint .shinseiList > li:nth-child(3) .cont {
  padding: 20px 20px 35px;
}
.contentsWrapPoint .shinseiList > li:first-of-type .cont img, .contentsWrapPoint .shinseiList > li:nth-child(2) .cont img, .contentsWrapPoint .shinseiList > li:nth-child(3) .cont img {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1081px) {
  .contentsWrapPoint .shinseiList > li:first-of-type {
    margin-bottom: 30px;
  }
}
.contentsWrapPoint .shinseiList > li:first-of-type .cont .btn {
  margin-bottom: 10px;
}
@media only screen and (max-width: 440px) {
  .contentsWrapPoint .shinseiList > li:nth-child(2) br.onlyPC {
    display: inline-block;
  }
}
@media only screen and (max-width: 1081px) {
  .contentsWrapPoint .shinseiList > li:nth-child(2) {
    margin-bottom: 30px;
  }
}
.contentsWrapPoint .shinseiList > li h3 {
  background: #28BBB8;
}
.contentsWrapPoint .shinseiList > li .btn a {
  color: #28BBB8;
  border: 2px solid #28BBB8;
  border-color: #28BBB8;
  -webkit-box-shadow: 0px 5px 0px #28BBB8;
          box-shadow: 0px 5px 0px #28BBB8;
}
.contentsWrapPoint .shinseiList > li .btn a span {
  background: #E2F8FA;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.contentsWrapPoint .shinseiList > li .btn a span path {
  stroke: #28BBB8;
}
.contentsWrapPoint .shinseiList > li .btn a:hover {
  background: #E2F8FA;
}
.contentsWrapPoint .shinseiList > li .btn a:hover span {
  background: #28BBB8;
}
.contentsWrapPoint .shinseiList > li .btn a:hover span path {
  stroke: #fff;
}
.contentsWrapPoint .shinseiList > li .cont .twoClmn {
  margin-bottom: 0;
}
.contentsWrapPoint .shinseiList > li.w100 {
  width: 100%;
  margin-top: 30px;
}
.contentsWrapPoint .shinseiList > li.w100 .cont {
  padding: 35px 30px;
}
@media only screen and (max-width: 1081px) {
  .contentsWrapPoint .shinseiList > li.w100 .cont {
    padding: 20px;
  }
}

.shinseiList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}
.shinseiList > li {
  border-radius: 20px;
  overflow: hidden;
}
.shinseiList > li:first-of-type {
  width: 100%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1081px) {
  .shinseiList > li:nth-child(2) {
    margin-bottom: 30px;
  }
}
.shinseiList > li:nth-child(2), .shinseiList > li:nth-child(3) {
  width: 48.4%;
}
@media only screen and (max-width: 1081px) {
  .shinseiList > li:nth-child(2), .shinseiList > li:nth-child(3) {
    width: 100%;
  }
}
.shinseiList > li:nth-child(2) .cont, .shinseiList > li:nth-child(3) .cont {
  padding: 20px 30px 35px;
}
.shinseiList > li:nth-child(2) .cont img, .shinseiList > li:nth-child(3) .cont img {
  margin-bottom: 20px;
}
.shinseiList > li:nth-child(2) .cont .btn, .shinseiList > li:nth-child(3) .cont .btn {
  margin-bottom: 10px;
}
.shinseiList > li h3 {
  background: #F1457D;
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 0;
}
.shinseiList > li .cont {
  padding: 35px 60px;
  background: #fff;
}
@media only screen and (max-width: 1081px) {
  .shinseiList > li .cont {
    padding: 20px;
  }
}
.shinseiList > li .cont .twoClmn {
  margin-bottom: 40px;
}
.shinseiList > li .cont .twoClmn ul li:first-of-type {
  margin-bottom: 30px;
}
.shinseiList > li .cont .twoClmn ul li:last-of-type {
  margin-bottom: 10px;
}
.shinseiList > li .cont .twoClmn .komeTxt {
  font-size: 1.6rem;
}
@media only screen and (max-width: 1081px) {
  .shinseiList > li .cont .twoClmn .komeTxt {
    font-size: 1.4rem;
  }
}
.shinseiList > li .btn a {
  background: #fff;
  color: #F1457D;
  width: 100%;
  display: block;
  -webkit-box-shadow: 0px 5px 0px #F1457D;
          box-shadow: 0px 5px 0px #F1457D;
  padding: 18px 0;
}
@media only screen and (max-width: 1081px) {
  .shinseiList > li .btn a {
    padding: 18px 50px 18px 10px;
    width: 100%;
  }
}
.shinseiList > li .btn a span {
  background: #FFE9F0;
}
.shinseiList > li .btn a span path {
  stroke: #F1457D;
}
.shinseiList > li .btn a:hover {
  background: #FFE9F0;
}
.shinseiList > li .btn a:hover span {
  background: #F1457D;
}
.shinseiList > li .btn a:hover span path {
  stroke: #fff;
}
.shinseiList > li h4 {
  text-align: center;
  font-size: 2.4rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.shinseiList > li h4:before, .shinseiList > li h4:after {
  content: "";
  height: 1px;
  background-color: #ccc;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.shinseiList > li h4:before {
  margin-right: 20px;
}
@media only screen and (max-width: 1081px) {
  .shinseiList > li h4:before {
    margin-right: 10px;
  }
}
.shinseiList > li h4:after {
  margin-left: 20px;
}
@media only screen and (max-width: 1081px) {
  .shinseiList > li h4:after {
    margin-left: 10px;
  }
}
.shinseiList > li h5 {
  color: #F1457D;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 16px;
  text-align: center;
}
.shinseiList > li h5 span {
  display: inline-block;
  padding-left: 32px;
  background: url(../img/iconMap.png) left center/17px no-repeat;
}
.shinseiList > li .areaList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1081px) {
  .shinseiList > li .areaList {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.shinseiList > li .areaList li {
  display: inline-block;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1081px) {
  .shinseiList > li .areaList li {
    width: 32%;
  }
}
@media only screen and (max-width: 440px) {
  .shinseiList > li .areaList li {
    width: 48%;
  }
}
.shinseiList > li .areaList li a {
  display: inline-block;
  background: #F1457D;
  color: #fff;
  border-radius: 10px;
  padding: 8px 20px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.1em;
  -webkit-box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.25);
  border: 2px solid #F1457D;
}
@media only screen and (max-width: 1081px) {
  .shinseiList > li .areaList li a {
    font-size: 1.6rem;
    display: block;
  }
}
.shinseiList > li .areaList li a:hover {
  background: #fff;
  color: #F1457D;
}
.shinseiList > li .areaList li:not(:last-of-type) {
  margin-right: 12px;
}
@media only screen and (max-width: 1081px) {
  .shinseiList > li .areaList li:not(:last-of-type) {
    margin-right: 0;
  }
}

.contentsContact {
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
}
@media only screen and (max-width: 1081px) {
  .contentsContact {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.6rem;
  }
}
.contentsContact img {
  margin-top: -10px;
}
@media only screen and (max-width: 1081px) {
  .contentsContact img {
    margin-top: 0;
  }
}

.contentsWrapPink {
  background: #FFE9F0;
  padding: 60px 0 80px;
}
@media only screen and (max-width: 1081px) {
  .contentsWrapPink {
    padding: 40px 0 60px;
  }
}
.contentsWrapPink h2.shinseiH2 {
  text-align: center;
  margin-bottom: 30px;
}
.contentsWrapPink h2.shinseiH2 span {
  display: inline-block;
  position: relative;
  padding: 0 14px;
}
.contentsWrapPink h2.shinseiH2 span:before {
  content: "";
  display: block;
  background: #333;
  width: 2px;
  height: 30px;
  position: absolute;
  right: 0px;
  top: 4px;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
.contentsWrapPink h2.shinseiH2 span:after {
  content: "";
  display: block;
  background: #333;
  width: 2px;
  height: 30px;
  position: absolute;
  left: 0px;
  top: 4px;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-transform: rotate(155deg);
          transform: rotate(155deg);
}

.flowBtn {
  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;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1081px) {
  .flowBtn {
    margin-bottom: 40px;
  }
}
.flowBtn li {
  margin-left: 15px;
  margin-right: 15px;
}
@media only screen and (max-width: 1081px) {
  .flowBtn li {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
.flowBtn li a {
  display: inline-block;
  background: #F1457D;
}
@media only screen and (max-width: 1081px) {
  .flowBtn li a {
    width: 100%;
  }
}
.flowBtn li a span svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media only screen and (max-width: 1081px) {
  .flowBtn li a span svg {
    width: 16px;
    right: 7px;
  }
}
.flowBtn li:last-of-type.btn a {
  background: #03B046;
  color: #fff;
  width: 100%;
  display: block;
  border-color: #03B046;
}
.flowBtn li:last-of-type.btn a span {
  background: #fff;
}
.flowBtn li:last-of-type.btn a span path {
  stroke: #03B046;
}
.flowBtn li:last-of-type.btn a:hover {
  background: #fff;
  color: #03B046;
}
.flowBtn li:last-of-type.btn a:hover span {
  background: #03B046;
  color: #fff;
}
.flowBtn li:last-of-type.btn a:hover span path {
  stroke: #fff;
}
@media only screen and (max-width: 1081px) {
  .flowBtn li:first-of-type, .flowBtn li:nth-child(2) {
    margin-bottom: 20px;
  }
}

.floWContents {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.floWContents h3 {
  background: #F1457D;
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 1081px) {
  .floWContents h3 {
    line-height: 1.4em;
    font-size: 2rem;
  }
}
.floWContents h3 span {
  font-size: 1.6rem;
  display: block;
  margin-left: 10px;
}
@media only screen and (max-width: 1081px) {
  .floWContents h3 span {
    display: block;
    margin-left: 0;
    width: 100%;
  }
}
.floWContents .cont {
  padding: 0 70px;
}
@media only screen and (max-width: 1081px) {
  .floWContents .cont {
    padding: 0 20px;
  }
}
.floWContents h4 {
  color: #F1457D;
  text-align: center;
  margin-bottom: 40px;
}
.floWContents h4 span:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6em;
}
@media only screen and (max-width: 1081px) {
  .floWContents h4 span:first-of-type {
    font-size: 2rem;
  }
}
.floWContents h4 span:first-of-type:before, .floWContents h4 span:first-of-type:after {
  content: "";
  height: 1px;
  background: #F1457D;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: inline-block;
  margin-right: 10px;
}
.floWContents h4 span:first-of-type:after {
  margin-right: 0;
  margin-left: 10px;
}
.floWContents h4 span:last-of-type {
  margin-top: 10px;
  font-size: 1.6rem;
  display: block;
  width: 100%;
  line-height: 1.5em;
  font-weight: 700;
}
.floWContents h5 {
  background: #FFE9F0;
  font-size: 2rem;
  padding: 4px 20px;
}
.floWContents h6 {
  font-size: 2rem;
  color: #F1457D;
  font-weight: 700;
  margin-bottom: 10px;
  border-bottom: 1px solid #F1457D;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

#identification02 {
  margin-bottom: 10px;
  /*font-size: 2rem;
  font-weight: 700;*/
}
#identification02 span {
  /*font-weight: 500;
  font-size: 1.6rem;
  display: inline-block;
  margin-left: 10px;*/
}

.flowList {
  margin-bottom: 40px;
}
.flowList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
}
@media only screen and (max-width: 1081px) {
  .flowList li {
    font-size: 1.6rem;
  }
}
.flowList li img {
  display: block;
  margin: 0 auto 10px;
}
.flowList li .txtBox {
  width: calc(100% - 112px);
}
@media only screen and (max-width: 1081px) {
  .flowList li .txtBox {
    width: 100%;
  }
}
.flowList li .txtBox .ttl {
  line-height: 1.1em;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1081px) {
  .flowList li .txtBox .ttl {
    font-size: 1.8rem;
  }
}
.flowList li .txtBox p.komeTxt {
  font-size: 1.4rem;
}
.flowList li:not(:last-of-type) {
  border-bottom: 1px dashed #CCCCCC;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.flowKome {
  background: #FFFCE2;
  text-align: center;
  font-size: 1.4rem;
  padding: 10px 0;
  border-radius: 6px;
  margin-bottom: 60px;
}

.cutKome {
  background: #FFFCE2;
  padding: 20px 40px;
  margin-bottom: 60px;
  border-radius: 20px;
}
@media only screen and (max-width: 1081px) {
  .cutKome {
    padding: 20px;
  }
}
.cutKome p {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
  border-bottom: solid 1px #333;
  padding-bottom: 10px;
}

.kShinsei {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.kShinsei > li {
  width: 100%;
  text-align: center;
}
.kShinsei > li p {
  font-weight: 700;
  color: #F1457D;
  margin-bottom: 5px;
}
.kShinsei > li img {
  margin-bottom: 20px;
}
.kShinsei > li .btn {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.kShinsei > li .btn a {
  padding: 18px 0;
  width: 100%;
}
@media only screen and (max-width: 1081px) {
  .kShinsei > li .btn a {
    padding: 10px 50px 10px 10px;
  }
}

.contentsWrapGreen {
  background: #E2EFD2 url(../img/footerIllust.png) right bottom/503px no-repeat;
}
@media only screen and (max-width: 1081px) {
  .contentsWrapGreen {
    background-size: 70%;
    padding-bottom: 80px;
  }
}
.contentsWrapGreen .floWContents {
  position: relative;
}
.contentsWrapGreen .floWContents h3 {
  background: #03B046;
}
.contentsWrapGreen .floWContents .btn a {
  background: #03B046;
  color: #fff;
  border-color: #03B046;
}
.contentsWrapGreen .floWContents .btn a span {
  background: #fff;
}
.contentsWrapGreen .floWContents .btn a span path {
  stroke: #03B046;
}
.contentsWrapGreen .floWContents .btn a:hover {
  background: #fff;
  color: #03B046;
}
.contentsWrapGreen .floWContents .btn a:hover span {
  background: #03B046;
  color: #fff;
}
.contentsWrapGreen .floWContents .btn a:hover span path {
  stroke: #fff;
}
.contentsWrapGreen h5 {
  background: #E2EFD2;
}

/*----------------------------------------------------	
 	持参物
----------------------------------------------------*/
.bringList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
  margin-top: 40px;
}
.bringList li {
  width: 32%;
  position: relative;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 20px;
}
@media only screen and (max-width: 1081px) {
  .bringList li {
    width: 100%;
    padding: 20px 20px 20px;
  }
}
.bringList li .num {
  width: 44px;
  height: 44px;
  border-radius: 40px;
  background: #F1457D;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2em;
  text-align: center;
  position: absolute;
  left: 4px;
  top: -20px;
  padding-top: 4px;
}
.bringList li .ttl {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.4em;
}
.bringList li img {
  margin-bottom: 20px;
}
.bringList li a {
  color: #333;
  font-size: 1.4rem;
  text-decoration: underline;
  text-underline-offset: 3px;
  position: relative;
}
.bringList li a svg {
  width: 12px;
  margin-left: 4px;
}
.bringList li a svg path {
  stroke: #333;
}
.bringList li:last-of-type .ttl {
  margin-bottom: 44px;
}
@media only screen and (max-width: 1081px) {
  .bringList li:last-of-type .ttl {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1081px) {
  .bringList li:not(:last-of-type) {
    margin-bottom: 40px;
  }
}

.bringWrap {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bringWrap .photoBox {
  width: 137px;
}
@media only screen and (max-width: 1081px) {
  .bringWrap .photoBox {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
.bringWrap .txtBox {
  width: calc(100% - 167px);
}
@media only screen and (max-width: 1081px) {
  .bringWrap .txtBox {
    width: 100%;
  }
}
.bringWrap p.ttl {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 30px;
}
.bringWrap .bringList02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1081px) {
  .bringWrap .bringList02 {
    margin-bottom: 20px;
  }
}
.bringWrap .bringList02 li {
  width: 48%;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 20px 0 10px;
  position: relative;
}
@media only screen and (max-width: 1081px) {
  .bringWrap .bringList02 li {
    width: 100%;
    padding: 36px 20px 20px;
    text-align: justify;
  }
}
.bringWrap .bringList02 li .num {
  width: 44px;
  height: 44px;
  border-radius: 40px;
  background: #03B046;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2em;
  text-align: center;
  position: absolute;
  left: 10px;
  top: -20px;
  padding-top: 4px;
}
.bringWrap .bringList02 li .ttl {
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.4em;
  font-size: 1.6rem;
}
.bringWrap .bringList02 li .komeTxt {
  font-size: 1.4rem;
  line-height: 1.2em;
}
@media only screen and (max-width: 1081px) {
  .bringWrap .bringList02 li:first-of-type {
    margin-bottom: 50px;
  }
}
.bringWrap .komeTxt.red {
  line-height: 1.4em;
}

.tsuchiBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1081px) {
  .tsuchiBox p {
    margin-bottom: 20px;
  }
}

h4 {
  margin-bottom: 20px;
  font-size: 2rem;
}
@media only screen and (max-width: 1081px) {
  h4 {
    line-height: 1.2em;
  }
}
h4 span {
  font-size: 1.4rem;
  font-weight: 500;
}
@media only screen and (max-width: 1081px) {
  h4 span {
    display: block;
    margin-top: 10px;
  }
}

h5 {
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 30px;
}

.documentBox {
  margin-bottom: 40px;
}
.documentBox dt {
  background: #DA2216;
  color: #fff;
  padding: 6px 20px;
  font-size: 2rem;
  line-height: 1.2em;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.documentBox dt:last-of-type {
  background: #469BF8;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.documentBox dd {
  border: 2px solid #DA2216;
  border-top: none;
  border-bottom: none;
  padding: 20px 20px 0;
  font-size: 1.6rem;
}
.documentBox dd:last-of-type {
  border-color: #469BF8;
  border-bottom: 2px solid #469BF8;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.documentBox dd .red {
  line-height: 1.4em;
  margin-bottom: 16px;
}
.documentBox dd span {
  font-size: 1.4rem;
}
.documentBox dd .basicList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.documentBox dd .basicList li {
  width: calc(50% - 20px);
  line-height: 1.2em;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1081px) {
  .documentBox dd .basicList li {
    width: 100%;
  }
}

.twoClmn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}
.twoClmn > div {
  width: 46.2%;
}
@media only screen and (max-width: 1081px) {
  .twoClmn > div {
    width: 100%;
  }
}
@media only screen and (max-width: 1081px) {
  .twoClmn > div:first-of-type {
    margin-bottom: 40px;
  }
}

.telDl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.telDl dt {
  width: 30%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #CCCCCC;
  line-height: 1.4em;
}
@media only screen and (max-width: 1081px) {
  .telDl dt {
    width: 100%;
    border: none;
    padding-bottom: 0;
    margin-bottom: 5px;
  }
}
.telDl dd {
  width: 68%;
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #CCCCCC;
  line-height: 1.2em;
  font-size: 2.2rem;
  line-height: 1em;
}
@media only screen and (max-width: 1081px) {
  .telDl dd {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.telDl dd.telNum {
  font-size: 2.6rem;
}
.telDl dd span {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4em;
  display: block;
  margin-top: 10px;
}

.mb30sp10 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1081px) {
  .mb30sp10 {
    margin-bottom: 10px;
  }
}

/*----------------------------------------------------
 	footer
----------------------------------------------------*/
footer {
  padding: 70px 0 40px;
  text-align: center;
  background: #FFE8BB;
}
@media only screen and (max-width: 1081px) {
  footer {
    padding: 60px 0 140px;
  }
}
footer h2 {
  background: none;
  font-size: 4.2rem;
  color: #333;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1081px) {
  footer h2 {
    font-size: 3rem;
  }
}
footer .contents {
  position: relative;
  z-index: 0;
}
footer .contents img.ftMaina {
  position: absolute;
  top: -140px;
  left: -70px;
}
@media only screen and (max-width: 1081px) {
  footer .contents img.ftMaina {
    left: -10px;
  }
}
footer .contents address {
  font-weight: 700;
  margin-bottom: 20px;
  font-style: normal;
}
footer .contents address span {
  font-size: 2rem;
}
footer .contents .ftLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1081px) {
  footer .contents .ftLink {
    max-width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 1081px) {
  footer .contents .ftLink li {
    width: 100%;
  }
}
@media only screen and (max-width: 1081px) {
  footer .contents .ftLink li:first-of-type {
    margin-bottom: 10px;
  }
}
footer .contents .komeTxt {
  text-align: center;
  margin-bottom: 40px;
}
footer .contents .telCap {
  margin-bottom: 40px;
}
footer .contents .ppLink {
  text-underline-offset: 3px;
  margin-bottom: 40px;
}
footer .contents .ppLink a {
  text-decoration: underline;
}

#copyright {
  font-size: 1.4rem;
}

#fixNav {
  width: 100%;
  position: fixed;
  z-index: 100000000;
  top: 0;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  padding: 10px 0;
  -webkit-box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1081px) {
  #fixNav {
    top: auto;
    bottom: 0;
  }
}
#fixNav ul {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 700;
  line-height: 1.4em;
  font-size: 1.5rem;
}
@media only screen and (max-width: 1081px) {
  #fixNav ul {
    width: 92%;
  }
}
#fixNav ul li {
  width: 24.4%;
  margin-bottom: 0;
}
@media only screen and (max-width: 1081px) {
  #fixNav ul li {
    width: 49%;
  }
}
#fixNav ul li a {
  border-radius: 10px;
  height: 100%;
  background: #F1457D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  padding: 6px 0;
  border: 2px solid #F1457D;
}
@media only screen and (max-width: 1081px) {
  #fixNav ul li a {
    border: none;
    padding: 0;
  }
}
#fixNav ul li a img {
  display: none;
}
@media only screen and (max-width: 1081px) {
  #fixNav ul li a img {
    display: block;
    max-height: 52px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 1081px) {
  #fixNav ul li a span {
    display: none;
  }
}
#fixNav ul li a .fixNav {
  display: block;
}
@media only screen and (max-width: 1081px) {
  #fixNav ul li a .fixNav {
    display: none;
  }
}
#fixNav ul li a .fixNav svg {
  display: block;
  margin-left: 16px;
  margin-right: 10px;
}
@media only screen and (max-width: 1081px) {
  #fixNav ul li a .fixNav svg {
    display: none;
  }
}
#fixNav ul li a:hover {
  background: #fff;
  color: #F1457D;
}
@media only screen and (max-width: 1081px) {
  #fixNav ul li a:hover {
    background: #F1457D;
  }
}
#fixNav ul li a:hover .fixNav svg path {
  stroke: #F1457D;
  fill: #F1457D;
}
@media only screen and (max-width: 1081px) {
  #fixNav ul li a:hover .fixNav svg {
    display: none;
  }
}
#fixNav ul li svg {
  display: none;
}
#fixNav ul li:nth-child(2) a {
  background: #03B046;
  border-color: #03B046;
}
#fixNav ul li:nth-child(2) a:hover {
  background: #fff;
  color: #03B046;
}
@media only screen and (max-width: 1081px) {
  #fixNav ul li:nth-child(2) a:hover {
    background: #03B046;
  }
}
#fixNav ul li:nth-child(2) a:hover svg path {
  stroke: #03B046;
  fill: #03B046;
}
#fixNav ul li:nth-child(2) a span:nth-child(2) {
  background: none;
}
#fixNav ul li:nth-child(2) a .fixNav svg {
  margin-left: 4px;
  margin-right: 4px;
}
#fixNav ul li:nth-child(3) a {
  background: #469BF8;
  border-color: #469BF8;
}
#fixNav ul li:nth-child(3) a:hover {
  background: #fff;
  color: #469BF8;
}
@media only screen and (max-width: 1081px) {
  #fixNav ul li:nth-child(3) a:hover {
    background: #469BF8;
  }
}
#fixNav ul li:nth-child(3) a:hover svg path {
  stroke: #469BF8;
  fill: #469BF8;
}
#fixNav ul li:nth-child(3) a span:nth-child(2) {
  background: none;
}
#fixNav ul li:nth-child(3) a .fixNav svg {
  margin-left: 22px;
}
#fixNav ul li:nth-child(4) a {
  background: #FF8E0E;
  border-color: #FF8E0E;
}
#fixNav ul li:nth-child(4) a:hover {
  background: #fff;
  color: #FF8E0E;
}
@media only screen and (max-width: 1081px) {
  #fixNav ul li:nth-child(4) a:hover {
    background: #FF8E0E;
  }
}
#fixNav ul li:nth-child(4) a:hover svg path {
  stroke: #FF8E0E;
  fill: #FF8E0E;
}
#fixNav ul li:nth-child(4) a span:nth-child(2) {
  background: none;
}
#fixNav ul li:nth-child(4) a .fixNav svg {
  margin-left: 22px;
  margin-right: 6px;
}
@media only screen and (max-width: 1081px) {
  #fixNav ul li:first-of-type, #fixNav ul li:nth-child(2) {
    margin-bottom: 10px;
  }
}

/*----------------------------------------------------	
 	ページcommon
----------------------------------------------------*/
.pcCenter {
  text-align: center;
}
@media only screen and (max-width: 1081px) {
  .pcCenter {
    text-align: left;
  }
}

@media only screen and (max-width: 1081px) {
  .sp92Wrap {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

.btn a,
.btn button.btnSubmit {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  background: #F1457D;
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 1em;
  padding: 18px 70px;
  border-radius: 100px;
  position: relative;
  cursor: pointer;
  border: 2px solid #F1457D;
  -webkit-box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.25);
  text-decoration: none;
}
@media only screen and (max-width: 1081px) {
  .btn a,
  .btn button.btnSubmit {
    font-size: 1.6rem;
    line-height: 1.4em;
    padding: 14px 50px 14px 0;
    width: 100%;
  }
}
.btn a span,
.btn button.btnSubmit span {
  background: #fff;
  border-radius: 100px;
  position: absolute;
  right: 13px;
  width: 30px;
  height: 30px;
  top: 13px;
  display: block;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
@media only screen and (max-width: 1081px) {
  .btn a span,
  .btn button.btnSubmit span {
    margin-bottom: auto;
    margin-top: auto;
    top: 0;
    bottom: 0;
  }
}
.btn a span svg,
.btn button.btnSubmit span svg {
  position: absolute;
  right: 6px;
  top: 9px;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.btn a span path,
.btn button.btnSubmit span path {
  stroke: #F1457D;
}
.btn a:hover,
.btn button.btnSubmit:hover {
  background: #fff;
  color: #F1457D;
}
.btn a:hover span,
.btn button.btnSubmit:hover span {
  background-color: #F1457D;
}
.btn a:hover span path,
.btn button.btnSubmit:hover span path {
  stroke: #fff;
}

.breadcrumb {
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2rem;
  padding: 0 20px 40px;
  color: #03B046;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.breadcrumb li {
  display: inline-block;
}
.breadcrumb a {
  color: #ddd;
  display: inline-block;
  position: relative;
  padding-right: 30px;
  font-weight: 500;
}
.breadcrumb a:after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #ddd;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin-bottom: auto;
  margin-top: auto;
}

.basicList li {
  list-style-type: disc;
  margin-left: 20px;
}
.basicList li:not(:last-of-type) {
  margin-bottom: 5px;
}
.basicList.text14 {
  font-size: 1.4rem;
}

.attensionList li {
  margin-left: 25px;
  list-style-type: disc;
}
.attensionList li:not(:last-of-type) {
  margin-bottom: 5px;
}

.komeList li {
  position: relative;
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.6em;
}
.komeList li:not(:last-of-type) {
  margin-bottom: 20px;
}
.komeList li:before {
  content: "※";
}
.komeList li a {
  text-decoration: underline;
  color: #469BF8;
}
.komeList.li0 li:not(:last-of-type) {
  margin-bottom: 5px;
}

.komeTxt {
  position: relative;
  margin-left: 1em;
  text-indent: -1em;
}
.komeTxt:before {
  content: "※";
}

.basicDl dt {
  font-weight: 700;
  margin-bottom: 10px;
  display: inline-block;
  border-bottom: 1px solid #333;
}
.basicDl dd {
  font-size: 1.5rem;
}
.basicDl dd:not(:last-of-type) {
  margin-bottom: 30px;
}

.basicOlist {
  margin-bottom: 20px;
}
.basicOlist > li {
  list-style-type: decimal;
  margin-left: 30px;
}
.basicOlist > li:not(:last-of-type) {
  margin-bottom: 10px;
}
.basicOlist.li40 li:not(:last-of-type) {
  margin-bottom: 40px;
}

.sitemapList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}
.sitemapList li {
  width: 49%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1081px) {
  .sitemapList li {
    width: 100%;
    margin-bottom: 15px;
  }
}
.sitemapList li a {
  position: relative;
  display: block;
  padding-left: 16px;
}
.sitemapList li a:before {
  font-family: "Font Awesome 6 Free";
  content: "\f054";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-size: 1.4rem;
  width: 14px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 4px;
  font-weight: 700;
  color: #03B046;
}

.videoContainer {
  position: relative;
  padding-bottom: 50.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 30px;
  width: 90%;
  margin: 0 auto 20px;
}

.videoContainer iframe,
.videoContainer object,
.videoContainer embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*----------------------------------------------------	
 	商業施設
----------------------------------------------------*/
.contentsWrapGreen.contentsWrapShogyo {
  padding: 60px 0 120px;
}
.contentsWrapGreen.contentsWrapShogyo .floWContents {
  margin-bottom: 60px;
}
.contentsWrapGreen.contentsWrapShogyo h2 {
  margin-bottom: 50px;
}
.contentsWrapGreen.contentsWrapShogyo .flowBtn {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1081px) {
  .contentsWrapGreen.contentsWrapShogyo .flowBtn {
    max-width: 100%;
  }
}
.contentsWrapGreen.contentsWrapShogyo .flowBtn li {
  width: 32.4%;
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (max-width: 1081px) {
  .contentsWrapGreen.contentsWrapShogyo .flowBtn li {
    width: 100%;
  }
}
.contentsWrapGreen.contentsWrapShogyo .flowBtn li a {
  background: #03B046;
  color: #fff;
  width: 100%;
  display: block;
  border-color: #03B046;
}
@media only screen and (max-width: 1081px) {
  .contentsWrapGreen.contentsWrapShogyo .flowBtn li a {
    padding: 14px 0;
  }
}
.contentsWrapGreen.contentsWrapShogyo .flowBtn li a span {
  background: #fff;
}
.contentsWrapGreen.contentsWrapShogyo .flowBtn li a span path {
  stroke: #03B046;
}
.contentsWrapGreen.contentsWrapShogyo .flowBtn li a:hover {
  background: #fff;
  color: #03B046;
}
.contentsWrapGreen.contentsWrapShogyo .flowBtn li a:hover span {
  background: #03B046;
  color: #fff;
}
.contentsWrapGreen.contentsWrapShogyo .flowBtn li a:hover span path {
  stroke: #fff;
}
.contentsWrapGreen.contentsWrapShogyo .floWContents h3 {
  margin-bottom: 40px;
}

#shogyo,
#shimin {
  padding-top: 100px;
  margin-top: -100px;
}

#shogyo {
  margin-bottom: 80px;
}

.shogyoList > li {
  margin-bottom: 50px;
}
.shogyoList > li > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.shogyoList > li .mapBox {
  width: 44%;
}
@media only screen and (max-width: 1081px) {
  .shogyoList > li .mapBox {
    width: 100%;
  }
}
.shogyoList > li h4 {
  background: #E2EFD2;
  color: #333;
  text-align: left;
  font-size: 2.2rem;
  padding: 4px 10px;
  margin-bottom: 20px;
}
.shogyoList > li .txtBox {
  width: 52%;
}
@media only screen and (max-width: 1081px) {
  .shogyoList > li .txtBox {
    width: 100%;
  }
}
.shogyoList > li .txtBox dl {
  overflow: hidden;
  margin-bottom: 20px;
}
.shogyoList > li .txtBox dl dt {
  width: 6em;
  clear: both;
  float: left;
  text-align: center;
  background: #03B046;
  color: #fff;
  line-height: 1.1em;
  font-weight: 700;
  border-radius: 6px;
  padding: 6px 10px;
  margin-bottom: 10px;
  font-size: 1.4rem;
}
.shogyoList > li .txtBox dl dd {
  margin-bottom: 10px;
  width: calc(100% - 6.8em);
  float: right;
  font-size: 1.5rem;
}
.shogyoList > li .txtBox .basicList li {
  line-height: 1.4em;
}
.shogyoList > li .txtBox .basicList li:not(:last-of-type) {
  margin-bottom: 10px;
}
.shogyoList > li .txtBox .komeTxt {
  font-size: 1.4rem;
  color: #DA2216;
  margin-bottom: 10px;
  line-height: 1.6em;
}
.shogyoList > li .txtBox .komeList {
  font-size: 1.4rem;
  color: #DA2216;
}
.shogyoList > li .txtBox .komeList li {
  line-height: 1.6em;
}
.shogyoList > li .txtBox .komeList li:not(:last-of-type) {
  margin-bottom: 5px;
}
.shogyoList > li .txtBox .btn a {
  padding: 10px 0;
  width: 100%;
  font-size: 1.6rem;
}
.shogyoList > li .txtBox .btn a span {
  width: 24px;
  height: 24px;
  top: 6px;
}
.shogyoList > li .txtBox .btn a span svg {
  width: 14px;
  right: 5px;
  top: 6px;
}
.contentsWrapGreen.contentsWrapShiyakusyo {
  background: #dff5ff url(../img/footerIllust.png) right bottom/503px no-repeat;
  padding: 60px 0 120px;
}
@media only screen and (max-width: 1081px) {
  .contentsWrapGreen.contentsWrapShiyakusyo {
    background-size: 70%;
    padding-bottom: 80px;
  }
}
.contentsWrapGreen.contentsWrapShiyakusyo .floWContents {
  margin-bottom: 60px;
}
.contentsWrapGreen.contentsWrapShiyakusyo h2 {
  margin-bottom: 50px;
}
.contentsWrapGreen.contentsWrapShiyakusyo .flowBtn {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1081px) {
  .contentsWrapGreen.contentsWrapShiyakusyo .flowBtn {
    max-width: 100%;
  }
}
.contentsWrapGreen.contentsWrapShiyakusyo .flowBtn li {
  width: 49%;
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (max-width: 1081px) {
  .contentsWrapGreen.contentsWrapShiyakusyo .flowBtn li {
    width: 100%;
  }
}
.contentsWrapGreen.contentsWrapShiyakusyo .floWContents h3 {
  margin-bottom: 40px;
  background: #469BF8;
}
.contentsWrapGreen.contentsWrapShiyakusyo .shogyoList > li h4 {
  background: #dff5ff;
}
.contentsWrapGreen.contentsWrapShiyakusyo .shogyoList > li .txtBox dl dt {
  background: #469BF8;
}

.areaListSub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1081px) {
  .areaListSub {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.areaListSub li {
  margin-left: 10px;
  margin-right: 10px;
}
@media only screen and (max-width: 1081px) {
  .areaListSub li {
    width: 32%;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 440px) {
  .areaListSub li {
    width: 48%;
  }
}
.areaListSub li a {
  display: inline-block;
  border: 2px solid #469BF8;
  background: #469BF8;
  color: #fff;
  font-weight: 700;
  border-radius: 6px;
  text-align: center;
  padding: 10px 44px 10px 10px;
  position: relative;
}
@media only screen and (max-width: 1081px) {
  .areaListSub li a {
    width: 100%;
    padding: 6px 44px 6px 10px;
  }
}
.areaListSub li a span {
  background: #fff;
  border-radius: 100px;
  position: absolute;
  right: 10px;
  width: 24px;
  height: 24px;
  top: 13px;
  display: block;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
@media only screen and (max-width: 1081px) {
  .areaListSub li a span {
    top: 9px;
  }
}
.areaListSub li a span svg {
  position: absolute;
  right: 5px;
  top: 7px;
  width: 14px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.areaListSub li a span svg path {
  stroke: #469BF8;
}
@media only screen and (max-width: 1081px) {
  .areaListSub li a span svg {
    width: 16px;
    right: 4px;
  }
}
.areaListSub li a:hover {
  background: #fff;
  color: #469BF8;
}
.areaListSub li a:hover span {
  background: #469BF8;
}
.areaListSub li a:hover span svg path {
  stroke: #fff;
}

.pointBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFCE2;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 20px;
  line-height: 1.4em;
}
.pointBox img {
  margin-right: 10px;
  display: inline-block;
}

.shiyakusyoList li {
  padding-top: 100px;
  margin-top: -100px;
}
.shiyakusyoList li:not(:last-of-type) {
  margin-bottom: 60px;
}

/*----------------------------------------------------	
 	公民館
----------------------------------------------------*/
.contentsWrapSub.contentsWrapPink {
  background: #FFE9F0 url(../img/footerIllust.png) right bottom/503px no-repeat;
}
@media only screen and (max-width: 1081px) {
  .contentsWrapSub.contentsWrapPink {
    background-size: 70%;
    padding-bottom: 80px;
  }
}
.contentsWrapSub.contentsWrapPink h2 {
  margin-bottom: 50px;
}
.contentsWrapSub.contentsWrapPink .floWContents {
  margin-bottom: 60px;
  padding-bottom: 40px;
}

.googleMaps {
  margin-bottom: 20px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 300px;
}
.googleMaps iframe,
.googleMaps object,
.googleMaps embed {
  width: 100% !important;
  height: 300px;
}

/*----------------------------------------------------	
 	フォーム
----------------------------------------------------*/
.contentsWrapGreen.contentsWrapContact {
  background: #FFFCE2 url(../img/footerIllust.png) right bottom/503px no-repeat;
  padding: 60px 0 120px;
}
@media only screen and (max-width: 1081px) {
  .contentsWrapGreen.contentsWrapContact {
    background-size: 70%;
    padding-bottom: 80px;
  }
}
.contentsWrapGreen.contentsWrapContact h2 {
  margin-bottom: 50px;
}
.contentsWrapGreen.contentsWrapContact .floWContents .cont {
  padding-top: 60px;
  padding-bottom: 60px;
}
.contentsWrapGreen.contentsWrapContact .floWContents .cont a {
  text-decoration: underline;
}
.contentsWrapGreen.contentsWrapContact .floWContents .cont .attTxt {
  margin-bottom: 40px;
}
.contentsWrapGreen.contentsWrapContact .floWContents .cont .btn a {
  text-decoration: none;
}

.contactFlow ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #FFE8BB;
  margin-bottom: 40px;
  border-radius: 10px;
  overflow: hidden;
}
.contactFlow ul li {
  position: relative;
  padding: 14px 0;
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  width: 33.3333333333%;
  color: #FF8E0E;
}
@media only screen and (max-width: 1081px) {
  .contactFlow ul li {
    line-height: 1.4em;
  }
}
.contactFlow ul li.current {
  background: #FF8E0E;
  color: #fff;
}
.contactFlow ul li:not(.current) {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
@media only screen and (max-width: 1081px) {
  .contactFlow ul li span {
    display: block;
    line-height: 1.1em;
  }
}

.hissu {
  font-size: 1.2rem;
  background: #DA2216;
  color: #fff;
  border-radius: 4px;
  padding: 4px 6px;
  line-height: 1.1em;
  font-weight: 700;
  margin-right: 6px;
}
.hissu.nini {
  background: #469BF8;
}

input[type=text], input[type=tel], input[type=email], input[type=password], textarea {
  padding: 16px 10px;
  text-align: left;
  line-height: 1.1em;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 100%;
  background: #F7F7F7;
}

input[type=text], input[type=tel], input[type=email], input[type=password] {
  max-height: 50px;
}

input:focus, textarea:focus {
  background: #FFFCE2;
}

input[type=image] {
  max-width: 100%;
  height: auto;
}

input[type=checkbox],
input[type=radio] {
  margin-right: 5px;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=password] {
  width: 100%;
  display: block;
  font-size: 1.8rem;
}
@media only screen and (max-width: 1081px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password] {
    font-size: 1.6rem;
  }
}

textarea {
  width: 100%;
  max-width: 798px;
  display: block;
  padding: 20px;
  font-size: 1.8rem;
  line-height: 1.6em;
}
@media only screen and (max-width: 1081px) {
  textarea {
    font-size: 1.6rem;
  }
}

label,
input[type=text],
input[type=tel],
input[type=email],
input[type=checkbox],
input[type=password],
input[type=radio] {
  display: inline;
  vertical-align: middle;
}

.mw_wp_form .c_photo {
  padding: 6px 20px;
  border-radius: 4px;
  color: #fff;
  background: #03B046;
  border: 1px solid #03B046;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  font-size: 1.6rem;
}
.mw_wp_form .c_photo input[type=file] {
  display: none;
}
.mw_wp_form .c_photo:hover {
  background: #fff;
  color: #03B046;
}

p.fileTxt {
  margin-top: 10px;
}

.douisuru {
  margin-bottom: 10px;
  text-align: center;
  position: relative;
  max-width: 298px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0;
}
.douisuru input {
  position: absolute;
  left: 0;
  top: 14px;
  min-height: auto;
}
.douisuru a[target=_blank].notBlank {
  text-decoration: underline;
  text-underline-offset: 7px;
  margin-right: 0;
  padding-left: 8px;
}

p.myError {
  margin-top: 10px;
  color: #DA2216;
}
p.myError:empty {
  margin-top: 0;
}

button.btnSubmit {
  background: #03B046;
  border: 2px solid #03B046;
  cursor: pointer;
  color: #fff;
  padding: 18px 0;
  width: 340px;
  display: block;
  margin: 40px auto 20px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  position: relative;
}
@media only screen and (max-width: 1081px) {
  button.btnSubmit {
    width: 100%;
  }
}
button.btnSubmit span {
  position: absolute;
  margin-bottom: auto;
  margin-top: auto;
  top: 0;
  bottom: 0;
  background: #fff;
  width: 28px;
  height: 28px;
  border-radius: 30px;
  right: 20px;
}
button.btnSubmit span svg {
  position: absolute;
  top: 8px;
  right: 5px;
}
button.btnSubmit span svg path {
  stroke: #03B046;
}
button.btnSubmit:hover {
  background: #fff;
  color: #03B046;
}
button.btnSubmit:hover span {
  background: #03B046;
}
button.btnSubmit:hover span path {
  stroke: #fff;
}

.check {
  margin-bottom: 40px;
}

.table01 {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
}
.table01 th {
  border-collapse: collapse;
  border-bottom: 1px dashed #ccc;
  font-weight: 700;
  padding: 15px 10px;
  text-align: left;
  width: 25%;
}
@media only screen and (max-width: 1081px) {
  .table01 th {
    width: 100%;
    display: block;
    border-bottom: none;
    padding: 10px;
  }
}
.table01 th .text14 {
  margin-left: 2.4em;
  font-size: 1.4rem;
}
.table01 td {
  border-collapse: collapse;
  border-bottom: 1px dashed #ccc;
  padding: 15px 10px;
}
@media only screen and (max-width: 1081px) {
  .table01 td {
    width: 100%;
    display: block;
    padding: 10px;
  }
}
@media only screen and (max-width: 1081px) {
  .table01 tr:not(:last-of-type) td {
    border-bottom: none;
  }
}

.contentsWrapGreen .floWContents h3.contCtH3 {
  background: none;
  color: #333;
}

/*----------------------------------------------------	
 	404
----------------------------------------------------*/
.notFound h2 {
  background: #F1457D;
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.2em;
  padding: 18px 0;
  margin-bottom: 40px;
}
.notFound h3 {
  background: none;
  color: #333;
}

.pointJisan {
  text-align: center;
  display: inline-block;
  margin-bottom: 20px;
  font-weight: 700;
  position: relative;
}
.pointJisan:before {
  content: "";
  display: block;
  background: #333;
  width: 2px;
  height: 22px;
  position: absolute;
  right: -10px;
  top: 4px;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
@media only screen and (max-width: 1081px) {
  .pointJisan:before {
    display: none;
  }
}
.pointJisan:after {
  content: "";
  display: block;
  background: #333;
  width: 2px;
  height: 22px;
  position: absolute;
  left: -10px;
  top: 4px;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-transform: rotate(155deg);
          transform: rotate(155deg);
}
@media only screen and (max-width: 1081px) {
  .pointJisan:after {
    display: none;
  }
}

.pointList > li {
  counter-increment: cnt;
  padding-left: 42px;
  position: relative;
  text-align: left;
}
.pointList > li:after {
  content: counter(cnt) "";
  color: #fff;
  position: absolute;
  font-weight: 700;
  top: 2px;
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 40px;
  left: 0;
  font-size: 2.4rem;
  background: #28BBB8;
  line-height: 1.1em;
  padding-left: 1px;
}
.pointList > li dl {
  overflow: hidden;
}
.pointList > li dl dt {
  font-size: 2rem;
  font-weight: 700;
  float: left;
  clear: both;
  width: 24%;
  line-height: 1.4em;
}
@media only screen and (max-width: 1081px) {
  .pointList > li dl dt {
    width: 100%;
    margin-bottom: 10px;
  }
}
.pointList > li dl dd {
  width: 74%;
  float: right;
}
@media only screen and (max-width: 1081px) {
  .pointList > li dl dd {
    width: 100%;
  }
}
.pointList > li dl dd .komeList li {
  margin-bottom: 5px;
}
.pointList > li dl dd .komeList li:last-of-type {
  margin-bottom: 0;
}
.pointList > li dl dd a {
  text-decoration: underline;
}
.pointList > li:not(:last-of-type) {
  border-bottom: 1px dashed #CCCCCC;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.splTbl th {
  font-weight: 500;
  padding-right: 20px;
}

.campaignBox {
  background: #fff;
  position: relative;
  border-radius: 20px;
  padding: 40px;
  margin-bottom: 80px;
  text-align: center;
}
@media only screen and (max-width: 1081px) {
  .campaignBox {
    padding: 20px;
  }
}
.campaignBox p {
  font-size: 2.4rem;
  margin-bottom: 30px;
  line-height: 1.6em;
  font-weight: 700;
}
@media only screen and (max-width: 681px) {
  .campaignBox p {
    font-size: 2rem;
    line-height: 1.8em;
  }
}
@media only screen and (max-width: 440px) {
  .campaignBox p {
    font-size: 1.8rem;
  }
}
.campaignBox p span.red {
  color: #DA2216;
  font-size: 3.2rem;
}
@media only screen and (max-width: 440px) {
  .campaignBox p span.red {
    font-size: 2.6rem;
  }
}
.campaignBox p span.line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFF7B3));
  background: linear-gradient(transparent 70%, #FFF7B3 70%);
}
.campaignBox dl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  border-radius: 5px;
  overflow: hidden;
  border: 2px solid #F1457D;
  font-weight: 700;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1081px) {
  .campaignBox dl {
    width: 100%;
  }
}
.campaignBox dl dt {
  background: #F1457D;
  color: #fff;
  padding: 5px 19px;
}
@media only screen and (max-width: 1081px) {
  .campaignBox dl dt {
    width: 100%;
    padding: 5px 0;
  }
}
.campaignBox dl dd {
  padding: 5px 19px;
}
@media only screen and (max-width: 1081px) {
  .campaignBox dl dd {
    width: 100%;
    padding: 5px 0;
  }
}
.campaignBox .btnCap {
  margin-bottom: 20px;
}
.campaignBox .btnCap span {
  display: inline-block;
  position: relative;
}
.campaignBox .btnCap span:before, .campaignBox .btnCap span:after {
  content: "";
  display: block;
  background: #333;
  width: 3px;
  height: 22px;
  position: absolute;
  right: -20px;
  top: 4px;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
}
.campaignBox .btnCap span:after {
  right: auto;
  left: -20px;
  -webkit-transform: rotate(155deg);
  transform: rotate(155deg);
}
@media only screen and (max-width: 1081px) {
  .campaignBox .btn {
    margin-bottom: 20px;
  }
}
.campaignBox .btn a {
  background: #03B046;
  border-color: #03B046;
  width: 400px;
}
.campaignBox .btn a svg path {
  stroke: #03B046;
}
.campaignBox .btn a:hover {
  background: #fff;
  color: #03B046;
}
.campaignBox .btn a:hover span {
  background: #03B046;
}
.campaignBox .btn a:hover span svg path {
  stroke: #fff;
}
@media only screen and (max-width: 1081px) {
  .campaignBox .btn a {
    width: 100%;
  }
}
@media only screen and (max-width: 1081px) {
  .campaignBox .imgBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 20px;
  }
}
.campaignBox .imgBox img {
  position: absolute;
  bottom: 40px;
}
@media only screen and (max-width: 1081px) {
  .campaignBox .imgBox img {
    position: static;
  }
}
.campaignBox .imgBox img:first-of-type {
  left: 64px;
}
@media only screen and (max-width: 1081px) {
  .campaignBox .imgBox img:first-of-type {
    width: 100px;
  }
}
.campaignBox .imgBox img:last-of-type {
  right: 64px;
}
@media only screen and (max-width: 1081px) {
  .campaignBox .imgBox img:last-of-type {
    width: 110px;
  }
}
/*# sourceMappingURL=style.css.map */

#header nav.navLink li a span.red{font-size: 1.3rem;display: inline-block;margin-left: 10px;}
@media only screen and (max-width: 1081px) {
#header nav.navLink li a span.red{display: block;margin-left: 0;}
}

#header nav.navLink ul li.comingLink a,
#fixNav ul li.comingLink a{ pointer-events: none; }
#fixNav ul li.comingLink a{background: #ddd; border-color: #ddd;}
#header nav.navLink ul li.kouminkan{ border-color: #b06fe3;}
#header nav.navLink ul li.kouminkan a span.ttl{background: #b06fe3;}
#header nav.navLink ul li.kouminkan a span.ttl span path{stroke:#b06fe3;}
#fixNav ul li.kouminkan a:hover svg path {stroke: #b06fe3;fill: #b06fe3;}
#header nav.navLink ul li.kouminkan a:hover,
#header nav.navLink ul li.kouminkan a:hover span.navLinkTxt{ color: #b06fe3;}
.shinseiList > li:nth-child(2), .shinseiList > li:nth-child(3){width: 100%;}
.shinseiList > li:nth-child(2) .twoClmn{ margin-top: 20px;margin-bottom: 0;}
.shinseiList > li:nth-child(2) .twoClmn .bgCont{ background: #FFFCE2;padding: 30px 0; border-radius: 20px;font-weight: 700;}
.contentsWrapPoint .shinseiList > li:first-of-type,
.contentsWrapPoint .shinseiList > li:nth-child(2){width: 48.5%;}
.contentsWrapPoint .shinseiList > li.w100{width: 100%;}
.contentsWrapPink.bg{background:#FFE9F0 url(../img/footerIllust.png) right bottom/503px no-repeat;}
#fixNav ul li.kouminkan a .fixNav svg {margin-left: 20px;margin-right: 14px;}
#fixNav ul li.kouminkan a{background: #b06fe3; border-color: #b06fe3;}
#fixNav ul li.kouminkan a:hover{background: #fff;color: #b06fe3;}
.contentsWrapGreen .floWContents .btn.btnBlue a {background: #469BF8;border-color: #469BF8;}
.contentsWrapGreen .floWContents .btn.btnBlue a:hover{background: #fff;color: #469BF8;}
.contentsWrapGreen .floWContents .btn.btnBlue a span path{stroke:#469BF8;}
.contentsWrapGreen .floWContents .btn.btnBlue a:hover span{background: #469BF8;}
.contentsWrapGreen .floWContents .btn.btnBlue a:hover span path{stroke:#fff;}
.shinseiList > li .btn.comingLink a,
.kShinsei > li .btn.comingLink a{pointer-events: none; background: #ddd;color: #fff;box-shadow: none;border: none;}
.kShinsei > li .btn.comingLink a span,
.shinseiList > li .btn.comingLink a span{display: none;}

#header nav.navLink li a span.red{text-indent: -1em; margin-left: 1em;}
