@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Raleway:wght@400;500;700&family=Roboto:wght@400;500;700;900&display=swap');

body{
  background-color: #ffffff !important;
  z-index: 0;
}

.container , .container-sm , .container-md , .container-lg , .container-xl , .container-xxl{
    background-color: ;
    position: relative;
    z-index: 1;
}

h1 , h2 , h3 , h4 , h5 , h6{
 color:#222222 !important;
}

.main{
  position: relative;
  z-index: 0;
}

h1{
  position: absolute;
  z-index: 2;
}


.map{
  text-align: center;
}





@media (max-width: 375px) and (max-width: 428px) { 
  /* スマートフォン向けのスタイル */
  .cloud_area{
  height: 170px;
}
}

@media (min-width: 768px) and (max-width: 960px) {
  /* タブレット向けのスタイル */
  .cloud_area{
  height: 350px;
}
}

@media (min-width: 1280px) {
  /* PC向けのスタイル */
  .cloud_area{
  height: 600px;
}
}




h3{
  font-size: 24px !important;
  line-height: 1.55 !important;
}

.shop_name{text-align: center;}

.shop_name h3 span{
  font-size: 0.6em !important;
  display: block;
}






a {
    text-decoration: none !important; /* 全てのリンクの下線を消す */
  }


/*main*/


.main_background{
  background: url('img/main_bg.jpg') no-repeat center;
  background-size: cover;
  position: relative;
  overflow: hidden;
   z-index: 0;
}

.main_background:before{
  content: '';
  background: inherit;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5x);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5pxx);  /**/
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
  
}


/*button*/
.button_sm{
    font-size: 0.75rem !important;
}
.button_sm a {
    border-radius: 9999px;
    position: relative;
    display: flex;
    justify-content: space-around;
    width: 120px;
    max-width: 150px !important;
    padding:6px 10px;
    text-decoration: none;
    color: #333;
    line-height: 1.8;
    font-weight: 500;
}

.button_sm a:after {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: right 0.3s;
    width: 6px;
    height: 6px;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor;
    transform: translateY(-50%) rotate(45deg);
}

.button_sm > a:hover {
  color: #FFF;
}

.button_sm > a:hover:after {
  right: 1.4rem;
}

.button{
    font-size: 1.0rem !important;
}
.button a {
    border-radius: 9999px;
    position: relative;
    display: flex;
    justify-content: space-around;
    width: 230px;
    max-width: 250px !important;
    padding: 10px 25px;
    text-decoration: none;
    color: #fff;
    line-height: 1.8;
    font-weight: 500;
}

.button a:after {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 2rem;
    font-size: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: right 0.3s;
    width: 6px;
    height: 6px;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor;
    transform: translateY(-50%) rotate(45deg);
}

.button > a:hover {
  color: #FFF;
}

.button > a:hover:after {
  right: 1.4rem;
}

.btn_red > a {background-color: rgba(255, 67, 20, 0.9); border:solid 1px #fff;}
.btn_red > a:hover {background-color: rgb(255, 67, 20);}

.btn_gr > a {background-color: rgba(220, 220, 220, 1.0);}
.btn_gr > a:hover {background-color: rgba(20, 20, 20, 1.0);}



.navi a{
    display: block;
    overflow: hidden;
    transition: 0.15s ease-in-out;
    border-radius: 8px !important;
}

.navi a:hover{
    opacity: 1.0;
    border-radius: 20px !important;
    border:solid 4px #ff4314;
}


/*color*/
.fc_fff{color: #fff !important;}
.fc_111{color: #111 !important;}
.fc_222{color: #222 !important;}
.fc_333{color: #333 !important;}
.fc_444{color: #444 !important;}
.fc_555{color: #555 !important;}
.fc_777{color: #777 !important;}
.fc_888{color: #888 !important;}
.fc_999{color: #888 !important;}




.bg_f9f9f9{background-color: #f9f9f9 !important;}
.bg_fff{background-color: #fff !important;}
.bg_222{background-color: #222 !important;}
.bg_333{background-color: #333 !important;}
.bg_444{background-color: #444 !important;}

.bg_999{background-color: #999 !important;}
.bg_000{background-color: #000 !important;}


/*waku*/
.waku_1{
border:solid 1px #222;
}

.--{
 padding-bottom: 0.5rem;
}


/*waku_beta*/
.waku_beta_gr_1 {background: rgba(10, 10, 10, 0.1);}
.waku_beta_gr_2 {background: rgba(10, 10, 10, 0.2);}
.waku_beta_gr_3 {background: rgba(10, 10, 10, 0.3);}
.waku_beta_gr_4 {background: rgba(10, 10, 10, 0.4);}
.waku_beta_gr_5 {background: rgba(10, 10, 10, 0.5);}
.waku_beta_gr_6 {background: rgba(10, 10, 10, 0.6);}
.waku_beta_gr_7 {background: rgba(10, 10, 10, 0.7);}
.waku_beta_gr_8 {background: rgba(10, 10, 10, 0.8);}
.waku_beta_gr_9 {background: rgba(10, 10, 10, 0.9);}
.waku_beta_gr_10 {background: rgba(10, 10, 10, 1.0);}


/*kadomaru*/
.kadomaru_2 { border-radius:2px;}
.kadomaru_4 { border-radius:4px;}
.kadomaru_6 { border-radius:6px;}
.kadomaru_8 { border-radius:8px;}



/**/
.flex{
    display: flex; /* flexboxにする */
    align-items:stretch; /* 縦の位置指定 */
}

.flex-center {
    display: flex;
    align-items: center;
    height: 100px;
}

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

/**/
.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 60px;
}



/*basic.css*/
h1 , h2 , h3 , h4 , h5 , h6{
    /*reset*/
    margin-bottom: 0 !important;
}

a{
text-decoration: none;
transition: 0.3s ease-in-out;
}

.mp_0{
    margin: 0 !important;
    padding: 0 !important;
}



/*spec area*/
.list{
    color: #777;
    font-size: 0.7em;
    line-height: 1.25em;
}

.list span{
    color: #f1f1f1;
}

/**/
header {
 width: 100%;
 z-index: 10000;

 position: sticky;
 top: 0;
}

* {
  box-sizing: border-box;
}

.top-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #00BAF0;
  background: linear-gradient(to left, rgb(255, 67, 20) 0.8%, #eea849 0.8%);
  background: linear-gradient(to left,rgba(255, 67, 20, 1.0),rgba(255,67,20,0.0),rgba(255,67,20,0.0),rgba(255,67,20,1.0));
   background: linear-gradient(to left,rgba(20, 20, 20, 1.0),rgba(20,20,20,1.0));
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #FFF;
  height: 50px;
  padding: 1em;
}

.menu {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu > li {
  margin: 0 1rem;
  overflow: hidden;
}

.menu-button-container {
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: #fff;
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

.menu-button::before {
  content: '';
  margin-top: -8px;
}

.menu-button::after {
  content: '';
  margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}

@media (max-width: 700px) {
  .menu-button-container {
    display: flex;
  }
  
  .menu {
    position: absolute;
    top: 0;
    margin-top: 50px;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  #menu-toggle ~ .menu li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  #menu-toggle:checked ~ .menu li {
    border: 1px solid #333;
    height: 20%;
    padding: 0.5em;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .menu > li {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    color: white;
    background-color: #222;
  }
  .menu > li:not(:last-child) {
    border-bottom: 1px solid #444;
  }
}

/*footer*/

h3 span{
  font-size: 1.2rem;
}

ul{
  color: #fff;
}

ul li{
  font-size: 1.2rem;
  list-style: none;
  line-height: 2.0;
}

ul li span{
  font-size: 0.8rem;
}

hr{
  border-color: #f1f1f1 !important;
}


/*swiper overlite*/

.swiper-button-next,.swiper-button-prev{
  color: #00b43c !important;
}

  


._map{
  position: relative;
  z-index: 1;
  min-height: 100vh;
}

/*
.two{
  position: absolute;
  display: block;
  z-index: 2;

  height: 3000px;
}
*/

._three{
  position: absolute;
  z-index: 100;
  bottom:-20px;
}

.vermilion-button{
  color: #fff !important;
  background-color: #f26649 !important;
  border-radius: 9999px !important;
}
 


@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#00b43c !important;}
