@charset "utf-8";
/* CSS Document */

/* ハンバーガーメニュー */
  .hamburger-content {
   display: none;
  }

@media screen and (max-width:768px) {
  .hamburger-content {
   display: block;
   position: relative;
  }

  .hamburger-menu {
    display: block;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 0%;
    right: 2%;
    border: none;
    background: #7bbde6;
    appearance: none;
    padding: 0;
    cursor: pointer;
    margin-top: -40px;
    z-index: 999;
    overflow: hidden;
  }

  .hamburger-menu__bar {
    display: inline-block;
    width: 44%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: .5s;
  }
  .hamburger-menu__bar:first-child {
    top: 14px;
  }
  .hamburger-menu__bar:nth-child(2) {
    top: 22px;
  }
  .hamburger-menu__bar:last-child {
    top: 30px;
  }
  .hamburger-menu--open .hamburger-menu__bar {
    top: 50%;
  }
  .hamburger-menu--open .hamburger-menu__bar:first-child {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
  }
  .hamburger-menu--open .hamburger-menu__bar:last-child {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  }
  .hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
    display: none;
  }

  .navigation {
    display: none;
    background: #fff;
    position: absolute;
    top: 0%;
    width: 100%;
    margin-top: 10px;
    z-index: 998;
    overflow: hidden;
  }
  .navigation .navigation__list {
    display: inline-block;
    width: 100%;
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .navigation .navigation__list-item {
    display: inline-block;
    width: 100%;
    border-bottom: solid 1px #848484;
    margin: 0px;
    height: 60px;
  }

  .navigation .navigation__list-item:last-child {
    border-bottom: none;
  }

  .navigation .navigation__link {
    color: #474747;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    padding: 18px 0;
    transition: .5s;
    width: 100%;
  }

  .navigation .contact {
    background: linear-gradient(90deg,#00ad2b, #01c833);
    width: 100%;
    height: 100%;
    color: #fff;
    margin-left: -17px;
    border-bottom: solid 1px #848484;
  }

  .navigation .navigation__link:hover {
    background: #7bbde6;
    color: #fff;
    height: 100%;
  }

  .navigation .contact:hover {
    background: linear-gradient(45deg, #00ad2b, #01c833);
    height: 100%;
    color: #fff;
    opacity: 0.7;
  }
 }
  /* ハンバーガーメニュ  ーここまでー */

/* 追従ボタン  */
.pc_float_btn, #float-btn01 {
    display: block;
}

#float-btn01 {
    width: 28%;
    position: fixed;
    bottom: 2%;
    right: -45%;
}

.sp_float_btn, #float-btn02 {
    display: none;
}

.float-button__wrap {
    display: none;
    max-width: 650px;
    width: 65%;
    margin: 0 auto;
    height: auto;
    position: fixed;
    bottom: 5px;
    left: 0;
    right: 0;
    z-index: 100;
}

.float-button__wrap a {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    transition: opacity 0.5s;
}

/* ふわふわさせるボタン */
.fluffy {
animation: fluffy 1.5s infinite;
}

@keyframes fluffy {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-10px);
    }
  }
/* ふわふわさせるボタン  ーここまでー */

.body-in {
    position: relative;
}

@media screen and (max-width:768px) {
.pc_float_btn, #float-btn01 {
    display: none;
}

.sp_float_btn, #float-btn02 {
    display: block;
}

.float-button__wrap {
    display: none;
    width: 95%;
    margin: 0 auto -2px;
    height: auto;
    position: fixed;
    bottom: 0%;
    left: 0%;
    right: 0%;
    text-align: center;
    z-index: 100;
}
}
/* 追従ボタン -終わり- */

/* Google map 埋め込み*/
.section24 {
    position: relative
}

.section24 .map01{
    position: absolute;
    bottom: 21%;
    left: 28.5%;
    width: 100%;
    margin: 0 auto;
}

.map iframe {
    width: 43%;
    height: auto;
    aspect-ratio: 15/5;
    margin: 0 auto;
  }
/* Google map 埋め込み -終わり- */

/* 動画埋め込み */
.section03, .section09, .section11, .section13 {
    position: relative;
}

.section03 .video01 {
    position: absolute;
    top: 12.5%;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    text-align: center;
    margin: 0 auto;
}

.section03 .video01 iframe {
    width: 35%;
    height: fit-content;
    aspect-ratio: 16 / 9;
}

.section09 .video02 {
    position: absolute;
    top: 17%;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    text-align: center;
    margin: 0 auto;
}

.section09 .video02 iframe {
    width: 50%;
    height: fit-content;
    aspect-ratio: 16 / 9;
}

.section09 .video03 {
    position: absolute;
    top: 58.5%;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    text-align: center;
    margin: 0 auto;
}

.section09 .video03 video {
    width: 55%;
    height: auto;
    aspect-ratio: 14/9;
}

.section11 .video04 {
    position: absolute;
    top: 21%;
    right: -13.5%;
    width: 60%;
    height: 0;
    margin: 0 auto;
}

.section11 .video04 iframe {
    width: 38%;
    height: fit-content;
    aspect-ratio: 14 / 9;
}

.section13 .video05 {
  position: absolute;
  bottom: 20%;   /* ここはデザインに合わせて調整 */
  left: 24%;     /* 同じく数値は好みで */
  width: 21%;    /* 動画の横幅（PCデザインに合わせる） */
}

/* アスペクト比を保って表示 */
.section13 .video05::before {
  content: "";
  display: block;
  padding-top: 64.29%; /* 16:9 → 9/16*100 */
}

.section13 .video05 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width:768px) {
    .section03 .video01 {
        top: 10%;
    }
    
    .section03 .video01 iframe {
        width: 80%;
    }
    
    .section09 .video02 {
        top: 14.5%;
    }
    
    .section09 .video02 iframe {
        width: 80%;
    }
    
    .section09 .video03 {
        width: 90%;
        top: 48.5%;
    }
    
    .section09 .video03 video {
        width: 89%;
    }
    
    .section11 .video04 {
        top: 24.5%;
        right:0;
        left: 0;
        width: 100%;
        height: 0;
        text-align: center;
        margin: 0 auto;
    }
    
    .section11 .video04 iframe {
        width: 87%;
        height: fit-content;
    }

    .section13 .video05 {
  bottom: 42%;   /* ここはデザインに合わせて調整 */
  left: 0%;     /* 同じく数値は好みで */
  right: 0%;
  width: 80%;    /* 動画の横幅（PCデザインに合わせる） */
  margin: 0 auto;
}

/* アスペクト比を保って表示 */
.section13 .video05::before {
  content: "";
  display: block;
  padding-top: 64.29%; /* 16:9 → 9/16*100 */
}

.section13 .video05 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
}
/* 動画埋め込み -終わり- */

/* FV用背景&CTAボタンの固定配置 -- ここから -- */
#header {
 position: relative;
 margin-top: 0px;
}

.section10, .section12, .section15, .section16, .section18,
.section20, .section22, .section23, .section25, .section26 {
    position: relative;
}

.btn {
    position: absolute;
    bottom: 3.5%;
    left: 0%;
    right: 0%;
    cursor: pointer;
    width: 25%;
    margin: 0 auto;
    transition: 0.5s;
}

.btn:hover {
    opacity: 0.7;
    transform: scale(0.9, 0.9);
}

.btn1 {
    bottom: 2%;
}

.btn2 {
    bottom: 3%;
}

.btn3 {
    top: 25.5%;
    left: 28%;
    margin: 0;
    width: 25%;
}

.btn4 {
    bottom: 6%;
}

.btn5 {
    bottom: 4%;
}

*{
	box-sizing: border-box;
	font-size: 16px;
}

/* FV用背景&CTAボタンの固定配置 -- ここまで -- */

/*大きさの計算*/
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*iOSフォーム要素の初期化*/
input, button, textarea, select {
	-webkit-appearance: none;
	appearance: none;
}

body {
    margin: 0;
    padding: 0;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%; /*スマホ横向き時のフォントサイズ*/
	text-size-adjust: 100%; /*スマホ横向き時のフォントサイズ*/
	-webkit-font-feature-settings: 'palt';/*文字詰め*/
	font-feature-settings: 'palt';/*文字詰め*/
}

body *{
  box-sizing: inherit;
}

li {
    list-style: none;
}

/*画像の調整*/
img {
    max-width: 100%;
    height: auto;
	vertical-align: bottom;
	width: 100%;
}

a:hover {
    opacity: 0.8;
}

/*****LPコーディングここから*****/
.lp-content{
	width: 100%;
	margin: 0 auto;
	background: white;
    overflow: hidden;
}

.header01 {
    width: 100%;
    margin: 20px auto;
}

.header01 ul {
    display: flex;
    width: 65.1%;
    margin: 0 auto;
    justify-content: space-between;
}

.header01 ul li img {
    width: 92%;
    margin: 0;
}

.header01 ul li:last-child {
    margin-right: -16px;
}

.header02 {
    width: 100%;
    margin: 0 auto;
}

.header02 ul {
    display: flex;
    width: 64%;
    margin: 0 auto;
}

.header01 .tel{
    pointer-events: none;
}

.header01 .header-logo {
    margin-top: 5px;
}


/***フッター***/
.footer-section {
    background: #f7f7f7;
    padding: 2rem;
}

ul.footer-menu {
    display: flex;
    justify-content: center;
}

ul.footer-menu li {
    list-style: none;
}

ul.footer-menu li a {
    color: #585858;
    margin-right: 40px;
    font-size: 1.1rem;
}

ul.footer-menu li a:hover {
    color: blue;
}

.logo {
    width: 15%;
    margin: 0 auto;
}

@media screen and (max-width:768px) {
	ul.footer-menu {
    display: block;
    text-align: center;
}

ul.footer-menu li a {
    color: #585858;
    display: block;
    margin: 20px 30px 20px 0px;
    font-size: 0.8rem;
}
	
	.logo {
    width: 40%;
}
	
	.footer-section {
    padding: 1rem;
}

.btn {
    width: 95%;
    bottom: 2%;
}

.btn1 {
    bottom: 1%;
}

.btn2 {
    bottom: 1.2%;
}

.btn3 {
    top: 28.5%;
    left: 22%;
    margin: 0;
    width: 75%;
}

.btn4 {
    bottom: 3.5%;
}

.header01 .loan,
.header01 .reserve {
    display: none;
}

.header01 .header-logo img,
.header01 .tel img{
    width: 95%;
}

.header01 .header-logo {
    margin-left: -100px;
}

.header01 .tel {
    margin-left: 20px;
    pointer-events: auto;
}

.header02 {
    display: none;
}

/* Google map 埋め込み(レスポンシブ)*/
.section24 .map01{
    position: absolute;
    bottom: 25%;
    left: 10%;
    width: 90%;
}

.map iframe {
    width: 88%;
    height: auto;
    aspect-ratio: 14/9;
    margin: 0 auto;
  }
/* Google map 埋め込み -終わり- */
}

@media screen and (max-width:1000px) {
    .header02 ul {
        display: grid;
        width: 65%;
        margin: 0 auto;
        grid-template-columns: repeat(4, 1fr);
    }
}