@charset "utf-8";

/* kv
----------------------------------------------------------- */



#kvWrap {
    background: url(../../img/anniversary/pic_main.png) no-repeat 50% 0;
    background-size: cover;
}


/* kv
----------------------------------------------------------- */


#menuCon {
	padding: 60px 0;
	background: #efefed;
}

#tabWrap {
	padding-top: 30px;
}

#tabWrap .tabBox {
	margin-bottom: 40px;
}

#tabWrap .tabCon .tabBox:last-child {
	margin-bottom: 0;
}

#tabWrap .tabBox .inner {
	margin-bottom: 20px;
}

#tabWrap .tabBox .left {
	width: 340px;
	float: left;
}

#tabWrap .tabBox .right {
	width: 620px;
	float: right;
}

#tabWrap .tabBox .right h3 {
	margin-bottom: 15px;
	font-size: 170%;
	color: #00ade8;
}

#tabWrap .tabBox .right .txt {
	margin-bottom: 20px;
}
#tabWrap .tabBox .right .txt img {
	max-width: 100%;
	height: auto;
}
#tabWrap .tabBox .right .txt p {
	margin-bottom: 15px;
}
#tabWrap .tabBox .right .txt ol,
#tabWrap .tabBox .right .txt ul {
	margin-bottom: 15px;
	padding-left: 20px;
}
#tabWrap .tabBox .right .txt ul li {
	list-style: disc;
}
#tabWrap .tabBox .right .txt ol li {
	list-style: decimal;
}

#tabWrap .tabBox .right .infoBox {
	margin-bottom: 20px;
}

#tabWrap .tabBox .right .infoBox dl {
	width: 290px;
	float: left;
	margin-right: 40px;
	padding: 15px 0;
	box-sizing: border-box;
	border-top: 1px dotted #d3d3d3;
	border-bottom: 1px dotted #d3d3d3;
}
#tabWrap .tabBox .right .infoBox dl:last-child {
	margin-right: 0;
}
#tabWrap .tabBox .right .infoBox.noFloat dl {
	width: 100%;
	margin-right: 0;
	float: none;
}

#tabWrap .tabBox .right .infoBox dl dt {
	display: inline-block;
	padding-right: 20px;
	color: #00ade8;
	font-size: 120%;
	font-weight: bold;
}

#tabWrap .tabBox .right .infoBox dl dd {
	display: inline-block;
	font-size: 120%;
}

#tabWrap .tabBox .right .btn02 {
	width: 305px;
	float: left;
	margin-right: 10px;
}
#tabWrap .tabBox .right .btn03 {
	width: 305px;
	float: left;
}


#tabWrap .tabBox .menuTgl {
	font-size: 120%;
	border: 4px solid #d3d3d3;
	background: #fff;
}

#tabWrap .tabBox .menuTgl dt {
	padding: 15px;
	box-sizing: border-box;
	cursor: pointer;
	background: url(../../img/common/listhead11_dw.png) no-repeat 95% 50%;
}

#tabWrap .tabBox .menuTgl dt.collapse-open {
	border-bottom: 1px dotted #d3d3d3;
	background: url(../../img/common/listhead11_up.png) no-repeat 95% 50%;
}

#tabWrap .tabBox .menuTgl dd > div {
	padding: 15px;
}

#tabWrap .tabBox .menuTgl dd > div p {
	margin-bottom: 15px;
}
#tabWrap .tabBox .menuTgl dd > div ol,
#tabWrap .tabBox .menuTgl dd > div ul {
	margin-bottom: 15px;
	padding-left: 20px;
}
#tabWrap .tabBox .menuTgl dd > div ul li {
	list-style: disc;
}
#tabWrap .tabBox .menuTgl dd > div ol li {
	list-style: decimal;
}


/* bnrInfo ----------- */

#bnrInfo {
	padding-top: 50px;
}





.attTxt {
	font-size: 120%;
	margin-top: 15px;
}




.rListBox {
	padding-top: 30px;
	padding-bottom: 30px;
}

.rListBox ul li {
	width: 310px;
	height: 350px;
	float: left;
	margin-right: 35px;
	margin-bottom: 10px;
}

.rListBox ul li:nth-child(3) {
	margin-right: 0;
}

.rListBox ul li:last-child {
	margin-bottom: 0;
}

.rListBox ul li img {
	margin-bottom: 10px;
}

.rListBox ul li h3 {
	font-size: 150%;
	font-weight: bold;
	color: #00ade8;
	margin-bottom: 5px;
}

.rListBox ul li h3 span {
	display: block;
	font-size: 12px;
}

.rListBox ul li .rTxt {
	padding-bottom: 10px;
	margin-bottom: 5px;
	border-bottom: 1px solid #d3d3d3;
}

.rListBox ul li .dtlTxt {
	margin-bottom: 10px;
}

.rListBox ul li .dtlTxt span {
	color: #00ade8;
	font-weight: bold;
}



.sListBox {
	padding-top: 30px;
	padding-bottom: 30px;
}

.sListBox ul li {
	width: 460px;
	height: 450px;
	float: left;
	margin-right: 35px;
	margin-bottom: 10px;
}

.sListBox ul li:nth-child(3) {
	margin-right: 0;
}

.sListBox ul li:last-child {
	margin-bottom: 0;
}

.sListBox ul li img {
	margin-bottom: 10px;
}

.sListBox ul li h3 {
	font-size: 150%;
	font-weight: bold;
	color: #00ade8;
	margin-bottom: 5px;
}

.sListBox ul li h3 span {
	display: block;
	font-size: 12px;
}

.sListBox ul li .sTxt {
	height: auto;
	padding-bottom: 10px;
	margin-bottom: 5px;
	border-bottom: 1px solid #d3d3d3;
}

.sListBox ul li .dtlTxt {
	margin-bottom: 10px;
}

.sListBox ul li .dtlTxt span {
	color: #00ade8;
	font-weight: bold;
}



.cakeListBox {
	padding-top: 30px;
	padding-bottom: 30px;
}

.cakeListBox ul li {
	width: 45%;
	height: 600px;
	float: left;
	margin-right: 2.5%;
	margin-left: 2.5%;
}


@media screen and (max-width: 768px) {
.cakeListBox ul li {
	width: 100%;
	height: 600px;
	float: left;
}
}



.cakeListBox ul li:nth-child(3) {
	margin-right: 0;
}

.cakeListBox ul li:last-child {
	margin-bottom: 0;
}

.cakeListBox ul li img {
	margin-bottom: 10px;
}

.cakeListBox ul li h3 {
	font-size: 150%;
	font-weight: bold;
	color: #00ade8;
	margin-bottom: 5px;
}

.cakeListBox ul li h3 span {
	display: block;
	font-size: 12px;
}

.cakeListBox ul li .sTxt {
	height: auto;
	padding-bottom: 10px;
	margin-bottom: 5px;
	border-bottom: 1px solid #d3d3d3;
}

.cakeListBox ul li .dtlTxt {
	margin-bottom: 10px;
}

.cakeListBox ul li .dtlTxt span {
	color: #00ade8;
	font-weight: bold;
}



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

.anniversaryFcBox {
	/*height: 566px;*/
	padding: 60px 0;
	box-sizing: border-box;
	background: #d3d3d3;
/* 	background-size: cover; */
}

.anniversaryFcBox .inner {
	margin-bottom: 40px;
}

.anniversaryFcBox .box {
	width: 100%;
	height: 290px;
	padding: 30px;
	box-sizing: border-box;
	color: #fff;
	background: #3b3b3b;
	position: relative;
	z-index: 0;
}

.anniversaryFcBox .box .txtPos {
	position: absolute;
	bottom: 20px;
	left: 30px;
	font-size: 120%;
}

.anniversaryFcBox .box h3 {
	font-size: 150%;
	color: #00ade8;
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #00ade8;
}

.anniversaryFcBox .box h3 span {
	font-size: 13px;
	display: block;
}

.anniversaryFcBox .box.left {
	float: left;
}

.anniversaryFcBox .box.right {
	float: right;
}

#telBox {
	/*margin-top: 0;*/
}

#telBox h3 {
	color: #00ade8;
	border: 1px solid #00ade8;
}

#telBox p {
	color: #00ade8;
}

/*----table----*/
.Remarks h3 {
	font-size: 140%;
	text-align: center;
	font-weight: bold;
	background-color: #3b3b3b;
	color: #fff;
	margin-top: 15px;
}
.cleanBox p{
	font-size: 12px;
	margin-top: 13px;
	font-weight: bold;
}
.roomTable {
	border-collapse: collapse;
	text-align: center;
	line-height: 1.3;
	/*border: 1px solid #fff;*/
	font-size: 120%;
}
.roomTable thead,.roomTable thead th ,.roomTable td {
	border-right: 1px solid #fff;
}

.roomTable thead:first-child{
	border-left: 0px;
}
.roomTable thead {
	border-left: 1px solid #fff;
	/*border-bottom:2px solid #00ade8;*/
	background-color: #00ade8;
	color: #fff;

}
.roomTable thead th,.roomTable tbody th{
	padding: 10px;
	font-weight: bold;
}

.roomTable tbody th {
	width: 150px;
	border: 1px solid #fff;
	background-color: #00ade8;
	color: #fff;
	vertical-align: middle;
}
.roomTable td {
	width: 350px;
	padding: 10px;
	border-bottom: 1px solid #fff;
	background:#efefed;
	vertical-align: middle;
}

.roomTable li{
	text-align: left;
	list-style-type: inherit;
	margin-left: 8px;
}

.Extracharge{
	text-align: center;
}





.topiXtl {
	font-size: 260%;
	color: #4c4c4c;
	font-weight: bold;
	margin-bottom: 10px;
}

.topiXtl span {
	display: block;
	width: 70px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	font-size: 13px;
	color: #fff;
	font-weight: normal;
	background: #00ade8;
	margin-bottom: 5px;
}






.yListBox {
	padding-top: 30px;
	padding-bottom: 30px;
}

.yListBox ul li {
	width: 460px;
	height: 90px;
	float: left;
	margin-right: 35px;
	margin-bottom: 10px;
}

.yListBox ul li:nth-child(3) {
	margin-right: 0;
}

.yListBox ul li:last-child {
	margin-bottom: 0;
}

.rListBox ul li img {
	margin-bottom: 10px;
}

.yListBox ul li h3 {
	font-size: 150%;
	font-weight: bold;
	color: #00ade8;
	margin-bottom: 5px;
}

.yListBox ul li h3 span {
	display: block;
	font-size: 12px;
}

.yListBox ul li .rTxt {
	padding-bottom: 10px;
	margin-bottom: 5px;
	border-bottom: 1px solid #d3d3d3;
}

.yListBox ul li .dtlTxt {
	margin-bottom: 10px;
}

.yListBox ul li .dtlTxt span {
	color: #00ade8;
	font-weight: bold;
}

.p_topbottom_50{
	padding: 50px 50px;
}


.p_center{
	text-align: center;
	padding: 0px auto;
	font-size: 130%;
}

.anniversary_naiyo{
	text-align: center;
	padding: 20px;
	border: solid 3px #0C3979 ;
	color: #0C3979;
}

.anniversary_title{
	text-align: center;
	padding: 0px auto;
	border: solid 2px #0C3979 ;
	color: #ffffff;
	background-color: #0C3979;
	width: 30%;
	margin: 0 35% 0;
	font-size: 200%;
}



.p_top30{
	padding:30px 0 0 0;
	
}

.p_top10{
	padding:10px 0 0 0;
	
}


.p_blue{
	color:#0C3979 ;
	
}
