@charset "utf-8";
@media screen and (max-width: 480px) {
 img {
  width: 100% ;
  float: none;
  }
}
/* 共通
====================================================*/
html {
  font-size: 100%;
  scroll-behavior: smooth;
}
body {
  color: #000000;
  font-size: 25px;
  background-color: rgb(242,239,232);
}

img {
  max-width: 100%;
}
li {
  list-style: none;
}
.site-title {
  width: 160px;
  line-height: 1px;
}
.site-title a {
  display: block;
}
.section-title {
  display: inline-block;
  font-size: 2rem;
  margin-bottom: 60px;
  border-bottom: solid 1px #383e45;
}
.content-title {
  font-size: 1.5rem;
  margin: 10px 0;
}
.wrapper {
  max-width: 960px;
  margin: 0 auto 100px;
  padding: 0 4%;
  text-align: center;
}

/*-------------------------------------------
ヘッダー
-------------------------------------------*/

#header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
#header ul {
  display: flex;
  padding: 10px 0;
}
#header li {
  margin-left: 30px;
}
#header li a {
  color: #000000;
}
#header li a:hover {
  opacity: 0.7;
}

/*-------------------------------------------
Mainvisual
-------------------------------------------*/
#mainvisual {
  margin-bottom: 40px;
}
#mainvisual img {
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1920px;
  height: 400px;
  object-fit: cover;
}

/*-------------------------------------------
Concept
-------------------------------------------*/
#conecpt .content {
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 1.8rem;
}
#conceptimg img {
  width: 100%;
  
  height: 100%;
  
  object-fit: cover;
}
#conecpt .text {
  text-align: left;
  
  font-size: 22px;
}

/*-------------------------------------------
Menu
-------------------------------------------*/
#menu ul {
 h3{
  list-style-type: none;
    padding-top: 0;
    border-bottom: 1px dotted #494748;
    text-align: left;
  justify-content: space-evenly;
  text-align: center;}
}

.button02 {
  background-color: #ae2b5a;
  color: #ffffff;
  border-radius: 10px;
  padding: 10px 30px;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: bold;
  box-shadow: 0px 5px 15px -5px rgba(5, 0, 0, 0.733);
}
.button02:hover {
  color: #fff;
  opacity: 0.6;
}
/*-------------------------------------------
 /* ACCESSセクション
====================================================*/



#access .access_text { 
  justify-content: right;
  
  text-align: left;
  font-size: 1.7rem;
  padding-bottom: 30px;
  display: inline-block;
  p{
  list-style-type: none;
  padding-top: 0;
  border-bottom: 1px dotted #494748;
  }

}

#access .access_park {
  object-fit: cover;
}
#access .gmap_iframe {
  align-items: center;
  aspect-ratio: 16/9;
  max-width: 900px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-bottom: 30px;
  object-fit: cover;
}
  
 /* INFOセクション
====================================================*/
#info .info_text {
  justify-content: space-evenly;
  text-align: center;
  font-size: 1.9rem;
}
#info .info_text_2 {
  justify-content: space-around;
  text-align: center;
  font-size: 1.5rem;
  margin: 60px 0 0 auto;
 
   
}

#infoimg ul{
  
    display: flex;
    justify-content: center;
  
  li {
    list-style: none;
  }
  li:nth-child(2) {
    margin: 0 10px 0 0px;
  }

}




 

/* RESERVEセクション
====================================================*/
#reserve .reserve__text1  {
  text-align: center;
  font-size: 1.7rem;
  margin-bottom: 50px; 
}

.button02 {
  background-color: #ae2b5a;
  color: #ffffff;
  border-radius: 10px;
  padding: 10px 30px;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: bold;
  box-shadow: 0px 5px 15px -5px rgba(5, 0, 0, 0.733);
}
.button02:hover {
  color: #fff;
  opacity: 0.6;
}

#reserve .reserve__text2  {
  text-align: center;
  font-size: 1.9rem;
  margin-top: 30px; 
}

 /* フッター
====================================================*/


#footer {
  height: 100px;
  background: #afafae;
  text-align: center;
  padding-top: 30px;
 }

 #footer ul {
  display: flex;
  justify-content: space-around;
  padding: 10px 0;
  text-align: center;
}

#footer li {
  text-align: center;
}

#footer li a {
  color: #000000;
}

#footer {
  font-size: 1.9rem;
  padding: 20px 0;
  text-align: center;
}

 /*-------------------------------------------
SP
-------------------------------------------*/


  /*-------------------------------------------
  Mainvisual
  -------------------------------------------*/
 
  /*-------------------------------------------
  conecpt
  -------------------------------------------*/

  /*-------------------------------------------
 Menu
  -------------------------------------------*/

  /*-------------------------------------------
  Access
  -------------------------------------------*/
 
 
  /*-------------------------------------------
  Infomation
  -------------------------------------------*/


  /*-------------------------------------------
  Reserve
  -------------------------------------------*/



