@charset "UTF-8";

body{
	font-family:sans-serif;
	font-weight:normal;
	color: #ebd99f;
	background: url(../images/bg.gif) center top repeat #2b2211;
}
a:link {text-decoration: none; color: #ee8c00;}
a:visited {text-decoration: none; color: #ee8c00;}
a:hover {text-decoration: underline; color: #ffba57;}

img {
	border-style:none;
	vertical-align: bottom;
}
.ui-page{
	margin: 0;
	padding:0;
}
.ui-content{
	margin: 0;
	padding:0;
}

/*
.ui-header
-----------*/
.ui-header{
	width: 100%;
	height: 100px;
	margin: 0;
	padding:0;
	text-align:center;
	position:relative;
	z-index:1;
}
.time{
	position:absolute;
	right:18px;
	top:68px;
	-webkit-transform: scale(1.15);  
   	-moz-transform: scale(1.15);
}
#goinfo{
	display: none;
	position:absolute;
	right:5px;
	top:4px;
}
h1{
	margin:0;
	padding 0;
	text-align:center;
}
.picframe{
	margin:0;
	padding 0;
	height: 5px;
	background:-webkit-gradient(linear,left top,left bottom,from(#a69159),color-stop(0.5,#f8f2c7),to(#502200));
	background: -webkit-linear-gradient(#a69159,#f8f2c7 ,#502200);
	background:    -moz-linear-gradient(#a69159,#f8f2c7 50%,,#502200);
	background:     -ms-linear-gradient(#a69159,#f8f2c7,#502200);
	background:      -o-linear-gradient(#a69159,#f8f2c7,#502200);
	background:         linear-gradient(#a69159,#f8f2c7,#502200);
}
.picbody {
	margin:0;
	padding 0;
	text-align:center;
}
.picbody img {
	margin: 0 auto;
	width: 100%;
	max-width: 900px;
	height: auto;
}
/*
#enter
-----------*/
.logomark{
	margin:5px 0;
	padding: 0;
	text-align:center;
}
.logomark img{
	margin: 0 auto;
	width: 70%;
	max-width: 356px;
	height: auto;
}
#enter h2{
	margin:0 0 10px;
	font-size:100%;
	text-align:center;
}
#enter h3{
	margin:0 0 10px;
	font-size:98%;
	font-weight:normal;
	text-align:center;
}

/*
.contents
-----------*/
.contents{
	text-align:center;
}
#enter .contents{
	margin:0;
	padding:0;
}
#spage .contents{
	margin:0;
	padding: 15px 0 15px;
	color:#604d29;
	background:url(../images/container_sp.jpg) center top repeat;
}
.contents a:link {text-decoration: none; color: #e78b00;}
.contents a:visited {text-decoration: none; color: #e78b00;}
.contents a:hover {text-decoration: underline; color: #ffb74a;}

#enter .box {
	text-align:center;
	margin: 20px 20px 20px;
	padding: 0;
	border-bottom:1px solid #958045;
}
#spage .box, .box2, .box3, .box4, .box5, .box6 {
	text-align:left;
	margin: 0 20px 20px;
	padding: 10px 10px 15px;
	border:1px solid #958045;
	background:#ffffff;
	box-shadow:0 2px 5px #aaa;
}
.arrow {
	height: 70px;
	margin: 0 auto;
	padding: 0;
	background:url(../images/arrow.png) center 7px no-repeat;
}
.pre {
	height: 70px;
	margin: 0 auto;
	padding: 0;
	background:url(../images/pre.png) center 20px no-repeat;
}
.txt p {
	margin: 0;
	padding: 0 0 20px;
}
.txt img {
	max-width: 100%;
}
.txt-s {
	font-size: 90%;
	line-height: 110%;
}
.txt-s img {
	margin: 5px 0 0;
}
.txt ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.txt li {
	padding: 0px 0 10px 15px;
	background:url(../images/label.gif) left 3px  no-repeat;
}
.topics .date{
	color:#ff2371;
}



#spage .ui-header {
	position: relative;
}
label {
	padding: 2px 0 0 13px;
	background:url(../images/label.gif) 0 center no-repeat;
}
.cau {
	margin: 0;
	padding: 2px 0 0 13px;
	color: #696353;
	background:url(../images/label.gif) left 6px no-repeat;
}

.banners {
	margin: 5px 0 0px;
	text-align:center;
}
.banners img {
	max-width: 446px;
	margin: 0 auto;
}
/*フォーム確認画面*/
.kyocho{
	color: #ff2371;
}
.msg {
	color:#fff;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}


#spage h3{
	margin: 0 0 20px;
	padding: 0 0px 3px;
	font-size:116%;
	font-weight:normal;
	text-align: center;
	border-bottom:1px solid #98855d;
}
#spage h4{
	margin: 0 0 20px;
	padding: 3px 0px;
	font-weight:normal;
	text-align: center;
	font-size:116%;
	background: url(../images/h4bg.jpg) center top repeat #2b2211;
	border:1px solid #98855d;
}
#spage h5{
	margin: 0 0 15px;
	padding: 0 0 0px;
	font-size:108%;
	font-weight:normal;
	text-align: center;
	color: #837862;
	border-bottom: 1px solid #ba9c5e;
}
.shh3 {
	margin: 0 0 15px;
	clear: both;
}
.weeklyindex,.button {
	height: 42px;
	margin: 5px 0 0;
}
.weeklyindex a,.button a {
	display: block;
	height: 27px;
	text-align: center;
}
.button a {
	width: 270px;
	margin: 0 auto 0;
	padding: 8px 0 0;
}

.button a:link {text-decoration: none; color: #444;background-image: url(../images/calenbg.jpg);}
.button a:visited {text-decoration: none; color: #444;background-image: url(../images/calenbg.jpg);}
.button a:hover {text-decoration: none; color: #ff2371;background-image: url(../images/calenbgon.jpg);}

.weeklyindex a {
	float: left;
	width: 32%;
	margin: 0 2px 0 0;
	padding: 10px 0 0;
	font-size: 11px;
	background: url(../images/calenbg.jpg) center top no-repeat;
	border-left: 1px solid #ba9c5e;
	border-right: 1px solid #ba9c5e;
}
.suji {
	font-size: 12px;
}
.shh4 {
	margin: 0 auto 0 0;
	padding: 10px 0 0;
	clear:both;
}
.shh4 h4 {
	font-weight: normal;
}
.shh4 .no {
	font-size: 22px;
}

/*
.ui-listview
-----------*/
#enter .ui-listview,#tpage .ui-listview {
	margin:0;
}
#spage .ui-listview {
	margin:0 0 10px;
}
.ui-listview li{
	border-style:none;
}
/*test*/
/*
.theme G
-----------*/
.ui-btn-up-g ,
.ui-btn-hover-g ,
.ui-btn-down-g ,
.ui-bar-g ,
.ui-btn-up-g.ui-btn-active { 
	text-decoration: none;
	border-style:none;
	background:#a69159;
	color:#333;
	font-weight:normal;
	text-shadow: 3px 3px 4px;
	background:-webkit-gradient(linear,left top,left bottom,from(#a69159),color-stop(0.5,#f8f2c7),to(#502200));
	background: -webkit-linear-gradient(#a69159,#f8f2c7,#502200);
	background:    -moz-linear-gradient(#a69159,#f8f2c7 50%,,#502200);
	background:     -ms-linear-gradient(#a69159,#f8f2c7,#502200);
	background:      -o-linear-gradient(#a69159,#f8f2c7,#502200);
	background:         linear-gradient(#a69159,#f8f2c7,#502200);
}
.ui-btn-up-g a.ui-link-inherit,
.ui-btn-hover-g a.ui-link-inherit,
.ui-btn-hover-g a.ui-link-inherit {
	color:#333;
	font-weight:normal;
}
.ui-btn-up-g:link {text-decoration: none; color: #6b5b2b;}
.ui-btn-up-g:visited {text-decoration: none; color: #6b5b2b;}
.ui-btn-up-g:hover {text-decoration: none; color: #6b5b2b;}
.ui-btn-up-g:active {text-decoration: none; color: #6b5b2b;}
/* ボタン全体の文字を85%に縮小する→ボタンの反応が悪化
.ui-btn-up-g:link {text-decoration: none; color: #6b5b2b;
	-webkit-transform: scale(0.85);
   	-moz-transform: scale(0.85); }
.ui-btn-up-g:visited {text-decoration: none; color: #6b5b2b;
	-webkit-transform: scale(0.85);
   	-moz-transform: scale(0.85); }
.ui-btn-up-g:hover {text-decoration: none; color: #6b5b2b;
	-webkit-transform: scale(0.85);
   	-moz-transform: scale(0.85); }
.ui-btn-up-g:active {text-decoration: none; color: #6b5b2b;
	-webkit-transform: scale(0.85);
   	-moz-transform: scale(0.85); }
-------------------------------------------------*/
.Nav {
	text-align: center;
	background:#fefbef;
}
.Nav input {
	background:#fefbef;
	box-shadow:0 0px 0px #aaa;
}

.Nav a:link {text-decoration: none; color: #6b5b2b;}
.Nav a:visited {text-decoration: none; color: #6b5b2b;}
.Nav a:hover {text-decoration: underline; color: #ffba57;}

.need {
	padding: 0 40px 0 0px;
	background:url(../images/need.gif) right 1px no-repeat;
}

/*
.theme F
-----------*/
.ui-btn-up-f,
.ui-btn-hover-f ,
.ui-btn-down-f ,
.ui-bar-f ,
.ui-body-f .ui-btn-active {
	text-decoration: none;
	border-style:none;
	background:#fffbeb;
	color:#333;
	font-weight:normal;
	text-shadow: none;
	background:-webkit-gradient(linear,left top,left bottom,from(#fdfcf9),color-stop(0.5,#fffbeb),to(#f4eacc));
	background : -webkit-linear-gradient(#fdfcf9,#fffbeb,#f4eacc );
	background:    -moz-linear-gradient(#fdfcf9,#fffbeb 50%,,#f4eacc );
	background:     -ms-linear-gradient(#fdfcf9,#fffbeb,#f4eacc );
	background:      -o-linear-gradient(#fdfcf9,#fffbeb,#f4eacc);
	background:         linear-gradient(#fdfcf9,#fffbeb,#f4eacc);
}
.ui-btn-up-f a.ui-link-inherit,
.ui-btn-hover-f a.ui-link-inherit,
.ui-btn-hover-f a.ui-link-inherit {
	color:#333;
	font-weight:normal;
}
.ui-btn-up-f:link {text-decoration: none; color: #6b5b2b;}
.ui-btn-up-f:visited {text-decoration: none; color: #6b5b2b;}
.ui-btn-up-f:hover {text-decoration: none; color: #6b5b2b;}
.ui-btn-up-f:active {text-decoration: none; color: #6b5b2b;}

/*
navbar
-----------*/
.ui-navbar{
	width: 102%;
	margin: 0 -5px 0 0;
}
.ui-navbar a:link {text-decoration: none; color: #6b5b2b;}
.ui-navbar a:visited {text-decoration: none; color: #6b5b2b;}
.ui-navbar a:hover {text-decoration: none; color: #6b5b2b;}
.ui-navbar a:active {text-decoration: none; color: #6b5b2b;}




/*
.ui-footer
-----------*/
.ui-footer{
	width: 100%;
	margin: 0 auto;
	padding: 12px 0px 10px;
	text-align:center;
	font-weight:normal;
	text-shadow: 0 0px 0px #fffdf3;
	border:0px;
}
.ui-footer div{
	margin: 5px 0;
}
.ui-footer p{
	margin: 10px 0 7px;
	font-size:84%;
}


.red {
	color: #ff2371;
}
.yellow {
	color: #bca33d;
}
.cell {
	width: 100%;
	margin: 0 0 20px;
	border-collapse:collapse;
	border:0px;
}
.cell td {
	padding: 5px 2px;
	vertical-align: middle;
	border-bottom: dotted 1px #ccc;
}
.cell .leftcell {
	width: 40%;
	text-align: left;
	color: #ff2371;
}
.cell .rightcell {
	width: 30%;
	text-align: right;
}
.cell .no {
	font-style:italic;
	font-size: 140%;
	font-family: Times New Roman;
}
.cell .jp {
	font-size: 90%;
}
td.course {
	min-height: 22px;
	background-repeat: no-repeat;
	background-position: 7px center;
	text-align: left;
	text-indent: -9999px;
	overflow: hidden;
	background-position: center 0px;
	background-repeat: no-repeat;
	-webkit-background-size: auto 22px;　/* Safari,Google Chrome用 */  
	-moz-background-size: auto 22px;　/* Firefox用 */  
	-o-background-size: auto 22px;　/* Opera用 */  
}
td.gold {background-image: url(../images/course_gold.jpg);}
td.platinum {background-image: url(../images/course_platinum.jpg);}
td.daytime {background-image: url(../images/course_daytime.jpg);}
td.aroma {background-image: url(../images/course_aroma.jpg);}


.pcell .leftcell {
	width: 60%;
}
.pcell .rightcell {
	width: 30%;
	text-align: left;
}


.ladyindex {
	margin: 0 5px;
	padding: 0;
	clear:both;
}
.lady {
	position: relative;
	width: 100%;
	height: 180px;
	margin: 0 auto 10px;
	padding: 0;
	text-align: center;
	overflow: hidden;
	background:#fefbef;
	font-family: Times New Roman;
}
div.gold {	border: solid 5px #d3bc7f;}
div.platinum {	border: solid 5px #d6cfbf;}

.linkarea {
	margin: 2px 0 0 auto;
}
html > body p.linkarea a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: left;
	text-indent: -9999px;
	filter: alpha(opacity=0); /*透明化*/
}
.lady img {
	float: right;
	margin: 0 0 0 auto;
	width: 70%;
	max-width: 200px;
	border-style: none;
}
.ladybottom {
	display: block;
	margin: 0 auto 0 0;
	padding: 5px 5px 0;
	color: #444;
	text-align: center;
}
.name {
	margin: 0;
	padding: 0;
	font-size: 140%;
	color: #ff2371;
}
.ename {
	margin: 0;
	padding: 0;
	font-size: 100%;
	color: #666666;
}
.eng {
	font-family: Times New Roman;
	font-size: 120%;
}
.lady .new {
	position: absolute;
	bottom: 0px;
	left: 2px;
	display: block;
	width: 70px;
	height: 70px;
}
.lady .new img {
	width: 70px;
	height: 70px;
}

.detailpic img {
	margin: 0 auto 6px;
	max-width: 360px;
	width: 80%;
	border: solid 3px #f8eec5;
}
.box .icon {
	display: block;
	width: 122px;
	height: 30px;
	margin: 5px 0;
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: 122px 30px;
	-moz-background-size: 122px 30px;
	-o-background-size: 122px 30px;
	-ms-background-size: 122px 30px;
}
.box .gold {
	background-image: url(../images/course_gold_sp.jpg);
	border-style: none;
}
.box .platinum {
	background-image: url(../images/course_platinum_sp.jpg);
	border-style: none;
}

.qatop{
	min-height: 34px;
	margin: 0 0 5px;
	padding: 5px 0px 5px 43px;
	font-size:100%;
	font-weight:normal;
	vertical-align: middle;
	color: #ff2371;
	border-bottom:1px solid #98855d;
	background: url(../images/qa_sp.png) left top no-repeat;
	-webkit-background-size: 38px 38px;
	-moz-background-size: 38px 38px;
	-o-background-size: 38px 38px;
	-ms-background-size: 38px 38px;
}
.qa{
	font-size: 97%;
	margin: 0 0 20px;
}

dl {
	margin: 0 0 0px;
}
dt {
	margin: 0 0 0px;
	text-align: left;
	color: #ff2371;
}
dd {
	margin: 0 0 10px;
	padding: 5px 5px 10px 15px;
	border-bottom: dotted 1px #ccc;
}
.tcell {
	width: 100%;
	margin: 0 0 0px;
	border-collapse:collapse;
	border:0px;
}
.tcell td {
	padding: 5px 5px;
	vertical-align: middle;
	border-bottom: dotted 1px #ccc;
}
.tcell .leftcell {
	width: 36%;
	text-align: right;
	color: #ff2371;
}
.tcell .rightcell {
	width: 64%;
	text-align: left;
}

.hotelcell {
	margin: 0 0 20px;
	border-collapse:collapse;
	border:0px;
}
.hotelcell td {
	padding: 10px 0px 6px 4px;
	font-size: 10px;
	vertical-align: middle;
	border-bottom: solid 1px #999;
}
.hotelcell .leftcell {
	padding: 10px 0px 6px 0px;
	text-align: left;
	color:#ff2371;
}
.hotelcell .bold {
	padding: 30px 0px 6px 4px;
	font-size: 14px;
	color: #ff2591;
	border-bottom: solid 2px #ddd;
}
tr.end td {
	border-bottom: dotted 0px #888;
}

.kansennavi a {
	margin: 0 15px 0 0;
	padding: 0 0 0 9px;
	background:url(../images/link.gif) left 6px no-repeat;
}
dl.hotel dt {
	margin: 0 0 5px;
	padding: 3px 0px 3px 5px;
	background: #fdf4da;
	color:#604d29;
}
dl.hotel dd {
	margin-left: 15px;
	margin-bottom: 15px;
}


.clear {
	margin: 0;
	clear: both;
}

#spage .h2 {
	margin: 0 auto 10px;
	padding-top:2%;
	padding-bottom:5%;
	background:url(../images/h2_sp.png) center bottom no-repeat;
	-webkit-background-size: 100% auto;　/* Safari,Google Chrome用 */  
	-moz-background-size: 100% auto;　/* Firefox用 */  
	-o-background-size: 100% auto;　/* Opera用 */  
}
#spage h2{
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:116%;
	text-align:center;
}

.red {
	color: #ff2371;
}
.tc-1{
	color: #e2ad5f;
}

#spage h5 {
	margin: 0 auto 10px 0;
	padding: 5px 0 5px;
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	font-family: Times New Roman,Meiryo;
	background:#fff4d6;
	border: solid 1px #dacbae;
}
.art h4 {
	padding: 10px 10px 8px;
	text-align: left;
}
.art h5 {
	padding: 5px 0 5px 9px;
	text-align: left;
}
.art .namedate {
	margin: 0;
	padding: 0 10px 7px;
	color: #f70074;
}
.art p {
	margin: 0;
	padding: 0 10px;
}
.art .num {
	margin: 0 0 0 10px;
	color: #c49841;
}
.art blockquote {
	width: 95%;
	margin: 0 auto 10px;
}

.kent {
	width: 100px;
	height: 14px;
	position: absolute; bottom:0px; left:50%;
	margin: 0 0 0 -50px;
	color: #fffdf3;
	overflow: hidden;
}
.kent a:link {text-decoration: none; color: #fffdf3;}
.kent a:visited {text-decoration: none; color: #fffdf3;}

.xmas {
	margin: 0px auto 15px;
	text-align: center;
}
.xmas img {
	margin: 4px auto;
	width: 100%;
	max-width: 400px;
	height: auto;
}
.spxmas {
	margin: 5px 0;
	padding: 5px 0 8px;
	background-color:#d9000c;
	border-top: solid 3px #ff8da0;
	border-bottom: solid 3px #ff8da0;
}
.picxmas {
	margin: 0px auto;
	text-align: center;
}
.picxmas img {
	margin: 0px auto;
	width: 100px;
	height: auto;
}

.spnewyear {
	margin: 15px 0px 20px;
	padding: 10px 20px 10px;
	color:#555555;
	background-color:#ffecf4;
}
.spnewyear img {
	margin: 0 auto 10px;
	width: 100%;
	max-width: 400px;
	height: auto;
}
.newyear {
	margin: 0;
	padding: 0;
}
.newyear table {
	margin: 8px auto 8px;
	border: solid 1px #bbb;
}
.newyear td {
	padding: 3px 7px 4px;
	text-align: center;
}
.newyear1 td {
	background-color:#ffefc1;
}
.newyear2 td {
	background-color:#fffaed;
}
div.center2 {
	margin:0;
	padding:0;
	font-weight:bold;
	font-size:105%;
	text-align:center;
}