@charset "UTF-8";

body {
	color: #723416;
	text-align: center;
	background-color: #01064A;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

p {
	font-size: 16px;
	line-height: 1.6em;
}


/* リンクの基本設定 */
a,a img {
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	opacity: 1;
}

a:hover img {
	opacity: 0.6;
}

#container {
	width: 960px;
	margin: 0 auto;
	background-color: #fff;
}

#header {
	background-color: #01064A;
	padding: 16px 0px;
	border-bottom: 3px solid #CD9E48;
}

#header h1 {
	line-height: 0;
}

#header h1 img {
	height: 60px;
}

h2 {
	margin-bottom: 10px;
}

h3 {
	margin-bottom: 10px;
	line-height: 1.4;
}

h3 span {
	display: block;
	font-size: 0.7em;
	font-weight: normal;
}


#header .fr {
}

#header .fr img {
	padding-top: 10px;
}

#header #header-line img {
	display: inline;
}

#header .fr .line-icon {
	width: 42px;
	margin-left: 10px;
}

#header #header-reserve {
	margin-left: 10px;
}

#header #header-line .display-pc {
	height: 35px;
}

#header #header-lead {
	clear: both;
	color: #ccc;
	font-size: 12px;
	margin: 0 0 4px;
	text-align: left;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
#unit_mainimage  {
	margin-bottom: 0;
}

#unit_mainimage img {
	width: 100%;
	margin: 0 auto;
}

#unit_price {
	background-color: #CD9E48;
	text-align: center;
	margin-bottom: 20px;
}

#unit_price div {
	width: 870px;
	margin: 0 auto;
}

#contents {
	margin: 40px 0;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}


#contents p {
	width: 650px;
	padding: 0 10px;
	margin: 0 auto 10px;
	text-align: left;
	color: #666;
}

#contents .lead {
	text-align: center;
	font-size: 2em;
	line-height: 1.3;
	margin-bottom: 10px;
	color: #723416;
	letter-spacing: -1px;
}

#contents .lead span {
	font-size: 0.65em;
}

#contents p img {
	margin: 0 0 10px 10px;
	float: right;
}

#contents .contents-unit {
	width: 830px;
	margin: 20px auto;
	margin-bottom: 40px;
}

#contents .contents-unit img {
	width: 35%;
}

#contents ul {
	width: 660px;
	margin: 5px auto;
}

#contents ul li {
	text-align: left;
    padding-left: 1.5em;
    font-size: 14px;
    color: #666;
    margin-bottom: 4px;
}

#contents ul li::before {
    content: "  ";
    display: block;
    float: left;
    margin-left: -1em;
    width: 1em;
    text-align: left;
}

#contents ul.circle li::before {
    content: "○";
    display: block;
    float: left;
    margin-left: -1em;
    width: 1em;
    text-align: left;
}

#contents table {
	border-top: 1px solid #ddd;
	width: 640px;
	margin: 10px auto 20px;
}

#contents table tr td {
	color: #666;
	font-size: 0.9em;
	text-align: left;
	border-bottom: 1px solid #ddd;
	padding: 7px 10px;
	line-height: 1.5;
}

#contents table th {
	border-bottom: 1px solid #ddd;
	padding-top: 5px;
}

#contents table tr td.right {
	text-align: right;
}

#contents .profile {
	
}


#footer {
	background-color: #F2F2F2;
	padding: 30px;
}

#footer .lead {
	font-size: 1.5rem;
	margin-bottom: 20px;
}

#footer .unit_reserveBtn {
	background-color: #F0E2C9;
	padding: 30px;
	width: 800px;
	margin: 20px auto;
	border-radius: 10px;
}


#footer .unit_reserveBtn img.fl,
#footer .unit_reserveBtn img.fr {
	width: 390px;
}

#footer .unit_reserveBtn .clearfix {
	margin-top: 10px;
}

#footer #map {
	width: 760px;
	margin: 50px auto;
}

#footer #map .fr {
	width: 380px;
}

#footer #copyright {
	border-top:1px solid #ccc;
	padding-top: 10px;
}


.display-sp { display: none;}
.display-pc { display: block;}


#page-top{
	width:50px;
	height:50px;
	display:none;
	position:fixed;
	right:10px;
	bottom:10px;
}
 
#page-top p{
	margin:0;
	padding:0;
	text-align:center;
	background:#3b3b3b;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
}
 
 
#move-page-top{
	color:#fff;
	line-height:50px;
	text-decoration:none;
	display:block;
	cursor:pointer;
}

/*
.link-btn {
	width: 60%;
	margin: 20px auto 40px;
	text-align: center;
}

.link-btn a {
	display: block;
	padding: 13px 0;
	font-size: 1em;
	line-height: 1.3;
	font-weight: normal;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px; 
	 text-decoration: none;
	font-weight: bold;
	border: 1px solid #ddd;
	background-color: #efefef;
	color: inherit;
}

.link-btn a:hover {
	opacity: 0.65;
	filter: alpha(opacity=65); 
}
*/


.link-btn {
	overflow: hidden;
	width: 60%;
	margin: 30px auto;
}
.link-btn a {
	display: block;
	position: relative;
	z-index: 100;
	text-align:center;
	background: #ddd;
	color: #666;
	font-size: 14px;
	text-decoration:none;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px; 
	padding: 13px 15px;
}
.link-btn a:hover {
	opacity: 0.65;
	filter: alpha(opacity=65); 
}
.link-btn a:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 25px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 5px solid transparent;
	border-left: 5px solid #666;
}




@media screen and (max-width: 760px) {


p {
	font-size: 12px;
	text-align: left;
}

#container {
	width: 100%;
	max-width: 640px;
}

#header {
	padding: 10px 10px;
}

#header h1 img {
	height: 55px;
}

#header .fr img {
	height: 40px;
	padding-top: 10px;
}

#header #header-line .display-pc {
	display: none;
}


#unit_price {
	padding: 6px 10px;
	line-height: 0;
}

#unit_price div {
	width: 100%;
	margin: 0 auto;
}


#unit_price img {
	width: 100%;
}

#contents {
	padding: 20px;
	margin: 0; 
}

#contents.nopadding {
	padding: 0;
	
}

#contents.nopadding img {
	width: 100%;
}

#contents .lead {
	font-size: 1.5em;
}

#contents img {
	width: 90%;
	margin: 10px 0;
}

#contents p img {
	width: 40%;
}


#contents p {
	font-size: 16px;
	padding: 0;
	width: 100%;
}

#contents .contents-unit {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 40px
}

#contents .contents-unit img {
	width: 60%;
}

#contents .contents-unit {
	margin-bottom: 10px;
}

#contents ul {
	width: 100%;
}
#contents ul li {
    padding-left: 1em;
}

#contents table {
	width: 100%;
}



#footer {
	padding: 30px 16px 16px;
}

#footer .lead {
	font-size: 1.2rem;
	text-align: center;
}

#footer .address {
	text-align: center;
	font-size: 1rem;
	line-height: 1.3
}

#footer .unit_reserveBtn {
	width: 100%;
	padding: 20px 0;
	text-align: center;
}

#footer .unit_reserveBtn img {
	width: 90%;
}

#footer .unit_reserveBtn img.fl,
#footer .unit_reserveBtn img.fr {
	width: 90%;
	margin-top: 10px
}

#footer .unit_reserveBtn .fl,
#footer .unit_reserveBtn .fr {
	float: none;
}

#footer #map {
	width: 100%;
}

#footer #map .fl,
#footer #map .fr {
	float: none;
}

#footer #map .fr,
#footer #map img {
	width: 100%;
}


.link-btn {
	width: 100%;
	margin: 20px auto 30px;
}

.link-btn a:before {
	right: 10px;
}


a:hover img {
	opacity: 1;
}

.display-sp { display: block;}
.display-pc { display: none;}

}

@media screen and (max-width: 640px) {
	

}