#sidea {
	display: table-cell;
	position: relative;
	width: 33.3%;
	height: 100%;
}

#sora {
	display: table-cell;
	width: 33.3%;
	height: 100%;
}

#niwa {
	display: table-cell;
	width: 33.4%;
	height: 100%;
}

#sidea a {
	background-image: url(../img/top/panel_a.jpg);
	background-position: center top;
	background-size: cover;
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-top: 40%;
}

#sora a {
	background-image: url(../img/top/panel_sora.jpg);
	background-position: center top;
	background-size: cover;
	width: 100%;
	padding-top: 40%;
}

#niwa a {
	background-image: url(../img/top/panel_niwa.jpg);
	background-position: center top;
	background-size: cover;
	width: 100%;
	padding-top: 40%;
}

/*ヘッダー*/

#fix_header {
	position: fixed;
	top: 0;
	background: #ffffff;
	width: 100%;
	z-index: 1000;
}

#submenu {
	display: none;
}

header {
	width: 100%;
	margin: 0 auto;
	position: relative;
	text-align: center;
	padding: 20px 0 20px 0;
}

#logo img {
	width: 220px;
	height: 56px;
	height: auto;
}

nav#main {
	width: 100%;
}

nav #main_nav_wrap {
	width: 1000px;
	margin: 0 auto;
}

nav#main ul li {
	float: left;
	font-family: "bell-centennial-std-address", sans-serif;
	font-style: normal;
	font-weight: 400;
	text-align: center;
}

nav#main ul li a {
	color: #0D30a3
		/*1d236d*/
	;
	text-decoration: none;
	letter-spacing: 0.1em;
	display: block;
	padding-bottom: 17px;
}

#sidea_content #nav001 {
	border-bottom: solid 8px #7e52cf;
	/*padding-bottom: 14px;*/
}

#sideb1_content #nav002 {
	border-bottom: solid 8px #47a2ef;
	/*padding-bottom: 14px;*/
}

#sideb2_content #nav003 {
	border-bottom: solid 8px #68e34c;
	/*padding-bottom: 14px;*/
}

#cafe #nav004 {
	border-bottom: solid 8px #FFAA1D;
	/*padding-bottom: 14px;*/
}

#aboutus #nav005 {
	border-bottom: solid 8px #c4d8ff;
	/*padding-bottom: 12px;*/
}

#cuisine #nav006 {
	border-bottom: solid 8px #c4d8ff;
	/*padding-bottom: 12px;*/
}

#activity #nav007 {
	border-bottom: solid 8px #c4d8ff;
	/*padding-bottom: 12px;*/
}

#qanda #nav008 {
	border-bottom: solid 8px #c4d8ff;
	/*padding-bottom: 12px;*/
}

#access #nav009 {
	border-bottom: solid 8px #c4d8ff;
	/*padding-bottom: 12px;*/
}

#nav001 {
	border-bottom: solid 6px #7e52cf;
	width: 120px;
	margin-right: 2px;
	font-size: 1.2em;
}

#nav002 {
	border-bottom: solid 6px #47a2ef;
	width: 120px;
	margin-right: 2px;
	font-size: 1.2em;
}

#nav003 {
	border-bottom: solid 6px #68e34c;
	width: 120px;
	margin-right: 2px;
	font-size: 1.2em;
}

#nav004 {
	border-bottom: solid 6px #FFAA1D;
	width: 120px;
	margin-right: 2px;
	font-size: 1.2em;
}

#nav005 {
	width: 88px;
}

#nav006 {
	width: 76px;
}

#nav007 {
	width: 80px;
}

#nav008 {
	width: 84px;
}

#nav009 {
	width: 78px;
}

#nav010 {
	width: 54px;
}


nav#main ul#plan_nav {
	padding-top: 26px;
	float: left;
}

nav#main ul#other_nav {
	padding-top: 30px;
	float: right;
	width: 460px;
}

#sidea_content #nav_boredr {
	border-bottom: solid 7px #7e52cf;
}

#sideb1_content #nav_boredr {
	border-bottom: solid 7px #47a2ef;
}

#sideb2_content #nav_boredr {
	border-bottom: solid 7px #68e34c;
}

#cafe #nav_boredr {
	border-bottom: solid 7px #FFAA1D;
}

.under #nav_boredr {
	border-bottom: solid 7px #c4d8ff;
}

/*フッター*/

footer {
	color: #1d236d;
	font-size: 0.7em;
	text-align: center;
	margin-top: 80px;
	margin-bottom: 80px;
}

footer iframe {
	width: 100%;
	border: none;
	height: 700px;
}


#ttl {
	margin-top: 169px;
}

#sidea_content #ttl {
	background-image: url(../img/sidea/bg.jpg);
	background-size: cover;
	background-position: center center;
	height: 397px;
	text-align: center;
	-webkit-animation-name: fadeIn;
	-webkit-animation-duration: 2s;
	-moz-animation-name: fadeIn;
	-moz-animation-duration: 2s;
	-ms-animation-name: fadeIn;
	-ms-animation-duration: 2s;
}

#sideb1_content #ttl {
	background-image: url(../img/sidebsora/bg.jpg);
	background-size: cover;
	background-position: center center;
	height: 397px;
	text-align: center;
	-webkit-animation-name: fadeIn;
	-webkit-animation-duration: 2s;
	-moz-animation-name: fadeIn;
	-moz-animation-duration: 2s;
	-ms-animation-name: fadeIn;
	-ms-animation-duration: 2s;
}

#sideb2_content #ttl {
	background-image: url(../img/sidebniwa/bg.jpg);
	background-size: cover;
	background-position: center center;
	height: 397px;
	text-align: center;
	-webkit-animation-name: fadeIn;
	-webkit-animation-duration: 2s;
	-moz-animation-name: fadeIn;
	-moz-animation-duration: 2s;
	-ms-animation-name: fadeIn;
	-ms-animation-duration: 2s;
}

#ttl_inner {
	width: 1000px;
	margin: 0 auto;
}

@-webkit-keyframes fadeIn {
	0% {
		filter: alpha(opacity=0);
		-moz-opacity: 0;
		opacity: 0;
	}

	100% {
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
	}
}

#sideb1_content #ttl img {
	margin-top: 127px;
	width: 363px;
	height: 138px;
}

#sideb2_content #ttl img {
	margin-top: 127px;
	width: 363px;
	height: 138px;
}

.under #content {
	margin: 0 auto;
	width: 1000px;
	color: #1d236d;
	-webkit-animation-name: fadeIn;
	-webkit-animation-duration: 2s;
	-moz-animation-name: fadeIn;
	-moz-animation-duration: 2s;
	-ms-animation-name: fadeIn;
	-ms-animation-duration: 2s;
}

.under #content h2.main_ttl {
	font-family: "bell-centennial-std-address", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 2.3em;
	text-align: center;
	padding-top: 70px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 70px;
	letter-spacing: 0.05em;
}

.under #content .main_copy {
	width: 750px;
	margin: 0 auto;
	line-height: 2;
	margin-bottom: 125px;
}

.main_copy p {
	line-height: 2;
	margin-bottom: 15px;
}

.under #content .content_box {
	margin-bottom: 90px;
}

.under #content .content_box .left {
	float: left;
}

.under #content .content_box .left h3 {
	font-family: "bell-centennial-std-address", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1.3em;
	letter-spacing: 0.05em;
}

.under #content .content_box .right {
	float: right;
	width: 749px;
}

.room_detail {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#sideb1_content .room_detail,
#sidea_content .room_detail,
#sideb2_content .room_detail,
#activity .room_detail {
	justify-content: flex-start;
}

.room_detail li {
	width: 235px;
	margin-right: 22px;
	margin-bottom: 60px;
}

.room_detail li:nth-child(3n) {
	margin-right: 0;
}

.room_detail h4 {
	padding: 27px 0 22px 0;
	font-weight: bold;
}

.room_detail img {
	width: 235px;
	height: auto;
}

.room_detail p {
	text-align: justify;
	line-height: 1.7;
	font-size: 0.9em;
}

.facility_list {}

.facility_list li {
	line-height: 1.5;
	padding-left: 5px;
	padding-bottom: 10px;
	list-style: outside;
	list-style-type: disc;
	font-size: 0.9em;
	margin-left: 15px;
}

.tab_detail li {
	float: left;
	width: 248px;
}

.tab_detail li span {
	display: block;
	color: #8c8eab;
	background: #cbd4e2;
	padding: 17px 0;
	margin-right: 2px;
	text-align: center;
	cursor: pointer;
	font-size: 0.9em;
}

.tab_detail li:hover span {
	color: #ffffff;
	background: #1d236d;
}

.tab_detail li.active {
	background-image: url(../img/sidebsora/under_arrow.png);
	background-size: 16px 7px;
	background-position: bottom center;
	background-repeat: no-repeat;
	padding-bottom: 7px;
}

.tab_detail li.active span {
	color: #ffffff;
	background: #1d236d;
}

.tab_detail li:nth-child(3n) {
	margin-right: 0;
}

.pricebox table {
	margin-top: 10px;
	width: 100%;
	font-size: 1.1em;
}

.pricebox table th {
	text-align: center;
	padding: 10px 0;
	border-bottom: solid 2px #1d236d;
	width: 145px;
	font-size: 0.9em;
}

.pricebox table th.norborder {
	border-bottom: none;
	width: 65px;
}

.pricebox table td {
	text-align: center;
	padding: 17px 0;
}

.pricebox table td.ninzu {
	text-align: left;
	padding: 5px 0 5px 0;
	font-weight: bold;
}

.pricebox table td span {
	font-size: 10px;
	color: darkgray;
	display: block;
}

.cancelbox table {
	margin: 0 0 30px 0;
	width: 100%;
	font-size: 0.9em;
}

.cancelbox table th {
	text-align: center;
	padding: 20px;
	border-bottom: solid 2px #1d236d;
	width: 50%;
}

.cancelbox table td {
	text-align: center;
	padding: 20px;
	border-bottom: solid 2px #eeeeee;
}



#attention_table {
	margin-top: 25px;
	color: #666666;
	font-size: 0.75em;
}

#attention_table th {
	font-weight: bold;
	border: none;
	width: 150px;
	text-align: left;
	padding: 0px 0 10px 0;
}

#attention_table td {
	font-weight: normal;
	border: none;
	text-align: left;
	padding: 0px 0 10px 0;
}

.active_box {
	display: block !important;
}

.pricebox {
	display: none;
}

.bottom_resrve a {
	display: block;
	background: #ff9900;
	padding: 5px;
	color: #ffffff;
	width: 749px;
	margin: 0 0 0 auto;
	text-align: center;
	text-decoration: none;
	padding: 18px;
	font-family: "bell-centennial-std-address", sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.05em;
	font-size: 1.2em;
}


/*


cuisine


*/

#cuisine #ttl {
	background-image: url(../img/cuisine/bg.jpg);
	background-size: cover;
	background-position: center center;
	height: 397px;
	text-align: center;
	-webkit-animation-name: fadeIn;
	-webkit-animation-duration: 2s;
	-moz-animation-name: fadeIn;
	-moz-animation-duration: 2s;
	-ms-animation-name: fadeIn;
	-ms-animation-duration: 2s;
}

/*#cuisine .right img {
	width:750px;
	height:auto;
}

#cuisine .right p {
	margin-top:12px;
	font-size:0.9em;
	line-height:1.7;
}*/

#cuisine .room_detail li {
	margin-bottom: 10px;
}

#cuisine .right {}

#cuisine .right h3 {
	font-weight: bold;
	margin-bottom: 7px;
	font-size: 0.9em;
}

#cuisine .right p {
	line-height: 1.7;
	font-size: 0.9em;
	margin-bottom: 20px;
}

/*


activity


*/

#activity #ttl {
	background-image: url(../img/activity/bg.jpg);
	background-size: cover;
	background-position: center center;
	height: 397px;
	text-align: center;
	-webkit-animation-name: fadeIn;
	-webkit-animation-duration: 2s;
	-moz-animation-name: fadeIn;
	-moz-animation-duration: 2s;
	-ms-animation-name: fadeIn;
	-ms-animation-duration: 2s;
}

#activity .right h4 {
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 0.9em;
}

#activity .right p {
	line-height: 2;
	font-size: 0.9em;
	margin-bottom: 12px;
}

#activity .right ul {
	font-size: 0.9em;
}

#activity .right li {
	margin-bottom: 15px;
}

#activity .right li span {
	width: 220px;
	display: inline-block;
}

#activity .room_detail h4 {
	margin-bottom: 0;
	font-size: 1em;
}

#activity .right ul {
	margin-bottom: 50px;
}

#activity .right li a {
	color: #009FDC;
	text-decoration: none;
}

#activity .right li a:hover {
	color: #009FDC;
	text-decoration: underline;
}

#activity .room_detail p {
	font-size: 1em;
	line-height: 1.7;
}

/*


Q and A


*/

#qanda .main_ttl {
	margin-top: 50px;
	color: #1d236d;
	margin-bottom: -20px;
}

#qanda #content {
	width: 750px;
}

#qanda #content nav#content_nav {
	position: relative;
	overflow: hidden;
	background: #e7ebf5;
	margin-top: 0px;
}

#qanda #content nav#content_nav a {
	color: #0066cc;
	text-decoration: none;
}

#qanda #content nav#content_nav ul {
	padding: 10px 0;
	position: relative;
	float: left;
	left: 50%;
}

#qanda #content nav#content_nav li {
	margin-right: 27px;
	font-size: 0.8em;
	float: left;
	position: relative;
	left: -50%;
}

#qanda #content nav#content_nav li:last-child {
	float: left;
	margin-right: 0;
}

#qanda #content {
	font-size: 0.9em;
}

#qanda #content p {
	line-height: 1.9;
	margin-bottom: 55px;
	text-align: justify;
}

#qanda #content h3 {
	margin-top: 100px;
	font-size: 1.55em;
	text-align: center;
	margin-bottom: 100px;
	font-weight: bold;
}

#qanda #content h3.first {
	margin-top: 70px;
}

#qanda #content h3 span {
	border-bottom: solid 2px #1d236d;
	padding: 0 15px 15px 15px;
}

#qanda #content h4 {
	color: #06c54e;
	font-weight: bold;
	margin-bottom: 10px;
}

#qanda #content h3.reservation {
	margin-bottom: 50px !important;
}

#qanda #content h3.reservation-first {
	margin-top: 30px !important;
}


/*


RESERVATION


*/

#reservation .main_ttl {
	margin-top: 130px;
	color: #1d236d;
	margin-bottom: -20px;
}

#reservation #content {
	width: 750px;
}

#reservation #content {
	font-size: 0.9em;
}

#reservation #content p {
	line-height: 1.9;
	margin-bottom: 55px;
	text-align: justify;
}

#reservation #content h3 {
	margin-top: 100px;
	font-size: 1.55em;
	text-align: center;
	margin-bottom: 50px;
	font-weight: bold;
}

#reservation #content h3.first {
	margin-top: 30px;
}

#reservation #content h3 span {
	border-bottom: solid 2px #1d236d;
	padding: 0 15px 15px 15px;
}

#reservation #content h4 {
	color: #06c54e;
	font-weight: bold;
	margin-bottom: 10px;
}




/*


Access


*/

#access .main_ttl {
	margin-top: 130px;
}

#access #content {
	font-size: 0.9em;
}

#access #content .right h3 {
	font-weight: bold;
	margin-bottom: 10px;
}

#access #content .right img {
	width: 750px;
	height: auto;
}

#access #content .right p {
	margin-top: 12px;
	font-size: 0.9em;
	line-height: 1.7;
}

#access #content p {
	line-height: 1.7;
	padding-bottom: 25px;
}

#access #content .content_box {
	margin-bottom: 50px;
}

#access #content a {
	color: #0066cc;
	text-decoration: none;
}

/*


Cafe


*/

#cafe #ttl {
	background-image: url(../img/cafe/bg.jpg);
	background-size: cover;
	background-position: center center;
	height: 397px;
	text-align: center;
	-webkit-animation-name: fadeIn;
	-webkit-animation-duration: 2s;
	-moz-animation-name: fadeIn;
	-moz-animation-duration: 2s;
	-ms-animation-name: fadeIn;
	-ms-animation-duration: 2s;
}

#cafe .room_detail li {
	margin-bottom: 10px;
}

#cafe .right {}

#cafe .right h3 {
	font-weight: bold;
	margin-bottom: 7px;
	font-size: 0.9em;
}

#cafe .right p {
	line-height: 1.7;
	font-size: 0.9em;
	margin-bottom: 20px;
}

#cafe a.telnumber {
	text-decoration: none;
	color: #1d236d;
}

/*


About us


*/

/*#aboutus .main_ttl {
	margin-top:130px;
}*/

#aboutus #ttl {
	background-image: url(../img/aboutus/bg.jpg);
	background-size: cover;
	background-position: center center;
	height: 397px;
	text-align: center;
	-webkit-animation-name: fadeIn;
	-webkit-animation-duration: 2s;
	-moz-animation-name: fadeIn;
	-moz-animation-duration: 2s;
	-ms-animation-name: fadeIn;
	-ms-animation-duration: 2s;
}

#aboutus .right img {
	width: 750px;
	height: auto;
}

#aboutus .right p {
	margin-top: 12px;
	font-size: 0.9em;
	line-height: 1.7;
}