@charset "utf-8";

/*
	Theme Name: AURA
	Description: 
	Theme URI: 
	Author: 
	Author URI: 

*/


/********* ---REST CSS--- ********/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
strong{
	font-weight:bold;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
font-family:'Lucida Grande',
 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
 Meiryo, メイリオ, sans-serif;
 font-size:62.5%;
 color:#333333;
 }
.clearfix:after {
	content: ".";
	    display: block;
	    height: 0px;
	    clear: both;
	    visibility: hidden;
	 font-size: 0.1em;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.clear{
	clear:both;
}
ol, ul {
	list-style: none;
}
a{
	text-decoration:none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p{
	margin:1rem 0;
	text-shadow:1px 1px 2px #000;
}

body{
	font-size:1.6rem;
	line-height:160%;
	letter-spacing:1px;
	background-color:#000000;
}

/********* ---WEB FONT--- ********/

@font-face {
font-family:AozoraMinchoRegular;
src: url(fonts/AozoraMinchoRegular.eot);
}
/* Firefox, Opera, Safari */
@font-face {
font-family:AozoraMinchoRegular;
src: url(fonts/AozoraMinchoRegular.ttf) format("truetype");
}
@font-face {
font-family:AozoraMinchoBold;
src: url(fonts/AozoraMincho-bold.eot);
}
/* Firefox, Opera, Safari */
@font-face {
font-family:AozoraMinchoBold;
src: url(fonts/AozoraMincho-bold.ttf) format("truetype");
}
@font-face {
font-family:AozoraMinchoHeavy;
src: url(fonts/AozoraMinchoHeavy.eot);
}
/* Firefox, Opera, Safari */
@font-face {
font-family:AozoraMinchoHeavy;
src: url(fonts/AozoraMinchoHeavy.ttf) format("truetype");
}

/********* ---RAYOUT--- ********/

.site_title a{
	color:#FFF;
	font-family: 'Libre Baskerville', serif;
	padding-left:13%;
	margin-top:1.5rem;
	margin-bottom:0.5rem;
	text-align:center;
	display:inline-block;
	text-shadow: 3px 3px 5px rgba(255,218,185, 0.9),
    3px 3px 10px rgba(0, 0, 0, 0.3),
    3px 1px 10px rgba(255,218,185, 0.45);
}
.site_main_title{
	font-size:48px;
	line-height:100%;
	letter-spacing:15px;
	
}
.site_sub_title{
	font-size:14px;
	
}
nav{
	background-color:rgba(57,29,43, 0.6);
	font-size:20px;
	font-family: 'AozoraMinchoRegular', serif;
	padding:15px 10%;
}
nav ul li{
	float:left;
	padding:0 15px;
	text-shadow: 1px 1px 3px #dadada,
    1px 1px 3px #dadada,
    1px 1px 2px #dadada;
}
nav ul li a{
	color:#FFF;
	text-decoration:none;
}
nav ul li a {
	position:relative;
} 

nav ul li a::before {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	max-width: 0;
	border-bottom: 2px solid #FFC;
	content: attr(data-hover);
	-webkit-transition: max-width 0.3s;
	-moz-transition: max-width 0.3s;
	transition: max-width 0.3s;
}
nav ul li a:hover::before,
nav ul li a:focus::before {
	max-width: 100%;
}
#content_wrap{
	background-color:#FFF;
	padding:30px;
	margin:0 10%;
	background-size:cover;
	color:#FFFFFF;
	min-height:550px;
}
#content_wrap h1{
	border-bottom:1px solid #FFFFFF;
	padding-bottom:0.5rem;
	font-style:italic;
	font-size:36px;
	font-weight:bold;
	padding-left:1rem;
	text-shadow: 3px 3px 5px rgba(255,218,185, 0.9),
    3px 3px 10px rgba(0, 0, 0, 0.3),
    3px 1px 10px rgba(255,218,185, 0.45);
}
#main_contents{
	padding:20px;
}
footer{
	color:#FFFFFF;
	font-size:18px;
	padding-right:10%;
	text-align:right;
	margin:1rem 0;
}

/********* ---背景画像--- ********/

.concept{
	background:url(images/bg/bg02.jpg) no-repeat;
}
.member{
	background:url(images/bg/bg01.jpg) no-repeat;
}
.menu{
	background:url(images/bg/bg03.jpg) no-repeat;
}
.relaxation{
	background:url(images/bg/bg04.jpg) no-repeat;
}
.service-info{
	background:url(images/bg/bg05.jpg) no-repeat;
}
.staff{
	background:url(images/bg/bg09.jpg) no-repeat;
}
.photo-capsule{
	background:url(images/bg/bg08.jpg) no-repeat;
}
.access{
	background:url(images/bg/bg06.jpg) no-repeat;
}
.notfound{
	background:url(images/bg/bg10.jpg) no-repeat;
}
.blogs{
	background-color:#FFFFFF;
}


/********* ---TOP--- ********/

@-o-keyframes title {
	0%{transform: scale(0);}
	100%{transform: scale(1.0) ;}
}
@-webkit-keyframes title {
	0%{transform: scale(0);}
	100%{transform: scale(1.0) ;}
}
@-moz-keyframes title {
	0%{transform: scale(0);}
	100%{transform: scale(1.0) ;}
}
@-ms-keyframes title {
	0%{transform: scale(0) ;}
	100%{transform: scale(1.0) ;}
}
@keyframes title {
	0%{transform: scale(0) ;}
	100%{transform: scale(1.0) ;}
}
#title{
	transform: scale(0) ;
	position:absolute;
	text-align:center;
	top:40%;
	left:0;
	right:0;
	margin:0 auto;
	color:#FFF;
	text-shadow: 5px 5px 10px rgba(255,215,0, 0.9),
    5px 5px 20px rgba(0, 0, 0, 0.3),
    5px 1px 30px rgba(255,215,0, 0.45);
	font-family: 'Libre Baskerville', serif;
	-o-animation: title ease-out 4s 1s 1 forwards;
  	-webkit-animation: title ease-out 4s 1s 1 forwards;
	-moz-animation: title ease-out 4s 1s 1 forwards;
	-ms-animation: title ease-out 4s 1s 1 forwards;
	 animation: title ease-out 4s 1s 1 forwards;
	 line-height:500%;
}
.sub_title{
	font-size:30px;
	display:block;
	letter-spacing:0.5rem;
}
.main_title{
	font-size:120px;
	letter-spacing:1rem;
	display:block;
}


@-o-keyframes body {
	0%{opacity:0;}
	100%{opacity:1;}
}
@-webkit-keyframes body {
	0%{opacity:0;}
	100%{opacity:1;}
}
@-moz-keyframes body {
	0%{opacity:0;}
	100%{opacity:1;}
}
@-ms-keyframes body {
	0%{opacity:0;}
	100%{opacity:1;}
}
@keyframes body {
	0%{opacity:0;}
	100%{opacity:1;}
}
#top header,#top nav,#top footer{
	opacity:0;
	-o-animation: body 5s ease-out 3s 1 forwards;
  	-webkit-animation: body 5s ease-out 3s 1 forwards;
	-moz-animation: body 5s ease-out 3s 1 forwards;
	-ms-animation: body 5s ease-out 3s 1 forwards;
	 animation: body 5s ease-out 3s 1 forwards;
}
#top footer{
	position:absolute;
	bottom:30px;
	right:5%;
}

/********* ---CONCEPT--- ********/

.co_bg{
	background-image:url(images/bg/bg02.jpg);
}
.Lcontents{
	float:left;
	width:62%;
}
.Rcontents{
	float:right;
	width:35%;
}
.text01{
	font-size:1.8rem;
}
.lead01{
	font-size:24px;
	color:#FFF;
	text-shadow: 1px  1px 2px #84762f,
    -1px  1px 2px #84762f,
    1px -1px 2px #84762f,
    -1px -1px 2px #84762f;
			
}
.box01{
	background-color:rgba(95,85,110,0.5);
	padding:10px;
	border-radius:10px;
	margin-top:30px;
	box-shadow:rgba(0, 0, 0, 0.3) 0 0 4px;	
}
.box01 h2 a{
	color:#ffffff;
	font-family:AozoraMinchoBold;
	font-size:18px;
	display:block;
	text-align:center;
	padding:5px;
	background-color:#5c002f;
	background-image:-moz-linear-gradient(left top,#5c002f 0%,#872226);
    background-image:-webkit-gradient(linear,left top,right bottom,from(#5c002f),to(#872226));
	background-image:linear-gradient(to bottom right, #5c002f, #872226);
	text-shadow:-1px -1px 0px #333,1px 1px 0px #555;
	border-radius:5px;
	box-shadow: 1px 0px 0px rgba(225,225,225,0.3) inset,
             -1px 0px 0px rgba(225,225,225,0.3) inset,
              0px 1px 1px rgba(0,0,0,0.1) inset,
              0px -1px 1px rgba(0,0,0,0.3) inset,
              0px 1px 3px #666;
  }
.box01 h2 a:hover{
	opacity:0.8;
}

/********* ---MEMBER'S SYSTEM--- ********/

.lead02{
	text-align:center;
	font-size:24px;
	color:#CABD9E;
	padding:10px;
	margin:0 20%;
	background-color:rgba(53,53,72,0.8);
	text-shadow:1px 1px 1px rgba(0, 0, 0, 0.6),
	-1px -1px 1px rgba(255, 255, 255, 0.5);
	
}
table.members{
	border-collapse:separate;
	border-spacing:20px;
	}
table.members th,table.members td{
	width:30%;
	margin:0 10px;
	text-align:center;
}
table.members .alignL td{
	text-align:left;
}
table.members th{
	font-family:AozoraMinchoBold;
	border-bottom:2px solid #5c002f ;
	border-top:2px solid #5c002f ;
	padding:5px 0;
	background-color:rgba(94,42,88,0.6);
	color:#fff;
}
table.members td{
	text-shadow:1px 1px 2px #000;
}
.card_title{
	font-size:24px;
}

/********* ---SERVICE INFORMATION--- ********/

.box02{
	float:left;
}
.box02 h2{
	border-bottom:2px solid #5c002f ;
	border-top:2px solid #5c002f ;
	padding:5px 0;
	background-color:rgba(94,42,88,0.6);
	text-align:center;
	color:#cabd9e;
	font-weight:bold;
	text-shadow:1px 1px 1px rgba(0, 0, 0, 0.6),
	-1px -1px 1px rgba(255, 255, 255, 0.5);
}
.boder{
	border:1px solid #ffffff;
	padding:3px;
	display:inline-block;
	margin-left:30%;
}
.width01{
	width:58%;
	margin-right:2%;
}
.width02{
	width:40%;
}
.width03{
	width:40%;
	margin-right:2%;
}
.width04{
	width:40%;
	margin-right:2%;
}
.width05{
	width:16%;
}
.width06{
	width:49%;
	margin-right:2%;
}
.width07{
	width:49%;
}

/********* ---MENU--- ********/

.menu_contents{
	font-size:20px;
}
.Mlcontents{
	width:48%;
	float:left;
}
.Mrcontents{
	width:48%;
	float:right;
}
.lead03{
	font-weight:700;
	font-style:italic;
	font-size:36px;
	font-family: 'Libre Baskerville', serif;
	margin-top:40px;
	border-bottom:2px solid rgba(176,136,41,0.7);
	color:#391d2b;
	padding-bottom:5px;
	text-shadow: -1px 1px 1px rgba(255,255,255,0.4),1px -1px 1px rgba(255,255,255,0.4);
}
.mt20{
	margin-top:20px;
}
.text02{
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-size:20px;
	font-weight:700;
	vertical-align:bottom;
}
dl dt{
	float:left;
	width:70%;
}
dl dd{
	text-align:right;
}
dt,dd{
	border-bottom:2px solid rgba(176,136,41,0.7);
	padding:10px;
	text-shadow:1px 1px 2px #000;
}
.Stext{
	font-size:14px;
	padding:8px;
	border-bottom:2px solid rgba(176,136,41,0.7);
	margin:0;
	line-height:120%;
}
.width30{
	width:30%;
}
.Slead{
	font-size:30px;
}

.menu_contents p{
	padding: 5px 10px;
	text-shadow: 1px 1px 2px #000;
}
.menu_box{
	display: flex;
	justify-content: space-between;
}
.b_line{
	border-bottom: 2px solid rgba(176,136,41,0.7);
}
.taRight{
	text-align: right;
}
.menu_contents .menu_box .indent{
	padding-left: 1.5em;
}



/********* ---STAFF--- ********/

/*#staff_contents{
	margin:0 auto;
	width:auto;
	display:inline-block;
}
.phto_box{
	width:180px;
	text-align:center;
	float:left;
	margin-right:50px;
	box-shadow:rgba(0, 0, 0, 0.3) 0 0 4px;	
	padding:10px;
	border-radius:5px;
	
}
.text03{
	font-family: 'Libre Baskerville', serif;
	font-style:italic;
	line-height:110%;
	text-align:center;
	margin:-5px auto 0;
	width:100px;
	color:#d0b98d;
	text-shadow: 0px 0px 1px #333,
    0px 0px  5px #333,
    0px 0px 10px #333;
	background-color:#999798;
	padding:3px 8px;
}
#s01{
	margin-top:20px;
	margin-bottom:30px;
}
#s02{
	margin-top:0;
	margin-bottom:50px;
	margin-left:10px;
}
#s03{
	margin-top:30px;
	margin-bottom:20px;
	margin-left:20px;
}
#s04{
	margin-top:10px;
	margin-bottom:40px;
	margin-left:30px;
}
#s05{
	margin-top:50px;
	margin-bottom:0;
	margin-left:40px;
}
#s06{
	margin-top:0;
	margin-bottom:50px;
}
#s07{
	margin-top:30px;
	margin-bottom:20px;
	margin-left:10px;
}
#s08{
	margin-top:10px;
	margin-bottom:40px;
	margin-left:20px;
}*/

#staff_contents{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#staff_contents li{
	width:25%;
	height:auto;
	box-sizing:border-box;
}
.phto_box{
	width:80%;
	text-align:center;
	box-shadow:rgba(0, 0, 0, 0.3) 0 0 4px;	
	padding:10px;
	border-radius:5px;
	box-sizing:border-box;
}
.phto_box img{
	width:100%;
	height:auto;
}
.text03{
	font-family: 'Libre Baskerville', serif;
	font-style:italic;
	line-height:110%;
	text-align:center;
	margin:-5px auto 0;
	width:100px;
	color:#d0b98d;
	text-shadow: 0px 0px 1px #333,
    0px 0px  5px #333,
    0px 0px 10px #333;
	background-color:#999798;
	padding:3px 8px;
}
#s01{
	margin-top:0;
	margin-left:0;
}
#s02{
	margin-top:5vh;
	margin-left:10%;
}
#s03{
	margin-top:4vh;
	margin-left:15%;
}
#s04{
	margin-top:2vh;
	margin-left:20%;
}
#s05{
	margin-top:7vh;
	margin-left:5%;
}
/*#s06{
	margin-top:5vh;
	margin-left:5%;
}*/
#s07{
	margin-top:5vh;
	margin-left:5%;
}
#s08{
	margin-top:8vh;
	margin-left:5%;
}
#s09{
	margin-top:4vh;
	margin-left:15%;
}
#s10{
	margin-top:5vh;
	margin-left:15%;
}


/********* ---RELAXATION--- ********/

.box1{
	float:left;
	width:31%;
	margin-right:2%;
}
.box1 h2{
	clear:both;
	font-family:AozoraMinchoBold;
	border-bottom:2px solid #5c002f ;
	border-top:2px solid #5c002f ;
	padding:5px 0;
	background-color:rgba(94,42,88,0.6);
	color:#fff;
	text-align:center;
}
.col1,.col3{
	float:left;
	width:75%;
}
.col3{
	width:40%;
	padding-left:10%;
}
.col2,.col4{
	float:right;
	width:25%;
	text-align:right;
}
.col4{
	width:40%;
	text-align:right;
	padding-right:10%;
}
.box1 li{
	clear:both;
}
.mT{
	margin-top:20px;
}
.phbox ul li{
	float:left;
}
.phbox ul li img,.b_box_r ul li img{
	border-radius:5px;
	margin-right:4px;
	box-shadow:2px 2px 2px rgba(254,254,254, 0.5);

}
.b_box_l{
	float:left;
	width:60%;
}
.b_box{
	margin-top:20px;
}
.b_box_r{
	float:right;
	width:40%;
}
.b_box_r ul li{
	float:right;
	padding:20px 0;
}
.Lbox{
	float:left;
	width:50%;
}
.Rbox{
	float:right;
	width:35%;
	padding:30px 0;
}
.Mtable .col5{
	float:left;
	width:65%;
	padding-left:10%;
}
.Mtable .col6{
	float:right;
	width:25%;
}
.Mtable .col7{
	float:left;
	width:50%;
	padding-left:15%;
}
.Mtable .col8{
	float:right;
	width:25%;
	padding-right:5%;
}

/********* ---PHOTO CAPSULE--- ********/

.photobox_l{
	float:left;
	width:60%;
}
.photobox_r{
	float:right;
	width:35%;
}
.img_box img{
	border-radius:5px;
	margin-right:4px;
	box-shadow:2px 2px 2px rgba(254,254,254, 0.5);
}
.photobox_r img{
	box-shadow:2px 2px 2px rgba(254,254,254, 0.5);
}
.photo_lead{
	font-size:24px;
	line-height:160%;
	text-shadow: 1px  1px 2px rgba(125,15,128, 0.5),
    -1px  1px 2px rgba(125,15,128, 0.5),
    1px -1px 2px rgba(125,15,128, 0.5),
    -1px -1px 2px rgba(125,15,128, 0.5);
}
.photo_text{
	font-size:18px;
	margin:30px 0;
	line-height:160%;
	padding-left:5%;
}
.photo_price_s{
	font-size:24px;
	font-weight:bold;
	line-height:160%;
	float:left;
	width:55%;
}
.photo_price{
	float:right;
	width:45%;
	padding-top:10px;
}

/********* ---ACCESS--- ********/

.adress{
	float:left;
	width:55%;
}
.maps{
	float:right;
	width:45%;
	margin-top:40px;
}
.map img{
	background-color:rgba(208,185,141, 0.8);
	border-radius:5px;
	margin-right:4px;
	border:2px solid rgba(254,254,254, 0.5);
}
.img_l img{
	border-radius:5px;
	margin-right:4px;
	box-shadow:2px 2px 2px rgba(254,254,254, 0.5);
}
.b_c{
	font-size:28px;
	text-shadow: 1px  1px 2px rgba(125,15,128, 0.5),
    -1px  1px 2px rgba(125,15,128, 0.5),
    1px -1px 2px rgba(125,15,128, 0.5),
    -1px -1px 2px rgba(125,15,128, 0.5);
}
.adr,.section{
	padding-left:5%;
	font-size:18px;
}
.adr{
	line-height:200%;
}

/********* ---404--- ********/

.notfoundbox{
	font-size:18px;
	padding:0 10%;
	line-height:200%;
}
.notfoundanchor a{
	color:#FF9;
}

/********* ---BLOG--- ********/

#content_wrap #main_contents_blog,#content_wrap #main_contents_blog p{
	color:#333333;
	text-shadow:none;
}
aside{
	width:200px;
	float:right;
	margin-left:-230px;
}
#blog a,aside a{
	color:#ab045c;
}
#main_contents_blog{
    float : left;
    width: 100%;
}
#blog{
	margin-right:230px;
}
#content_wrap #main_contents_blog h1{
	border-bottom:1px solid #a03c44;
	font-size:24px;
	padding-bottom:0.5rem;
	padding-left:10px;
}
#content_wrap #main_contents_blog h1 a{
	color:#391d2b;
	font-style:italic;
	font-weight:bold;
		text-shadow: 1px  1px 1px #fdf5cb,
            -1px  1px 1px #fdf5cb,
             1px -1px 1px #fdf5cb,
            -1px -1px 1px #fdf5cb;
}
#blog .post p{
	clear:both;
}
#blog .post{
	margin-bottom:30px;
}
.blog_info{
	background-color:#000000;
	padding:5px 20px;
	margin:10px 0;
}
.blog_info ul li{
	float:left;
	margin-right:20px;
	color:#ffffff;
}
.blog_info ul li a{
	color:#ffffff;
}
#blog a.more-link{
	display:inline-block;
	float:right;
	text-align:right;
	margin-right:5%;
	clear:both;
	padding:5px 10px;
	background-color:#546474;
	border-radius:10px;
	color:#ffffff;
	font-size:12px;
	
}
.nav-below{
	margin-bottom:30px;
}
#blog .nav-previous a,#blog .nav-next a{
	display:block;
	background-color:#546474;
	border-radius:10px;
	color:#ffffff;
	font-size:12px;
	display:inline-block;
	padding:5px 10px;
}
.nav-previous{
	float:left;
}
.nav-next{
	float:right;
}
#respond{
	clear:both;
	margin-top:30px;
}


/********* ---BLOG WIDGET--- ********/

#wp-calendar{
	color:#333333;
	margin:0 auto;
}
#wp-calendar th,#wp-calendar td{
	padding:2px;
	text-align:center;
	
}
#wp-calendar a{
	font-weight:bold;
}
h2.widgettitle{
	background-color:#000000;
	padding:5px 10px;
	margin:20px 0;
	border-radius:3px;
	
}
.widget-area ul li{
	font-size:14px;
	line-height:120%;
	margin-bottom:1rem;
}
.widget-area .widget ul li{
	background:url(images/blog/arrow02.gif) no-repeat left 2px;
	padding-left:15px;
	margin-left:8px;
}
.widget_archive label{
	display:none;
}
.widget_archive select{
	margin-left:30px;
}
	
/****************************************
          WordPress Misc
*****************************************/

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	margin: 10px;
	padding-top: 4px;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color:rgba(252,218,216,0.25);
    box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	text-align: center;
}

.wp-caption-text,
.gallery-caption{
	font-size: 80%;
	margin: 0;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	margin: 0;
	padding: 0 4px 5px;
	font-size: 11px;
	line-height: 17px;
}

img.alignright {
    display: inline-block;
    margin: 0 0 1em 1.5em;
}

img.alignleft {
    display: inline-block;
    margin: 0 1.5em 1em 0;
}


/*--- 20200408 コロナ対策追加分 ---*/
.top_contents{
	background-color: #FFF;
	width: 100%;
	padding: 30px;
	box-sizing:border-box;
}
.top_contents p{
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 1.8;
	text-shadow: 0 0 0;
}
.ttl_top{
	font-weight: bold;
}

header{
	position: relative;
}
header .btn_reserve{
	position: absolute;
	right: 13%;
	top: 15px;
}
header .btn_reserve a{
	display: inline-block;
	border-radius: 10px;
	color: #FFF;
	font-weight: bold;
}
header .btn_reserve .btn_staff{
	background-color: #660066;
	border: 2px solid #FFF;
	padding: 10px 30px;
	margin-right: 10px;
}
header .btn_reserve .btn_web{
	background-color: rgba(57,29,43, 0.6);
	border: 2px solid #FFF;
	padding: 10px 35px;
}


.privacy{
	color: #333;
	text-shadow: none;
}
.privacy h2{
	font-weight: bold;
}
.privacy p{
	margin-bottom: 1em;
	text-shadow: 0 0 0;
}

