@charset "utf-8";
/*===============================================
リセット
===============================================*/
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;} table{ border-collapse: collapse; border-spacing: 0;} img{ border: none; vertical-align: bottom;} address,caption,cite,code,dfn,em,strong,th,var{ font-style:normal; font-weight:normal;} article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{ display: block;}
a{ text-decoration: none; color: #111111;} a:hover{ text-decoration: underline;} label{ cursor: pointer;}
/*===============================================
共通
===============================================*/
@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho');
@import url('https://fonts.googleapis.com/css2?family=Amatic+SC&display=swap');
@font-face {
  font-family: 'font055';
  src: url('/font/851Gkktt_005.ttf');
}

@font-face {
  font-family: 'gosikku';
  src: url('/font/Corporate-Logo-Medium-ver3.otf')format('opentype');
}


*,
::before,
::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

body {
  font-family: sans-serif;
  font-size: 16px;
  color: #000000;
  line-height: 1;
  background-color: #ffffff;
}

img {
  max-width:120%;
}

/*================　ヘッダー　start ================*/
.header{
  z-index: 9999;
  position: fixed;
  width: 100%;
}
.header-inner {
  margin: 40px;
  background-color:#ffffff;
  height: 90px;
  padding-left: 40px;
  padding-right: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center top;
  border-radius: 90px;
  z-index:10000;
}
.header-logo {
  margin-top: 18px;
  display: block;
  width: 55px;
  margin-bottom: 10px;
  position: top;
  transition: all 0.2s ease-in-out;
}
.header-logo:hover{
  display: block;
  width: 58px;
  margin-bottom: 10px;
  position: top;
  transition: all 0.2s ease-in-out;
} 
.block01{
  display: flex;
  align-items: right;
}
.block02{
  display: inline-block;
  bottom: 0;
}
.snsbtniti {
  margin-top: 15px;
}
.flowbtn2.my_x2{
  padding-top: 1px;
}
.toggle-menu-button {
  display: none;
}
.header-site-menu {
  margin-top: 30px;
}
.site-menu ul li {
  margin-right: 10px;
}
.site-menu ul {
  display: flex;
  list-style: none;
}
.site-menu ul li a {
  text-decoration-line: none;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 200px;
  padding: 10px 20px;
  color: #000000;
  transition: 0.3s ease-in-out;
  font-weight: 600;
}

.mark{
  margin-top: 10px;
  margin-bottom: 10px;
  align-items: center;
  text-align: center;
  background-image: url(../images/common/logo03.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
 width: 150px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.mark:hover{
  margin-top: 8px;
  margin-bottom: 8px;
  width: 170px;
  transition: all 0.2s ease-in-out;
}
/*================　ヘッダー　end ================*/

/*================　フッダー　start ================*/
.site-menu2 ul {
  margin: 0px;
  display: flex;
  list-style: none;
}
.site-menu2 ul li{
  margin: 40px;
}
.site-menu2 ul li a {
  font-weight: 600;
  font-size: 20px;
 text-decoration-line: none;
  transition: all 0.3s ease-in-out;
}

.site-menu2 ul li a:hover {
  letter-spacing: 2px;
  transition: all 0.3s ease-in-out;
}
.footer{
  bottom: 0;
  color: #ffffff;
  background-color: #000000;
  padding-top: 30px;
  padding-bottom: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1000;
}
.footer-logo {
  position: absolute;
  display: inline-block;
  width: 100px;
  padding-right: 20px;
  margin-top: 130px;
  transition: all 0.2s ease-in-out;
}
.footer-logo:hover {
  display: inline-block;
  width: 110px;
  padding-right: 20px;
  transition: all 0.2s ease-in-out;
}
.copyright {
  position: absolute;
  font-size: 14px;
  font-weight: bold;
  margin-top: 240px;
}

@media (max-width: 796px) {
  /*================  一般コード  start ================*/
  body{
    width: 100%;
  }
  html{
    background-color: #000000;
  }
  /*================  一般コード  end ================*/

  /*================　ヘッダー　start ================*/
  .header{
    height: 70px;
    z-index: 9999;
  }
  .header-inner{
    padding-left: 25px;
    padding-right: 20px;
    height: 100%;
    position: relative;
  }
  .header-logo{
    margin-top: 12px;
    width: 46px;
  }
  .header-logo:hover{
    width: 49px;
    transition: all 0.2s ease-in-out;
  } 
  .header-site-menu{
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.9);
    padding-top: 30px;
    padding-bottom: 50px;
    display: none;
  }
  .site-menu ul{
    display: block;
    text-align: center;
  }
  .site-menu li{
    margin-top: 20px;
  }
  .header-site-menu.is-show{
    display: block;
  }
  .flowbtn2.my_x2{
    padding-top: 0px;
  }
  .toggle-menu-button{
    display: inline-block;
    width: 44px;
    height: 34px;
    margin-right: 3px;
    background-image: url(../images/common/icon-menu.png);
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    border-radius: 0;
    outline: none;
    margin-top: 18px;
    transition: all 0.2s ease-in-out;
  }
  .snsbtniti {
    margin-top: 5px;
    max-width: 120px;
  }
  .snsbtniti li{
    max-width: 60px;
  }
  .flowbtn2 i.fa-brands.fa-instagram,.flowbtn2 i.fa-brands.fa-x-twitter {
    font-size: 30px;
  }
  /*================　ヘッダー　end ================*/

  /*================　フッダー　start ===============*/
  .site-menu2 ul {
    margin: 0px;
    display: flex;
    list-style: none;
  }
  .site-menu2 ul li{
    margin: 25px;
  }
  .site-menu2 ul li a {
    font-weight: 600;
    font-size: 16px;
   text-decoration-line: none;
    transition: all 0.3s ease-in-out;
  }
  
  .site-menu2 ul li a:hover {
    letter-spacing: 2px;
    transition: all 0.3s ease-in-out;
  }
  .footer{
    bottom: 0;
    color: #ffffff;
    background-color: #000000;
    padding-top: 30px;
    padding-bottom: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1000;
  }
  .footer-logo {
    position: absolute;
    display: inline-block;
    width: 90px;
    padding-right: 20px;
    margin-top: 90px;
    transition: all 0.2s ease-in-out;
  }
  .footer-logo:hover {
    display: inline-block;
    width: 95px;
    padding-right: 20px;
    transition: all 0.2s ease-in-out;
  }
  .copyright {
    position: absolute;
    font-size: 14px;
    font-weight: bold;
    margin-top: 180px;
  }
  /*================　フッダー　end ===============*/
}
