body{
    margin: 0;
   font-family: "Noto Sans JP", sans-serif;
   color: #1c1c1c;
}


/*header*/
header{
    background-color: #f5f5f5;
    max-width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: #1c1c1c solid 5px;
}

.header{ 
    max-width: 1000px;
    display: flex;
    align-items: center;
}

.logo{
    width: 80px;
    height: 80px;
    margin-left: 15px;
}

.shop{
    width: 80px;
    height: 80px;
    margin-right: 15px;
    border-radius: 15px;
}

ul{
    padding: 0;
    display: flex;
    list-style: none;
}

li{
    padding-left: 15px;
    padding-right: 15px;
}

 li > a{
    color: inherit;
    text-decoration: none;
 }

/* HAMBURGER MENU */
#hamburger-nav {
  display: none;
  margin: 15px;
}

.hamburger-icon {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 24px;
  width: 30px;
  cursor: pointer;
  position: relative;
  z-index: 1001;
}

.hamburger-icon span {
  width: 100%;
  height: 2px;
  background-color: #1c1c1c;
}

.menu-links {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background-color: #f5f5f5;
  z-index: 1000;
}

.menu-links ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  list-style: none;
}

.menu-links a {
  font-size: 2rem;
  color: #1c1c1c;
  text-decoration: none;
}

.menu-links li {
  list-style: none;
  margin: 20px 0;
}

.menu-links {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background-color: #f5f5f5;
  z-index: 1000;
}

.menu-links ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  list-style: none;
}

.menu-links a {
  font-size: 2rem;
  color: black;
  text-decoration: none;
}

.menu-links li {
  list-style: none;
  margin: 20px 0;
}

.menu-links.open {
  max-height: 100vh;
  right: 0;
}

.hamburger-icon span:first-child {
  transform: none;
}

.hamburger-icon span:first-child {
  opacity: 1;
}

.hamburger-icon span:first-child {
  transform: none;
}

.hamburger-icon.open span:first-child {
  transform: rotate(45deg) translate(10px, 5px);
}

.hamburger-icon.open span:nth-child(2) {
  opacity: 0;
}

.hamburger-icon.open span:last-child {
  transform: rotate(-45deg) translate(10px, -5px);
}

body.no-scroll {
  overflow: hidden;
}

/*Mainvisual*/
/*Swiper*/
.swiper-slide > img{
    width: 1920px;
    height: 1080px;
    display: block;
}

.swiper--wrapper{
    width: 100%;
    height: 500px;
}

.swiper-slide{
    width: 100%;
    height: 500px;
}

.swiper-pagination-bullet {
  background: #1c1c1c !important;
}

.swiper-button-prev,
.swiper-button-next {
color: #1c1c1c !important;
}

/*Topic*/
.white{
    color: #f5f5f5;
}


 h2{
    margin: 0;
    padding-top: 15px;
    text-align: center;
 }
.Topic{
    background-color: #1c1c1c;
}

.Topic-pictuer{
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Topic-pictuer > img{
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 15px;
    padding: 10px;
}

/*Commitment*/

#Commitment{
    background-color: #f5f5f5;
}

.Commitment-contents{
    margin: auto;
    width: 750px;
    padding: 30px;
    display: flex;
    justify-content: center;
}

#Commitment > div > img{
    width: 500px;
    height: 300px;
}

.Commitment-text{
    background-color: #1c1c1c;
    color: #f5f5f5;
    text-align: center;
    width: 250px;
    height: 300px;
}

/*Notice&Blog*/

#Notice-Blog{
    background-color: #1c1c1c;
    color: #f5f5f5;
    display: flex;
    justify-content: center;
}

.Notice{
    padding-right: 50px;
}

.Notice > h3,.Blog > h3{
    text-align: center;
}


.Notice-content{
    border-bottom: 1px  solid #f5f5f5;
}

.Blog{
    padding-left: 50px;
}

.Blog-content{
    display: flex;
    justify-content: space-between;
}

.Blog-content > img{
    width: 180px;
    height: 150px;

}

.Notice-bar,.Blog-bar{
    width: 400px;
    height: 30px;
    text-align: center;
    background-color: #f5f5f5;
    color: #1c1c1c;
    border-radius: 15px;
}

.Notice-bar{
    margin-top: 190px;
}

/*Service*/

#Service{
    background-color: #f5f5f5;
    text-align: center;
}

.Service-content{
    display: flex;
    justify-content: center;
}

.Service-box > img{
    width: 100px;
    height: 100px;
}

.Service-box{
    margin: 15px;
    max-width: 100px;
    max-height: 150px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

}


/*Access.html CSS*/

.Access{
    background-color: #f5f5f5;
    padding-bottom: 15px;

}

.Access >h3{
    text-align: center;
}

table{
    padding-right: auto;
}

tr{
    padding: 30px;
    text-align: left;
}

th,td{
    border-bottom: solid #1c1c1c 1px;
    border-left-width: 30px;
}

.map{
    display: flex;
    justify-content: center;
}



/*fooder*/

footer{
    background-color: #1c1c1c;
    color: #f5f5f5;
} 

.Lunguage{
    display: flex;
    justify-content: right;
}

.sns-icons{
    display: flex;
    justify-content: center;
}

.sns-icons > a>img{
    width: 30px;
    height: 30px;
    background-color: #f5f5f5;
    /* background-size: 50px; */
    border-radius: 50%;
    margin: 10px 5px 0 5px;
}

.footer-text{
    display: flex;
    justify-content: center;
}

footer > p{
    margin-bottom: 0%;
}

/*Menu.html CSS*/
#Menu{
    margin: auto;
    max-width: 1000px;
    align-items: center;
}

#Menupic{
    display: flex;
    justify-content: left;
}
#Menupic > img{
    margin: 15px;
    width: 200px;
    height: 200px;
}

#Menu > h3{
    border-top: solid #1c1c1c;
    border-bottom:solid #1c1c1c ;
    text-align: center;
}

#Menu >div > ul{
    list-style: inside;
    list-style-type: disc;
}
