html{

}

body {
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS P Gothic", sans-serif;
	margin: 0px;
	padding: 0px;
     background-color:#ffffff;
}

a {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: hidden;
}
a img{
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

h1 {
	line-height: 1.0;
	margin: 0px;
	padding: 0px;
}
#header  {
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	height: 113px;
}

#header .box {
	display: block;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 0px;
	height: 100px;
	margin-bottom: 0px;
}
#header .box .logo{
	background-image: url(../img_common/logo.png);
	background-repeat: no-repeat;
	height: 70px;
	width: 233px;
	
	text-indent: -9999em;
	display: block;
	margin-top: 40px;
	padding-top:0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#header .box .logo h1 a {
	height: 44px;
	width: 298px;
	display: block;
}

.headernavi p {
    font-size: 11px;
    text-align: right;
    color: #A55064;
}

#header .box .headernavi{
    padding: 0px;
    float: right;
    clear: right;
    width: 670px;
    margin-top: 15px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    height: 110px;
}

#header .box .headernavi img{
	float: right;
	padding-top:7px;
}


#mainbody {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}


/*ドロップメニュー*/

#dropmenu {
  position: relative;


  list-style-type: none;
  width: 960px;
  height: 40px;
  margin: 30px auto 300px;
  padding: 0;
  background-image:url(../img_index/bg_navi.jpg);
  background-repeat:no-repeat;

/**/
background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #DEADBA),
	color-stop(1, #BE7889)
);
background-image: -o-linear-gradient(bottom, #DEADBA 0%, #BE7889 100%);
background-image: -moz-linear-gradient(bottom, #DEADBA 0%, #BE7889 100%);
background-image: -webkit-linear-gradient(bottom, #DEADBA 0%, #BE7889 100%);
background-image: -ms-linear-gradient(bottom, #DEADBA 0%, #BE7889 100%);
background-image: linear-gradient(to bottom, #DEADBA 0%, #BE7889 100%);
/**/
  border-bottom: 5px solid #A74F67;
  border-radius: 3px 3px 0 0;
  
  clear:both;
}

#dropmenu li {
  width: 20%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}

#dropmenu li a {
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  color: #fff;
  font-size: 17px;
  line-height: 1;
  text-decoration: none;
}

#dropmenu li ul {
	list-style: none;
	position: absolute;
	top: 100%;
	left: 190px;
	margin: 0;
	padding: 0;
	border-radius: 0 0 3px 3px;
	width: 195px;
}

#dropmenu li ul li{
  overflow: hidden;
  width: 195px;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}

#dropmenu li ul li a{
  padding: 13px 15px;
  background: #A74F67;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
}

#dropmenu li:hover > a{
  background: #BF788A;
  color: #F3FC59;
}

#dropmenu > li:hover > a{
  border-radius: 3px 3px 0 0;
}

#dropmenu li:hover ul li{
  overflow: visible;
  height: 38px;
  border-top: 1px solid #BF788A;
  border-bottom: 1px dotted #D7A4B0;
}

#dropmenu li:hover ul li:first-child{
  border-top: 0;
}

#dropmenu li:hover ul li:last-child{
  border-bottom: 0;
}

#dropmenu li:hover ul li:last-child a{
  border-radius: 0 0 3px 3px;
}

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

.pagetit {
	margin-top:15px;
	float: left;
}

/*-------------NEWS------------*/
.newsbox {
	clear:both;
}

#news{
	width:300px;
	margin:10px 10px 0 5px;
	border: 1px #BF788A;
}

#news p.newtit {
	text-align: left;
	margin: 0;
	padding-bottom:5px;
}
 
#news p strong {
	color:#BF788A;
	font-size: 15px;
    padding:5px 0 0 0.5em;
}

#news p span {
	color:#BF788A;
	font-size: 14px;
    padding:5px 0 0 0.5em;
}

#news dl{
	margin:0;
}

#news dt{
	color:#AB576C;
	font-size:13px;
	font-weight:bold;
    clear:left;
    margin:0;
    padding:5px 0 0 0.5em;
    width:7em;
    line-height:15px;
}
 
#news dd{
	font-size:13px;
	padding:5px 0.5em 10px 7px;
	margin:0;
	text-align: left;
    border-bottom:1px dotted #ccc;
    line-height:15px;
}
 
#news a{
    padding: 5px 20px 5px 0;
    color:#399CCD;
    text-decoration:underline;
}
 
#news a:hover{
    text-decoration:none;
}
 
/* 属性セレクタを使って、拡張子によって表示させるアイコンを追加 */
a[href^="http"]{background:url(icons/icon_external.gif) no-repeat center right;}
a[href$=".pdf"]{background:url(icons/icon_pdf.gif) no-repeat center right;}
a[href$=".doc"]{background:url(icons/icon_doc.gif) no-repeat center right;}
a[href$=".xls"]{background:url(icons/icon_xls.gif) no-repeat center right;}
a[href$=".txt"]{background:url(icons/icon_txt.gif) no-repeat center right;}
 
/* 自サイトのURLの場合はアイコン表示をパスする */
a[href^="http://ryu-tan.net"],
a[href^="http://www.ryu-tan.net"]{
    padding:inherit;
    background:transparent;
}

/**/

#copy2 {
float:right;
width:453px;
text-align:right;
}


/*---------------------------------*/
.block {
	width:950px;
    background: #fff;
	margin: 0 auto;
	margin-bottom: 40px;

}

.block p {
	text-align: center;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size:18px;
	color:#BF788A;
	padding:30px 30px;
	line-height:2.5em;
	letter-spacing: 0.05em;
	}


/*---------------------------------*/
.conbox {
	margin-bottom:20px;
	}

.conbox .menutitle{
	text-align: center;
	margin-bottom: 22px;
}


.conbox table tr {
	padding-bottom:10px;
	border-radius: 8px;
	
	}




/*フッター*/

#fotter {
	margin: 0px;
	padding: 10px 0 0;
	background-color:#AD556A;
background-image:url(../img_index/bg_footer.jpg);
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #DEADBA),
	color-stop(1, #AD556A)
);
background-image: -o-linear-gradient(bottom, #CD909F 0%, #AD556A 100%);
background-image: -moz-linear-gradient(bottom, #CD909F 0%, #AD556A 100%);
background-image: -webkit-linear-gradient(bottom, #CD909F 0%, #AD556A 100%);
background-image: -ms-linear-gradient(bottom, #CD909F 0%, #AD556A 100%);
background-image: linear-gradient(to bottom, #CD909F 0%, #AD556A 100%);

     bottom:0;
}

#pgT{
	width:960px;
	zoom:1;
	margin-left:auto;
	margin-right:auto;

}

#pgT:after {
	content: ""; 
	display: block; 
	clear: both;
}

.pagetop{
	width: 120px;
	float:right;
}

.pagetop a {
	background-image: url(../img_common/pagetop.png);
	background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	height: 30px;
	width: 120px;
	display: block;

}
.pagetop a:hover {

}

#fotter address {
	clear: both;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	font-style: normal;
	font-size: 12px;
	line-height: 1.6;
	color: #fff;
	letter-spacing: 1px;
}

#fotter address strong {
	font-size:18px;
	font-weight:100;
}


#fotter .navi {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 20px;
}
#fotter .navi ul {
	margin: 0px;
	padding: 0px;
	clear:both;
}
#fotter .navi ul li {
	list-style-type: none;
	font-size: 12px;
	line-height: 1.4;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#fotter .navi ul li a {
	color: #fff;
	text-decoration: none;
}

#fotter .navi ul li a:hover{
	color:#F3D5DD;
}
	

#fotter .copyright {
	font-size: 12px;
	color: #fff;
	text-align: center;
	clear: both;
	padding: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-bottom:20px;
}

.time {
	clear: both;
	width: 960px;
	height:140px;
	margin-top:10px;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.6;
	letter-spacing: 1px;
	/* background:url(../img_index/mobile_qr.gif) no-repeat right; */
}

.time p {
	color:#FFFFFF;
	}	

#fotter table {
	font-size:12px;
	width:400px;
	float:left;
	
	
	}



#fotter table,th {
	
	border: 1px solid #595959;
	border-collapse: collapse;
}
#fotter td{
	text-align:center;
	background-color:#FFFFFF;
	border: 1px solid #595959;
	border-collapse: collapse;

	padding: 3px;
	width: 50px;
	height: 25px;
}
#fotter th {
	background: #f0e6cc;
}

#fotter p {
	padding:0;
	font-size: 12px;
	color: #fff;

}

#fotter .navi #ckm {
	font-weight:bold;
	color:#fff;
	font-size:14px;

}

p{margin-bottom:0;}

/**/

.imbtn,.imbtn2 {
    position: relative;
	padding:0;
	border:none;
}

.imbtn p {
	position: absolute;
	left: 30px;
	top: 111px;
	height: 95px;
	font-size: 14px;
	text-align: left;
	width: 185px;
	line-height: 18px
}

p.imbtn2{
	position: absolute;
	left: 30px;
	top: 95px;
	height: 66px;
	font-size: 14px;
	text-align: left;
	width: 185px;
	line-height: 18px
}

#bnrBx{
	margin:0 auto 20px;
	width:952px;
}

#bnrBx ul {
	list-style:none;
	margin:0;
	padding:0;

}

#bnrBx li {
	float:left;
	margin-right:13px;
	margin-bottom:5px;
}

#bnrBx li.end {
	margin:0;
}


/*-----------------------------
　テスト
---------------------------*/

.pic {
        width:233px;
        height:230px;
        float:left;
        position:relative;
}
.button1 {
	background: url("../img_index/bt_koku.png") no-repeat;
	width: 86px;
	height: 35px;
	position: absolute;
	z-index: 100;
	top: 169px;
	left: 24px;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.button1 a{
	display:block;
	width:86px;
	height:35px;
}

.button1:hover {
	opacity:0.8;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	background: url("../img_index/bt_koku.png") no-repeat;
}

.button2 {
	background: url("../img_index/bt_gaisyo.png") no-repeat;
	width: 86px;
	height: 35px;
	position: absolute;
	z-index: 100;
	top: 169px;
	left: 120px;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.button2 a{
	display:block;
	width:86px;
	height:35px;
}

.button2:hover {
	opacity:0.8;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	background: url("../img_index/bt_gaisyo.png") no-repeat;
}


.button3 {
	background: url("../img_index/bt_shoni.png") no-repeat;
	width: 86px;
	height: 35px;
	position: absolute;
	z-index: 100;
	top: 169px;
	left: 22px;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.button3 a{
	display:block;
	width:86px;
	height:35px;
}

.button3:hover {
	opacity:0.8;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	background: url("../img_index/bt_shoni.png") no-repeat;
}


.button4 {
	background: url("../img_index/bt_sports.png") no-repeat;
	width: 106px;
	height: 35px;
	position: absolute;
	z-index: 100;
	top: 169px;
	left: 117px;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.button4 a{
	display:block;
	width:106px;
	height:35px;
}

.button4:hover {
	opacity:0.8;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	background: url("../img_index/bt_sports.png") no-repeat;
}

/*
.button5 {
	background: url("../img_index/bt_maeba.png") no-repeat;
	width: 86px;
	height: 35px;
	position: absolute;
	z-index: 100;
	top: 174px;
	left: 24px;
}

.button5:hover {
	opacity:0.8;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	background: url("../img_index/bt_maeba.png") no-repeat;
}

.button6:hover {
    opacity: 0.8;
    background: transparent url("../img_index/bt_kyusi.png") no-repeat scroll 0% 0%;
}
.button6 {
    background: transparent url("../img_index/bt_kyusi.png") no-repeat scroll 0% 0%;
    width: 86px;
    height: 35px;
    position: absolute;
    z-index: 100;
    top: 174px;
    left: 120px;
}
*/

.button7 {
	background: url("../img_index/bt_pmtc.png") no-repeat;
	width: 86px;
	height: 35px;
	position: absolute;
	z-index: 100;
	top: 174px;
	left: 24px;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.button7 a{
	display:block;
	width:86px;
	height:35px;
}

.button7:hover {
	opacity:0.8;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	background: url("../img_index/bt_pmtc.png") no-repeat;
}

.button8 {
	background: url("../img_index/bt_whitening.png") no-repeat;
	width: 106px;
	height: 35px;
	position: absolute;
	z-index: 100;
	top: 174px;
	left: 24px;
	    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.button8:hover {
	opacity:0.8;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	background: url("../img_index/bt_whitening.png") no-repeat;
}
/*
.con4 .imbtn p {
position: absolute;
left: 30px;
top: 90px;
}
*/
.con12 .imbtn p {
position: absolute;
left: 30px;
top: 95px;
}




/*----カレンダー-------------------------*/

#cal{
	width:300px;
	overflow:hidden;
	float:right;
	position:relative;
	text-align:center;
	margin-top: 15px;
}

.calBx{
	width:250px;
	text-align:center;
	padding:0 25px;
}

.calBx table {
	width:100%;
	font-size:0.8em;
	background: #fff;
	color: #555;
	margin:0 auto;
	border-collapse: collapse;
	border-spacing: 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.calBx td {
	padding: 0;
	border-bottom:#fff solid 1px;
	border-right:#fff solid 1px;
padding: 0.1em 0.5em;
text-align: center;

}

.calBx th {
	padding: 0;
	border:#fff solid 1px;
	font-weight:normal;
color: #B06277;

}

.motBx {
	background-color:#B06277;
	margin:0 0 1px;
	padding:3px 10px;
	border-radius:5px 5px 0 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#fff ;
	font-weight:bold;
}

.motBx span{
	font-size:0.8em;
	padding-left:1em;
}


.bBx {
	background-color:#fff;
	margin:2px auto;
	padding:2px 10px 0;
	border-radius: 0 0 5px 5px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#B06277 ;
	font-size: 0.8em;
	border:#B06277 solid 1px;
	width:226px;

}
.bBx .sqr {
		background-color:#EBD8DD;
		width:20px;
		height:15px;
		display:inline-block;
		margin-right:0.5em;
		margin-left:1em;
		line-height:1.2;
}

.bBx .sqr_af {
		background-color:#F0E6CC;
		width:20px;
		height:15px;
		display:inline-block;
		margin-right:0.5em;
		margin-left:1em;
		line-height:1.2;
}

.current-day {
	color: #B06277;
}


.rest{
	background-color:#EBD8DD;
}

.rest_af{
	background-color:#F0E6CC;
}


/*スライダー*/


#slider{
	height:300px;

}	


#prevBtn, #nextBtn{ 
	display:block;
	width:30px;
	height:100px;
	position:absolute;
	left:0px;
	top:100px;
	}
	
#nextBtn{ 
	left:270px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:30px;
	height:100px;
	background:url(../img_index/btn_prev.png) no-repeat 0 0;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	}
	
		
#nextBtn a{ 
	background:url(../img_index/btn_next.png) no-repeat 0 0;	
	}	

#cal #slider ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#cal #slider li {
	text-align:center;
	width:300px;
	height:200px;

}
/*-----------------------------*/


#bxR {
    width: 300px;

    float: right;

    margin-top: 15px;
}

#bxR iframe{
	margin-left:10px;
}

#bxR .bBx {
	width:260px;
}

body .view-cap, body .view-container-border {
    background-color: #fff;
}

#news p {
font-size: 13px;
padding: 10px 5px;
margin: 0px;
text-align: left;
border-bottom: 1px dotted #CCC;
line-height: 15px;
}

#mv img{
	margin-top: 12px;
    width: 960px;
    height: 440px;
	border-radius: 10px;
}

/* ---お知らせ--- */

.info{
	display: flex;
	margin-top: 30px;
	margin-bottom: 60px;
}

.infotitle{
	display: flex;
	align-items: center; 
	width: 220px;
	border-right: 6px solid #bf788a;
}

.infotitle p{
	font-size: 20px;
	font-weight: bold;
	color: #bf788a;
}

.infotxt{
	width: calc(100% - 220px);
	padding-left: 24px;
	box-sizing: border-box;	
}

.infotxt ul{
	padding: 0 0.5em;
	margin: 0;
	position: relative;
}

.infotxt ul li {
  line-height: 1.7;
  padding: 0.8em 0;
  border-bottom: dashed 1px silver;
  list-style-type: none!important;
	font-size: 14px;
}


.infotxt ul li:last-of-type {
  border-bottom: none;
}



/* ----------6つのメニュー----------*/

.recommend{
	margin-top: 14px;
	display: flex; 
	flex-wrap: wrap; 
	width: 100%;
	justify-content:space-between;/*行方向(横方向)の子要素の余白均等配置 */
}

.recommend div{
	box-shadow: 0px 0px 6px #ccc ;
	width: 307px;
	height: 300px;
	background-color: #fff;
}

.recommend div ul{
	padding: 12px 0 8px 18px;
	margin: 0;
	font-size: 15px;
	color: #bf788a;
	font-weight: bold;
	list-style-position: inside;
	list-style-image:url("../img_index/icon_btn.png")
}

.recommend div ul a{
	text-decoration: none;
}

.recommend div ul a:link{color: #bf788a;}
.recommend div ul a:visited{color: #bf788a;}
.recommend div ul a:hover{color: #dfbbc4;}

.recommend div span{
	font-size: 14px;
	margin:0 18px;
	display:block;
}


/*---カレンダー----*/

.top03{
	display: flex;
	margin-top: 20px;
	margin-bottom: 30px;
}

.top03 .rignt{
	display: flex;
	align-items: center; 
	width: 480px;
	margin-right: 30px;
}

.top03 .left{
	padding: 30px;
	background-color: #ffefef;
	border-radius: 10px;
	width: calc(100% - 585px);
}

.top03 .left h3{
	text-align: center;
	color: #bf788a;
}