@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+New:wght@400;500;700;900&family=Zen+Maru+Gothic:wght@400;500;700&display=swap');

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  /* border: 1px solid #ff1414; */
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 70px;
}

:root {
  --semi-fontsize: 0.7rem;
  --normal-fontsize: 0.8rem;
  --middle-fontsize: 0.95rem;
  --big-fontsize: 1.2rem;
  --line-height: 1.3;
}

@media screen and (min-width: 600px) {
  :root {
    --semi-fontsize: 0.78rem;
    --normal-fontsize: 0.92rem;
    --middle-fontsize: 1.1rem;
    --big-fontsize: 1.4rem;
    --line-height: 1.5;
  }
}
@media screen and (min-width: 1024px) {
  :root {
    --semi-fontsize: 0.83rem;
    --normal-fontsize: 1rem;
    --middle-fontsize: 1.35rem;
    --big-fontsize: 1.6rem;
    --line-height: 1.6;
  }
}
@media screen and (min-width: 1536px) {
  :root {
    --semi-fontsize: 0.97rem;
    --normal-fontsize: 1.1rem;
    --middle-fontsize: 1.5rem;
    --big-fontsize: 2.0rem;
    --line-height: 1.7;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: var(--normal-fontsize);
  font-style: normal;
  color: #231815;
  line-height: var(--line-height);
  letter-spacing: 0.01rem;
  font-feature-settings: 'palt';
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

p {
  word-break: break-word;
  font-size: var(--normal-fontsize);
  line-height: var(--line-height);
}
a {
  text-decoration: none;
  color: #000;
  font-size: var(--normal-fontsize);
  line-height: var(--line-height);
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
  line-height: 0;
}
table {
  border-collapse: collapse;
}
ol, ul {
    list-style: none;
}
button{
  outline: none;
  border: 0;
}
a:link, a:visited, a:active, a:hover {
  overflow: hidden;
  outline: none;
}

.sp-only {
  display: block;
}
.tb-only{
  display: none;
}
.pc-only {
  display: none;
}

@media screen and (min-width: 599px) {
  .sp-only {
    display: none;
  }
  .tb-only {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .pc-only {
    display: block;
  }
}

/*-- ここからHEADER --*/
.logo_group{
  display: flex;
  align-items: center;
}
header {
  box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
  z-index: 99;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255,255,255,0.01);
}
.header {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 0 2rem;
}
.logo_group{
  display: flex;
  align-items: center;
}
.h_logo{
  width: 150px;
}
.h_logo img{
  padding: 11px 0 0;
}
.header h1 {
  margin: 0;
  padding: 0;
}
.header nav {
  margin: 0 0 0 auto;
}
.header ul {
  list-style: none;
  margin: 0;
  display: flex;
}
.pc-nav li {
  margin: 0 0 0.2em 2em;
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  color:#d9d9d9;
  position: relative;
}
.pc-nav a{
  font-size: var(--semi-fontsize);
}
.pc-nav a::after {
  position: absolute;
  top: 20px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #ff0;
  bottom: 20px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  }
  
.pc-nav a:hover::after {
  visibility: visible;
  bottom: 12px;
  opacity: 1;
  }

@media screen and (max-width: 1024px) {
.h_logo img{
  padding: 7px 0 0;
}
}
@media screen and (max-width: 768px) {
.pc-nav {
    display: none;
}
}
@media (max-width: 425px) {
.header {
  padding: 0 1em;
}
.h_logo {
width: 130px;
}
.h_logo img {
  padding: 7px 0;
}
}
/*-- ここまでHEADER --*/

/* ここから 共通 */
.l-inner{
  padding: 6% 10%;
}

@media screen and (min-width: 1024px) {
  .l-inner{
    padding: 4rem 0;
    width: 900px;
    margin: auto;
  }
}

@media screen and (min-width: 1680px) {
  .l-inner{
    padding: 6rem 0;
    width: 940px;
  }
}
/* ここまで 共通 */

/* ここからMAIN VISUAL */
.pageTitle {
  position: relative;
  width: 100%;
  height: 40vh;
  min-height: 140px;
  max-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  overflow: hidden;
}

.pageTitle::before {
  position: absolute;
  inset: 0;
  content: "";
  z-index: 1;
  background-image: radial-gradient(rgba(255, 255, 255, 0.4) 1px, transparent 1px);
  background-size: 12px 12px;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(6px);
}

.pageTitle h1 {
  position: relative;
  z-index: 2;
  font-size: clamp(1.2rem, 4vw, 2rem);
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: #111;
  /* グラデーション文字 */
  background: linear-gradient(135deg, #1C2A4A 0%, #2C6DD2 50%, #F28BB2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* text-shadow: 0 4px 8px rgba(255,255,255,0.1); */
}
.pageTitle h1 span {
  display: block;
  font-family: 'Josefin Sans', sans-serif;
  font-size: clamp(2.4rem, 4vw, 2rem);
  text-transform: uppercase;
  line-height: 1.2;
}

@media (min-width: 1024px) {
  .pageTitle {
    min-height: 300px;
    max-height: 400px;
  }
  .pageTitle h1 span {
    font-size: clamp(4.6rem, 4vw, 2rem);
  }
  .pageTitle h1 {
    font-size: clamp(1.2rem, 3.4vw, 1.6rem);
  }
}
/* ここまで MAIN VISUAL */

/* ここから intro */
.intro__contents h2{
  position: relative;
  width: fit-content;
  font-weight:bold;
  font-size: var(--big-fontsize);
  margin: 0 auto 2rem;
  padding: 5px 0;
}
.intro__contents h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  content: '';
  border-radius: 2px;
  /* background-image: -webkit-gradient(linear, right top, left top, from(#2af598), to(#009efd));
  background-image: -webkit-linear-gradient(right, #2af598 0%, #009efd 100%);
  background-image: linear-gradient(to left, #2af598 0%, #009efd 100%); */
  background-image: -webkit-gradient(135deg, #1C2A4A 0%, #2C6DD2 50%, #F28BB2 100%);
  background-image: -webkit-linear-gradient(135deg, #1C2A4A 0%, #2C6DD2 50%, #F28BB2 100%);
  background: linear-gradient(135deg, #1C2A4A 0%, #2C6DD2 50%, #F28BB2 100%);
}
.intro__text{
  max-width: 940px;
  margin: 0 auto 1.5rem;
}
.branch__image{
  padding: 1rem 0 0;
  text-align: center;
}
.branch__image h3{
  font-size: var(--big-fontsize);
}
.branch__image p{
  font-size: var(--semi-fontsize);
  padding: 0.5rem 0 1rem;
}

@media (min-width: 600px) {
.branch__image p{
  padding: 0.5rem 0 1.5rem;
}
}

@media (min-width: 1024px) {
  .intro__contents h2{
    margin: 0 auto 3rem;
  }
  .branch__image {
    padding: 3rem 0 1rem;
  }
}

@media (min-width: 1680px) {
  .branch__image p{
    padding: 0.5rem 0 2.5rem;
  }
}

.map-wrap {
  position: relative;
  max-width: 940px;
  margin: 0 auto;
}
.map-wrap img {
  width: 100%;
  height: auto;
  display: block;
}
.hotspot {
  position: absolute;
  left: 16.5%;
  top: 16%;
  display: inline-block;
  font-size: clamp(13px, 3.6vw, 36px);
  font-family: "Noto Sans JP", system-ui, sans-serif;
  text-shadow: 0 3px 10px rgba(0,0,0,0.35);
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
  white-space: nowrap;
  opacity: 0;
  transition: font-size 0.25s ease, opacity 0.8s ease;
}

.hotspot.show {
  animation: fadeInScale .8s cubic-bezier(.25,1,.3,1) forwards;
}

.hotspot:hover,
.hotspot:focus {
  font-size: clamp(15px, 4vw, 40px);
}

@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.7);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
/* ここまで intro */

/* ここから gallary */
.photo__contents {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
  max-width: 1400px;
  margin: auto;
  padding: 1rem 8%;
}

.photo__contents img {
  width: 100%;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.photo__contents img:hover {
  transform: scale(1.05);
}

@media (min-width: 600px) {
  .photo__contents {
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    padding: 1rem 8%;
  }
}

@media (min-width: 1024px) {
  .photo__contents {
    gap: 1rem;
  }
}

@media (min-width: 1680px) {
  .photo__contents {
    gap: 1.5rem;
    padding: 2rem 0 4rem;
  }
}

.section__photo {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 1rem 4% 0;
  z-index: 1;
}

.section__photo img {
  width: 100%;
}

@media (min-width: 1024px) {
  .section__photo {
    padding: 4rem 6% 2rem;
  }
}

@media (min-width: 1680px) {
  .section__photo {
    padding: 6rem 6% 2rem;
  }
}

.lightbox {
  display: none;
  position: fixed;
  z-index: 999;
  inset: 0;
  background: rgba(0,0,0,0.85);
  justify-content: center;
  align-items: center;
}

.lightbox img {
  max-width: 90%;
  max-height: 80%;
  border-radius: 0.5rem;
  box-shadow: 0 8px 24px rgba(0,0,0,0.5);
}

.lightbox .close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
}
/* ここまで gallary */

/* ここから section */
.section__contents{
  padding: 1rem 0 0;
}
.section__contents h2{
  position: relative;
  width: fit-content;
  font-weight:bold;
  font-size: var(--big-fontsize);
  margin: 0 auto 3rem;
  padding: 5px 0;
}
.section__contents h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  content: '';
  border-radius: 2px;
  background-image: -webkit-gradient(135deg, #1C2A4A 0%, #2C6DD2 50%, #F28BB2 100%);
  background-image: -webkit-linear-gradient(135deg, #1C2A4A 0%, #2C6DD2 50%, #F28BB2 100%);
  background: linear-gradient(135deg, #1C2A4A 0%, #2C6DD2 50%, #F28BB2 100%);
}
.section__wrapper{
  position: relative;
  overflow: hidden;
  padding-bottom: 3rem;
}
.section__header {
  position: relative;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 6.6vw;
  font-weight: bold;
  text-shadow: 0 2px 6px rgba(0,0,0,0.25);
  text-align: center;
  z-index: 2;
}
.section__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
  z-index: 1;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 70%);
  background-image: radial-gradient(circle at 20% 30%, rgba(255,255,255,0.3) 0%, transparent 60%),
                    radial-gradient(circle at 80% 70%, rgba(255,255,255,0.2) 0%, transparent 60%);
}

@media (min-width: 1024px) {
  .section__bg {
    height: 60%;
  }
}

.content {
  margin: -20px auto 0;
  max-width: 1000px;
  width: 80%;
  z-index: 3;
  position: relative;
  text-align: center;
  padding: 4vw;
  background-color: #FFF;
}
.content img {
  width: 100%;
  margin-bottom: 1.5rem;
  box-shadow:0 8px 24px rgba(0,0,0,0.2);
}
.content p{
  text-align: left;
}
.section__contents .btn {
  display: block;
  width: 200px;
  margin: 2rem auto 0.5rem;
  padding: 0.8rem 2rem;
  border-radius: 2rem;
  background: #333;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}
.section__contents .btn:hover {
  background: #555;
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 6px 15px rgba(0,0,0,0.3);
}
.btn__wrap{
  display: block;
}
.btn__wrap .btn_1{
  margin: 0 auto!important;
}

@media (min-width: 600px) {
  .section__contents .btn {
    width: 240px;
  }
  .btn__wrap .btn_1{
    margin: 2rem auto 0.5rem!important;
  }
  .btn__wrap {
    display: flex;
    justify-content: space-around;
    width: 500px;
    margin: auto;
  }
}

@media (min-width: 1024px) {
  .section__contents .btn {
    width: 280px;
  }
}

@media (min-width: 1680px) {
  .section__contents .btn {
    margin: 4rem auto 0;
  }
  .btn__wrap .btn_1{
    margin: 4rem auto 0rem!important;
  }
  .btn__wrap {
    width: 600px;
  }
}

.bg1 { background: linear-gradient(135deg, #7ED9C4, #A2E5D7); }
.bg2 { background: linear-gradient(135deg, #E6E678, #F3F3A3); }
.bg3 { background: linear-gradient(135deg, #F6B57E, #FFD4B0); }
.bg4 { background: linear-gradient(135deg, #F28BB2, #F9B6CE); }
.bg5 { background: linear-gradient(135deg, #9BAEF5, #C3D1FB); }
.bg6 { background: linear-gradient(135deg, #F28C82, #F8B0A9); }

.fade {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease;
}

.fade.show {
  opacity: 1;
  transform: translateY(0);
}

.first-view.show {
  transition-delay: 0.5s;
}

.section__contents .fade.show {
  transition-delay: 1s;
}

@media (min-width: 600px) {
  .section__header {
    height: 180px;
    font-size: 2.8rem;
  }
  .section__wrapper{
    padding-bottom: 6rem;
  }
}

@media (min-width: 1024px) {
  .section__wrapper{
    display: flex;
    justify-content: space-between;
    padding: 0 4%;
  }
  .section__textwrapper{
    width: 55%;
  }
  .section__photo{
    width: 45%;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 14vw;
    padding: 16vw 4% 6rem 8%;
  }
  .section__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .section__contents {
    padding: 2em 0 0;
  }
  .section__contents h2 {
    margin: 0 auto 5rem;
  }
  .section__header {
    height: 18vw;
    font-size: 3.4rem;
  }
  .content{
    padding: 2vw 4vw;
    width: 100%;
  }
  .content p {
    margin: 1rem auto 0;
  }
}

@media (min-width: 1680px) {
  .section__contents h2 {
    margin: 0 auto 6rem;
  }
  .section__wrapper {
    padding: 0 8% 4rem;
  }
  .section__header {
    height: 300px;
    font-size: 3.8rem;
  }
  .section__bg {
    height: 50%;
  }
  .content {
    margin: -30px auto 0;
  }
  .section__photo {
    padding: 16vw 0 6rem 8%;
  }
}
/* ここまで section */

/* ここから area map */
.areamap__contents{
  margin: -2% 0 0;
}
.areamap__wrapper{
  text-align: center;
  padding: 2rem 10%;
}
.areamap__wrapper h2{
  font-size: var(--big-fontsize);
}
.areamap__wrapper p{
  font-size: var(--semi-fontsize);
  padding: 0.5rem 0 1rem;
}
.areamap__wrapper img{
  box-shadow:0 8px 24px rgba(0,0,0,0.2); 
}

@media (min-width: 600px) {
  .areamap__wrapper{
    padding: 2rem 10% 4rem;
  }
  .areamap__wrapper p{
    padding: 0.5rem 0 1.5rem;
  }
}

@media (min-width: 1024px) {
  .areamap__contents{
    margin: 0;
  }
  .areamap__wrapper{
    padding: 0 0 4rem;
  }
}

@media (min-width: 1680px) {
  .areamap__wrapper p{
    padding: 0.5rem 0 2.5rem;
  }
}
/* ここまで area map */

/* ここから shop info */
.shop__contents{
  text-align: center;
  background: linear-gradient(135deg, #fdfaf6, #f5eadd);
  padding: 2rem 8%;
}
.shop__contents h2{
  position: relative;
  width: fit-content;
  font-weight:bold;
  font-size: var(--big-fontsize);
  margin: 0 auto 1rem;
  padding: 5px 0;
}
.shop__contents h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  content: '';
  border-radius: 2px;
  background-image: -webkit-gradient(135deg, #1C2A4A 0%, #2C6DD2 50%, #F28BB2 100%);
  background-image: -webkit-linear-gradient(135deg, #1C2A4A 0%, #2C6DD2 50%, #F28BB2 100%);
  background: linear-gradient(135deg, #1C2A4A 0%, #2C6DD2 50%, #F28BB2 100%);
}

.shop__open{
  font-size: var(--semi-fontsize);
}
.shop__wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  max-width: 1400px;
  margin: 0 auto;
  padding: 2rem 0 0;
}

.shop__wrap {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.08);
  padding: 1.5rem;
  text-align: center;
  opacity: 0;
  transform: translateY(30px);
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.shop__wrap.animate {
  opacity: 1;
  transform: translateY(0);
}

.shop__wrap:hover {
  transform: translateY(-8px) scale(1.05);
  box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}

.shop__wrap:nth-child(1) { animation-delay: 0.2s; }
.shop__wrap:nth-child(2) { animation-delay: 0.4s; }
.shop__wrap:nth-child(3) { animation-delay: 0.6s; }

.shop__wrap h3 {
  font-size: var(--middle-fontsize);
  margin-bottom: 0.8rem;
  text-align: center;
}

.shop__wrap img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  margin-bottom: 0.8rem;
}

.shop__wrap p {
  margin: 0.5rem 0;
}

.shop__wrap a {
  display: block;
  margin-top: 0.5rem;
  text-decoration: none;
  font-weight: 600;
}

.shop__wrap a:hover {
  text-decoration: none;
  color: #0056cc;
}

@media (min-width: 1024px) {
  .shop__wrapper {
    padding: 2rem 0;
    gap: 1rem;
  }
  .shop__contents {
    padding: 6rem 4% 2rem;
  }
  .shop__wrap {
    padding: 2rem 1.5rem;
  }
}

@media (min-width: 1680px) {
  .shop__wrapper {
    gap: 2.5rem;
  }
}

.shop__btn {
  display: inline-block;
  width: fit-content;
  margin: 1.5rem auto 0;
  padding: 0.4rem 3rem;
  border-radius: 9999px;
  background: linear-gradient(135deg, #1C2A4A 0%, #2C6DD2 100%);
  color: #fff !important;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.2s ease;
}
.shop__btn:hover {
  background: linear-gradient(135deg, #1C2A4A 0%, #2C6DD2 50%, #F28BB2 100%);
  transform: translateY(-2px);
  text-decoration: none;
}

@media (min-width: 1024px) {
  .shop__btn {
    margin: 1rem auto 0!important;
  }
}
/* ここまで shop info */

/* ここから google map */
.map__contents{
  padding: 0 0 2rem;
}
.map__title{
  font-size: var(--big-fontsize);
  font-weight: bold;
  text-align: center;
}
#map {
  width:100%;
  max-width:1400px;
  height: 30vh;
  min-height:400px;
  margin: 1rem auto;
  box-shadow:0 8px 24px rgba(0,0,0,0.2); position:relative;
  border-radius: 16px;
}
#reset-btn {
  position:absolute; 
  top:10px; 
  left:10px; 
  z-index:1000;
  background:#0b74ff; 
  color:#fff; 
  border:none; 
  padding:8px 12px;
  border-radius:6px; 
  cursor:pointer; 
  font-weight:600;
  box-shadow:0 4px 12px rgba(0,0,0,0.2);
}
.marker-label {
  position: absolute;
  white-space: nowrap;
  font-size: 0.85rem;
  font-weight: 600;
  color: #000;
  background: rgba(255,255,255,0.8);
  padding: 2px 6px;
  border-radius: 4px;
  pointer-events: none;
}

@media (min-width: 1024px) {
  #map {
    height: 60vh;
    margin: 2rem auto;
  }
}

@media (min-width: 1680px) {
  .map__contents {
    padding: 0 0 4rem;
  }
}

.nagoyahq__wrap{
  padding: 4rem 0 2rem;
  text-align: center;
}
.nagoyahq__wrap h3{
  font-size: var(--big-fontsize);
  font-weight: bold;
  padding: 1rem 0 0.5rem;
}
.nagoyahq__wrap img{
  width: 100%;
}
.nagoyahq__adress{
  font-size: var(--middle-fontsize);
  line-height: 1.8;
}

.nagoyahq__tel {
  display: block;
  font-size: var(--middle-fontsize);
  line-height: 1.8;
}

@media (min-width: 1024px) {
  .nagoyahq__wrap{
    padding: 4rem 0 6rem;
  }
  .nagoyahq__wrap h3{
    padding: 2rem 0 1rem;
  }
}

@media (min-width: 1680px) {
  .nagoyahq__wrap{
    padding: 10rem 0 8rem;
  }
}

.btn-cta{
  display:inline-block;
  text-decoration:none;
  text-align:center;
  vertical-align:middle;
  padding: 0.72rem 3rem;
  width: fit-content;
  margin: 1rem auto 0;
  font-size: clamp(14px, 4vw, 18px);
  font-weight: 700;
  color: #ffffff;
  border-radius: 9999px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(20,36,60,0.12);
  border: 0;
  cursor: pointer;
  background: linear-gradient(90deg, #14243C 0%, #2C6DD2 100%);
  transition: background 300ms ease, transform 160ms ease, box-shadow 160ms ease;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 1024px) {
  .btn-cta{
    margin: 2rem auto 0;
    font-size: clamp(14px, 4vw, 22px);
  }
}

.btn-cta:active { transform: translateY(1px) }

.btn-cta:focus {
  outline: none;
  box-shadow: 0 8px 28px rgba(20,36,60,0.18), 0 0 0 4px rgba(44,109,210,0.14);
}

.btn-cta:hover,
.btn-cta:focus {
  background: linear-gradient(90deg, #2C6DD2 0%, #14243C 100%);
}

.btn-cta::before{
  content: "";
  position: absolute;
  top: -40%;
  left: -60%;
  width: 60%;
  height: 200%;
  display: block;
  pointer-events: none;
  transform: skewX(-18deg) translateX(0);
  background: linear-gradient(90deg,
    rgba(255,255,255,0.00) 0%,
    rgba(255,255,255,0.75) 45%,
    rgba(255,255,255,0.20) 55%,
    rgba(255,255,255,0.00) 100%
  );
  filter: blur(6px);
  opacity: 0.9;
  animation: shine-anim 4.2s linear infinite;
  animation-delay: 0.8s;
}

.btn-cta:hover::before,
.btn-cta:focus::before {
  animation-direction: reverse;
  animation-duration: 3s;
  opacity: 1;
}

@keyframes shine-anim {
  0%   { transform: skewX(-18deg) translateX(-120%); opacity: 0; }
  10%  { opacity: 0.85; }
  45%  { transform: skewX(-18deg) translateX(0%); opacity: 1; }
  60%  { opacity: 0.5; }
  100% { transform: skewX(-18deg) translateX(120%); opacity: 0; }
}

@media (prefers-reduced-motion: reduce){
  .btn-cta::before { animation: none; display: none; }
  .btn-cta { transition: none; }
}
/* ここまで google map */

/* ここから フッター */
footer{
  background-color: #e4e4e4;
  color: #000;
  z-index: 10;
}
.primary{
  padding: 5em 5em 5em 13em;
  display: flex;
  justify-content: center;
}
.footer_image{
  width: 35%;
  padding: 1em 0 0;
}
.footer_image img{
  width: 45%;
  padding: 0.5em 0;
}
.ir_code{
  padding: 0.5em 0 0;
  font-size: 0.7rem;
}
.jigyo_title{
  padding: 2em 0 0;
  font-size: 0.9rem;
}
.jigyo{
  padding: 0.5em 0.5em 0;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.8;
}
.jigyo li:before {
  content: '';
  display: inline-block;
  position: relative;
  left: -5px;
  top: -4px;
  width: 5px;
  height: 5px;
  background: #000;
}
.footer_list{
  display: flex;
}
.busho{
  padding: 1em;
}
.wh-1{
  width:22%;
}
.wh-2{
  width:22%;
}
.wh-3{
  width:22%;
}
.wh-4{
  width:22%;
}

.busho_title{
  padding: 0.5rem 1rem 0.5rem 1.5rem;
  margin-bottom: 0.2rem;
  background-image: linear-gradient(to top, rgba(4,6,34,1) 10%, rgba(0,112,192,1) 100%);
  background-repeat: no-repeat;
  background-size: 0.5rem 100%;
  font-weight: 600;
  font-size: 1.1em;
  line-height: 1.1;
}
.busho_title span{
  font-size: 0.9rem;
}
.busho_cjf{
  line-height: 1.2;
  padding: 0.5rem 1rem 0.5rem 1.5rem;
  font-size: 1.2rem;
}
.menu {
  width: 100%;
  padding: 10px 15px 20px;
}
.menu input {
  display: none; 
}
.menu label {
  cursor :pointer;
  display: block;
  text-decoration: none;
  color: #000;
  line-height: 1;
  position: relative;
  padding: 0.5em 0.5em 0.8em;
  font-size: 1rem;
  width: 100px;
}
.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1px;
}
.menu li {
  height: 0;
  overflow-y: hidden;
  transition: padding-bottom 0.5s, padding-top 0.5s; 
  -webkit-transition: padding-bottom 0.5s, padding-top 0.5s;
  -moz-transition: padding-bottom 0.5s, padding-top 0.5s;
  -ms-transition: padding-bottom 0.5s, padding-top 0.5s;
  -o-transition: padding-bottom 0.5s, padding-top 0.5s;
}

#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li,
#menu_bar03:checked ~ #links03 li,
#menu_bar04:checked ~ #links04 li,
#menu_bar05:checked ~ #links05 li,
#menu_bar06:checked ~ #links06 li,
#menu_bar07:checked ~ #links07 li,
#menu_bar08:checked ~ #links08 li,
#menu_bar09:checked ~ #links09 li,
#menu_bar10:checked ~ #links10 li,
#menu_bar11:checked ~ #links11 li,
#menu_bar12:checked ~ #links12 li{
  height: auto;
  opacity: 1;
  padding: 0.5em 0 0.8em 2em;
}
#menu_bar01:checked ~ #links01 li:last-child,
#menu_bar02:checked ~ #links02 li:last-child,
#menu_bar03:checked ~ #links03 li:last-child, 
#menu_bar04:checked ~ #links04 li:last-child,
#menu_bar05:checked ~ #links05 li:last-child,
#menu_bar06:checked ~ #links06 li:last-child,
#menu_bar07:checked ~ #links07 li:last-child,
#menu_bar08.about_wrap ~ #links08 li:last-child,
#menu_bar09:checked ~ #links09 li:last-child,
#menu_bar10:checked ~ #links10 li:last-child,
#menu_bar11:checked ~ #links11 li:last-child,
#menu_bar12:checked ~ #links11 li:last-child{
  margin-bottom: 20px;
}
.menu label:after{
  content:"";
  display:block;
  width:5px;
  height:5px;
  border-top: #000 2px solid;
  border-right: #000 2px solid;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position:absolute;
  right: 2%;
  top: 0;
  bottom: 15%;
  margin: auto;
}
.menu input[type=checkbox]:checked + label:after{
  content:"";
  display:block;
  width: 5px;
  height: 5px;
  border-top: #000 2px solid;
  border-right: #000 2px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position:absolute;
  right: 2%;
  top: 7%;
  bottom: 0;
  margin: auto;
}
.menu li{
  font-size: 0.9rem;
  color:#000;
}
.menu a{
  color:#000;
}
.menu_arrow{
  padding-left: 0.5em;
}
.menu_tokki{
    width: 100%;
    padding: 10px 20px 40px;
}
.menu_tokki a{
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: #000;
  padding: 0.5em;
  font-size: 1rem;
  width: 120px;
}
.menu_tokki li{
  font-size: 1rem;
}
.menu_kouiki{
  width: 100%;
  padding: 0 0 0 20px;
}
.menu_kouiki a{
cursor: pointer;
display: block;
text-decoration: none;
color: #000;
padding: 0.5em;
font-size: 1rem;
width: 120px;
}
.menu_cjf{
  width: 100%;
  padding: 10px 20px 20px;
}
.menu_cjf li{
display: block;
text-decoration: none;
color: #000;
padding: 0.5em;
font-size: 1rem;
width: 120px;
}
.menu_cjf a{
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 1rem;
  width: 120px;
}
.secondary{
  background: #202020;
  padding: 25px 0;
}
.secondary_group {
  padding: 0 12em;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}
.copyright-text{
  text-align: left;
}
.copyright-text p {
  margin: 0;
  font-size: 0.7em;
  color: #cbcbcb;
}
.footer-menu{
  display: flex;
}
.footer-menu li a {
  font-size: 14px;
  color: #cbcbcb;
  padding: 0 1em;
}
@media screen and (max-width: 1536px) {
.primary {
  padding: 5em 3em 5em 8em;
}
.wh-3 {
  width: 20%;
}
}
@media screen and (max-width: 1280px) {
.wh-2 {
  width: 20%;
}
.busho_title{
  font-size: 1em;
}
.busho_title span {
  font-size: 0.8rem;
}
.secondary_group {
  padding: 0 5em;
}
}
@media screen and (max-width: 1024px) {
.primary {
    flex-direction: column;
    padding: 3em 5em 3em 8em;
}
.footer_image {
  width: 100%;
  padding: 1em 0;
}
.footer_image img {
  width: 25%;
}
}
@media screen and (max-width: 768px) {
.primary {
    padding: 3em 3em 3em 4em;
}
.footer_image img {
  width: 35%;
}
.wh-1 {
  width: 20%;
}
.wh-3 {
  width: 21%;
}
}
@media screen and (max-width: 599px) {
.footer_list {
  display: none;
}
.footer_image img {
    width: 40%;
}
.primary {
    padding: 3em 2em;
}
.secondary_group {
  padding: 0 1.5em;
  flex-direction: column-reverse;
}
.copyright-text {
  text-align: center;
  padding: 1em 0;
}
.footer-menu {
  flex-wrap: wrap;
  line-height: 1.8;
  justify-content: center;
}
}
@media screen and (max-width: 425px){
.footer_image img {
    width: 45%;
}
}
/* ここまで フッター */

/* go to TOP */
#pagetop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  margin: 0;
  z-index: 999;
}
#pagetop a{
  position: relative;
  display: flex;
  width: 60px;
  height: 60px;
  justify-content: center;
  background:#9499b4;
  transition: opacity .6s ease;
  color: #FFF;
  align-items: center;
  text-decoration: none;
  font-size: 40px;
  border-radius:100%;
}
#pagetop a:hover {
  opacity: .3;
}
@media screen and (max-width:1024px) {
#pagetop a {
  width: 40px;
  height: 40px;
  font-size: 20px;
}
}
/* go to TOP */
