@charset "utf-8";



/* header
=========================================================================================== */

  /* l-header */
  .l-headerbase {
    width: 100%;
    z-index: 50;
    position: relative;
    background-color: var(--header-bgcolor);
    }
              .l-home .l-headerbase.l-header-transform {
                position: fixed;
                top: 0;
                left: 0;
                }
              .l-page .l-headerbase {
                position: fixed;
                top: 0;
                left: 0;
                }
	.l-header h1 {
		display: -webkit-flex!important;
		display: flex!important;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: center;
		justify-content: center;
		}
	.l-header h1 a {
    display: block;
    line-height: 0;
		}
		.l-header h1 img {
			flex-shrink: 0;
			}

	@media print, screen and (min-width: 768px) {
    
		/* l-header */
    .l-header {
      width: 100%;
      max-width: 1300px;
      margin: 0 auto;
      height: 100px;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      }
    
		/* logo */
		.l-header h1 {
      width: 360px;
      padding-left: 20px;
      box-sizing: border-box;
			}

		/* l-hnav */
		.l-hnav {
      flex: 1;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: flex-end;
      justify-content: flex-end;
      color: var(--header-textcolor);
      }
		.l-hnav > * {
      margin: 0;
      padding: 0 10px;
      list-style: none;
      display: -webkit-box!important;
      display: -webkit-flex!important;
      display: flex!important;
      -webkit-flex-direction: column;
      flex-direction: column;
      -webkit-justify-content: center;
      justify-content: center;
			}
    
    .l-hnav-tel {
      }
      .l-hnav-tel > span {
        display: block;
        }

		/* l-gnav */
		.l-gnav {
      display: block;
      width: 100%;
      background-color: var(--headermenu-bgcolor);
      min-height: 60px;
      text-align: center;
      padding: 0 25px;
      box-shadow: 0px 1px 3px var(--headermenu-bgcolor-shadow);
      -webkit-box-shadow: 0px 1px 3px var(--headermenu-bgcolor-shadow);
      -moz-box-shadow: 0px 1px 3px var(--headermenu-bgcolor-shadow);  
      }
		.l-gnav > ul {
      max-width: 1300px;
      margin: 0 auto;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      justify-content: center;
      line-height: 1;
      padding: 10px 0;
      }
		.l-gnav > ul > li {
      margin: 0;
      padding: 0;
      height: 40px;
      line-height: 40px;
      list-style: none;
      position: relative;
			}
		.l-gnav > ul > li a {
      display: block;
      width: 100%;
      height: 100%;
      padding: 0 20px;
      color: var(--headermenu-textcolor);
      text-decoration: none;
			}
      .l-gnav > ul > li a:hover {
        color: var(--headermenu-textcolor-hover);
        text-decoration: none;
        }

              /* ↓↓↓ 有料 start */
              .l-gnav > ul > li ul {
                display: block;
                list-style: none;
                }
              .l-gnav > ul > li ul li a {
                padding: 10px 5px;
                line-height: 1.4;
                }
              .l-gnav > ul > li.has-child ul {
                position: absolute;
                width: 160px;
                left: 50%;
                margin: 0 0 0 -80px;
                top: 40px;
                z-index: 4;
                background: var(--headermenu-bgcolor-drop);
                visibility: hidden;
                opacity: 0;
                transition: all .3s;
                padding: 0;
                box-shadow: 0px 1px 3px var(--headermenu-bgcolor-shadow);
                -webkit-box-shadow: 0px 1px 3px var(--headermenu-bgcolor-shadow);
                -moz-box-shadow: 0px 1px 3px var(--headermenu-bgcolor-shadow);  
                }
              .l-gnav > ul > li.has-child:hover > ul,
              .l-gnav > ul > li.has-child ul li:hover > ul,
              .l-gnav > ul > li.has-child:active > ul,
              .l-gnav > ul > li.has-child ul li:active > ul{
                visibility: visible;
                opacity: 1;
                }
              .l-gnav > ul > li.has-child ul li a{
                color: var(--headermenu-textcolor);
                }
              .l-gnav > ul > li.has-child ul li a:hover,
              .l-gnav > ul > li.has-child ul li a:active{
                background: var(--headermenu-bgcolor-drop-hover);
                }
              /* ↑↑↑ 有料 end */
	}
	@media (max-width: 767px) {
		.l-header {
      box-shadow: 0px 1px 3px var(--headermenu-bgcolor-shadow-sp);
      -webkit-box-shadow: 0px 1px 3px var(--headermenu-bgcolor-shadow-sp);
      -moz-box-shadow: 0px 1px 3px var(--headermenu-bgcolor-shadow-sp);  
       }
		.l-header h1 {
			margin-left: 20px;
			height: 50px;
      display: -webkit-box!important;
      display: -webkit-flex!important;
      display: flex!important;
      -webkit-flex-direction: column;
      flex-direction: column;
      -webkit-justify-content: center;
      justify-content: center;
			}
		.l-header h1 img.l-hlogo-home,
		.l-header h1 img.l-hlogo-pc {
      display: none;
			}
		.l-header h1 img.l-hlogo-sp {
      display: block;
			}
		.l-header h1 img {
			height: 30px;
			}

    .l-hnav {
      display: none;
      }

    .l-gnav {
      display: none;
      position: fixed;
      width: 100%;
      top: 0;
      right: 0px;
      padding: 80px 5% 20px 5%;
      background: var(--hbgmenu-bgcolor);
      z-index: 9400;
      height: 100vh;
      overflow: auto;
      }
		.l-gnav > ul,
		.l-gnav > ul > li {
      margin: 0;
      padding: 0;
      list-style: none;
			}
		.l-gnav > ul {
      }
      .l-gnav > ul > li {
        border-bottom: 1px solid var(--hbgmenu-bordercolor);
        padding-right: 20px;
        position: relative;
        }
			.l-gnav > ul > li a {
        display: block;
        width: 100%;
  			padding: 15px 3% 13px 3%;
        color: var(--hbgmenu-textcolor);
        text-decoration: none;
        }

              /* ↓↓↓ 有料 start */
              .l-gnav > ul > li.has-child ul {
                display: none;
                list-style: none;
                }
              .l-gnav > ul > li.has-child span::after {
                content: '\f107';
                font-family: 'Font Awesome 6 Free';
                font-weight: bold;
                top: 5px;  
                right: 0px;
                position: absolute;
                width: 50px;
                height: 45px;
                padding: 10px;
                text-align: right;
                color: var(--hbgmenu-textcolor);
                }
              .l-gnav > ul > li.has-child span.active::after {
                content: '\f106';
                font-family: 'Font Awesome 6 Free';
                font-weight: bold;
                }
              .l-gnav > ul > li ul li a {
                padding: 0px 0 15px 15px;
                line-height: 1.4;
                position: relative;
                }
              .l-gnav > ul > li ul li a::before {
                content: '\f0da';
                font-family: 'Font Awesome 6 Free';
                font-weight: bold;
                position: absolute;
                top: 1px;
                left: 0;
                font-size: 1.1rem;
                }
              /* ↑↑↑ 有料 end */
	}




/* ------- hamburger menu -------- */

/* button */
	@media print, screen and (min-width: 768px) {
    .button-open {
      display: none;
      }
  }
	@media (max-width: 767px) {
    .button-open {
      position: absolute;
      width: 50px;
      height: 50px;
      z-index: 9500;
      top: 0;
      right: 5px;
      text-align: center;
      }
      .button-open i {
        display: block;
        height: 3px;
        width: 30px;
        left: 12px;
        top: 24px;
        border-radius: 1.5px;
        background: var(--header-hbgcolor);
        -webkit-transition: background 0.3s;
            transition: background 0.3s;
        position: relative;
      }
      .button-open i:before,
      .button-open i:after {
        content: "";
        display: block;
        height: 3px;
        border-radius: 1.5px;
        background: var(--header-hbgcolor);
        position: absolute;
        -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
            transform: rotate(0deg);
        -webkit-transition: all 0.3s !important;
            transition: all 0.3s !important;
        }
        .button-open i:before,
        .button-open i:after {
          width: 30px;
          }
      .button-open i:before {
        -webkit-transform: translateY(10px);
          -ms-transform: translateY(10px);
            transform: translateY(10px);
        }
      .button-open i:after {
        -webkit-transform: translateY(-10px);
          -ms-transform: translateY(-10px);
            transform: translateY(-10px);
        }
      .button-open span {
        display: block;
        font-size: 1.2rem;
        font-weight: bold;
        margin-top: 36px;
        }


    .is-open .button-open i {
      width: 34px;
      background-color: transparent;
      }
      .is-open .button-open i:before {
            width: 34px;
            background: var(--header-hbgcolor-close);
        -webkit-transform: translateY(0px) rotate(45deg);
          -ms-transform: translateY(0px) rotate(45deg);
            transform: translateY(0px) rotate(45deg);
            }
      .is-open .button-open i:after {
            width: 34px;
            background: var(--header-hbgcolor-close);
        -webkit-transform: translateY(0px) rotate(-45deg);
          -ms-transform: translateY(0px) rotate(-45deg);
            transform: translateY(0px) rotate(-45deg);
            }
	}



/* pagetitle
=========================================================================================== */

  .l-pagetitle {
    clear: both;
    background-color: var(--pagetitle-bgcolor);
    padding: 0 5%;
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: flex!important;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    }
  .l-pagetitle h1 {
    background-color: var(--pagetitle-bgtextcolor);
    color: var(--pagetitle-textcolor);
    margin: 0px auto;
    padding: 0 10px;
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: flex!important;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    line-height: 1.3;
    }


    @media print, screen and (min-width: 768px) {
      .l-pagetitle {
        height: 150px;
        }
        .l-pagetitle.l-pagetitle-L {
          height: 200px;
          }
      .l-pagetitle h1 {
        height: 100px;
        min-width: 520px;
        font-size: 4.0rem;
        }
      .l-pagetitlesub {
        font-size: 1.8rem;
        }
    }
    @media (max-width: 767px) {
      .l-pagetitle {
        height: 80px;
        }
        .l-pagetitle.l-pagetitle-L {
          height: 100px;
          }
      .l-pagetitle h1 {
        height: 50px;
        width: 90%;
        max-width: 300px;
        font-size: 2.0rem;
        }
      .l-pagetitlesub {
        font-size: 1.2rem;
        }
    }


    /* background */
    .l-pagetitle-stripe-h {
      background-image: repeating-linear-gradient( var(--pagetitle-bgcolor), var(--pagetitle-bgcolor) 3px, var(--pagetitle-bgcolor-s) 3px, var(--pagetitle-bgcolor-s) 12px);
      }
    .l-pagetitle-stripe-v {
      background-image: -webkit-repeating-linear-gradient(90deg, var(--pagetitle-bgcolor), var(--pagetitle-bgcolor) 3px, var(--pagetitle-bgcolor-s) 3px, var(--pagetitle-bgcolor-s) 12px);
      background-image: repeating-linear-gradient(-90deg, var(--pagetitle-bgcolor), var(--pagetitle-bgcolor) 3px, var(--pagetitle-bgcolor-s) 3px, var(--pagetitle-bgcolor-s) 12px);
      }
    .l-pagetitle-stripe-d {
      background-image: -webkit-repeating-linear-gradient(135deg, var(--pagetitle-bgcolor), var(--pagetitle-bgcolor) 3px, var(--pagetitle-bgcolor-s) 3px, var(--pagetitle-bgcolor-s) 12px);
      background-image: repeating-linear-gradient(-45deg, var(--pagetitle-bgcolor), var(--pagetitle-bgcolor) 3px, var(--pagetitle-bgcolor-s) 3px, var(--pagetitle-bgcolor-s) 12px);
      }
    .l-pagetitle-photo {
      position: relative;
      }
      .l-pagetitle-photo > h1 {
        position: relative;
        }
      .l-pagetitle-photo > span {
        position: absolute;
        display: block;
        width: 100%;
        }
        .l-pagetitle-photo > span > img {
          width: 100%;
          object-fit: cover;
          }
        @media print, screen and (min-width: 768px) {
          .l-pagetitle-photo > span,
          .l-pagetitle-photo > span > img {
            height: 150px;
            }
          .l-pagetitle-photo.l-pagetitle-L > span,
          .l-pagetitle-photo.l-pagetitle-L > span > img {
            height: 200px;
            }
        }
        @media (max-width: 767px) {
          .l-pagetitle-photo > span,
          .l-pagetitle-photo > span > img {
            height: 80px;
            }
          .l-pagetitle-photo.l-pagetitle-L > span,
          .l-pagetitle-photo.l-pagetitle-L > span > img {
            height: 100px;
            }
        }




/* pankuzu
=========================================================================================== */
  .l-pankuzu > * {
    display: inline-block;
    }
  .l-pankuzu a {
    color: var(--cs-textcolor);
    text-decoration: none;
    }
  .l-pankuzu > span:not(:last-child)::after {
    content: '＞';
    padding: 0 10px;
    letter-spacing: 0;
    }
  
  @media print, screen and (min-width: 768px) {
    .l-pankuzu {
      padding-top: 30px;
      padding-bottom: 30px;
      }
    .l-pankuzu a:hover {
      text-decoration: underline;
      }
  }
  @media (max-width: 767px) {
    .l-pankuzu {
      padding-top: 20px;
      padding-bottom: 20px;
      }
  }


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

  .l-footer {
    clear: both;
    position: relative;
    background-color: var(--footer-bgcolor);
    color: var(--footer-textcolor);
    }
    @media print, screen and (min-width: 768px) {
      .l-footer {
        }
    }
    @media (max-width: 767px) {
      .l-footer {
        }
    }

	/* --- sns --- */
    .l-sns {
      text-align: center;
      }
    .l-sns > a {
      display: inline-block;
      text-decoration: none;
      background-color: var(--sns-bgcolor);
      color: var(--sns-iconcolor);
      margin: 0 15px;
      border: var(--sns-bordercolor) solid 2px;
        -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
        -ms-border-radius: 50%;
      }
    @media print, screen and (min-width: 768px) {
      .l-sns {
        padding: 30px 0;
        }
      .l-sns > a {
        font-size: 4.0rem;
        width: 80px;
        height: 80px;
        line-height: 80px;
        }
      .l-sns > a:hover {
        border-color: var(--sns-bordercolor-hover);
        color: var(--sns-iconcolor);
        }
    }
    @media (max-width: 767px) {
      .l-sns {
        padding: 25px 0;
        }
      .l-sns > a {
        font-size: 2.6rem;
        width: 50px;
        height: 50px;
        line-height: 50px;
        }
    }




	/* --- address --- */
  .l-faddress {
    font-style: normal;
    display: -webkit-flex;
    display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: center;
		justify-content: center;
    }
    .l-faddress > * {
      padding: 0 5%;
      display: -webkit-box!important;
      display: -moz-box!important;
      display: -ms-flexbox!important;
      display: -webkit-flex!important;
      display: flex!important;
      -webkit-flex-direction: column;
      flex-direction: column;
      -webkit-justify-content: center;
      justify-content: center;
      }
      .l-faddress > * img {
        flex-shrink: 0;
        }
    @media print, screen and (min-width: 768px) {
      .l-faddress {
        padding: 50px 0;
        }
      
      .l-faddress > * {
        border-right: #999 solid 2px;
        padding: 0 3%;
        }
      .l-faddress > *:first-child {
        }
      .l-faddress > *:last-child {
        border-right: none;
        }
    }
      @media screen and (min-width:768px) and (max-width:1060px){
        .l-faddress > * {
          }
        .l-faddress > *:first-child { 
          padding-right: 0;
          width: 100%;
          margin-bottom: 20px;
          border-right: none;
          text-align: center;
          }
        .l-faddress > *:last-child {
          }
      }
    @media (max-width: 767px) {
      .l-faddress {
        padding: 30px 3%;
        }
      
      .l-faddress > * {
        border-bottom: #999 solid 2px;
        padding: 3% 0;
        width: 100%;
        text-align: center;
        }
      .l-faddress > *:first-child {
        }
        .l-faddress > *:first-child img {
          max-width: 200px;
          width: 80%;
          }
      .l-faddress > *:last-child {
        border-bottom: none;
        }
    }
     


	/* --- copyright --- */
  .l-copyright {
    position: relative;
    clear: both;
    width: 100%;
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: flex!important;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    background-color: var(--copyright-bgcolor);
	  color: var(--copyright-textcolor)!important; 
    }
    @media print, screen and (min-width: 768px) {
      .l-copyright {
        height: 100px;
        }
    }
    @media (max-width: 767px) {
      .l-copyright {
        height: 60px;
        }
    }





	/* --- fnav --- */
    .l-fnav a {
      display: block;
      }
    @media print, screen and (min-width: 768px) {
      .l-fnav a {
        font-size: 6.0rem;
        height: 60px;
        width: 60px;
        line-height: 60px;
        color: var(--fnav-iconcolor-pc)!important; 
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: var(--fnav-iconcolor-pc-shadow);
        text-stroke-width: 1px;
        text-stroke-color: var(--fnav-iconcolor-pc-shadow);
        }
      .l-fnav a:hover {
        color: var(--fnav-iconcolor-pc-hover)!important;
        }
      .l-fnav a.l-ftel {
        left: 20px;
        }
      .l-fnav a.l-fcontact {
        left: 50%;
        margin-left: -30px;
        }
      .l-fnav a.l-pagetop {
        right: 20px;
        }
      .l-fnav a.l-fcontact,
      .l-fnav a.l-ftel {
        visibility: hidden; 
        }
    }
    @media (max-width: 767px) {
      .l-fnav a {
        font-size: 2.0rem;
        height: 46px;
        width: 46px;
        line-height: 45px;
        letter-spacing: 0;
        background-color: var(--fnav-bgcolor-sp);
        color: var(--fnav-iconcolor-sp)!important; 
        text-align: center;
/*        border: #fff solid 2px; */
        -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
        -ms-border-radius: 50%;
        }
      .l-fnav a.l-ftel {
        left: 8%;
        }
      .l-fnav a.l-fcontact {
        left: 50%;
        margin-left: -23px;
        }
      .l-fnav a.l-pagetop {
        right: 8%;
        }
      .l-fnav a.l-fcontact,
      .l-fnav a.l-ftel {
        visibility: visible;
        }
    }

  
  .l-fnav a {
    position: fixed;
    z-index: 2;
    opacity: 0;
    transform: translateY(100px);
    }

  /*　上に上がる動き　*/
  .l-fnav a.UpMove {
    animation: UpAnime 0.5s forwards;
    }
    @keyframes UpAnime{
      from {
        opacity: 0;
      transform: translateY(150px);
      }
      to {
        opacity: 1;
      transform: translateY(0);
      }
    }

  /*　下に下がる動き　*/
  .l-fnav a.DownMove {
    animation: DownAnime 0.5s forwards;
    }
    @keyframes DownAnime{
      from {
        opacity: 1;
      transform: translateY(0);
      }
      to {
        opacity: 1;
      transform: translateY(150px);
      }
    }
