@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');

body{
    margin:0;
      overflow-x: hidden;
      font-family: "Josefin Sans", "Zen Kaku Gothic New", sans-serif;
    }
  

.pc { display: block !important; }
.sp { display: none !important; }
 
@media only screen and (max-width: 1099px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}
    

  
  
@media screen and (min-width: 1100px) { 

  /*//////////////////////////////////////////////////////////////////////
  ///////////////////////////////////////////////////////////////////////
  ///////////////////////////////////////////////////////////////////////
  ///////////////////////////////////////////////////////////////////////
  ///////////////////////////////////////////////////////////////////////
  /////////////////////////////////pc//////////////////////////////////////
  ///////////////////////////////////////////////////////////////////////
  ///////////////////////////////////////////////////////////////////////
  ///////////////////////////////////////////////////////////////////////*/

  .cookie-consent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size: 12px;
    color: #fff;
    background: rgba(0,0,0,.7);
    padding: 1.2em;
    box-sizing: border-box;
    z-index: 998;
    visibility: hidden;
    z-index: 99999;
    flex-direction: column;
    
  }
  .cookie-consent.is-show {
    visibility: visible;
  }
  .cookie-consent a {
    color: #fff !important;
  }
  .cookie-agree {
    color: #fff;
    background: #1e90ff;
    padding: .5em 1.5em;
    margin-top: 10px;
  }
  .cookie-agree:hover {
    cursor: pointer;
  }

  .cc-hide2 {
    animation: hide 1s linear 0s;
    animation-fill-mode: forwards;
  }
  @keyframes hide {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
      visibility: hidden;
    }
  }

  


::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}

body::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 0px;
}

body::-webkit-scrollbar-thumb {
  background: #8b8b8b;
  border-radius: 0px;
}

body::-webkit-scrollbar-thumb:hover {
  background: #8b8b8b;
}


.btn03{
  position: relative;
text-decoration: none;
display: inline-block;
  text-align: center;
  background: transparent;
border-radius: 25px;
border: solid 1px #333;
  outline: none;
  transition: all 0.2s ease;
  margin-top:20px;
  margin-bottom:20px;
}

.btn03:hover{
border-color:transparent;	
}

.btn03 span {
position: relative;
z-index: 2;
display: block;
  padding: 10px 30px;
background:#fff;
border-radius: 25px;
color:#5D5D5D;
  transition: all 0.3s ease;
  font-size: 14px;
}

.pushright:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 4px;
  left: 4px;
  width: 100%;
  height: 100%;
border-radius: 25px;
  background-color: #333;
}

.pushright:hover span {
background-color: #333;
color: #fff;
transform: translate(4px, 4px);
}

















.topkuhaku{
  width:100%;
  height:97.83px;
}





#g-nav{
position:fixed;
z-index: 990;
opacity: 1;
top:0px;
right:0px;
transition: all 0.3s;
background:rgb(234, 234, 234);
}

header.scroll-nav{
  transition: all 0.3s;
  box-shadow: 0 0 3px gray;
}






#g-nav ul {
  top:15px;
  right:10px;
  position: fixed;
  display: flex;
  position: absolute;
  z-index: 999;
}

#g-nav.panelactive ul {
  display: block;
}


#g-nav li{
  display: flex;
list-style: none;
  text-align: left;
}

#g-nav li a{
color: #5D5D5D;
text-decoration: none;
padding:10px;
display: flex;
text-transform: uppercase;
letter-spacing: 0.1em;
font-weight: bold;
font-size:15px;
transition: all 0.3s;
transform: scale(1.0);
}

#g-nav li a:hover{
  transition: all 0.3s;
  color: #424242;
  transform: scale(1.1);
  }
  

#g-nav li a .soegaki{
  margin-top:3px;
  margin-left:5px;
  font-size: 8px;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New";
}

@media (max-width: 1200px) {
  #g-nav li a{
    color: #5D5D5D;
    text-decoration: none;
    padding:10px;
    display: flex;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-size:14px;
    }

    #g-nav li a .soegaki{
      margin-top:3px;
      margin-left:5px;
      font-size: 6px;
      font-weight: 400;
      font-family: "Zen Kaku Gothic New";
    }
}

#g-nav canvas{
  display: none;
}

.openbtn{
  display: none;
  position: fixed;
  background:rgb(74, 168, 255, 0);
z-index: 999;
  cursor: pointer;
top:23px;
right:20px;
  width: 50px;
  height:50px;
  border-radius: 5px;
}



.openbtn span{
  transition: all .4s;
  position: absolute;
  left: 0px;
  height: 0px;
  display: none;
  border-radius: 2px;
background: #5D5D5D;
  width: 45%;
}

.openbtn span:nth-of-type(1) {
top:15px;	
}

.openbtn span:nth-of-type(2) {
top:23px;
}

.openbtn span:nth-of-type(3) {
top:31px;
}

.openbtn.active span:nth-of-type(1) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

.openbtn.active span:nth-of-type(2) {
opacity: 0;
}

.openbtn.active span:nth-of-type(3){
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}









.center{
  margin: 0 auto;
  align-items: center;
  text-align: center;
}













.center img{
margin: 0 auto;
align-items: center;
text-align: center;
}

.center section{
margin: 0 auto;
align-items: center;
text-align: center;
}

.center div{
margin: 0 auto;
align-items: center;
text-align: center;
}

.center header{
margin: 0 auto;
align-items: center;
text-align: center;
}

.center footer{
margin: 0 auto;
align-items: center;
text-align: center;
}

.center a{
margin: 0 auto;
align-items: center;
text-align: center;
}

.center text{
margin: 0 auto;
align-items: center;
text-align: center;
}

.center ul{
margin: 0 auto;
align-items: center;
text-align: center;
}
















small{
  color:#000000;
  display: block;
  text-align: center;
  text-decoration: none;
}

header{
  width:100%;
  padding: 1px 0;
  background:#f0eae0;
  position: fixed;
  z-index:800;
}
header.scroll-nav{
  transition: all 0.3s;
  box-shadow: 0 0 3px gray;
}

header a h2{
  font-size:15px;
  margin-top:18px;
  padding-left:10px;
  color:black;
}



.container{
    width:100%;
    height:auto;
    position: relative;
}

.container img{
  width:100%;
  height:80px;
  opacity: 0.5;
  object-fit: cover;
}









#footer{
  background:#f0eae0;
  padding:10px;
}








.back-to-top {
  z-index: 997;
  font-size:11px;
  display: none;
  position: fixed;
  right: 1px;
  bottom: 1px;
  color: #fff;
  padding: 2rem;
  border-radius: 50%;
  display: inline-block;
  text-decoration: none;
  font-family: "Josefin Sans", "Zen Kaku Gothic New", sans-serif;
}
.back-to-top::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 55px;
  height: 55px;
  background-color: #333;
  border-radius: 50%;
  z-index: -1;
}









#loading {
  width: 100vw;
  height: 100vh;
  background-color: #e0e0e0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  align-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

 
.loaded {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.loader img{
  width:150px;
  height:150px;
}

.loaderin {
  position: absolute;
  top: calc(50% + 20px);
  left: calc(50% + 10px);
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  border: 2px solid #FFF;
  border-bottom-color: #f0d5ee;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  }

  @keyframes rotation {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
  } 


.fadeDown{
  animation-delay: 0.3s;
  animation-name: fadeDownAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
  opacity:0;
  }
  
  @keyframes fadeDownAnime{
    from {
      opacity: 0;
    transform: translateY(-100px);
    }
  
    to {
      opacity: 1;
    transform: translateY(0);
    }
  }

  .fadeDown:nth-of-type(1){
    animation-delay: 0.25s;
  }
  
  .fadeDown:nth-of-type(2){
    animation-delay: 0.5s;
  }
  
  .fadeDown:nth-of-type(3){
    animation-delay: 0.75s;
  }

  .fadeDown:nth-of-type(4){
    animation-delay: 1.0s;
  }

  .fadeDown:nth-of-type(5){
    animation-delay: 1.25s;
  }
  .fadeDown:nth-of-type(6){
    animation-delay: 1.5s;
  }
  .fadeDown:nth-of-type(7){
    animation-delay: 1.75s;
  }

  
  .fadeDownTrigger{
      opacity: 0;
  }



  .headernakusu{
  height:90px;
  width:100%;
  }






  
  



  
.name {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-top: 10px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 100px;
  background: #eaedf2;
  font-size: 18px;
  font-family: "Zen Kaku Gothic New";
}

.postnom {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-top: 10px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 200px;
  background: #eaedf2;
  font-size: 18px;
  font-family: "Zen Kaku Gothic New";
}

.mail {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-top: 10px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 305px;
  background: #eaedf2;
  font-size: 18px;
  font-family: "Zen Kaku Gothic New";
}

.tel {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-top: 10px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 200px;
  background: #eaedf2;
  font-size: 18px;
  font-family: "Zen Kaku Gothic New";
}

.toti {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-top: 10px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 200px;
  background: #eaedf2;
  font-size: 18px;
  font-family: "Zen Kaku Gothic New";
}

.select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #eaedf2;
  width: 200px;
  font-size: 1.2rem;
  cursor: pointer;
  padding: 10px;
  height:50px;
  font-family: "Zen Kaku Gothic New";
}

.select:disabled {
  pointer-events: none;
  background-color: #f1f1f1;
  color: #aaa;
  font-family: "Zen Kaku Gothic New";
}

.select-wrapper {
  position: relative;
  display: inline-block;
  font-family: "Zen Kaku Gothic New";
}

.select-wrapper::after {
  content: '';
  position: absolute;
  border: 4px solid #333;
  border-bottom: 0;
  border-left-color: transparent;
  border-right-color: transparent;
  top: calc(50% - 3px);
  right: 10px;
  width: 0;
  height: 0;
  font-family: "Zen Kaku Gothic New";
}

.select-wrapper--disabled::after {
  border-top-color: #aaa;
  font-family: "Zen Kaku Gothic New";
}

.text-big-box {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding-left: 1em;
  padding-right: 1em;
  height: 300px;
  flex: 1;
  width: 100%;
  max-width: 750px;
  background: #eaedf2;
  font-size: 15px;
  font-family: "Zen Kaku Gothic New";
}




.submit-btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;

  color: white;
  padding-top:10px;
  padding-bottom:10px;
  padding-left:20px;
  padding-right:20px;
  font-size: 1rem;
  border-radius:5px;
  background-color: #000000;
  cursor: pointer;
  font-family: "Zen Kaku Gothic New";
}

.submit-btn[disabled] {
  background-color: #ccc;
  cursor: not-allowed;
  font-family: "Zen Kaku Gothic New";
}



.hide-area{
	display: none;
}
.modaal-video .modaal-inner-wrapper{
	padding:0;
}

.modaal-close:after, 
.modaal-close:before{
	background:#000000;	
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#000000;
}











.details {
  margin: 0 auto;
  padding-left:20px;
  padding-right:20px;
  max-width: 600px;
	border-top: 20px solid #ffffff;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	&:last-of-type {
		border-bottom: 10px solid #ffffff;
	} 
}
.details-summary {
	position: relative;
	display: block;
	padding: 20px;
	color: #000000;
	font-size: 15px;
	font-weight:normal;
	text-align: center;
	background-color: #f3ead3;
	&:hover {
		cursor: pointer;
		opacity: 0.8;
	}
	.btn {
		position: absolute;
        top: 37%;
        left: 10%;
        width: 18px;
        height: 18px;
        transform-origin: center center;
        transition-duration: 0.2s;

        &:before,
        &:after {
            content: "";
            background-color: #4e4e4e;
            border-radius: 2px;
            width: 18px;
            height: 4px;
            position: absolute;
            top: 7px;
            left: 0;
            transform-origin: center center;
        }
        &:before {
            width: 4px;
            height: 18px;
            top: 0;
            left: 7px;
        }
    }
	&.is-active {
		.btn {
			-webkit-transform: rotate(-180deg);
			transform: rotate(-180deg);
			&:before {
            	content: none;
        	}	
		}
    }
}

.details-summary::-webkit-details-marker {
	display: none;
}

.details-content {
	padding: 20px;
	.close-btn {
		display: block;
		margin: 0 auto;
		padding: 8px 32px;
		background: rgb(189, 221, 225);
		color: #000000;
		text-align: center;
		border: none;
		border-radius: 5px;
		cursor: pointer;
		&:hover {
			opacity: 0.8;
		}
	}
	p {
		margin: 0 0 20px;
		color: #000;
		font-size: 18px;
		text-align: left;
		&:last-of-type {
			margin: 0 0 40px;
		}
	}
}


.fancybox-thumbs {
  background: transparent!important;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #f0eae0;
}

.fancybox-progress{
  background:#f0eae0;
}



font{
  color:#4e4e4e;
}

svg{
  color:#4e4e4e;
}

p{
  color:#4e4e4e;
}

small{
  color:#4e4e4e;
}

text{
  color:#4e4e4e;
}






.tooltip-container {
  position: relative;
  display: inline-block;
  color:white;
}

.tooltip-container label{
  color:#000;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom:10px;
}


.tooltip {
  visibility: hidden;
  width: 200px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 10px;
  position: absolute;
  bottom: 125%;
  left: 50%;
  margin-left: -100px;
  opacity: 0;
  transition:
    opacity 0.5s,
    transform 0.5s;
  transform: translateY(10px);
  z-index: 9;
}

.tooltip::after {
  color: #fff;
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
  z-index: 9;
}

.tooltip p{
  text-align: left;
  color:white;
  font-size: 10px;
  z-index: 10;
}

.tooltip-container:hover .tooltip {
  z-index: 9;
  color: #fff;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
    color: #fff;
  }
  40% {
    transform: translateY(-30px);
    color: #fff;
  }
  60% {
    transform: translateY(-15px);
    color: #fff;
  }
}

.tooltip-container:hover .tooltip {
  z-index: 9;
  color: #fff;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  animation: bounce 0.6s ease;
}






.trialmessage{
  width:100%;
  background-color: rgb(0, 0, 0, 0);
  position: fixed;
  bottom:0px;
  left:0px;
  z-index: 0;
  padding:30px;
  padding-left:15px;
  height:fit-content;
  z-index: 999;
}


.linkbutton{
  z-index: 997;
  overflow: hidden;
  white-space: nowrap;
border: solid #2f2f2f 0px;
padding-left:25px;
padding-right:43px;
padding-top:18px;
padding-bottom:15px;
text-decoration: none;
color:rgb(85, 85, 85);
font-size: 15px;
font-weight: 350;
border-radius: 10px;
background-color: rgb(188, 188, 188, 0.8);
position: relative;
transition: all 0.5s;
}

.linkbutton::after {
  overflow: hidden;
  content: '';
  position: absolute;
  top: 1.3em;
  right: 24px;
  width: 8px;
  height: 8px;
  color:rgb(85, 85, 85);
  border-top: 1px solid rgb(85, 85, 85);
  border-right: 1px solid rgb(85, 85, 85);
  transform: rotate(45deg);
  transition: all 0.5s;
}

.linkbutton:hover{
  overflow: hidden;
  background-color: rgb(188, 188, 188, 0.8);
  color:rgb(85, 85, 85);
}


.linkbutton:hover::after{
  overflow: hidden;
  animation: linkhover 0.5s ease-in-out;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
}

@keyframes linkhover{
  0%{
    translate: 0;
    opacity: 1;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
  }
  30%{
    translate: 0.25em 0;
    opacity: 0;
  }
  60%{
    translate: -0.25em 0;
    opacity: 0;
  }
  100%{
    translate: 0;
    opacity: 1;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
  }
}


.toppagetitle{
  margin-left:15px;
  margin-right:15px;
  margin-top: 30px;
  margin-bottom:30px;
  text-align: center;
  font-size: 14px;
  color: #5D5D5D;
}

.setsumei{
  padding-left:30px;
  padding-right:30px;
  color:#4e4e4e;
  font-size:14px;
}



.title{
  max-width:700px;
  width: 100%;
  margin:0 auto;
  display: flex;
  color:#5D5D5D;
}


.leftsetsumei{
  max-width:600px;
  width: 100%;
  margin:0 auto;
  justify-content: center;
  text-align: center;
}


.setsumei2{
  padding-left:0px;
  padding-right:0px;
  color:#4e4e4e;
  font-size:14px;
}

.subtitle{
  max-width:480px;width: 90%;margin:0 auto;justify-content: left;text-align: left;display: flex;padding-left:40px;padding-bottom:0;margin-bottom:-30px;
}


.gsapanime {
  z-index: 900;
  width: 60px;
  height: 60px;
  position: fixed;
  top:10px;
  left:245px;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(25px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeUpTrigger {
  opacity: 0;
}

.fadeUpReset {
  opacity: 1 !important;
  transform: translateY(0) !important;
  animation: none !important;
}

.fadeUpOut {
  animation-name: fadeUpOutAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

@keyframes fadeUpOutAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(25px);
  }
}


.toppagesetsumei{
  max-width: 800px;
  width:80%;
  margin:0px auto 0;
  background-color: #ffffff;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}


.toppagesetsumei .toptitle img{
  width:100%;
  max-width: 400px;
  text-align: center;
  font-size: 15px;
  color: #5D5D5D;
  font-weight: 300;
}

.toppagesetsumei .topsetsumei{
  width:100%;
  color:#747474;
  text-align: left;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 20px;
}

.toppagesetsumei .right{
  width:100%;
  color:#747474;
  text-align: right;
  font-size: 14px;
  letter-spacing: 0.5px;
  margin-top: 20px;
}

.toppagesetsumei .topsetsumei .bold{
  background: linear-gradient(transparent 50%, #ffbf006d 50%);

}


.list-1 {
  color: #6e6e6e;
  margin-top:-5px;
  list-style-type: none;
  margin-left:-50px;
}

.list-1 li {
  display: flex;
  align-items: center;
  gap: 0 5px;
  padding: .3em;
  font-size: 14px;
}

.list-1 li::before {
  display: inline-block;
  width: 10px;
  height: 5px;
  border-bottom: 1px solid #6b6b6b;
  border-left: 1px solid #6b6b6b;
  transform: rotate(-45deg) translateY(-1.5px);
  content: '';
}

  
  h2{
    color:#5D5D5D;
  }

  
h1{
  color:#5D5D5D
}

h3{
  color:#5D5D5D
}

small{
  color:#5D5D5D
}

span{
  color:#5D5D5D
}

svg{
  color:#5D5D5D
}


.scrolldown1{
	position:absolute;
	right:50px;
	bottom: calc(5vh + 10px);
	height:50px;
  z-index: 9;
}

.scrolldown1 span{
	position: absolute;
	left:-15px;
	top: -15px;
	color: #4e4e4e;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
}

.scrolldown1::after{
	content: "";
	position: absolute;
	top: 0px;
	width: 1px;
	height: 30px;
	background: #4e4e4e;
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}

@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:30px;
		opacity: 1;
	}
	100%{
		height:0;
		top:50px;
		opacity: 0;
	}
}












.modal-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease-out;
  z-index: 9;
}
 
.modal-container::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
 
.modal-container.active {
  opacity: 1;
  visibility: visible;
}
 
.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 500px;
  width: 90%;
}
 
.modal-close {
  position: absolute;
  top: -35px;
  right: 0;
  font-size: 14px;
  color: #fff;
  background: rgba(0,0,0,60%);
  padding: 6px 20px;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
}
 
.modal-content {
  background: #fff;
  border: 2px solid #383838;
  text-align: left;
  padding: 30px;
  font-weight: 500;
}



a{
  cursor: pointer;
}
  

}


















































































@media screen and (max-width: 1099px) { 
/*//////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////
/////////////////////////////////sp//////////////////////////////////////
///////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////*/


body::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}

body::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 0px;
}

body::-webkit-scrollbar-thumb {
  background: #8b8b8b;
  border-radius: 0px;
}

body::-webkit-scrollbar-thumb:hover {
  background: #8b8b8b;
}

body.noscroll{
  overflow: hidden;
}



          .btn03{
            position: relative;
          text-decoration: none;
          display: inline-block;
            text-align: center;
            background: transparent;
          border-radius: 25px;
          border: solid 1px #333;
            outline: none;
            transition: all 0.2s ease;
            margin-top:20px;
            margin-bottom:20px;
        }
        
        .btn03:hover{
          border-color:transparent;	
        }
        
        .btn03 span {
          position: relative;
          z-index: 2;
          display: block;
            padding: 10px 30px;
          background:#fff;
          border-radius: 25px;
          color:#5D5D5D;
            transition: all 0.3s ease;
            font-size: 14px;
        }
        
        
        .pushright:before {
            content: "";
            position: absolute;
          z-index: -1;
            top: 4px;
            left: 4px;
            width: 100%;
            height: 100%;
          border-radius: 25px;
            background-color: #333;
        }
        
        .pushright:hover span {
          background-color: #333;
          color: #fff;
          transform: translate(4px, 4px);
        }





























.topkuhaku{
  width:100%;
  height:97.83px;
}


#g-nav{
  position:fixed;
z-index: 990;
opacity: 1;
  top:-150%;
left:0px;
right:0px;
height:100vh;
transition: all 0.3s;
background:rgb(234, 234, 234);

}


#g-nav.panelactive{
opacity: 1;
z-index:990;
top:0px;
}

#g-nav.panelactive #g-nav-list{
  position: fixed;
  z-index: 999; 
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#g-nav ul {
  display: none;
  position: absolute;
  z-index: 999;
  top:300px;
  left:100px;
  transform: translate(-50%,-50%);
}

#g-nav.panelactive ul {
  display: block;
}

#g-nav li{
list-style: none;
  text-align: left; 
}

#g-nav li a{
color: #5D5D5D;
text-decoration: none;
padding:15px;
display: block;
text-transform: uppercase;
letter-spacing: 0.1em;
font-weight: bold;
}

#g-nav li a .soegaki{
  color: #5D5D5D;
  margin-left:25px;
  font-size: 12px;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New";
}

.openbtn{
  position: fixed;
  background:rgb(74, 168, 255, 0);
z-index: 999;
  cursor: pointer;
top:23px;
right:20px;
  width: 50px;
  height:50px;
  border-radius: 5px;
}



.openbtn span{
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 2px;
  border-radius: 0px;
background: #5D5D5D;
  width: 50%;
}

.openbtn span:nth-of-type(1) {
top:15px;	
}

.openbtn span:nth-of-type(2) {
top:23px;
}

.openbtn span:nth-of-type(3) {
top:31px;
}
.openbtn.active span:nth-of-type(1) {
  top: 30px;
  left: 11px;
  width: 50%;
  transform: translateY(-6px) rotate(45deg);
}

.openbtn.active span:nth-of-type(2) {
opacity: 0;
}

.openbtn.active span:nth-of-type(3){
  top: 18px;
  left: 11px;
  width: 50%;
  transform: translateY(6px) rotate(-45deg);
}









.center{
  margin: 0 auto;
  align-items: center;
  text-align: center;
}













.center img{
margin: 0 auto;
align-items: center;
text-align: center;
}

.center section{
margin: 0 auto;
align-items: center;
text-align: center;
}

.center div{
margin: 0 auto;
align-items: center;
text-align: center;
}

.center header{
margin: 0 auto;
align-items: center;
text-align: center;
}

.center footer{
margin: 0 auto;
align-items: center;
text-align: center;
}

.center a{
margin: 0 auto;
align-items: center;
text-align: center;
}

.center text{
margin: 0 auto;
align-items: center;
text-align: center;
}

.center ul{
margin: 0 auto;
align-items: center;
text-align: center;
}













small{
  color:#000000;
  display: block;
  text-align: center;
  text-decoration: none;
}

header{
  width:100%;
  text-align: left;
  background:#f0eae0;
  color:#fff;
  position: fixed;
  z-index:800;
  transition: all 0.3s;
}

header.scroll-nav{
  transition: all 0.3s;
  box-shadow: 0 0 3px gray;
}

header a h2{
  font-size:15px;
  margin-top:18px;
  padding-left:10px;
  color:black;
}




header a img{
  height:80px;
}





.container{
    width:100%;
    height:auto;
    position: relative;
}

.container img{
  width:100%;
  height:80px;
  opacity: 0.5;
  object-fit: cover;
}









#footer{
  background:#f0eae0;
  padding:10px;
}








.back-to-top {
  z-index: 997;
  font-size:11px;
  display: none;
  position: fixed;
  right: 1px;
  bottom: 1px;
  color: #fff;
  padding: 2rem;
  border-radius: 50%;
  display: inline-block;
  text-decoration: none;
  font-family: "Josefin Sans", "Zen Kaku Gothic New", sans-serif;
}
.back-to-top::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 55px;
  height: 55px;
  background-color: #333;
  border-radius: 50%;
  z-index: -1;
}









#loading {
  width: 100vw;
  height: 100vh;
  background-color: #e0e0e0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  align-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

 
.loaded {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.loader img{
  width:100px;
  height:100px;
}

.loaderin {
  position: absolute;
  top: calc(50% + 13px);
  left: calc(50% + 8px);
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border: 1.5px solid #FFF;
  border-bottom-color: #f0d5ee;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  }

  @keyframes rotation {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
  } 





.fadeDown{
  animation-delay: 0.3s;
  animation-name: fadeDownAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
  opacity:0;
  }
  
  @keyframes fadeDownAnime{
    from {
      opacity: 0;
    transform: translateX(100px);
    }
  
    to {
      opacity: 1;
    transform: translateX(0);
    }
  }

  .fadeDown:nth-of-type(1){
    animation-delay: 0.25s;
  }
  
  .fadeDown:nth-of-type(2){
    animation-delay: 0.5s;
  }
  
  .fadeDown:nth-of-type(3){
    animation-delay: 0.75s;
  }

  .fadeDown:nth-of-type(4){
    animation-delay: 1.0s;
  }

  .fadeDown:nth-of-type(5){
    animation-delay: 1.25s;
  }
  .fadeDown:nth-of-type(6){
    animation-delay: 1.5s;
  }
  .fadeDown:nth-of-type(7){
    animation-delay: 1.75s;
  }

  
  .fadeDownTrigger{
      opacity: 0;
  }



  .headernakusu{
  height:90px;
  width:100%;
  }




  


  
.name {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-top: 10px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 100px;
  background: #eaedf2;
  font-size: 18px;
  font-family: "Zen Kaku Gothic New";
}

.postnom {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-top: 10px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 200px;
  background: #eaedf2;
  font-size: 18px;
  font-family: "Zen Kaku Gothic New";
}

.mail {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-top: 10px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 270px;
  background: #eaedf2;
  font-size: 18px;
  font-family: "Zen Kaku Gothic New";
}

.toti {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-top: 10px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 200px;
  background: #eaedf2;
  font-size: 18px;
  font-family: "Zen Kaku Gothic New";
}

.tel {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-top: 10px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 200px;
  background: #eaedf2;
  font-size: 18px;
  font-family: "Zen Kaku Gothic New";
}

.select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-top: 10px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 200px;
  background: #eaedf2;
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New";
}

.text-big-box {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding-left: 1em;
  padding-right: 1em;
  height: 300px;
  flex: 1;
  width:80%;
  background: #eaedf2;
  font-size: 15px;
  font-family: "Zen Kaku Gothic New";
}





.select:disabled {
  pointer-events: none;
  background-color: #f1f1f1;
  color: #aaa;
  font-family: "Zen Kaku Gothic New";
}

.select-wrapper {
  position: relative;
  display: inline-block;
  font-family: "Zen Kaku Gothic New";
}

.select-wrapper::after {
  content: '';
  position: absolute;
  border: 4px solid #333;
  border-bottom: 0;
  border-left-color: transparent;
  border-right-color: transparent;
  top: calc(50% - 3px);
  right: 10px;
  width: 0;
  height: 0;
  font-family: "Zen Kaku Gothic New";
}

.select-wrapper--disabled::after {
  border-top-color: #aaa;
  font-family: "Zen Kaku Gothic New";
}

.submit-btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;

  color: white;
  padding-top:10px;
  padding-bottom:10px;
  padding-left:20px;
  padding-right:20px;
  font-size: 1rem;
  border-radius:5px;
  background-color: #000000;
  cursor: pointer;
  font-family: "Zen Kaku Gothic New";
}

.submit-btn[disabled] {
  background-color: #ccc;
  cursor: not-allowed;
  font-family: "Zen Kaku Gothic New";
}



.hide-area{
	display: none;
}


.modaal-video .modaal-inner-wrapper{
	padding:0;
}

.modaal-close:after, 
.modaal-close:before{
	background:#000000;	
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#000000;
}













.details {
  margin: 0 auto;
  padding-left:20px;
  padding-right:20px;
  max-width: 600px;
	border-top: 20px solid #ffffff;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	&:last-of-type {
		border-bottom: 10px solid #ffffff;
	} 
}
.details-summary {
	position: relative;
	display: block;
	padding: 20px;
	color: #000000;
	font-size: 15px;
	font-weight:normal;
	text-align: center;
	background-color: #f3ead3;
	&:hover {
		cursor: pointer;
		opacity: 0.8;
	}
	.btn {
		position: absolute;
        top: 37%;
        left: 10%;
        width: 18px;
        height: 18px;
        transform-origin: center center;
        transition-duration: 0.2s;

        &:before,
        &:after {
            content: "";
            background-color: #4e4e4e;
            border-radius: 2px;
            width: 18px;
            height: 4px;
            position: absolute;
            top: 7px;
            left: 0;
            transform-origin: center center;
        }
        &:before {
            width: 4px;
            height: 18px;
            top: 0;
            left: 7px;
        }
    }
	&.is-active {
		.btn {
			-webkit-transform: rotate(-180deg);
			transform: rotate(-180deg);
			&:before {
            	content: none;
        	}	
		}
    }
}

.details-summary::-webkit-details-marker {
	display: none;
}

.details-content {
	padding: 20px;
	.close-btn {
		display: block;
		margin: 0 auto;
		padding: 8px 32px;
		background: rgb(189, 221, 225);
		color: #000000;
		text-align: center;
		border: none;
		border-radius: 5px;
		cursor: pointer;
		&:hover {
			opacity: 0.8;
		}
	}
	p {
		margin: 0 0 20px;
		color: #000;
		font-size: 18px;
		text-align: left;
		&:last-of-type {
			margin: 0 0 40px;
		}
	}
}


.fancybox-thumbs {
  background: transparent!important;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #f0eae0;
}

.fancybox-progress{
  background:#f0eae0;
}

font{
  color:#4e4e4e;
}

svg{
  color:#4e4e4e;
}




/* Tooltip container */
.tooltip-container {
  position: relative;
  display: inline-block;
  color:white;
}

.tooltip-container label{
  color:#000;
  padding-top: 5px;
  padding-bottom: 5px;
}


/* Tooltip styling */
.tooltip {
  visibility: hidden;
  width: 200px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 10px;
  position: absolute;
  bottom: 125%;
  left: 50%;
  margin-left: -50px;
  opacity: 0;
  transition:
    opacity 0.5s,
    transform 0.5s;
  transform: translateY(10px);
  z-index: 9;
}

.tooltip::after {
  color: #fff;
  content: "";
  position: absolute;
  top: 100%;
  left: 20%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
  z-index: 9;
}

.tooltip p{
  text-align: left;
  color:white;
  font-size: 14px;
  z-index: 10;
}

.tooltip-container:hover .tooltip {
  z-index: 9;
  color: #fff;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
    color: #fff;
  }
  40% {
    transform: translateY(-30px);
    color: #fff;
  }
  60% {
    transform: translateY(-15px);
    color: #fff;
  }
}

.tooltip-container:hover .tooltip {
  z-index: 9;
  color: #fff;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  animation: bounce 0.6s ease;
}


.trialmessage{
  width:100%;
  background-color: rgb(0, 0, 0, 0);
  position: fixed;
  bottom:0px;
  left:0px;
  z-index: 0;
  padding:30px;
  padding-left:15px;
  height:fit-content;
}


.linkbutton{
  z-index: 997;
  overflow: hidden;
  white-space: nowrap;
border: solid #2f2f2f 0px;
padding-left:25px;
padding-right:43px;
padding-top:18px;
padding-bottom:15px;
text-decoration: none;
color:rgb(85, 85, 85);
font-size: 15px;
font-weight: 350;
border-radius: 10px;
background-color: rgb(188, 188, 188, 0.8);
position: relative;
transition: all 0.5s;
}

.linkbutton::after {
  overflow: hidden;
  content: '';
  position: absolute;
  top: 1.3em;
  right: 24px;
  width: 8px;
  height: 8px;
  color:rgb(85, 85, 85);
  border-top: 1px solid rgb(85, 85, 85);
  border-right: 1px solid rgb(85, 85, 85);
  transform: rotate(45deg);
  transition: all 0.5s;
}

.linkbutton:hover{
  overflow: hidden;
  background-color: rgb(188, 188, 188, 0.8);
  color:rgb(85, 85, 85);
}


.linkbutton:hover::after{
  overflow: hidden;
  animation: linkhover 0.5s ease-in-out;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
}



@keyframes linkhover{
  0%{
    translate: 0;
    opacity: 1;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
  }
  30%{
    translate: 0.25em 0;
    opacity: 0;
  }
  60%{
    translate: -0.25em 0;
    opacity: 0;
  }
  100%{
    translate: 0;
    opacity: 1;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
  }
}



.toppagetitle{
  margin-left:15px;
  margin-right:15px;
  margin-top: 30px;
  margin-bottom:30px;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  color: #5D5D5D;
}

.setsumei{
  padding-left:70px;
  padding-right:70px;
  color:#4e4e4e;
  font-size:11px;
}

.setsumei2{
  padding-left:10px;
  padding-right:10px;
  color:#4e4e4e;
  font-size:12px;
}

.title{
  max-width:600px;
  width: 100%;
  margin:0 auto;
  display: flex;
  color:#5D5D5D;
}


.leftsetsumei{
  max-width:600px;
  width: 100%;
  margin:0 auto;
  justify-content: center;
  text-align: center;
}


.subtitle{
  max-width:480px;width: 90%;margin:0 auto;justify-content: left;text-align: left;display: flex;padding-left:40px;padding-bottom:0;margin-bottom:-30px;
}


.gsapanime {
  z-index: 900;
  width: 60px;
  height: 60px;
  position: fixed;
  top:10px;
  left:245px;
}






.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(25px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeUpTrigger {
  opacity: 0;
}

.fadeUpReset {
  opacity: 1 !important;
  transform: translateY(0) !important;
  animation: none !important;
}

.fadeUpOut {
  animation-name: fadeUpOutAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

@keyframes fadeUpOutAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(25px);
  }
}



.toppagesetsumei{
  width:80%;
  margin:0px auto 0;
  background-color: #ffffff;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.toppagesetsumei .toptitle img{
  width:100%;
  max-width: 400px;
  text-align: center;
  font-size: 15px;
  color: #5D5D5D;
  font-weight: 300;
}

.toppagesetsumei .topsetsumei{
  width:100%;
  color:#747474;
  text-align: left;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 20px;
}

.toppagesetsumei .right{
  width:100%;
  color:#747474;
  text-align: right;
  font-size: 14px;
  letter-spacing: 0.5px;
  margin-top: 20px;
}

.toppagesetsumei .topsetsumei .bold{
  background: linear-gradient(transparent 50%, #ffbf006d 50%);

}


.list-1 {
  color: #6e6e6e;
  margin-top:-5px;
  list-style-type: none;
  margin-left:-50px;
}

.list-1 li {
  display: flex;
  align-items: center;
  gap: 0 5px;
  padding: .3em;
  font-size: 14px;
}

.list-1 li::before {
  display: inline-block;
  width: 10px;
  height: 5px;
  border-bottom: 1px solid #6b6b6b;
  border-left: 1px solid #6b6b6b;
  transform: rotate(-45deg) translateY(-1.5px);
  content: '';
}

h2{
  color:#5D5D5D;
}

h1{
  color:#5D5D5D
}

h3{
  color:#5D5D5D
}

small{
  color:#5D5D5D
}

span{
  color:#5D5D5D
}

svg{
  color:#5D5D5D
}

.scrolldown1{
	position:absolute;
	right:50px;
	bottom: calc(5vh + 10px);
	height:50px;
  z-index: 9;
}

.scrolldown1 span{
	position: absolute;
	left:-15px;
	top: -15px;
	color: #4e4e4e;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
}

.scrolldown1::after{
	content: "";
	position: absolute;
	top: 0px;
	width: 1px;
	height: 30px;
	background: #4e4e4e;
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}

@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:30px;
		opacity: 1;
	}
	100%{
		height:0;
		top:50px;
		opacity: 0;
	}
}


.policybtn{
  text-decoration: none;
  color:#4D4D4D;
  font-size: 17px;
  padding-left:20px;
  padding-right:20px;
  padding-top:10px;
  padding: bottom 10px;
  border: solid #4d4d4d 1px;
  margin:10px 10px 10px 10px;
}

.cookie-consent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  font-size: 12px;
  color: #fff;
  background: rgba(0,0,0,.7);
  padding: 1.2em;
  box-sizing: border-box;
  z-index: 100;
  visibility: hidden;
  z-index: 998;
  flex-direction: column;
  
}
.cookie-consent.is-show {
  visibility: visible;
}
.cookie-consent a {
  color: #fff !important;
}
.cookie-agree {
  color: #fff;
  background: #1e90ff;
  padding: .5em 1.5em;
  margin-top: 10px;
}
.cookie-agree:hover {
  cursor: pointer;
}


.cc-hide2 {
  animation: hide 1s linear 0s;
  animation-fill-mode: forwards;
}
@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
  .cookie-consent {
    flex-direction: column;
  }
  .cookie-text {
    margin-bottom: 1em;
  }


  .topgsap{
    width:100%;
    height:calc(100vh - 97.83px)
  }


  .topgsapimg img:nth-child(1) {
     width:150px;
  }

  .topgsapimg img:nth-child(2) {
    width:200px;
  }
  .topgsapimg img:nth-child(3) {
    width:250px;
  }





  


.modal-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease-out;
  z-index: 9;
}
 
.modal-container::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
 
.modal-container.active {
  opacity: 1;
  visibility: visible;
}
 
.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 500px;
  width: 90%;
}
 
.modal-close {
  position: absolute;
  top: -35px;
  right: 0;
  font-size: 14px;
  color: #fff;
  background: rgba(0,0,0,60%);
  padding: 6px 20px;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
}
 
.modal-content {
  background: #fff;
  border: 2px solid #383838;
  text-align: left;
  padding: 30px;
  font-weight: 500;
}



a{
  cursor: pointer;
}
  
}




.slider {
  margin: 0 auto;
  width:80%;
  max-width: 500px;
  list-style: none;
  padding:0;
}
.slider a img {
  margin: 0;
  width: 100%;
}
.slick-prev:before,
.slick-next:before {
  color: #000;
}


.slick-prev, 
.slick-next {
  position: absolute;
z-index: 3;
  top: 42%;
  cursor: pointer;
  outline: none;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  height: 25px;
  width: 25px;
}

.slick-prev {
  left:-25px;
  transform: rotate(-135deg);
}


.slick-next {
  right:-25px;
  transform: rotate(45deg);
}


.slick-dots {
  padding: 0;
  margin-left:0;
  margin-right:0;
  margin-top:5px;
  margin-bottom: 0;
position: relative;
z-index: 3;
  text-align:center;
}

.slick-dots li {
  display:inline-block;
margin:0 5px;
}

.slick-dots button {
  cursor: pointer;
  color: transparent;
  outline: none;
  padding: 0;
  margin: 0;
  width:10px;
  height:10px;
  display:block;
  border-radius:50%;
  border-width: 0;
  background:#d7d7d7;
}

.slick-dots .slick-active button{
  background:#484848;
}