@charset "utf-8";
/* CSS Document */

html{
	font-size:62.5%;
}
body{
	color: #420809;
	font-family: 'Sawarabi Mincho', serif;
	font-size: 1.6rem;
	font-feature-settings: "palt";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; 
	letter-spacing: 0.025em;
	background: #faf2f5;
	max-width: 800px;
	margin: 0 auto;
}
a{
	color: #420809;
}
img{
	max-width: 100%;
	height: auto;
}

/*==================================
utility
====================================*/
.text-center{
	text-align: center;
}
.smalltext{
	font-size:1.4rem;
	margin: 10px 0;
}
a:hover{
	color:#e39f99/*#87645b*/;
}

.inner{
	padding: 0 20px;
}
.btn{
	padding: 30px 50px;
	animation: fluffy1 3s ease infinite;
}
@keyframes fluffy1 {
  0% { transform:translateY(0) }
  5% { transform:translateY(0) }
  10% { transform:translateY(0) }
  20% { transform:translateY(-15px) }
  25% { transform:translateY(0) }
  30% { transform:translateY(-15px) }
  50% { transform:translateY(0) }
  100% { transform:translateY(0) }
}
.title {
    font-weight: bold;
    margin-bottom: 20px;
    padding: 10px;
    margin: 0 auto 10px;
    text-decoration: underline 0.7px;
    font-size: 2rem;
    text-shadow: 1px 2px 2px #fff;
}
.anim-box.poyopoyo {
  animation: poyopoyo 3s ease-out infinite;
  opacity: 1;
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}

/*==================================
header
====================================*/
.topicon{
	position: fixed;
	top: 0px;
	left: 0px;
	max-width: 200px;
	z-index: 100000;
}
.topicon2{
	position: fixed;
	top: 0px;
	right: 0px;
	max-width: 120px;
	z-index: 100000;
}


.result-icon{
	padding-top: 100px;
}
.btn_topmenu{
	margin-top: 10px;
}
.distance{
	max-width: 150px;
}
.headerlogo{
	margin-top: 30%;
}
.omiyalogo{
	max-width:150px;
}
.headertext{
	margin-top: 20px;
	padding-bottom: 20px;
}


/*==================================
question
====================================*/
.question{
	background-color: #faf2f5;
}
.youhave1{
	padding-top: 0px;
}

.youhavegif{
	
}

.youhave{
	padding-top: 20px;
}

.youhave{
	padding-top: 100px;
}
.originalmethod{
	margin-top: 50px;
}
.beforeafter{
	background-color: #faf2f5;
	padding: 10px 10px 30px;
	margin-bottom: 30px;
}
.videothree{
	max-width:800px;
}

.border-title{
	display: inline-block;
	border-bottom: solid 0.7px #420809;
	font-weight: 700;
	text-align: center;
}
.vsCorona{
	padding-bottom: 30px;
}
.examplepic{
	margin-top:18px;
}
.disclaimer{
	font-size:1.2rem;
	text-align: center;
	margin:5px 0 10px;
}
/*==================================
staff and customer
====================================*/
.staff_customer{
	padding: 30px 0 30px;
}
.customerpic{
	position:relative;
	margin-bottom: 20px;
}
.customer_text{
	position:absolute;
	bottom: 30px;
	font-size:1.3rem;
	padding: 5px;
}
.customer_text.right{
	position:absolute;
	right:0px;
	box-sizing: border-box;
	padding-left:5px;
}

/*==================================
ヴィオーデ効果
====================================*/

.kazoriginal{
	padding: 30px 0;
}
.topintroduce{
	position:relative;
	margin: 30px 0;
}
.howborn{
	position:absolute;
	top: -50px;
	left: 7%;
	line-height: 1.5;
	
}
.ceoname{
	position: absolute;
	top: 75%;
	right:30px;
	background-color: #ffffff9e;
}
.ceoimage{
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
}
.method_text{
	position: absolute;
    bottom: 0px;
    left: 0px;
    line-height: 1.5;
    font-weight: 600;
    background:url("../image/shopinfo.png");
    font-family: revert;
    text-align: left;
	padding:10px;
}
.choice2{
	margin-top: 30px;
}
/*==================================
プライベートルーム
====================================*/
.privateroom{
	margin: 10px 20px;
}
.room-list{
	display: flex;
	flex-wrap:wrap;
	box-sizing: border-box;
}
.room-item{
	width: 50%;
}

/*==================================
million
====================================*/
.pink-bg{
	background-color: #faf2f5;
	padding: 0 0 30px;
}
.millionsmiletop{
	position:relative;
}
.makeshappy{
	position:absolute;
	width: 50%;
	top: 10px;
	right: 20px;
}
.pinkbox{
	width: 100%;
	height: auto;
	background-color: #fff;
	background-color: #faf2f5;
	padding: 5px 20px;
	font-weight:bold;
	font-size:3rem;
	line-height: 1.5;
	box-sizing: border-box;
}
.sub-milliontitle{
	font-family:sans-serif;
	color:#fff;
	text-align: center;
}
.explain{
	width: 80%;
	margin: 0 auto;
}
/*==================================
研修
====================================*/
.lecture_logo{
	max-width: 200px;
	margin: 0 auto;
	padding: 20px 0;
}
.lecture-list{
	padding-bottom: 30px;
}

.bg-white{
	background-color: #fff;
}
.disclaimer.nospace{
	margin-top: 0;
}
.staff{
	background-color: #fbf5f3;
}
.staff>.pinkbox{
	background-color: #fff;
	background-color: #d9c5a6;
	padding: 5px 20px;
	font-weight:bold;
	font-size:2.6rem;
	line-height: 1.5;
	box-sizing: border-box;
}
.staffintroduce{
	padding:10px;
}
.staff-list{
	margin-bottom: 20px;
}
/*==================================
お客様の声
====================================*/
.review{
	padding-top: 10px;
	margin: 0 auto;
}
.tryviorde{
	margin-top: 30px;
}
.viorde_omiya{
	padding: 10px 100px;
}
.bg-white>.viorde_omiya.title{
	background:#fff;
	max-width: 200px;
}

/*==================================
footer
====================================*/
.footer{
	padding-bottom: 30px;
}
.shopinfo{
	margin-bottom: 30px;
}
.shopinfo-list{
	display: flex;
}
.shopinfo_inner{
	max-width: 90%;
	margin: 0 auto ;
	padding-bottom: 30px;
}
.copyrights{
	font-size:1.2rem;
}
.shopinfo-list{
	margin-bottom: 15px;
}
.shopinfo_term{
	width: 30%;
	text-align: left;
	font-size:1.4rem;
}
.shopinfo_detail{
	line-height: 1.3;
	max-width:70%;
	text-align:left;
}
.maps_outer{
	text-align: center;
}
.maps{
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
}
.youtubelecture{
	max-width: 100%;
	margin: 10px auto;
}
.question>.title{
	font-size:1.6rem;
}
@media screen and (min-width:1024px) {
	img{
		text-align: center;
	}
   
	.headerlogo{
		text-align: center;
	}
	.headertext,.youhave,.originalmethod,.examplepic,.vsCorona,.customerpic{
		text-align: center;
	}
	.btn{
		text-align: center;
	}
	.title{
		font-size:2.4rem;
	}
	.ceoname{
		position:static;
		text-align: center;
	}

	.method_text{
		position:static;
		text-align: center;
	}
	.originalwaypic,.question{
		text-align: center;
	}
	.pink-bg{
		text-align: center;
		
	}
	.staffintroduce{
		text-align: center;
	}
	.shopinfo_inner{
		text-align: center;
		width: 500px;
		margin: 0 auto;
	}
	.screen{
	width:500px;
	height:281px;	
	}
}
 

