@charset "utf-8";
html, body, p{
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

body{
    background-color: #FFFFFF;
    transition: 1s;
    height: auto;
}

@media only screen and ( min-width : 481px ) and (max-width : 768px ){
		.gridContainer{
    width: 100vw;
    height: auto;
}
	.hello{
    width: 100vw;
    margin: 0 auto;
    height: auto;
    display: block;
}
	.topNav{
    width: 100%;
    height: 141px;
    display: none;
}
	.topNav ul{
    position: static;
    width: 100%;
    margin-left: 0;
    display: block;
    padding-top: 10px;
    padding-right: 15px;
    padding-left: 0px;
    padding-bottom: 10px;
}
	.topNav li{
    width: 8%;
    clear: none;
    height: auto;
    display: block;
    padding-top: 50px;
    padding-right: 20px;
    padding-bottom: 10px;
    float: left;
    padding-left: 1px;
}
	#maindex{
    position: fixed;
    margin: 0 auto;
    background-color: rgba(253,253,253,0.42);
    height: 120px;
    left: 0px;
    right: 0px;
    max-width: 765px;
    z-index: 1;
    top: 0px;
}
	.amano{display:none;}
	.logomenu{
    margin-left: 1.35%;
    float: left;
    width: auto;
    margin-top: -5.5%;
}
	.logomenu img{
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    width: 80px;
}
	.textcontainer{
    height: auto;
     padding-top: 300px; /* header＋slider分 */
}
		.textcontainersalon{
    height: auto;
}
	#one{
    width: 95%;
    border: thin solid #E3E3E3;
    text-align: left;
    display: block;
    margin-right: auto;
    margin-bottom: 5%;
    -webkit-box-shadow: 0px 0px 0px rgba(89,89,89,1.00);
    box-shadow: 0px 0px 0px rgba(89,89,89,1.00);
    font-size: medium;
    position: relative;
    top: 12px;
    border-radius: 20px;
    margin-left: 8px;
}
#one article{
    border-bottom-style: dashed;
    border-bottom-color: rgba(180,202,202,1.00);
    margin-left: 5%;
    width: 90%;
}
	.timelist{
    width: 23%;
    height: 120px;
    background-size: cover;
    float: left;
    text-align: center;
    margin-left: 0.5px;
    margin-right: auto;
    color: rgba(35,35,35,1.00);
    border: 1px solid rgba(0,0,0,1.00);
    background-color: rgba(255,255,255,1.00);
    border-radius: 20px;
}
	.timelist p{
    text-align: center;
    padding: 3px;
    color: rgba(0,0,0,1.00);
    font-family: "游ゴシック Light", "游ゴシック Medium";
    font-weight: 900;
    font-size: 16px;
    width: auto;
   }
	#re1{
    height: 150px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    margin-top: 4%;
    width: auto;
}
	#re1 ul{
    list-style: none;
    margin: 0 auto;
    position: relative;
    width: 100%;
}
	#re1 li{margin-right: 10px;}
	#salonintroduction{
    max-width: 768px;
    margin: 0 auto;
    width: 100%;
}
	#salonintroduction ul{
    display: flex;
    padding-left: 0px;
    margin-left: auto;
    margin-right: auto;
}
	#salonintroduction li{
    width: 24%;
    height: auto;
    list-style-type: none;
    padding-left: 2px;
  }
	#salonintroduction li >img{
    width: 100%;
    border-radius: 20px;
}
	#new{
    margin: 0 auto;
    max-width: 768px;
    width: 100%;
}
	.but{
    width: 150px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}
	#new article{
    width: 80%;
    border-radius: 20px;
    height: 310px;
    border: 1px solid rgba(254,252,245,1.00);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
}
		#new p{
    padding-right: 5px;
    padding-left: 5px;
    position: relative;
}
	#productnew{
    margin: 0 auto;
    max-width: 765px;
    height: auto;
}
	#productnew article{
    border: 1px solid rgba(254,252,245,1.00);
    display: inline-block;
    -webkit-box-shadow: 0px 0px 3px rgba(226,226,226,1.00);
    box-shadow: 0px 0px 3px rgba(226,226,226,1.00);
    text-align: center;
    width: 48%;
    border-radius: 20px;
	}
	#productnew img{
    width: 50%;
    float: left;
    display: inline;
		hight:100%;
}
	#pickupproducts{
    margin: 0 auto;
    width: 100%;
}
	#pickupproducts figure{
    width: 32%;
    border: 1px solid rgba(254,252,245,1.00);
    display: inline-block;
    -webkit-box-shadow: 0px 0px 3px rgba(226,226,226,1.00);
    box-shadow: 0px 0px 3px rgba(226,226,226,1.00);
    height: auto;
    margin: 0px;
    text-align: center;
}
	#pickupproducts img{
    width: 100%;
    display: block;
    margin: 0 auto;
    height: 100%;
    text-align: center;
}
	 .slideshow-container {
    display: flex;
    animation: slideAnimation 200s infinite;
  }

  .slideshow-container figure{
    flex-shrink: 0;
    width: 100%;
	}

  @keyframes slideAnimation {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-200%);
	  }}
	#pickupproducts figure{
    width: 324px;
    border: 1px solid rgba(254,252,245,1.00);
    display: inline-block;
    -webkit-box-shadow: 0px 0px 3px rgba(226,226,226,1.00);
    box-shadow: 0px 0px 3px rgba(226,226,226,1.00);
    height: auto;
    margin: 0px;
    border-radius: 20px;
    text-align: center;
}
	#pickupproducts img{
    width: auto;
    display: block;
    margin: 0 auto;
    height: 200px;
    border-radius: 20px;
    text-align: center;
}
	#pickupmenu{
    margin: 0 auto;
    max-width: 765px;
    width: 100%;
}
	#pickupmenu figure{
    width: 32%;
    border: 1px solid rgba(254,252,245,1.00);
    display: inline-block;
    -webkit-box-shadow: 0px 0px 3px rgba(226,226,226,1.00);
    box-shadow: 0px 0px 3px rgba(226,226,226,1.00);
    height: 250px;
    margin: 0px;
    text-align: center;
    border-radius: 20px;
}
	#pickupmenu img{
    display: block;
    margin-top: 13px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    text-align: center;
    width: 96%;
}
	#productscategory{
    margin: 0 auto;
    width: 100%;
    height: auto;
}
	#productscategory ul{
    display: none;
}
	#productscategory li{
    list-style-type: none;
    padding: 20px;
    width: 100px;
    margin-left: 102px;
}
	.rightimage{
    height: auto;
    border-radius: 10px;
    width: 100%;
}
	.rightimage img{
    height: auto;
    border-radius: 10px;
    width: 50%;
    text-align: center;
    margin-left: 25%;
}
	.onlinebanner img{
		    width: 90%;
    height: auto;
    padding: 15px;
    margin-top: 17px;
		margi-left:3%;
		text-align: center;
	}
	#subcategory{
    float: left;
    top: 50%;
    max-width: 765px;
    left: 0px;
}
	#subcategory li{
    list-style-type: none;
    padding: 20px;
    width: 100px;
    margin-left: 0px;
}
#subcategory.fixed {
    position: fixed;
    top: 50px;
    left: auto;
    z-index: +1;
}
#subcategory.fixed.none {
    opacity: 0;
    z-index: -1;
}
	#f1{
    background-color: #2C2C2C;
    width: 100%;
    clear: both;
    height: auto;
}
	.fch{
    margin: 0 auto;
    width: 100%;
}
	.f{
    float: left;
    width: 22%;
    margin-left: 20px;
}	
.f img{width:150px;
	display:inline;}
	.fc{
    width: 22%;
    float: left;
    list-style-type: square;
    padding-left: 20px;
}
	.fr{
    width: 22%;
    float: left;
    padding-left: 20px;
}
	.fu{
	width: 22%;
    float: left;
    padding-left: 20px;
	}
	.copyright{
    width: 100%;
    text-align: center;
    display: block;
    float: none;
    clear: both;
}
	.size{
    width: 50%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-left: 23%;
    padding-top: 10px;
}
	.size2{
    width: 90%;
    height: auto;
    margin-top: 10%;
    margin-left: 5%;
}
.inside li {
    list-style-type: none;
    margin-left: 10%;
}
#maindetail {
    margin: 0 auto;
    background-color: rgba(253,253,253,0.42);
    height: 120px;
    max-width: 765px;
    z-index: 1;
	}
#maindetail li {
    padding: 2%;
	}
.timelist img {
    width: 30%;
    height: 40%;
    margin-top: 20px;
}
.deepash {
    display: none;
}
.treathigh {
    display: none;

}
.onlineindex{
 display: none;
}
	.minisize{
    clear: none;
    width: 100%;
    height: 245px; 
}
	.minisize ul{
		width:100%;
    float: left;
		margin-left:10px;
}
	.minisize li{width: 10%;
	clear: none;
	height: auto;
	display: inline-block;
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	list-style: none;
	}
	.minilogo{
    width: 120px;
    float: left;
}
		.minilogo img{
    width: 120px;
    height: auto;
}
	.minionline{
    clear: none;
    width: 380px;
    height: auto;
    text-align: center;
}
		.minionline img{
    width: 70px;
    height: auto;
			margin-top:10px;
}
.skip {
    padding-top: 9px;
}
	.barance{
    height: 167px;
    padding-top: 42px;
    padding-bottom: 0px;
}
	.fid{
    margin-top: -37px;

}
	.but2{
    width: auto;
    height: 100px;
}
		.but3{
    width: auto;
    height: 130px;
    margin-top: 50px;
    margin-left: 46%;
}
		.but4{
    width: auto;
    height: 100px;
}
			.but5{
    width: auto;
    height: 100px;
    margin-left: 276px;
    padding-bottom: 18%;
}
#reversetop{
    width: 62px;
    height: 41px;
    border-radius: 20px;
    border: thin solid rgba(186,186,186,1.00);
    -webkit-box-shadow: 0px 0px 6px;
    box-shadow: 0px 0px 6px;
    font-size: 25px;
    float: right;
    position: fixed;
    right: 12%;
    bottom: 17px;
    z-index: 4;
    opacity: 0;
    margin: 0 auto;
    transition: opacity 0.3s ease;
    text-align: center;
    color: hsla(0,0%,28%,1.00);
    font-family: "MS Serif", "New York", serif;
    text-shadow: 0px 0px;
    padding-top: 16px;
}
	#reversetop.show {
		opacity: 0.43;
	}
	#page_top {
    margin-top: -122px;
    float: left;
	}
.topNav a, .minisize a{
    color: hsla(0,0%,11%,1.00);
}
.onlineclinic {
    backdrop-filter: blur(30px);
    display: none;
}
#modal6 {
    display: none
}
.smaptelo {
    width: 90%;
    padding-top: 20px;
    padding-right: auto;
    padding-left: auto;
    padding-bottom: 10px;
    height: 80px;
    border-radius: 20px;
    background-color: hsla(237,100%,50%,1.00);
    margin: 0 auto;
    color: hsla(0,0%,100%,1.00);
    font-family: "游ゴシック Light", "游ゴシック Medium";
    font-size: 15px;
    text-align: center;
    border: 1px dashed hsla(61,100%,50%,1.00);
    display: none;
	}
.but2 img {
    width: auto;
    height: auto;
}
.but3 img {
    width: auto;
    height: 234px;
}
.but4 img {
    width: auto;
    height: 186px;
}
.but5 img {
    width: auto;
    height: auto;
    height: 200px;
}
.notes {
    display: none;

	}
.notes.show {
    display: none;
}
.notes ul {
    display: none;

	}
.notes li {


	}
.notes a {
    display: none;
	}
.notes span {


	}
.notes img {
    display: none;
	}
.catch {
    color: rgba(179,179,179,1.00);
    font-family: "游ゴシック Light", "游ゴシック Medium";
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    margin-top: 200px;
margin-bottom: 0;
margin-left: auto;
margin-right: auto;
    width: auto;
    max-width: 620px;
}
.copy {
    max-width: 600px;
  margin: 0 auto;
}
.copy p {
    color: rgba(180,180,180,1.00);
    font-family: "游ゴシック Light", "游ゴシック Medium";
    font-style: normal;
    font-size: 15px;
    font-weight: 600;
}
.saloncompany {
    width: 84px;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 14px;
    height: 18px;
    text-align: center;
    border: 2px solid rgba(159,163,165,1.00);
    padding-top: 4px;
    padding-bottom: 4px;
    color: rgba(83,83,83,1.00);
    font-family: "游ゴシック Light", "游ゴシック Medium";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
}


}

@media only screen and (min-width : 769px) {
	.saloncompany{
    width: 84px;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 14px;
    height: 18px;
    text-align: center;
    border: 2px solid rgba(159,163,165,1.00);
    padding-top: 4px;
    padding-bottom: 4px;
    color: rgba(83,83,83,1.00);
    font-family: "游ゴシック Light", "游ゴシック Medium";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
}
	.gridContainer{
    clear: none;
    margin-top: 0;
    margin-bottom: 0;
    float: none;
    width: 98vw;
    height: auto;
}
	.hello{
    width: 100%;
    margin: 0 auto;
    height: 160px;
    display: block;
}
	.topNav{
    width: 100%;
    height: 141px;
    display: block;
}
		.topNav a{
    color: hsla(0,0%,11%,1.00);
}
	.topNav ul{
    position: static;
    width: 100%;
    margin-left: 0;
    display: block;
    padding-top: 10px;
    padding-right: 15px;
    padding-left: 20px;
    padding-bottom: 10px;
    height: 141px;
}
	.topNav li{
    width: 8.353%;
    margin-left: 0.01%;
    clear: none;
    height: auto;
    display: block;
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 8px;
    padding-bottom: 10px;
    float: left;
}
	#maindex{
    position: fixed;
    margin: 0 auto;
    background-color: rgba(253,253,253,0.42);
    height: 120px;
    left: 0px;
    right: 0px;
    max-width: 1500px;
    z-index: 1;
    top: 0px;
}
	#maindetail{
    margin: 0 auto;
    background-color: rgba(253,253,253,0.42);
    height: 120px;
    left: 0px;
    right: 0px;
    max-width: 1500px;
    z-index: 1;
    padding-top: 25px;
    overflow-x: hidden;
    overflow-y: hidden;
	}
	#maindetail li{
    padding: 1.5%;
	}
	.logomenu{
    margin-right: 20.35%;
    margin-left: 1.35%;
    float: left;
    text-align: center;
   width: 100%;
    margin-top: -43px;
    display: block;
		 height: auto;
}
	.logomenu img{
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    width: 120px;
    float: left;
}
	#maindetail{
    margin: 0 auto;
    background-color: rgba(253,253,253,0.42);
    height: 120px;
    left: 0px;
    right: 0px;
    max-width: 1500px;
    z-index: 1;
    padding-top: 25px;
	}
	#maindetail li{
    padding: 1.5%;
	}
	.textcontainer{
    height: auto;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    position: relative;
    padding-bottom: 161px;
    float: none;
    display: inline-block;

}
		.textcontainersalon{
    height: auto;
    margin: 0 auto;
    width: 100%;
    position: relative;
    display: block;
    padding-bottom: 380px;

}
	#one{
    width: 70%;
    border: thin solid #E3E3E3;
    text-align: left;
    display: block;
    margin-top: 60vh;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5%;
    -webkit-box-shadow: 0px 0px 0px rgba(89,89,89,1.00);
    box-shadow: 0px 0px 0px rgba(89,89,89,1.00);
    font-size: medium;
    position: relative;
    top: 12px;
    padding: 5%;
    left: 0.4%;
    border-radius: 20px;
    height: auto;
}
#one article{
    border-bottom-style: dashed;
    border-bottom-color: rgba(180,202,202,1.00);
    margin-left: 5%;
    width: 90%;
}
	.timelist{
    width: 20%;
    height: 120px;
    float: left;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: rgba(35,35,35,1.00);
    background-color: rgba(255,255,255,1.00);
    border: 1px solid #E3E3E3;
    border-radius: 20px;
}
	.timelist img{
    width: 30%;
    height: 50%;
    margin-top: 20px;
}
	.timelist p{
    text-align: center;
    padding: 3px;
    color: rgba(0,0,0,1.00);
    font-family: "游ゴシック Light", "游ゴシック Medium";
    font-weight: 900;
    font-size: 16px;
   }
	#re1{
    height: 150px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
	#re1 ul{
    width: 100%;
    list-style: none;
    margin: 0 auto;
    position: relative;
    left: 9%;
}
	#re1 li{margin-right: 10px;}
	
	#salonintroduction{
    max-width: 1000px;
    margin: 0 auto;
}
	#salonintroduction ul{
    padding-left: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
	#salonintroduction li{
    width: 22.55%;
    height: auto;
    padding: 1%;
    list-style-type: none;
    display: inline-block;
  }
	#salonintroduction li>img{
    width: 100%;
    border-radius: 20px;
}
	#new{
    margin: 0 auto;
    height: auto;
    max-width: 1000px;
}
	#new p{
    padding-top: 70px;
    padding-right: 5px;
    padding-left: 5px;
    position: relative;
    padding-bottom: 10px;
}
	.but{
    width: 150px;
    height: 90px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
    margin-bottom: 51px;
}
	.but2{
    height: 80px;
    width: 130px;
    bottom: 10px;
    margin-top: -40px;
}
	.but2 img{
    width: auto;
    height: auto;
}
		.but3{
    width: auto;
    clear: none;
    height: 130px;
    bottom: 10px;
    margin-top: 5%;
    margin-left: 18%;
}
	.but3 img{
    width: auto;
    height: 234px;
}
		.but4{
    width: auto;
    height: 130px;
    padding-bottom: 10px;
}
	.but4 img{
    width: auto;
    height: 186px;
}
			.but5{
    width: auto;
    height: 150px;
    margin-left: 15%;
}
	.but5 img{
    width: auto;
    height: auto;
}
	#new article{
    display: inline-block;
    text-align: center;
    border-radius: 20px;
    width: 489px;
    border: 1px solid rgba(254,252,245,1.00);
    height: 225px;
    -webkit-box-shadow: 0px 0px 3px rgba(226,226,226,1.00);
    box-shadow: 0px 0px 3px rgba(226,226,226,1.00);
}
	.due{
    margin-top:10%;
}
.size{
    width: 60%;
    padding-top: 15px;
    padding-right: 11px;
    padding-left: 11px;
    padding-bottom: 15px;
    float: left;
    height: auto;
}
	.size2{
    width: auto;
    padding-top: 38px;
    padding-right: 5px;
    padding-left: 24px;
    padding-bottom: 0px;
    height: 67%;
    position: static;
}
	#productnew{
    margin: 0 auto;
    max-width: 1000px;
    height: auto;
}
	#productnew article{
    width: 470px;
    height: 247px;
    border: 1px solid rgba(254,252,245,1.00);
    display: inline-block;
    -webkit-box-shadow: 0px 0px 3px rgba(226,226,226,1.00);
    box-shadow: 0px 0px 3px rgba(226,226,226,1.00);
    text-align: center;
    border-radius: 20px;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    overflow-y: hidden;
	}
	#productnew img{
    width: auto;
    float: left;
    display: inline;
    margin: 0 auto;
    height: 200px;
}
	#pickupproducts{
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
	}
  .slideshow-container {
    display: flex;
    animation: slideAnimation 200s infinite;
  }

  .slideshow-container figure{
    flex-shrink: 0;
    width: 100%;
	}

  @keyframes slideAnimation {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-200%);
	  }}
	#pickupproducts figure{
    width: 324px;
    border: 1px solid rgba(254,252,245,1.00);
    display: inline-block;
    -webkit-box-shadow: 0px 0px 3px rgba(226,226,226,1.00);
    box-shadow: 0px 0px 3px rgba(226,226,226,1.00);
    height: auto;
    margin: 0px;
    border-radius: 20px;
    text-align: center;
}
	#pickupproducts img{
    width: auto;
    display: block;
    margin: 0 auto;
    height: 200px;
    border-radius: 20px;
    text-align: center;
}
	#pickupmenu{
    margin: 0 auto;
    max-width: 1000px;
}
	#pickupmenu figure{
    width: 324px;
    border: 1px solid rgba(254,252,245,1.00);
    display: inline-block;
    -webkit-box-shadow: 0px 0px 3px rgba(226,226,226,1.00);
    box-shadow: 0px 0px 3px rgba(226,226,226,1.00);
    height: auto;
    margin: 0px;
    text-align: center;
    padding-top: 12px;
    border-radius: 20px;
}
	.skip{
    padding-top: 5px;
}
	#pickupmenu img{
    display: block;
    margin: 0 auto;
    text-align: center;
    height: 200px;
    border-radius: 20px;
    width: auto;
}
	#productscategory{
    margin: 0 auto;
    width: 100%;
}
	#productscategory ul{
    display: none;
}
	#productscategory li{
    list-style-type: none;
    padding: 20px;
    width: 300px;
}
	.rightimage{
    border-radius: 20px;
}
	.rightimage img{
    width: 400px;
    border-radius: 20px;
    height: auto;
    float: right;
    margin-right: 5%;
}
	.onlinebanner img{
    width: 90%;
    height: auto;
    padding: 15px;
    margin-top: 17px;
    margin-left: 3%;
    text-align: center;
	}
	#subcategory{
    float: left;
    top: 50%;
    max-width: 1000px;
    left: 0px;
}
	#subcategory li{
    list-style-type: none;
    padding: 20px;
    width: 100px;
    margin-left: 0px;
}
#subcategory.fixed {
    position: fixed;
    top: 50px;
    left: auto;
    z-index: +1;
}
#subcategory.fixed.none {
    opacity: 0;
    z-index: -1;
}
	#f1{
    width: 100%;
    clear: none;
    float: none;
    height: auto;
    display: block;
}
	.fch{
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    padding-top: 40px;
    width: 100%;
    display: block;
    height: auto;
    background-color: #323232;
}
	.fc{
    width: 22%;
    list-style-type: square;
    padding-left: 25px;
    display: inline-block;
    text-align: left;
}
	.inside li{
    list-style-type: none;
}
	.f{
    width: 25%;
    display: inline-block;
    text-align: left;
    padding-left: 50px;
}	
.f img{width:200px;
	display:inline;}
.fr{
    width: 22%;
    display: inline-block;
}
.fu{
    width: 22%;
    display: inline-block;
}
	.copyright{
    width: 100%;
    text-align: center;
    float: none;
    clear: both;
    padding-top: 16px;
}
	.deepash {
    display: none;
}
	.treathigh {
    display: none;

}
	.onlineindex{
    width: 250px;
    height: 90px;
    border-radius: 20px;
    opacity: 1;
    z-index: 3;
    position: absolute;
    float: right;
    text-align: center;
    margin: 0 auto;
    backdrop-filter: blur(30px);
    bottom: 20%;
    right: 2%;
    background-image: url(../fwpng/MarbleOnlinelogo2023.png);
    background-size: auto 119%;
    background-repeat: no-repeat;
    -webkit-box-shadow: inset 500px 500px 552px rgba(255,255,255,0.57);
    box-shadow: inset 500px 500px 552px rgba(255,255,255,0.57);
    display: block;
}
	
	.tot img{
    display: block;
}
	.tot p{
    display: block;
}
#animation {
    color: #000000;
    font-family: "NeueHaasGroteskDisp Pro";
    font-size: 16px;
    text-align: center;
    opacity: 0;
    font-weight: 100;
    position: relative;
    margin-top: -3%;
    display: none;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
	}}
.fadeInDown {
  -webkit-animation: fadeInDown 1s ease both;
  animation: fadeInDown 1s ease both;
	}
 @keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }}
.hidden {
    display: none;
		}
#triggerElement{
    width: 1px;
    margin-top: -300px;
    display: block;
}
		.minisize{
    display:none;
}
		.minilogo{
			display:none;
}
	.minionline{
		display:none;
}
	#reversetop{
    width: 62px;
    height: 41px;
    border-radius: 20px;
    border: thin solid rgba(186,186,186,1.00);
    -webkit-box-shadow: 0px 0px 6px;
    box-shadow: 0px 0px 6px;
    font-size: 25px;
    float: right;
    position: fixed;
    right: 12%;
    bottom: 17px;
    z-index: 4;
    opacity: 0;
    margin-right: auto;
    margin-left: auto;
    transition: opacity 0.3s ease;
    text-align: center;
    color: hsla(0,0%,28%,1.00);
    font-family: "MS Serif", "New York", serif;
    text-shadow: 0px 0px;
    padding-bottom: 0px;
    padding-top: 13px;
		}
	#reversetop.show {
		opacity: 0.43;
	}
	#page_top {
    margin-top: -122px;
    float: left;
	}
.amano {
    display: none;
}
.barance {
    height: 180px;
    padding-top: 42px;
    padding-bottom: 0px;
    width: 320px;
}
	.onlineclinic{
    width: 250px;
    height: 90px;
    border-radius: 20px;
    z-index: 3;
    position: absolute;
    float: right;
    text-align: center;
    margin: 0 auto;
    bottom: 0%;
    right: 1.8%;
    background-size: auto 130%;
    background-repeat: no-repeat;
    
    display: block;
    background-image: url("../fwpng/netreservepush.png");
}
.onlineclinic p{ 
    color: hsla(0,0%,100%,1.00);
    font-family: "游ゴシック Light", "游ゴシック Medium";
    font-size: 16px;
    text-align: center;

}
.smaptelo {
    width: 90%;
    padding-top: 20px;
    padding-right: auto;
    padding-left: auto;
    padding-bottom: 10px;
    height: 80px;
    border-radius: 20px;
    background-color: hsla(237,100%,50%,1.00);
    margin: 0 auto;
    color: hsla(0,0%,100%,1.00);
    font-family: "游ゴシック Light", "游ゴシック Medium";
    font-size: 15px;
    text-align: center;
    border: 1px dashed hsla(61,100%,50%,1.00);
    display: none;
	}
.notes {
    display: none;

	}
.notes.show {
    display: none;
}
.notes ul {
    display: none;

	}
.notes li {

	}
.notes a {
    display: none;
	}
.notes span {

	}
.notes img {
    display: none;
	}
.catch{
    color: rgba(179,179,179,1.00);
    font-family: "游ゴシック Light", "游ゴシック Medium";
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    margin: 0 auto;
    height: 50px;
    padding-top: 21px;
    width: auto;
    max-width: 800px;
}
	.copy{
    max-width: 800px;
    height: 90px;
    margin-top: 30%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: -28%;
    display: block;
}
	.copy p{
    color: rgba(180,180,180,1.00);
    font-family: "游ゴシック Light", "游ゴシック Medium";
    font-style: normal;
    font-size: 15px;
    font-weight: 600;
}
}

@media only screen and (min-width : 5px) and (max-width : 480px){
		.gridContainer{
    padding-left: 0.75%;
    padding-right: 0.75%;
    margin: auto;
    clear: none;
    float: none;
    margin-left: auto;
    width: 100%;
    height: auto;
    overflow-x: hidden;
}
	.hello{
    width: 100%;
    margin: 0 auto;
    height: 100px;
    display: inline;
}
	.topNav{display: none;
		}
	.textcontainer{
    height: auto;
    width: 100%;
    display: block;
}
		.textcontainersalon{
    height: auto;
    width: 100%;
    margin-top: 15%;
}
	#one{
    width: 100%;
    text-align: left;
    display: block;
    font-size: medium;
    height: auto;
    padding-left: 1%;
    padding-right: auto;
    margin-top: 69%;
}
#one article{
    margin-left: auto;
    width: 95%;
    background-color: rgba(239,239,239,1.00);
    border-radius: 20px;
    border: medium solid rgba(255,255,255,1.00);
    margin-right: auto;
    margin-top: 0px;
    padding: 10px;
    margin-bottom: 2%;
    cursor: pointer;
}
	.timelist{
    width: 47%;
    height: 110px;
    display: inline-block;
    background-size: cover;
    -webkit-box-shadow: 0.1px 0.1px 0.1px 1px rgba(0,0,0,0.95);
    box-shadow: 0.1px 0.1px 0.1px 1px rgba(0,0,0,0.95);
    margin-top: 2.6%;
    margin-left: 1.6%;
    margin-bottom: 0.6%;
    background-color: rgba(255,255,255,1.00);
    border: 1px solid rgba(0,0,0,1.00);
    border-radius: 20px;
    margin-right: auto;
}
	.timelist p{
    text-align: center;
    padding: 2px;
    color: rgba(0,0,0,1.00);
    font-family: "游ゴシック Light", "游ゴシック Medium";
    font-weight: 1000;
    font-size: 11px;
   }
	#re1{
    height: auto;
    width: 95%;
    list-style: none;
    display: block;
    padding-top: 15px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}
	#re1 ul{
  
}
	#re1 li{
}
	
	#salonintroduction{
    max-width: 480px;
    margin: 0 auto;
}
	#salonintroduction ul{
    padding-left: 0px;
    margin-bottom: 13px;
}
	#salonintroduction li{
    width: 47%;
    list-style-type: none;
    margin-top: 2.6%;
    margin-right: auto;
    margin-left: 1.6%;
    margin-bottom: 0.6%;
    display: inline-block;
    background-size: cover;
    height: auto;
  }
	#salonintroduction li >img{
    width: 100%;
    border-radius: 20px;
    border: medium solid rgba(255,255,255,1.00);
	}
	#salonintroduction p{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    color: rgba(155,155,155,1.00);
    font-family: "游ゴシック Light", "游ゴシック Medium";
    font-size: 14px;
	}
	#new{
    max-width: 480px;
		}
	.deepash{
    width: 43.1%;
    margin-top: 2.6%;
    margin-right: auto;
    margin-left: 4.1%;
    margin-bottom: 0.6%;
    display: inline-block;
    background-size: cover;
    height: 200px;
    background-image: url(../fwpng/download_0229.png);
    z-index: 0;
    border-radius: 20px;
    border: 0px solid rgba(255,255,255,0.00);
}	
	.deepashafter{
    width: 100%;
    display: block;
    background-size: cover;
    height: 100%;
    background-color: rgba(0,0,0,0.34);
    z-index: 1;
    border-radius: 20px;
    border: 0px solid rgba(255,255,255,0.00);
	}
	.deepashafter p{
    color: rgba(255,255,255,1.00);
    font-family: "游ゴシック Light", "游ゴシック Medium";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    z-index: 3;
    margin: 0 auto;
    height: auto;
    width: auto;
    position: relative;
    top: 45%;
    opacity: 5;
	}
	.treathigh{
    width: 43.1%;
    margin-top: 2.6%;
    margin-right: auto;
    margin-left: 1.6%;
    margin-bottom: 0.6%;
    display: inline-block;
    background-size: cover;
    height: 200px;
    background-image: url(../fwpng/portraitmouvement1.1.png);
    z-index: 0;
    border-radius: 20px;
    border: 0px solid rgba(255,255,255,0.00);
}	
	.treathighafter{
    width: 100%;
    display: block;
    background-size: cover;
    height: 100%;
    background-color: rgba(0,0,0,0.34);
    z-index: 1;
    border-radius: 20px;
    border: 0px solid rgba(255,255,255,0.00);
	}
	.treathighafter p{
    color: rgba(255,255,255,1.00);
    font-family: "游ゴシック Light", "游ゴシック Medium";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    z-index: 3;
    margin: 0 auto;
    height: auto;
    width: auto;
    position: relative;
    top: 45%;
    opacity: 5;
	}
	.but{
    width: 150px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}
	#new article{
    text-align: center;
    margin-top: 20px;
    display: none;
}
	.size,.size2{
    max-width: 90%;
    max-height: 90%;
    -webkit-box-shadow: 0px 0px 2px rgba(197,196,196,1.00);
    box-shadow: 0px 0px 2px rgba(197,196,196,1.00);
}
	#productnew{
    width: 100%;
    height: auto;
}
	#productnew article{
    width: 90%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid rgba(254,252,245,1.00);
    display: block;
    -webkit-box-shadow: 0px 0px 3px rgba(226,226,226,1.00);
    box-shadow: 0px 0px 3px rgba(226,226,226,1.00);
    border-radius: 20px;
    padding: 15px;
    text-align: center;
    margin-top: 5%;
	}
	#productnew img{
    width: auto;
    float: left;
    display: inline;
    border-radius: 20px;
    height: 200px;
}
	#pickupproducts{
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
	}
  .slideshow-container {
    display: flex;
    animation: slideAnimation 200s infinite;
  }

  .slideshow-container figure{
    flex-shrink: 0;
    width: 100%;
	}

  @keyframes slideAnimation {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-200%);
	  }}
	#pickupproducts figure{
    width: 100%;
    border: 1px solid rgba(254,252,245,1.00);
    display: inline-block;
    -webkit-box-shadow: 0px 0px 3px rgba(226,226,226,1.00);
    box-shadow: 0px 0px 3px rgba(226,226,226,1.00);
    height: auto;
    margin: 0px;
    border-radius: 20px;
    text-align: center;
}
	#pickupproducts img{
    width: auto;
    display: block;
    margin: 0 auto;
    height: 200px;
    border-radius: 20px;
    text-align: center;
}
	#pickupmenu{
    width: 100%px;
    display: block;
    width: 90%;
}
	#pickupmenu figure{
    margin-left: 5%;
    width: 100%;
    border-radius: 20px;
    border: 0px solid rgba(255,255,255,1.00);
    background-color: rgba(239,239,239,1.00);
    margin-bottom: 20px;
}
	#pickupmenu img{
    text-align: center;
    height: auto;
    width: 100%;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-top: 0px solid rgba(255,255,255,1.00);
}
	#pickupmenu figcaption h4{
    text-align: center;
    color: rgba(20,20,20,1.00);
    font-family: "游ゴシック Light", "游ゴシック Medium";
    font-style: normal;
    font-size: 14px;
    font-weight: 800;
}
	#pickupmenu figcaption{
		 text-align: center;
    color: rgba(20,20,20,1.00);
    font-family: "游ゴシック Light", "游ゴシック Medium";
    font-style: normal;
    font-size: 14px;
    font-weight: 600;
		padding: 10px;
	}
	#productscategory{
    margin: 0 auto;
    width: 90%;
	}
	#productscategory ul{}
	#productscategory li{
    list-style-type: none;
    padding: 20px;
    width: 100%;
}
	.rightimage{
    width: 100%;
    height: auto;
  
}
	.rightimage img{
    width: 100%;
    height: auto;
		  border-width: 0px;
    border-radius: 20px;
    border-style: solid;
}
	.onlinebanner img{
		    width: 90%;
    height: auto;
    padding: 15px;
    margin-top: 17px;
		margin-left:5%;
		text-align: center;
	}
	#subcategory{
		display: none;
}
	#subcategory li{
}
#subcategory.fixed {
}
#subcategory.fixed.none {
}
	#f1{
    background-color: #2C2C2C;
    width: 100%;
    box-sizing: border-box;
    margin-top: 20px;
}
	.fch{
    max-width: 480px;
    margin: 0 auto;
    list-style-type: square;
    width: 100%;
    background-color: #323232;
}
	.fch h3{
    width: 80%;
    display: inline-block;
    margin-top: 24px;
}
	.fch li{
    width: 80%;
    display: inline-block;
    border: 1px solid #FFFFFF;
    margin-top: 11px;
}
	.f{
    width: 100%;
    text-align: center;
}	
.f img{
    width: 35%;
}
	.fc{
    width: 45%;
    list-style-type: square;
    display: inline-block;
		margin-left: 5%;
}
	.fr{
    width: 45%;
    list-style-type: square;
    display: inline-block;
}
	
	.copyright{
    max-width: 480px;
    text-align: center;
    display: block;
    float: none;
    clear: both;
}
.inside li {
    list-style-type: none;
}
#maindex {
    display: none;

}
.timelist img {
    width: 30%;
    height: auto;
    margin-top: 20px;
    margin-left: 35%;
}
	.item img{
    border-radius: 20px;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    height: 100%;
}
	.buttons{
    display: none;
}
	.dots{
    position: absolute;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    height: auto;
    background-color: rgba(255,255,255,0.00);
    opacity: 1;
    z-index: 1;
    bottom: 7px;
}
.minisize {
    display: none;

}
.onlineindex {
    display: none;
}
.but2{
    width: auto;

}
		.but3{
    width: auto;
}
		.but4{
    width: auto;
}
			.but5{
    width: auto;
}
.fu {
    width: 100%;
    float: left;
    padding-left: 13%;
    height: auto;
	}
#reversetop{
    width: 62px;
    height: 50px;
    border-radius: 20px;
    border: thin solid rgba(186,186,186,1.00);
    -webkit-box-shadow: 0px 0px 6px;
    box-shadow: 0px 0px 6px;
    font-size: 17px;
    float: right;
    position: fixed;
    right: 12%;
    bottom: 17px;
    z-index: 4;
    opacity: 0;
    margin: 0 auto;
    transition: opacity 0.3s ease;
    text-align: center;
    color: hsla(0,0%,28%,1.00);
    font-family: "MS Serif", "New York", serif;
    text-shadow: 0px 0px;
    padding-top: 3%;
		}
	#reversetop.show {
		opacity: 0.43;
	}
	#page_top {
    margin-top: -122px;
    float: left;
	}
	.notes{
    width: 100%;
    height: 60px;
    z-index: 2;
    top: auto;
    position: fixed;
    bottom: 0%;
    left: 0;
    padding-left: 1px;
    background-color: hsla(0,0%,0%,0.74);
    display: none;
	}
	.notes.show {
    display: block;
}
	.nin{
    width: 100%;
    height: 60px;
  
   
    margin-top: -103px;
    position: fixed;
    bottom: 0px;
    z-index: 2;
}
		.notes ul{
    width: 100%;
    margin-left: 2%;
			z-index: 4;
	}
	.notes li{
    display: inline-block;
    width: 32%;
    color: #FFFFFF;
    font-family: "游ゴシック Light", "游ゴシック Medium";
    font-size: 10px;
    padding-top: 22px;
    z-index: 4;
	}
	.notes img{
    width: 10px;
    z-index: 4;
    height: auto;
    background-color: hsla(66,100%,83%,0.49);
    display: block;
	}
	.notes span{
    font-family: "游ゴシック Light", "游ゴシック Medium";
    font-size: 10px;
    width: 100%;
    height: 15px;
    display: block;
    margin-top: -22px;
    color: hsla(0,0%,100%,1.00);
    z-index: 4;
	}
	.notes a{
    font-family: "游ゴシック Light", "游ゴシック Medium";
    font-size: 10px;
    width: auto;
    height: 15px;
    display: block;
    float: right;
    margin-top: 7px;
    color: hsla(0,0%,100%,1.00);
    margin-right: 23px;
		z-index: 4;
	}
	#startrow{
		width: 1px;
	height: 1px;
	}
	.smano{
		display:none;}
.onlineclinic {
    backdrop-filter: blur(30px);
    display: none;
}
	.smaptelo{
    width: 90%;
    padding-top: 20px;
    padding-right: auto;
    padding-left: auto;
    padding-bottom: 10px;
    height: 80px;
    border-radius: 20px;
    background-color: hsla(237,100%,50%,1.00);
    margin: 0 auto;
    color: hsla(0,0%,100%,1.00);
    font-family: "游ゴシック Light", "游ゴシック Medium";
    font-size: 15px;
    text-align: center;
    border: 1px dashed hsla(61,100%,50%,1.00);
	}
	.smaptelo a:link,.smaptelo a:active,.smaptelo a:visited{
    font-family: "游ゴシック Light", "游ゴシック Medium";
    font-size: 15px;
    color: hsla(0,0%,100%,1.00);		
	}
	
#modal6 {
    display: none
}
	#one a {
    width: 100%;
    height: auto;
    display: block;
	}
.but2 img {
    width: auto;
    height: auto;
    margin-left: -20%;
}
.but3 img {
    width: auto;
    margin-left: -15%;
}
.but4 img {
    width: auto;
    margin-left: -10%;
}
.but5 img {
    width: auto;
 height: auto;
    margin-left: -15%;
}
.catch {
    color: rgba(179,179,179,1.00);
    font-family: "游ゴシック Light", "游ゴシック Medium";
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: -16px;
    height: 27px;
    padding-top: 122px;
    width: 100%;
    z-index: 5;
    position: static;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 0px;
}
.copy {
    height: 111px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    width: 90%;
    position: static;
    margin-top: 64%;
    padding-bottom: 0px;
    margin-bottom: -67%;
}
.copy p {
    color: rgba(180,180,180,1.00);
    font-family: "游ゴシック Light", "游ゴシック Medium";
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
}
.saloncompany {
    width: 84px;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 14px;
    height: 18px;
    text-align: center;
    border: 2px solid rgba(159,163,165,1.00);
    padding-top: 4px;
    padding-bottom: 4px;
    color: rgba(83,83,83,1.00);
    font-family: "游ゴシック Light", "游ゴシック Medium";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
}







}
