@charset "UTF-8";
/*home--------------------------------------------------------*/
.home .container {
	height: 100vh;
}
/*-------------*/
.mainvisual {
    position: relative;
    width: 100%;
    height: 100vh;
    background: #000000;
    z-index: -1;
}

.mainvisual li {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-animation: anime 15s linear 0s infinite ;
    animation: anime 15s linear 0s infinite ;
}
.mainvisual li:nth-child(1) { 
    background-image:url(../img/mainvisual01.jpg);
}
.mainvisual li:nth-child(2) {
    background-image:url(../img/mainvisual02.jpg);
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}
.mainvisual li:nth-child(3) {
    background-image:url(../img/mainvisual03.jpg);
    -webkit-animation-delay: 10s;
    animation-delay: 10s;
}

@-webkit-keyframes anime { 
    0% {
        -webkit-animation-timing-function: ease-in;
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    40% {
        -webkit-animation-timing-function: ease-out;
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% { opacity: 0 }
}
@keyframes anime { 
    0% {
        animation-timing-function: ease-in;
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    40% {
        animation-timing-function: ease-out;
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% { opacity: 0 }
}

.home .main{background-color: #f3efea;}
.home .greeting{padding-top: 100px;}
.home .greeting .txt01{position: relative;text-align: center;}
.home .greeting .txt01 .txt{margin-bottom: 35px;}
.home .greeting  .txt01 .top-add{text-align: center;font-weight: 700;}
.home .greeting  .txt01 a{text-decoration: underline;}

.home .greeting .info{max-width: 850px; margin: 0 auto 100px; padding-bottom: 100px; text-align:center;border-bottom: 1px dashed #cfc1bc;color: #c73d00;}
.home .greeting .info h3{margin-bottom: 20px;font-size: 1.5rem;}

@media screen and (max-width: 1024px){
	.home .greeting {
		font-size: 1.5rem;
	}
}


/*nail・eyelash --------------------------------------------*/
.menu h3{
	font-size: 125%;
    margin-bottom: 25px;
    background: url(../img/menu_tit_bg.png) 100% 100% no-repeat;
    border-bottom: 1px solid #fe5e00;
	padding-left: 8px;
	color: #6c5b4c;
}
.menu h3 span{
	font-size: 72%;
	font-weight: normal;
	padding-left: 25px;
	color: #fe5e00;
}
/*-----------*/
.menu table{
	border: none;
	width: 100%;
	line-height: 1.4;
	margin-bottom: 70px;
}
.menu th,
.menu td{
	border-bottom: 1px dotted #c6b7a8;
	padding: 10px 15px 7px;
}
.menu th{
    text-align: left;
	font-weight:500;
}
.menu th .note{
	font-size: 90%;
	color: #a09284;
	font-weight:normal;
}
.menu td{
    text-align: right;
    white-space: nowrap;
    padding-left: 50px;
}


/*Q&A --------------------------------------------*/
.faq dt{
	position: relative;
    padding: 35px 60px 15px 55px;
    border-bottom: 1px solid #c6b7a8;
	cursor: pointer;
	background: url(../faq/img/icon_open.png) 100% 45% no-repeat;
}
.faq dt.active{
	background: url(../faq/img/icon_close.png) 100% 45% no-repeat;
}
.faq .faq-item{
	display: block;
	position: absolute;
    font-size: 300%;
    line-height: 1;
    top: 11px;
    left: 0;
	font-family: 'Times New Roman', 'ff-serif', "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", "MS PMincho", 'Times New Roman', serif;
    font-weight: normal;
}
.faq dd{
	padding: 18px 0 50px 50px;
}


/*GALLERY --------------------------------------------*/
.gallery main{
	background-color: #d1c8c3;
	position: relative;
	z-index: 0;
}
.photo-gallery h2{
	color: #a4988e;
	font-size: 90%;
}
.photo-gallery .note{
	color: #a4988e;
	font-size: 85%;
	line-height: 1.3;
}
.photo-gallery>ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.photo-gallery>ul>li{
	width: calc(33.333% - 15px);
}
.photo-gallery .slide-bottom{
	margin-bottom:50px;
	background-color: #fff;
	padding: 15px 10px;
	border-radius:6px;
}
.photo-gallery .image{
	text-align: center;
}
.photo-gallery .image {
	overflow: hidden;	/*拡大時にはみ出た部分を隠す*/
	background: #fff;
}
.photo-gallery .image img {
	width:100%;
	display: block;
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}
.photo-gallery .image img:hover {
	transform: scale(1.1);	/*画像の拡大率*/
	transition-duration: 0.3s;	/*変化に掛かる時間*/
	opacity: 0.6;
}

/*WHITEMING --------------------------------------------*/
.whitening .about,
.whitening .flow{
	background-color: #f0f6f8;
	padding: 60px 50px 80px;
}
.about .tit01,
.flow .tit01{
	color: #62a7b8;
	background-image: url(../whitening/img/teeth_icon01.png);
}
.about .tit01 span,
.flow .tit01 span{
	background-color: #f0f6f8;
	color: #62a7b8;
}
.about .tit01:before,
.flow .tit01:before{
	border-bottom: 1px solid #62a7b8;
}



.whitening .contents{
	margin-bottom: 80px;
}
.tit01{
	text-align: center;
	font-size: 2rem;
	color: #71c8de;
	font-weight: 600;
	position: relative;
	line-height: 2;
	margin-bottom: 50px;
	background-image: url(../whitening/img/teeth_icon02.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 60px;
    background-size: 45px;
}
.tit01 span{
	background-color: #fff;
	padding: 0 1rem;
    font-size: 1rem;
    font-weight: 100;
	z-index: 1;
    position: relative;	
}
.tit01:before{
	content: "";
	border-bottom: 1px solid #71c8de;
    width: 20%;
    height: 1px;
    display: block;
    position: absolute;
	top: 31%;
    left: 40%;
}
/*----------------------*/
.about h4{
	border-bottom: 1px solid #62a7b8;
	margin-bottom: 20px;
	font-size: 1.5rem;
}

.about .txt_pr{
	font-size: 1.7em;
	text-align: center;
	margin-bottom: 50px;
}
.about ul{
	border: 5px solid #cedde1;
	padding: 35px 45px;
	background-image: url(../whitening/img/teeth_illust.png);
    background-position: 97% bottom;
    background-repeat: no-repeat;
    background-size: 38%;
}
.about li{
	background-image: url(../whitening/img/check_icon.png);
    background-position: left 0.4rem;
    background-repeat: no-repeat;
    background-size: 20px;
    font-size: 1.3rem;
    padding-left: 32px;
}
/*----------------------*/
.point h4{
	background-image: url(../whitening/img/point_icon.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 60px;
	font-size: 1.3rem;
	padding-left: 17px;
    min-height: 60px;
    padding-top: 10px;	
}
.point h4 span{
	font-family: 'Times New Roman', 'ff-serif', "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", "MS PMincho", 'Times New Roman', serif;
	font-size: 1.7rem;
    color: #0076ba;
    padding-right: 15px;	
}
/*----------------------*/
.flow ul{
	flex-wrap:wrap;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
}
.flow li{
	width: 211px;
	margin-bottom: 50px;
}
.flow .image{
	margin-bottom: 15px;
}
.flow .image img{
	border-radius:50%;
}

.flow h4{
	margin-bottom: 15px;
	text-align: center;
	color: #0076ba;
	font-size: 1.1rem;
}
/*----------------------*/
.cost .old_price{
	text-decoration: line-through;
}
.cost .new_price{
	color: #FF0004;
}