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

.mainviual{
	max-width: 100%;
	position:relative;
	margin-top:85px;
	text-align:center;
}
h2.main_title{
	position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:100%;
    z-index:90;
	color:#fff;
	font-size:116%;
	line-height:1.8;
	letter-spacing:1px;
	font-weight:normal;
}

/*----------------------------------------------------------

							news

-------------------------------------------------------------*/
.box_news{
	background: #f8f8f8;
    padding:40px 0;
}
.important_title {
    color: #333;
    font-size: 125%;
    text-align: center;
    letter-spacing: 2px;
}
span.s_title{
	font-size:85%;
	color:#d0a6b1;
}
.news{
	width:86%;
	margin:0 auto;
}
.day{
	display:block;
	font-size:77%;
	color: #333;
	font-weight:bold;
}
.news li{
	padding-top:10px;
	font-size:100%;
	color:#333;
	letter-spacing:1px;
}
.news li a{
	display:block;
    color: #383838;
	padding:0 0 5px 0;
	border-bottom:1px dotted #999;
}
.itiran a{
	clear:both;
	width:40%;
	margin:25px auto 0;
	display:block;
	background:#d0a6b1;
	color:#FFF;
	text-align:center;
	border:2px solid #ccc;
	border-radius:5px;
	padding:7px 0;
	font-size:93%;
}



#contents_01{
	width:94%;
	margin:40px auto 0;
}
.text_01{
	font-size: 100%;
    letter-spacing: 1px;
    line-height: 1.8;
    color: #342d2d;
}



#contents_02{
	margin:30px auto 50px;
	overflow:hidden;
}
h2.essence_title{
	font-weight:normal;
	letter-spacing:1px;
	font-size:161.6%;
	color:#444;
	padding:0 15px 10px 15px;
}
span.s_text{
	font-size:62%;
	display:block;
}
.sub_main img{
	width: 100%;
	
}
.text_box{
	width: 98%;
	position: relative;
	z-index:10;
	border-top:4px solid #CCC;
	border-bottom:4px solid #CCC;
	border-left:4px solid #CCC;
	background: rgba(216,162,176,0.9);
	top:-20px;
	left:10px;
	border-radius:120px 0px 0px 120px;
}
p.essence_text{
	color:#FFF;
	letter-spacing: 1px;
	line-height: 1.8;
	padding:20px 5% 10px 15%;
}
span.b_text{
	font-size:140%;
}
p.btn_body a{
    display:block;
	width:50%;
	text-align:center;
	margin:0 10px 20px auto;
	color:#d8a2b0;
	border-radius:50px;
	padding:8px 25px 8px 25px;
	letter-spacing:1px;
	background:#f8f8f8;
	border:2px solid #CCC;
}
.text_box_01{
	width: 98%;
	position: relative;
	z-index:10;
	border-top:4px solid #CCC;
	border-bottom:4px solid #CCC;
	border-right:4px solid #CCC;
	background: rgba(216,162,176,0.9);
	top:-20px;
	border-radius:0px 120px 120px  0px;
}
p.essence_text_01{
	color:#FFF;
	letter-spacing: 1px;
	line-height: 1.8;
	padding:20px 10% 10px 5%;
}
p.btn_body_01 a{
    display:block;
	width:50%;
	text-align:center;
	margin:0 auto 20px 10px;
	color:#d8a2b0;
	border-radius:50px;
	padding:8px 25px 8px 25px;
	letter-spacing:1px;
	background:#f8f8f8;
	border:2px solid #CCC;
}
.text_box_02{
	width: 98%;
	position: relative;
	z-index:10;
	border-top:4px solid #CCC;
	border-bottom:4px solid #CCC;
	border-right:4px solid #CCC;
	background: rgba(216,162,176,0.9);
	top:-10px;
	border-radius:0px 120px 120px  0px;
}

/*********************************************************
	画像のフェイドイン
**********************************************************/
@keyframes blurin {
	from {
		filter: blur(50px);
		opacity: 0.0;
	}
	to {
		filter: blur(0px);
		opacity: 1.0;
	}
}
.blurring {
	display: inline-block;
	position: relative;
	filter: blur(50px);
	opacity: 0.0;
}
.blurring img {
	position: absolute;
	width: 100%;
}


	
.auto-popup {
    position: fixed;
	z-index:9999;
    right: 15px;
    bottom: -12em;
    opacity: 0;
    text-decoration: none;
    transition: bottom 500ms cubic-bezier(0.105, 0.295, 0.400, 1.275) 0ms,
        opacity 500ms cubic-bezier(0.105, 0.295, 0.400, 1.275) 0ms,
        box-shadow 200ms ease 0ms,
        transform 200ms ease 0ms;
}
.auto-popup-active {
    bottom: 10px;
    opacity: 1;
	border-radius:20px;
}
.auto-popup:hover {
    box-shadow: 0em 0em 0.3em 0em rgba(0, 0, 0, 0.5);
    transform: translate(0.1em, 0.1em);
}
.auto-popup-close {
    position: absolute;
    right: -0.5em;
    top: -0.5em;
    background-color: #000000;
    width: 2em;
    height: 2em;
    border-radius: 1em;
    transform: rotate(45deg);
    cursor: pointer;
    transition: transform 200ms ease 0ms,
        background-color 200ms ease 0ms;
}
.auto-popup-close:hover {
    background-color: #ff0000;
    transform: rotate(135deg);
}
.auto-popup-close-line:nth-child(odd) {
    position: absolute;
    width: 60%;
    height: 10%;
    left: 20%;
    top: 45%;
    background-color: #ffffff;
}
.auto-popup-close-line:nth-child(even) {
    position: absolute;
    width: 10%;
    height: 60%;
    left: 45%;
    top: 20%;
    background-color: #ffffff;
}

footer{
	background: url(../img/footer_back.jpg) no-repeat;
	background-size:cover;
	padding: 10px 0 80px !important;
}
.pagetop {
	display:none
	/*position: fixed;
	bottom: 73px !important;
	right: 10px;
	z-index:9999;*/
}