body,
html{
	min-width:990px;}

body {
	font-size: 15px;
	line-height: 28px;
	font-weight: 400;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro",  "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	margin: 0;
	padding: 0;
}

body > img {
	display:none;}

ul, li {
	list-style: none;
	margin: 0;
	padding: 0;}

a {
	-webkit-transition: all, 0.3s;
	transition: all, 0.3s;
	border:none;
	outline:none;
	text-decoration: none;}

img {
	margin: 0;
	padding: 0;
	border: none;
	transition: opacity .3s;}

p {
	font-weight: 500;
	margin: 0;
	padding: 0;}

h1,h2,h3,h4,li{
	margin:0;
	padding:0;}

div {
	padding: 0;
	margin: 0;}

div::after {
	content: "";
	clear: both;}

::-moz-selection {
	background-color: rgba(186,208,255,0.3);}

::selection {
	background-color: rgba(186,208,255,0.3);}

a,
a:hover{
	-webkit-transition: all, 0.3s;
	transition: all, 0.3s;}

a:hover img{
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;}

#container {
	/* min-width: 1400px; */
	min-width: 1000px;
	overflow: hidden;
}
.clearfix:after {  content: "."; display: block;height: 0;font-size:0;clear: both; visibility:hidden;}
.clearfix{display: inline-block;} 

.pr40p{padding-right: 40px;}
.pl40p{padding-left: 40px;}
.pt15{padding-top: 1.5em;}
/*.pt25{padding-top: 2.5em;}*/

/* CAROUSEL */

.main-slide01{
	background: url(/theme/pc/button/201001life/img/slide01.jpg) no-repeat center center;
}
.main-slide02{
	background: url(/theme/pc/button/201001life/img/slide02.jpg) no-repeat center center;
}
.main-slide03{
	background: url(/theme/pc/button/201001life/img/slide03.jpg) no-repeat center center;
}
.main-slide04{
	background: url(/theme/pc/button/201001life/img/slide04.jpg) no-repeat center center;
}
.main-slide05{
	background: url(/theme/pc/button/201001life/img/slide05.jpg) no-repeat center center;
}
.main-slide06{
	background: url(/theme/pc/button/201001life/img/slide06.jpg) no-repeat center center;
}
.main-slide07{
	background: url(/theme/pc/button/201001life/img/slide07.jpg) no-repeat center center;
}

.main-slide01, .main-slide02, .main-slide03, .main-slide04, .main-slide05, .main-slide06, .main-slide07{
	height: 680px;
	background-size: cover;
}


/* Fading animation */
.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
  }
  
  @-webkit-keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
  }
  
  @keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
}
/* CAROUSEL */

/* LEAD TEXT */
.read-container{
	padding: 35px 0;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	background: url(/theme/pc/button/201001life/img/lead-bg.jpg), url(/theme/pc/button/201001life/img/lead-bg-flip.jpg), #fff;
	background-repeat: no-repeat;
	background-position: left, right;
}
.read-content{
	text-align: center;
}
.read-content h3{
	font-size: 45px;
	color: #fb7000;
	margin: 20px 0 50px;
}
.read-content p{
	font-size: 22px;
	line-height: 40px;
}
.read-content p span{
	line-height: 25px;
}
/* LEAD TEXT */

/* HYGIENE GUIDELINE */
.guideline-container{
	background: url(/theme/pc/button/201001life/img/guide-bg.png), url(/theme/pc/button/201001life/img/guide-bg-flip.png), url(/theme/pc/button/201001life/img/guide-bg-sq.jpg);
	background-repeat: no-repeat, no-repeat, repeat;
	background-position: left, right, center;
	background-size: auto 100%, auto 100%, auto;
}

.guideline-content{
	text-align: center;
	padding: 80px 0;
}

.guideline-content .text{
	font-size: 20px;
	line-height: 35px;
	margin: 50px 0;
}
.photo-wrapper{
	background: #fff;
	padding: 20px;
	box-shadow: 2px 5px 30px #888888;
	box-sizing: border-box;
}
.guideline-slides, .point-a-slides, .point-b-slides, .caption-container{
	width: 100%;
	max-width: 890px;
	margin: 0 auto;
	min-height: 56px;
	position: relative;
}
.guide-img{
	width: 100%;
	display: block;
}
.caption-container p{
	font-size: 18px;
	text-align: left;
	margin-top: 15px;
}
.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 42%;
	width: auto;
	padding: 8px 15px;
	color: white;
	font-size: 20px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	box-sizing: border-box;
	border-radius: 50%;
	background: #fc6756;
	z-index: 10;
} 
.prev{
	left: 30px;
}
.next{
	right: 30px;
}
  
/* The dots/bullets/indicators */
.dot-guide, .dot-point-a{
	cursor: pointer;
	height: 13px;
	width: 13px;
	margin: 0 2px;
	/* background-color: rgb(196, 176, 146); */
	background-color: rgb(255, 255, 255);
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
  }
  .dot-container{
	  position: absolute;
	  text-align: center;
	  left: 50%;
	  transform: translateX(-50%);
	  bottom: 95px;
	  z-index: 10;
  }
  
  .active, .dot:hover{
	background-color: #fc6756;
  }
  .prev:hover, .next:hover {
	  background:  #fdae34;
  }
/* HYGIENE GUIDELINE */

/* POINT */
.point-container{
	background-image: repeating-linear-gradient(105deg, #fecd69, #fecd69 10px, #ffd990 10px, #ffd990 20px);
	border-top: 15px solid #808a29;
	border-bottom: 15px solid #808a29;
	padding: 100px 0;
}
.point-container .title{
	margin: 0 auto;
	width: 100%;
	max-width: 547px;
	display: block;
	position: relative;
	z-index: 2;
}
.point-a-slides, .point-b-slides{
	position: relative;
	margin-top: -50px;
}

.point-a-slides::before{
	content: url(/theme/pc/button/201001life/img/deco-photo.png);
	position: absolute;
	top: -38px;
	left: -80px;
	z-index: 5;
}
.point-a-slides::after{
	content: url(/theme/pc/button/201001life/img/deco-photo02.png);
	position: absolute;
	bottom: 95px;
	right: -80px;
	z-index: 5;
}

.point-b-slides::before{
	content: url(/theme/pc/button/201001life/img/deco-photo02.png);
	position: absolute;
	top: 30px;
	left: -95px;
	z-index: 5;
}
.point-b-slides::after{
	content: url(/theme/pc/button/201001life/img/deco-photo.png);
	position: absolute;
	bottom: -10px;
	right: -80px;
	z-index: 5;
	transform: rotate(180deg);
}
.point-a{
	position: relative;
	z-index: 2;
}
.point-b{
	margin-top: 50px;
	position: relative;
	z-index: 1;
}
.plan-ttl{
	width: 100%;
	max-width: 739px;
	display: block;
	position: absolute;
	top: -90px;
	left: 50%;
	transform: translateX(-50%);
}
.point-plan{
	background: #fff;
	border-radius: 10px;
	width: 95%;
	max-width: 1100px;
	margin: 200px auto 0;
	padding-top: 50px;
	position: relative;
}
.point-plan-content{
	padding: 20px 50px 50px;
	position: relative;
}
.point-plan-content .box{
	border: 3px solid #996600;
	border-radius: 10px;
	font-size: 23px;
	line-height: 40px;
	padding: 30px 0;
	text-align: center;
}
.boxes{
	overflow: hidden;
}
.box-right, .box-left{
	width: 50%;	
	padding: 0 15px;
	box-sizing: border-box;
}
.box-left{
	float: left;	
}
.box-right{
	float: right;
}
.box{
	width: 100%;
	margin: 20px 0;
	/* max-width: 470px; */
	box-sizing: border-box;
}

.button a{
	display: block;
	width: 240px;
	padding: 20px 0;
	color: #fff;
	font-size: 18px;
	line-height: 20px;
	background: #d35441;
	margin: 30px auto 0;
	text-align: center;
}
/* POINT */

/* OSUSUME */
.osusume-container{
	background-image: repeating-linear-gradient(105deg, #fdae34, #fdae34 10px, #feb64f 10px, #feb64f 20px);
	padding: 100px 0;
}
.osusume-content, .osusume-content-b{
	background: #fff;
	width: 95%;
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
}
.osusume-content{	
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;	
	padding: 50px;	
}
.osusume-content-b{	
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;	
	padding: 20px 50px 50px;	
}

.osusume-content .title{
	display: block;
	width: 100%;
	max-width: 890px;
	margin: 0 auto 20px;
}

.osusume-content .button a{
	background: #808a29;
}

.osusume-content .box-img img{
	width: 100%;
	display: block;
}

.osusume-content .box{
	margin-bottom: 50px;
}

.box-header{
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	padding: 20px 0;
	position: relative;
	margin: 15px 0 25px;
}
.box-header::after, .box-header::before{
	content: '';
	background: url(/theme/pc/button/201001life/img/border.png) repeat-x;
	height: 10px;
	width: 100%;
	position: absolute;	
}
.box-header::after{
	top: 0;
	left: 0;
}
.box-header::before{
	bottom: 0;
	left: 0;
}
.osusume-content-b .photo-tile img{
	display: block;
	width: 50%;
	max-width: 350px;
}
.osusume-content-b h3{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 40px;
	text-align: center;
	margin: 0 0 50px;
}
.photo-tile{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.osusume-content-b p{
	width: 100%;
	max-width: 880px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 28px;
}
/* OSUSUME */

/* DECO STYLING */
.deco-flower-a{
	position: absolute;
	top: -110px;
	left: 35px;
	z-index: -1;
}

.deco-flower-b{
	position: absolute;
	bottom: -100px;
	right: 125px;
	z-index: -1;
}
.deco-tree{
	position: absolute;
	bottom: -80px;
	right: -105px;
}
.deco-tape-a{
	position: absolute;
	top: 15px;
	left: 50%;
	transform: translateX(-50%);
}
.deco-tape-b{
	position: absolute;
	bottom: 30px;
	left: 10px;	
}
.deco-tape-c{
	position: absolute;
	top: 305px;
	right: 15px;	
}
.deco-bird{
	position: absolute;
	top: 750px;
	left: -155px;
}
.deco-flower-c{
	position: absolute;
	bottom: 180px;
	right: -180px;
}
.deco-flags-a, .deco-flags-b{
	position: absolute;
	top: 18px;
}
.deco-flags-a{
	left: -50px;
}
.deco-flags-b{
	right: -50px;
	-webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.button-container a{
	display: block;
	width: 100%;
	max-width: 500px;
	margin: 50px auto 10px;
}

.button-container a img{
	display: block;
	width: 100%;
}
/* DECO STYLING */
@media screen and (max-width: 1440px){
	/* .carousel-container{
		width: 1440px;
		margin: 0 auto;
	} */
	.main-slide01, .main-slide02, .main-slide03, .main-slide04, .main-slide05, .main-slide06, .main-slide07 {
		height: 510px;
		background-size: contain;
	}

	/* .main-slide03{
		background-position: 50% 35%;
	} */
	.deco-flower-c {
		right: 75px;
	}
	.deco-flower-c {
		right: -140px;
	}
}

@media screen and (max-width: 110px){
	.point-plan-content {
		padding: 20px 25px 50px;
	}
	.osusume-content {
		padding: 50px 20px;
	}
	.deco-flags-a, .deco-flags-b {
		width: 25%;
	}
}