@charset "UTF-8";

/**scss共通***/
img {
  width: 100%;
}

.customize-support{
  margin: 0;
}

.body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  margin:0;
  font-size: 1.7rem;
}
    h1 { font-family: "Noto Sans JP", sans-serif;}
    h2 { font-family: "Noto Sans JP", sans-serif;}
    h3 { font-family: "Noto Sans JP", sans-serif;}
    h4 { font-family: "Noto Sans JP", sans-serif;}
    h5 { font-family: "Noto Sans JP", sans-serif;}
    h6 { font-family: "Noto Sans JP", sans-serif;}
  
  p { font-family: "Noto Sans JP", sans-serif;}

  a img {outline:none;}
  a div {outline:none;}
  a {color: #000;}

.font_iro{
    color:#036EB8;
}


.aa-iro{
  color: #C3904C;
}


.h-15{
  width:100%;
  height:15px;
}
.h-30{
  width:100%;
  height:30px;
}
.h-45{
  width:100%;
  height:45px;
}
.h-60{
  width:100%;
  height:60px;
}
.h-100{
  width:100%;
  height:100px;
}
.h-150{
  width:100%;
  height:150px;
}


.aa-hutoi{
  font-weight: 700; 
}


.taitoru-midasi{
  position: relative;
}

.yoko-hanbun{
  width:70%;
}

li{
  margin:15px 0;
}


.taitoru-midasi::before{
  content: '';/*何も入れない*/
position: absolute;
bottom:-10px;
left:0;
width:480px;
height:5px;
background: #000;
}

.kuroi-kakomi {
  background: #000;
  color: #fff;
  padding:5px 15px;
  width: 150px;
  font-size:1.5rem;
  text-align: center;
  display:inline-block;
}


.rinku-botan2{
  width:50%;
  margin:15px 0;
}


.aa-sitasen{
  border-bottom: solid 1px #000;
}
.aa40 {
	font-size:3.5rem;
}

.aa30 {
	font-size:2.5rem;
}

.aa25 {
	font-size:2rem;
}
.aa20 {
	font-size:2.2rem;
}

.aa12-s {
	font-size:1.7rem;
}

.aa12-ss {
	font-size:1.2rem;
  margin-top:0;
}


.aa10-s {
	font-size:1rem;
}

.s-guri2{
    text-align: center;
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;  
  }

  .s-guri2 img{
    width: 40%;
    margin: auto;
}

  .s-guri3{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
    margin:3% 0 0 15%;
  }


  .bg_top {
    /*background-color: #F9F3E7;*/
    background-image: url(../images/back_top01.png);
    background-repeat: no-repeat; /* 繰り返しを無効化 */
    padding: 1%;
    text-align: center;
    background-size: cover; /* 画面全体に画像を拡大縮小して表示（任意） */
    background-position: center; /* 画像を中央に配置（任意） */
}

 .top_img{
    margin: 2% 2% 3% auto;
    width: 80%;
  }


/******parking******/

 .parking {
    display: flex;
    justify-content: center;
}

 .p_box{
    width: 15%;    
    margin: 1%;
    padding: 1%;    
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #fcfcfc;
    border: 2px solid transparent;
    box-shadow: 0 5px 10px -3px rgb(33 37 60 / 30%);
    border-radius: 20px;
    border-color: rgb(80,80,80,0.1);
}

.p_box p{
  background-color: #036EB8;
  color: #FFF;
  border-radius: 16px;
  padding: 0.5rem 1rem;
  font-size: 1.7rem;
  letter-spacing: 0.2em; /* 文字間隔を広げる */
}

.p_box img{
  text-align: center;
  width: 80%;
}

.rinku-botan3{
  width: 25%;
  margin: 0 auto 0 auto;
}


/******main******/

.main{
 margin: 5% auto;
 width: 60%;
 font-size: 1.7rem;
 text-align: center;
}

.yoko-hanbun {
  width: 70%;
  margin: auto;
}

.rinku-botan{
  width:50%;
  margin:5% auto 30px auto;
}

.tate{
  line-height: 3.5rem;
}

.font-front{
  position:absolute;
  margin-top: 20%;
  color: #fff;
  width: 100%;
}


.font-front1{
  font-size: 6rem;
  font-weight: 800;
  margin-left: 43%;
}

.font-front2{
  font-size: 4.5rem;
  font-weight: 800;
  margin-top: -15vh;
  margin-left: 43%;
}

.font-front3{
  font-weight: 700;
  text-align: center;
  margin: -2vh auto;
  font-size: 2.5rem;
  line-height: 3.5rem;
}


.font-front4{
  text-align: center;
  margin: 5vh auto;
  font-size: 1.7rem;
  line-height: 2.5rem;
}

.siryo{
  position:absolute;
  color: #fff;
  width: 100%;
  margin-top: -23%;
  text-align: center;
}


.waido-sukurabu{
  width:35%;
}

.waido-sukurabu1{
  width:30%;
  margin:1% auto;
}



/******footer******/

.site-footer{
  text-align: center;
  width: 100%;
}

.footer_navi{
  font-weight: 500;
}

.site-footer span{
  font-weight: 800;
  letter-spacing: 0.4rem;
}

.site-footer a{
  color: #036EB8;
  text-decoration: none;
  margin: 2%;
}

.footer_kanko{
  background-color: #036EB8;
  padding: 2%;
  display: flex;
  justify-content: center;
}

.footer_kanko img{
  width: 8%;
  height: 8%;
}

.footer_kanko p{
  color: #fff;
  text-align: left;
  margin: 1%;

}

/*サイドバー*/
/* サイドバー（固定表示） */
.sidebar {
  position: fixed;
  top: 10%; /* トップ画像の高さに応じて調整 */
  left: 3%;
  width: 220px;
  padding: 20px;
  box-sizing: border-box;
  z-index: 1000;
}

.logo img {
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
}

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

.sidebar nav ul li {
  margin-bottom: 15px;
}

.sidebar nav ul li a {
  color:  #036EB8;
  text-decoration: none;
  font-size: 1.3rem;
    padding: 5px;  
    text-shadow:
    -0.5px -0.5px 0 #fff,  
     0.5px -0.5px 0 #fff,
    -0.5px  0.5px 0 #fff,
     0.5px  0.5px 0 #fff; /* 白い縁取り */
}

.sidebar nav ul li a:hover {
  background-color: #036EB8; /* 背景を四角に */
  color: #fff;               /* 文字色を白に */
  padding: 5px;         /* 文字が四角内で窮屈にならないよう余白調整 */
  transition: background-color 0.3s ease, color 0.3s ease; /* なめらか変化 */
  text-shadow: none;
}


.pc99{
  display:block;
}

.sp99{
  display:none;
}

.ffft{
	display: flex;
	justify-content: center;
	align-items: center;
}





@media screen and (max-width: 1180px) {
.body-1080{
  max-width: 1180px;
  margin:15px 30px 50px 30px;
}
}



@media screen and (max-width: 844px) {
  
.pc99{
  display:none;
}
.sp99{
  display:block;
}

body {
  overflow-x: hidden !important;
  max-width: 100vw; 
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  color: #000;
  margin: 0;
}

.aa40 {
  font-size: 1.8rem;
}

.aa30 {
  font-size: 1.4rem;
}

.aa25 {
  font-size: 1.2rem;
}

.aa20 {
  font-size: 1.7rem;
}

.aa12-s {
  font-size: 1.5rem;
}
.aa12-ss {
	font-size:1.1rem;
  margin-top:10%;
}

/******main******/
.main{
 margin: 5% auto;
 width: 90%;
 font-size: 1.1rem;
 text-align: center;
}

.font-front{
  margin-top: 0;
}

.font-front1{
  margin-left: 10%;
  margin-top: 75%;
  font-size: 3.5rem;
}


.font-front2{
  margin-left: 10%;
  font-size: 3rem;
  margin-top: -17%;
}

.font-front3{
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.2rem;
}

.font-front4{
  text-align: center;
  margin-top: 8%;
  font-size: 1.1rem;
  line-height: 2rem;
}

.gallery {
  position: absolute;
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 横に2列 */
  gap: 10px; /* 画像間の余白 */
  max-width: 80%; /* 必要なら全体幅を制限 */
  margin: 188% auto 0 12% ;
}

.gallery img {
  width: 80%;
  height: auto;
  display: block;
  object-fit: cover; /* 必要に応じてトリミング */
}
  .siryo{
    text-align: center;
    margin-top: -160%;
  }

  .waido-sukurabu {
    width: 90%;
    margin-left: -10%;
}

  .waido-sukurabu1 {
    width: 85%;
    margin-left: 6%;
}

.access_parking{
  text-align: center;
}

.access_parking img{
  width: 20%;
  margin:22% 0 -5% 0;
}

.access_parking a {
  color: #fff;
}


.s-guri3 {
  display: block;
  width: 85%;
}

.s-guri2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
}

.yoko-hanbun {
  width: 90%;
  margin: auto;
}

.kuroi-kakomi {
  background: #000;
  color: #fff;
  padding: 1px 15px;
  font-size: 1.2rem;
  width: 65px;
  text-align: center;
  display: inline-block;
}
	
.rinku-botan {
  width: 100%;
  margin:30px auto;
}

.rinku-botan2 {
  width: 80%;
  margin: 15px auto;
}


.tate{
  line-height: 1.5rem;
}

.aa-hutoi{
  padding-top: 10%;
}



.site-footer{
  padding:0;
  text-align: center;
  line-height:1.5;
  font-size:1rem;
}


.h-100 {
    width: 100%;
    height: 45px;
}

  .sidebar {
    display: none;  /* スマホで非表示 */
  }

  .taitoru-midasi{
    display: none;  /* スマホで非表示 */
  }


.logo_sp{
  width: 15%;
}

.top_img{
  width: 100%;
}


/*---- スマホ 駐車場スライド -----*/
	
.p_box p{
  background-color: #036EB8;
  color: #FFF;
  border-radius: 16px;
  padding: 0.5rem 1rem;
  font-size: 1.5rem;
  letter-spacing: 0.1em; /* 文字間隔を広げる */
}	

  /* スマホでswiperを有効にするため、flexは解除 */
.parking {
  display: block ; /* swiperのwrapperに任せる */
}

/* p_box は swiper-slide 内なので横幅を制御 */
.p_box {
  flex-shrink: 0;        /* 勝手に縮まない */
  width: 60% !important; /* 1スライドの横幅を6割に */
  margin: 0 5px;        /* 左右余白を確保 */
  padding: 10px;
  box-sizing: border-box;
}
	
/* Swiper本体の横幅をオーバーさせない */
.parking-swiper {
  width: 100%;
  overflow: hidden;
}

/* 画像は中央揃え */
.p_box img {
  width: 80%;
  margin: 0 auto;
  display: block;
}

/* Swiperのページネーション */
.swiper-pagination-bullet {
  background: #036EB8;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}


/*ハンバーガーメニュー*/
.logo_inner{
  left: -65px;
  top:-60px;
  position: absolute;
  width: 20%;
}


/*============
nav
=============*/
nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;      /* 画面いっぱいの幅 */
  height: 100%;     /* 画面いっぱいの高さ */
  background: #F5F5F5;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all .5s;
  z-index: 3;
  opacity: 0;
}


.open nav {
  left: 0;
  opacity: 1;
}
nav .inner {
  padding: 25px;
}
nav .inner ul {
  list-style: none;
  margin: 15%;
  padding: 0;
}
nav .inner ul li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #036EB8;
}
nav .inner ul li a {
  display: block;
  color: #036EB8;
  font-size: 14px;
  padding: 1em;
  text-decoration: none;
  transition-duration: 0.2s;
}
nav .inner ul li a:hover {
  background: #036EB8;
  color: #fff;
}

  nav {
    left: -220px;
    width: 100%;
  }

/*============
.toggle_btn
=============*/
.toggle_btn {
  display: block;
  position: fixed; /* ←スクロールしても固定 */
  top: 30px;       /* 画面上からの距離 */
  right: 0;
  transform: translateX(-30px); /* 内側に60px移動 */
  width: 30px;
  height: 30px;
  transition: all .5s;
  cursor: pointer;
  z-index: 9999;   /* メニューよりも常に上に表示 */
}


.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #333;
  border-radius: 4px;
  transition: all .5s;
}
.toggle_btn span:nth-child(1) {
  top: 4px;
}
.toggle_btn span:nth-child(2) {
  top: 14px;
}
.toggle_btn span:nth-child(3) {
  bottom: 4px;
}
.open .toggle_btn span {
  background-color: #333;
}
.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
}


/*============
#footer
=============*/



.site-footer span{
  font-weight: 800;
  letter-spacing: 0rem;
}


.site-footer img{
  width: 45%;
}

.footer_kanko{
  display: block;
  padding: 10% 0;
}



.footer_kanko p {
  text-align: center;
  font-weight: 300;
}

}

