@charset "UTF-8";
/* Scss Document */
main {
  padding-top: 110px; }
  @media (max-width: 560px) {
    main {
      padding-top: 80px; } }

.slider {
  width: 100%; }
  .slider .slide-bg-inner {
    width: 100%;
    aspect-ratio: 2800 / 1104;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: 100% auto; }
    @media (max-width: 560px) {
      .slider .slide-bg-inner {
        aspect-ratio: 700 / 800;
        background-size: auto 100%;
        background-size: auto 100%; } }
  .slider .slide_item1 {
    background-image: url("../img/top/slide_1.jpg"); }
  .slider .slide_item2 {
    background-image: url("../img/top/slide_2.jpg"); }
  .slider .slide_item3 {
    background-image: url("../img/top/slide_3.jpg"); }
  .slider .slide_item4 {
    background-image: url("../img/top/slide_4.jpg"); }
  @media (max-width: 560px) {
    .slider .slide_item1 {
      background-image: url("../img/top/slide_1-sp.jpg"); }
    .slider .slide_item2 {
      background-image: url("../img/top/slide_2-sp.jpg"); }
    .slider .slide_item3 {
      background-image: url("../img/top/slide_3-sp.jpg"); }
    .slider .slide_item4 {
      background-image: url("../img/top/slide_4-sp.jpg"); } }
  .slider .slick-dots {
    bottom: 20px;
    left: 5%;
    text-align: left; }
    @media (max-width: 560px) {
      .slider .slick-dots {
        bottom: 10px; } }
    .slider .slick-dots li button:before {
      font-size: 15px !important;
      color: #f7f7f7;
      opacity: 1; }
    .slider .slick-dots li.slick-active button:before {
      color: #003a70; }
  .slider .slide-arrow {
    display: none;
    bottom: 0;
    margin: auto;
    position: absolute;
    top: 0;
    z-index: 10;
    cursor: pointer; }
  .slider .prev-arrow {
    left: 20px; }
    @media (max-width: 560px) {
      .slider .prev-arrow {
        left: 5px; } }
  .slider .next-arrow {
    right: 20px; }
    @media (max-width: 560px) {
      .slider .next-arrow {
        right: 5px; } }

.title .pankuzu {
  width: 100%;
  box-sizing: border-box;
  padding: 17px 5%;
  text-align: left;
  font-size: 13px;
  line-height: 1.5rem; }
  @media (max-width: 560px) {
    .title .pankuzu {
      padding: 10px 5%; } }
.title .wrap {
  width: 100%;
  border-top-left-radius: 35px;
  height: 230px; }
  @media (max-width: 1350px) {
    .title .wrap {
      height: 200px; } }
  @media (max-width: 560px) {
    .title .wrap {
      height: 150px; } }
  .title .wrap .inner {
    width: 90%;
    max-width: 1100px;
    height: 100%;
    margin: auto;
    position: relative; }
    .title .wrap .inner h2 {
      text-align: left;
      font-size: 34px;
      font-weight: 500;
      line-height: 1.5em;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0; }
      @media (max-width: 1350px) {
        .title .wrap .inner h2 {
          font-size: 28px; } }
      @media (max-width: 560px) {
        .title .wrap .inner h2 {
          font-size: 22px;
          top: 50%; } }
      .title .wrap .inner h2 span {
        display: block;
        position: relative;
        padding-left: 70px;
        font-size: 1.17em; }
        .title .wrap .inner h2 span::before {
          display: block;
          position: absolute;
          top: 50%;
          left: 0;
          content: "";
          height: 1px;
          width: 67px;
          background-color: white; }
        @media (max-width: 560px) {
          .title .wrap .inner h2 span {
            padding-left: 40px; }
            .title .wrap .inner h2 span::before {
              width: 37px; } }
    .title .wrap .inner figure {
      width: 440px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 0;
      mask-image: url("mask.svg");
      mask-repeat: no-repeat;
      mask-position: 0 0;
      mask-size: 100%; }
      .title .wrap .inner figure img {
        width: 100%;
        height: auto; }
      @media (max-width: 1350px) {
        .title .wrap .inner figure {
          width: 230px; } }
      @media (max-width: 560px) {
        .title .wrap .inner figure {
          width: 150px;
          top: 30%;
          right: -5%; } }

.menu-2 {
  width: 100%;
  padding: 30px 0; }
  @media (max-width: 560px) {
    .menu-2 {
      display: none; } }
  .menu-2 > ul {
    width: 100%;
    display: flex;
    justify-content: space-between; }
    .menu-2 > ul > li {
      width: 20%;
      position: relative; }
      .menu-2 > ul > li a {
        display: block;
        width: 96%;
        margin: auto;
        text-align: center;
        font-weight: 700;
        line-height: 2.2em;
        border-bottom: 5px solid; }
        .menu-2 > ul > li a.main {
          height: 75px;
          position: relative; }
        .menu-2 > ul > li a p {
          width: 100%;
          text-align: center;
          line-height: 1.5em;
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%); }
      .menu-2 > ul > li ul {
        position: absolute;
        z-index: 999;
        width: 100%;
        transform: scaleY(0);
        /* ドロップダウンメニューの非表示 */
        transform-origin: center top;
        /* 変形を適応する基準を設定 */
        transition: transform .3s;
        /* 表示の変化をアニメーション化 */ }
        .menu-2 > ul > li ul li {
          font-size: 80%; }
          .menu-2 > ul > li ul li a {
            display: block;
            padding: .3em 0;
            font-weight: 400;
            background-color: #f7f7f7;
            color: #000000;
            border-bottom: 1px solid; }
            .menu-2 > ul > li ul li a:hover {
              background-color: #cccccc;
              color: white;
              opacity: 1; }
      .menu-2 > ul > li:hover ul {
        transform: scaleY(1);
        /* ドロップダウンメニューの表示 */ }
      .menu-2 > ul > li.about a {
        border-bottom-color: #d50032; }
        .menu-2 > ul > li.about a p {
          color: #d50032; }
      .menu-2 > ul > li.child_life a {
        border-bottom-color: #008ad8; }
        .menu-2 > ul > li.child_life a p {
          color: #008ad8; }
      .menu-2 > ul > li.guide a {
        border-bottom-color: #d0006f; }
        .menu-2 > ul > li.guide a p {
          color: #d0006f; }
      .menu-2 > ul > li.ymca a {
        border-bottom-color: #f1c400; }
        .menu-2 > ul > li.ymca a p {
          color: #f1c400; }
      .menu-2 > ul > li.contact a {
        border-bottom-color: #008655; }
        .menu-2 > ul > li.contact a p {
          color: #008655; }
  .about .menu-2 li.about > a {
    background-color: #d50032; }
    .about .menu-2 li.about > a p {
      color: white; }
  .child_life .menu-2 li.child_life > a {
    background-color: #008ad8; }
    .child_life .menu-2 li.child_life > a p {
      color: white; }
  .guide .menu-2 li.guide > a {
    background-color: #d0006f; }
    .guide .menu-2 li.guide > a p {
      color: white; }
  .ymca .menu-2 li.ymca > a {
    background-color: #f1c400; }
    .ymca .menu-2 li.ymca > a p {
      color: white; }
  .contact .menu-2 li.contact > a {
    background-color: #008655; }
    .contact .menu-2 li.contact > a p {
      color: white; }

.wrap_number li a img {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
.wrap_number li a::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  mix-blend-mode: multiply;
  opacity: .5; }
.wrap_number li:first-of-type a {
  background-image: url("../img/top/numbers_img_1.jpg"); }
  .wrap_number li:first-of-type a::after {
    background-color: #d0006f; }
.wrap_number li:nth-of-type(2) a {
  background-image: url("../img/top/numbers_img_2.jpg"); }
  .wrap_number li:nth-of-type(2) a::after {
    background-color: #008655; }
.wrap_number li:nth-of-type(3) a {
  background-image: url("../img/top/numbers_img_3.jpg"); }
  .wrap_number li:nth-of-type(3) a::after {
    background-color: #f1c400; }
.wrap_number li:last-of-type a {
  background-image: url("../img/top/numbers_img_4.jpg"); }
  .wrap_number li:last-of-type a::after {
    background-color: #5c068c; }

/*.wrap_news{
	margin-bottom: 2rem;
	li{
		position: relative;
		padding-bottom: 1.8rem;
		margin-bottom: 2rem;
		h4{
			font-size: 1.2rem;
			color: $c-blue;
			margin-top: 1rem;
		}
		p.sub{
			font-weight: 500;
			font-size: .8rem;
		}
		a.read_more{
			display: block;
			position: absolute;
			left: 0;
			bottom: 0;
			font-size: .8rem;
			font-weight: 500;
			color: $c-cyan;
		}
	}
}*/
.wrap_new {
  border: solid #d0006f 3px;
  border-radius: 30px;
  background: url("../img/top/bg-new.jpg") no-repeat center center;
  background-size: cover;
  font-size: 34px;
  padding: 30px 0 15px; }
  @media (max-width: 1350px) {
    .wrap_new {
      font-size: 25px; } }
  @media (max-width: 560px) {
    .wrap_new {
      padding: 15px 0 10px;
      font-size: 22px; }
      .wrap_new div {
        margin-top: 1rem !important; } }

.wrap_single .content {
  margin-top: 3rem; }
  .wrap_single .content p {
    margin-bottom: 1rem; }
  .wrap_single .content figure {
    margin-bottom: 1rem; }
    .wrap_single .content figure img {
      width: 100%;
      max-width: 100%;
      height: auto; }

.wrap_about {
  position: relative;
  padding: 3rem; }
  @media (max-width: 560px) {
    .wrap_about {
      padding: 6rem 0 12rem; } }
  .wrap_about p {
    position: absolute;
    width: 80%;
    background-color: #fbedb2;
    color: #003a70;
    padding: 1em 1.5em;
    border-radius: 15px;
    font-weight: 500; }
    .wrap_about p:first-of-type {
      top: 0;
      left: -2em; }
    .wrap_about p:last-of-type {
      bottom: 0;
      right: -2em; }
    @media (max-width: 1350px) {
      .wrap_about p:first-of-type {
        left: 0; }
      .wrap_about p:last-of-type {
        right: 0; } }
    @media (max-width: 560px) {
      .wrap_about p:first-of-type {
        left: -10px; }
      .wrap_about p:last-of-type {
        right: -10px; } }

.wrap_rinen {
  background-color: #e5f4fb;
  background-image: url("../img/share/circle.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 420px 420px;
  border-radius: 15px;
  padding: 2rem;
  box-sizing: border-box; }

.wrap_access {
  display: flex;
  flex-wrap: wrap; }
  .wrap_access > div {
    width: 50%; }
    @media (max-width: 560px) {
      .wrap_access > div {
        width: 100%; } }
  .wrap_access .f_access {
    background-color: #fdf6d9;
    color: #003a70;
    text-align: left;
    box-sizing: border-box;
    padding: 1rem 2rem; }
    .wrap_access .f_access h4 {
      font-size: 1.4rem; }
    .wrap_access .f_access address {
      font-style: normal;
      line-height: 1.5rem; }

ul.sitemap {
  text-align: left;
  line-height: 1.5em;
  font-weight: bold; }
  ul.sitemap li {
    margin-bottom: .5em; }
    ul.sitemap li.sub {
      font-size: .9rem;
      padding-left: 1rem; }
  ul.sitemap a:hover {
    opacity: .7; }

.wrap_column2_type1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .wrap_column2_type1.reverse {
    flex-direction: row-reverse; }
  .wrap_column2_type1 .text {
    width: 65%; }
  .wrap_column2_type1 .photo {
    width: 30%; }
  .wrap_column2_type1 figure:nth-of-type(n+2) {
    margin-top: 1rem; }
  @media (max-width: 560px) {
    .wrap_column2_type1 .text, .wrap_column2_type1 .photo {
      width: 100%; }
    .wrap_column2_type1 .text {
      margin-bottom: 1rem; } }

.wrap_column2_type2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .wrap_column2_type2 p {
    width: 65%; }
  .wrap_column2_type2 figure {
    width: 30%; }
    .wrap_column2_type2 figure img:not(:last-of-type) {
      margin-bottom: .5rem; }
  @media (max-width: 560px) {
    .wrap_column2_type2 p, .wrap_column2_type2 figure {
      width: 100%; }
    .wrap_column2_type2 p {
      margin-bottom: 1rem; } }

.wrap_column2_type3 {
  display: flex;
  justify-content: center;
  align-items: flex-start; }
  .wrap_column2_type3 ul:first-of-type {
    width: 60%; }
  .wrap_column2_type3 ul:last-of-type {
    width: 40%; }

ul.photo-3 {
  display: flex;
  justify-content: space-between; }
  ul.photo-3 li {
    width: 33%; }
    ul.photo-3 li img {
      width: 100%;
      border-radius: 15px; }
  @media (max-width: 560px) {
    ul.photo-3 {
      flex-direction: column; }
      ul.photo-3 li {
        width: 100%; }
        ul.photo-3 li:nth-of-type(n+2) {
          margin-top: .5rem; } }

.img_logo {
  width: 100%;
  max-width: 400px;
  height: auto;
  margin: auto; }
  .img_logo.w250 {
    max-width: 250px; }

table.mailform {
  width: 100%; }
  table.mailform th {
    text-align: left;
    color: #003a70;
    width: 9em;
    vertical-align: middle; }
  table.mailform td {
    width: calc(100% - 9em); }
  @media (max-width: 560px) {
    table.mailform th, table.mailform td {
      display: block;
      width: 100%; }
    table.mailform td {
      margin-bottom: 1em; } }

p.txt-c {
  display: flex; }

/*---アコーディオン---*/
ul.accordion-1 > li .csr-1 {
  position: relative;
  cursor: pointer;
  background: #BB6A6B;
  font-size: 1.25rem;
  line-height: 1.6em;
  padding: 2rem 40px 2rem 0;
  text-align: left; }
  ul.accordion-1 > li .csr-1::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 15px;
    height: 2px;
    /*縦線に*/
    transform: rotate(90deg);
    background: #BB6A6B;
    transition: all .3s ease-in-out; }
  ul.accordion-1 > li .csr-1::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    /*横線*/
    width: 15px;
    height: 2px;
    background: #BB6A6B;
    transition: all .2s ease-in-out; }
  ul.accordion-1 > li .csr-1.open::before {
    transform: rotate(180deg); }
  ul.accordion-1 > li .csr-1:hover {
    background-color: rgba(187, 106, 107, 0.02); }
ul.accordion-1 > li .csr-2 {
  display: none;
  padding-bottom: 2rem; }
  ul.accordion-1 > li .csr-2 p, ul.accordion-1 > li .csr-2 ol {
    font-size: .87rem; }

ul.faq > li .faq-q {
  position: relative;
  cursor: pointer;
  background-image: url("../img/common/faq_q.svg");
  background-repeat: no-repeat;
  background-position: left center;
  padding: 2rem 4rem 2rem 2rem;
  font-weight: 500;
  color: #008655;
  font-size: 1.1rem;
  text-align: left;
  line-height: 1.7em; }
  @media (max-width: 560px) {
    ul.faq > li .faq-q {
      padding: 1rem 3.5rem 1rem 1rem; } }
  ul.faq > li .faq-q::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 15px;
    height: 4px;
    /*縦線に*/
    transform: rotate(90deg);
    background: #008655;
    transition: all .3s ease-in-out; }
  ul.faq > li .faq-q::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    /*横線*/
    width: 15px;
    height: 4px;
    background: #008655;
    transition: all .2s ease-in-out; }
  ul.faq > li .faq-q.open::before {
    transform: rotate(180deg); }
  ul.faq > li .faq-q:hover {
    background-color: rgba(187, 106, 107, 0.02); }
ul.faq > li .faq-a {
  display: none;
  padding: 1rem 0 1.5rem 2rem; }
  @media (max-width: 560px) {
    ul.faq > li .faq-a {
      padding: .5rem 0 1rem 1rem; } }

/*---ここまでアコーディオン---*/
header {
  position: fixed;
  z-index: 100;
  background-color: white;
  width: 100%;
  height: 110px;
  box-sizing: border-box; }
  @media (max-width: 700px) {
    header {
      height: 80px; } }
  header .logo {
    position: absolute;
    z-index: 9999;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px 0; }
    @media (max-width: 700px) {
      header .logo {
        left: 3.5%; }
        header .logo img {
          width: 120px; } }
  header h1 {
    position: absolute;
    z-index: 9999;
    top: calc(50% - 2px);
    right: calc(4% + 60px);
    color: #003a70;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: .2em; }
    @media (max-width: 700px) {
      header h1 {
        font-size: 18px;
        letter-spacing: 0;
        top: 53%;
        right: calc(4% + 52px); } }
  header .toggle {
    position: absolute;
    z-index: 9999;
    background-color: white;
    top: 50%;
    transform: translateY(-50%);
    right: 4%;
    width: 38px;
    height: 28px;
    cursor: pointer; }
    @media (max-width: 700px) {
      header .toggle {
        transform: translateY(-70%); } }
    header .toggle span {
      position: absolute;
      left: 0;
      height: 3.8px;
      /*線の太さ*/
      width: 100%;
      /*長さ*/
      background-color: #003a70;
      border-radius: 1px;
      transition: all 0.25s ease-in-out; }
    header .toggle span:nth-of-type(1) {
      top: 0; }
    header .toggle span:nth-of-type(2) {
      top: 12px; }
    header .toggle span:nth-of-type(3) {
      bottom: 0; }
    header .toggle::after {
      display: block;
      content: "MENU";
      position: absolute;
      bottom: -1.5em;
      left: 50%;
      transform: translateX(-50%);
      white-space: nowrap;
      color: #003a70;
      font-size: 12px;
      letter-spacing: -0.2;
      font-weight: 700; }
    header .toggle.active span:nth-of-type(1) {
      transform: translateY(12px) rotate(-45deg); }
    header .toggle.active span:nth-of-type(2) {
      left: 50%;
      opacity: 0;
      animation: active-menu-bar02 .8s forwards; }
@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0; } }
@keyframes active-menu-bar02 {
  100% {
    height: 0; } }
    header .toggle.active span:nth-of-type(3) {
      transform: translateY(-12px) rotate(45deg); }
    header .toggle.active::after {
      content: "CLOSE"; }
  header .overlay {
    background-color: #003a70;
    cursor: pointer;
    height: 100vh;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: all 0.6s;
    visibility: hidden;
    width: 100vw;
    z-index: 800; }
    .scroll-prevent header .overlay {
      opacity: 0.5;
      visibility: visible; }
  header .sp_menu {
    width: 100%;
    max-width: 600px;
    height: 100vh;
    min-height: 100vh;
    position: fixed;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    background-color: white;
    filter: drop-shadow(-2px 2px 2px rgba(0, 0, 0, 0.15));
    top: 0;
    right: 0;
    z-index: 990;
    visibility: hidden;
    opacity: 0;
    transition: all 0.25s ease-in-out;
    padding: 120px 0 60px; }
    header .sp_menu.active {
      visibility: visible;
      opacity: 1;
      transform: none; }
    header .sp_menu nav.nav-sp_menu {
      width: 90%;
      border-bottom: 1px solid #003a70;
      padding-bottom: 1em;
      margin: auto auto 70px; }
      header .sp_menu nav.nav-sp_menu a:hover {
        opacity: .7; }
      header .sp_menu nav.nav-sp_menu ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        line-height: 2.2em;
        color: #003a70;
        font-weight: 700;
        text-align: left;
        font-size: .9rem;
        line-height: 1.4em; }
        header .sp_menu nav.nav-sp_menu ul li.line {
          border-top: 1px solid #003a70;
          width: 47%;
          padding-top: .5em; }
        header .sp_menu nav.nav-sp_menu ul ul.sub {
          width: 100%;
          box-sizing: border-box;
          padding-top: .5em;
          padding-left: 1em;
          font-weight: 500;
          font-size: .8rem;
          line-height: 1.2em;
          display: block; }
          header .sp_menu nav.nav-sp_menu ul ul.sub li {
            margin-bottom: .8em; }
            header .sp_menu nav.nav-sp_menu ul ul.sub li a::before {
              content: "−"; }
    header .sp_menu .nav-sp_info {
      padding-top: 20px;
      margin: auto auto 50px; }
      header .sp_menu .nav-sp_info ul {
        display: flex;
        justify-content: center; }
        header .sp_menu .nav-sp_info ul li {
          padding: 0 1rem; }
    header .sp_menu .ymca {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 70px;
      background-color: #003a70; }
      @media (min-height: 1200px) {
        header .sp_menu .ymca {
          bottom: 0; } }
      header .sp_menu .ymca img.bg {
        position: absolute;
        top: 0;
        right: 0;
        transform: translateY(-100%); }
      header .sp_menu .ymca a {
        display: block;
        position: absolute;
        left: 5%;
        top: 50%;
        transform: translateY(-50%); }

footer {
  width: 100%; }
  footer .footer_nav1 {
    margin-top: 100px;
    margin-bottom: 60px; }
    @media (max-width: 1350px) {
      footer .footer_nav1 {
        margin-top: 80px;
        margin-bottom: 40px; } }
    @media (max-width: 560px) {
      footer .footer_nav1 {
        margin-top: 70px;
        margin-bottom: 25px; } }
    footer .footer_nav1 ul {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      footer .footer_nav1 ul li {
        width: 22.5%; }
        footer .footer_nav1 ul li a {
          display: block;
          width: 100%;
          height: auto;
          aspect-ratio: 270 / 246;
          border-top-left-radius: 15%;
          border-bottom-right-radius: 15%;
          box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
          position: relative;
          overflow: hidden; }
          footer .footer_nav1 ul li a img {
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
            transition: .3s; }
          footer .footer_nav1 ul li a:hover img:first-of-type {
            opacity: .5; }
        @media (max-width: 560px) {
          footer .footer_nav1 ul li {
            width: 48%;
            margin-bottom: 1rem; } }
  footer .footer_nav2 {
    border-radius: 20px;
    width: 90%;
    max-width: 1200px;
    padding: 40px 0;
    margin: auto auto 70px; }
    @media (max-width: 1350px) {
      footer .footer_nav2 {
        padding: 20px 0;
        margin: auto auto 50px; } }
    @media (max-width: 560px) {
      footer .footer_nav2 {
        width: 100%;
        padding: 15px 0;
        border-radius: 0;
        margin: auto auto 20px; } }
    footer .footer_nav2 ul {
      width: 90%;
      margin: auto;
      display: flex;
      justify-content: space-between;
      /*		@include tab{
      		width: 95%;
      		}
      		@include sp{
      			width: 98%;
      		}*/ }
      footer .footer_nav2 ul li {
        width: 23%; }
      @media (max-width: 560px) {
        footer .footer_nav2 ul {
          flex-direction: column; }
          footer .footer_nav2 ul li {
            width: 100%; }
            footer .footer_nav2 ul li:nth-of-type(n+2) {
              margin-top: .5rem; } }
  footer .footer-2 {
    position: relative;
    background-color: #008ad8;
    border-bottom-right-radius: 100px; }
    footer .footer-2::after {
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      right: 0;
      bottom: 0;
      background-color: #003a70;
      z-index: -1; }
    @media (max-width: 1350px) {
      footer .footer-2 {
        border-bottom-right-radius: 50px; } }
    @media (max-width: 560px) {
      footer .footer-2 {
        border-bottom-right-radius: 30px; } }
    footer .footer-2 .wrap {
      width: 90%;
      max-width: 1200px;
      margin: auto;
      position: relative;
      padding: 25px 0; }
      footer .footer-2 .wrap .go-top {
        position: absolute;
        top: 0;
        right: 0;
        width: 45px; }
        footer .footer-2 .wrap .go-top a {
          display: block;
          width: 100%;
          text-align: center;
          color: #ffffff;
          padding-top: 25px;
          padding-bottom: 5px;
          background: url("../img/share/go_top.svg") no-repeat center top 5px;
          font-size: 14px;
          border-bottom: 1px solid white;
          border-left: 1px solid white;
          border-right: 1px solid white;
          border-bottom-right-radius: 7px;
          border-bottom-left-radius: 7px; }
          footer .footer-2 .wrap .go-top a:hover {
            background-color: rgba(255, 255, 255, 0.4); }
        @media (max-width: 560px) {
          footer .footer-2 .wrap .go-top {
            display: none; } }
      footer .footer-2 .wrap ul.footer-nav {
        display: flex;
        justify-content: flex-start;
        text-align: left;
        color: #ffffff;
        font-size: .7rem; }
        @media (max-width: 1350px) {
          footer .footer-2 .wrap ul.footer-nav {
            display: none; } }
        footer .footer-2 .wrap ul.footer-nav li {
          margin-right: 2em; }
      footer .footer-2 .wrap .footer-nav3 {
        display: flex;
        justify-content: space-between;
        padding: 2rem 0 1rem;
        align-items: stretch; }
        @media (max-width: 560px) {
          footer .footer-2 .wrap .footer-nav3 {
            flex-wrap: wrap;
            padding: .5rem 0 .5rem; } }
        footer .footer-2 .wrap .footer-nav3 > div:first-of-type {
          width: 45%;
          height: 10.5rem;
          background-color: #ffffff;
          text-align: left;
          box-sizing: border-box;
          color: #003a70;
          padding: 2rem 1rem; }
          @media (max-width: 1350px) {
            footer .footer-2 .wrap .footer-nav3 > div:first-of-type {
              padding: 1rem 1rem;
              height: 12.5rem; } }
          @media (max-width: 560px) {
            footer .footer-2 .wrap .footer-nav3 > div:first-of-type {
              width: 100%;
              height: auto;
              margin-bottom: 1rem; } }
          footer .footer-2 .wrap .footer-nav3 > div:first-of-type h3 {
            font-size: 1.2rem;
            margin-bottom: .5em;
            font-weight: 700; }
            footer .footer-2 .wrap .footer-nav3 > div:first-of-type h3 span {
              font-size: .7em; }
          footer .footer-2 .wrap .footer-nav3 > div:first-of-type address {
            font-size: .9rem;
            font-style: normal;
            line-height: 1.6em; }
            footer .footer-2 .wrap .footer-nav3 > div:first-of-type address .tel {
              background: url("../img/share/tel.svg") no-repeat left center;
              background-size: auto 1.3rem;
              font-size: 1rem;
              line-height: 2rem;
              font-weight: 500;
              padding-left: 1.1rem;
              padding-right: 1rem; }
              @media (max-width: 1350px) {
                footer .footer-2 .wrap .footer-nav3 > div:first-of-type address .tel {
                  line-height: 1.5rem; } }
            footer .footer-2 .wrap .footer-nav3 > div:first-of-type address .mail {
              background: url("../img/share/mail.svg") no-repeat left center;
              background-size: auto 1.3rem;
              font-size: 1rem;
              line-height: 2rem;
              font-weight: 500;
              padding-left: 1.5rem; }
              @media (max-width: 1350px) {
                footer .footer-2 .wrap .footer-nav3 > div:first-of-type address .mail {
                  line-height: 1.5rem; } }
        footer .footer-2 .wrap .footer-nav3 > div:last-of-type {
          width: 54%;
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap; }
          @media (max-width: 560px) {
            footer .footer-2 .wrap .footer-nav3 > div:last-of-type {
              width: 100%;
              margin-bottom: .5rem; } }
          footer .footer-2 .wrap .footer-nav3 > div:last-of-type div {
            width: 49%;
            box-sizing: border-box;
            background-color: white; }
            footer .footer-2 .wrap .footer-nav3 > div:last-of-type div:first-of-type, footer .footer-2 .wrap .footer-nav3 > div:last-of-type div:nth-of-type(2) {
              margin-bottom: .5rem; }
              footer .footer-2 .wrap .footer-nav3 > div:last-of-type div:first-of-type a, footer .footer-2 .wrap .footer-nav3 > div:last-of-type div:nth-of-type(2) a {
                width: 100%;
                display: block;
                height: 5rem;
                position: relative;
                line-height: 5rem; }
                footer .footer-2 .wrap .footer-nav3 > div:last-of-type div:first-of-type a img, footer .footer-2 .wrap .footer-nav3 > div:last-of-type div:nth-of-type(2) a img {
                  position: absolute;
                  top: 50%;
                  left: 50%;
                  transform: translate(-50%, -50%);
                  width: 90%;
                  max-width: 150px; }
                footer .footer-2 .wrap .footer-nav3 > div:last-of-type div:first-of-type a p, footer .footer-2 .wrap .footer-nav3 > div:last-of-type div:nth-of-type(2) a p {
                  position: absolute;
                  top: 50%;
                  left: 50%;
                  transform: translate(-50%, -50%);
                  font-size: 1.5rem;
                  line-height: 1.2em;
                  font-weight: 500;
                  white-space: nowrap;
                  text-align: center; }
                @media (max-width: 1350px) {
                  footer .footer-2 .wrap .footer-nav3 > div:last-of-type div:first-of-type a, footer .footer-2 .wrap .footer-nav3 > div:last-of-type div:nth-of-type(2) a {
                    height: 6rem;
                    line-height: 6rem; }
                    footer .footer-2 .wrap .footer-nav3 > div:last-of-type div:first-of-type a p, footer .footer-2 .wrap .footer-nav3 > div:last-of-type div:nth-of-type(2) a p {
                      font-size: 1.3rem; } }
            footer .footer-2 .wrap .footer-nav3 > div:last-of-type div:last-of-type {
              width: 100%;
              height: 5rem;
              position: relative; }
              @media (max-width: 1350px) {
                footer .footer-2 .wrap .footer-nav3 > div:last-of-type div:last-of-type {
                  height: 6rem; } }
            footer .footer-2 .wrap .footer-nav3 > div:last-of-type div ul.sns {
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              display: flex;
              justify-content: center; }
              footer .footer-2 .wrap .footer-nav3 > div:last-of-type div ul.sns li a {
                width: 60px;
                display: block;
                text-align: center; }
                footer .footer-2 .wrap .footer-nav3 > div:last-of-type div ul.sns li a img {
                  width: 45px; }
  footer .footer-3 {
    background-color: #003a70;
    padding-top: 1rem;
    padding-bottom: 1.5rem; }
    footer .footer-3 .wrap {
      width: 90%;
      max-width: 1200px;
      margin: auto;
      color: #ffffff;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: baseline; }
      footer .footer-3 .wrap ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        font-size: .5rem; }
        footer .footer-3 .wrap ul li {
          padding-left: 1rem; }

@media print {
  header, header h1, header .toggle {
    position: absolute; } }
.aform {
  width: 90% !important;
  margin: auto; }

.smartphoto {
  z-index: 99999; }
  .smartphoto .smartphoto-header {
    text-align: left; }

.wrap_instagram {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .wrap_instagram .box_instagram {
    width: 31%;
    margin-left: 1%;
    margin-right: 1%; }
    @media (max-width: 1350px) {
      .wrap_instagram .box_instagram {
        width: 45%;
        margin-bottom: .5rem; } }
    @media (max-width: 560px) {
      .wrap_instagram .box_instagram {
        width: 100%;
        margin: auto auto .5rem; } }
