body {
	font-family: helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;
	background-color: #f4f5e8;
}

.npad {
   padding: 0 !important;
   margin: 0 !important;
}

#wrapper {
	margin-top: 10px;
}

#header_catch {
	margin-bottom: 20px;
}

#header_tel p{
	font-size: 1.1em;
	font-weight: 700;
	margin: 0px;
}

#header_tel p strong{
	font-size: 2.6rem;
	font-weight: 700;
	color: #8c6239;
}

#billboard {
	border-top: solid 5px #000;
	border-bottom: solid 5px #000;
}

#gnavi {
    background-color: transparent;
    border-color: transparent;
}

#gnavi>div>ul {
    list-style-type: none;
    -webkit-padding-start: 0px;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
}

#spnavibar {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
    border-bottom: solid 1px #e7e7e7;
}

#spnavi>ul>li {
	float: none;
	padding: 10px 5px;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	margin-top: -1px;
	text-align: center;
	background-color: #f8f8f8;
}

.panel-body>ul {
    list-style-type: none;
    -webkit-padding-start: 0px;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
}

.panel-body>ul>li {
	border-top:1px dotted #CCC;
	border-bottom:1px dotted #CCC;
}

#pcnavi>ul>li {
	float: left;
}

.box-radius {
	border-radius: 5px;
}

.box-radius-10 {
	border-radius: 10px;
}

.box-radius-20 {
	border-radius: 20px;
}

#side-photo {
	background-color: #ffffff;
	box-shadow:5px 5px 5px rgba(0, 0, 0, 0.2);
	padding: 25px;
	border-radius: 10px;
}

#slideshow {
	padding-left: 5px;
	padding-top: 5px;
	margin-bottom: 5px;
	width: 234px;
	height: 230px;
	overflow: hidden;
}

#slideshow>ul {
    list-style-type: none;
    -webkit-padding-start: 0px;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -moz-padding-start: 0px;
    -moz-margin-before: 0em;
    -moz-margin-after: 0em;
}

@media all and (-ms-high-contrast:none){
  #slideshow>ul {
    padding-left: 0px;
	padding-top: 0px;
  }
}

#slideshow>ul>li {
	display: none;
}

#slideshow>ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}

.side-menu-header {
	color: #ffffff;
	margin-top: 20px;
	background-color: #72bbab;
	font-size: 24px;
	padding: 5px 20px 0px 20px;
	z-index: 10;
	position: relative;
}

.side-menu-header>p {
	margin: 0px;
}

.side-menu-list {
	color: #736357;
	z-index: 1;
	margin-top: -30px;
	background-color: #d2dfcc;
	font-size: 20px;
	padding: 40px 0px 20px 0px;
	position: relative;
}

.side-menu-list>ul {
    list-style-type: none;
    -webkit-padding-start: 0px;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
}

.side-menu-list>ul>li {
	border-bottom: 1px dashed #000;
	padding-left: 15px;
}

.side-menu-box {
	color: #736357;
	margin-top: 10px;
	background-color: #d2dfcc;
	font-size: 20px;
	padding: 20px;
}

.btn-custom {
	font-size: 20px;
	font-weight: 700;
}

#thumb-menu-list {
	margin-top: 20px;
}

.thumb-menu-item {
	border-radius: 10px;
	background-color: #fff0ce;
	box-shadow:2px 2px 5px rgba(0, 0, 0, 0.2);
	padding-top: 15px;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 20px;
}

.thumb-menu-caption {
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 20px;
	font-size: 15px;
	font-weight: 700;
}

@media (min-width: 1200px) {
	.col-lg-4h {
		width: 30%;
		margin-left: 1.5%;
		margin-right: 1.5%;
		float: left;
		position: relative;
		min-height: 1px;
	}
}

#green-box {
	background-color: #72bbab;
	box-shadow:2px 2px 5px rgba(0, 0, 0, 0.2);
	font-size: 16px;
	margin-bottom: 30px;
}

#footer_nav>ul {
	list-style-type: none;
}

#footer_nav>ul>li {
	float: left;
	margin-right: 25px;
}

#title-label {
	padding: 10px;
	color: #FFFFFF;
	background-color: #cf3729;
}

#title-label:after {
	content: "";
	display: block;
	clear: both;
}

#title-label2 {
	padding: 10px;
	color: #FFFFFF;
	background-color: #cf3729;
}

#title-label2:after {
	content: "";
	display: block;
	clear: both;
}

.title-text {
	font-size: 20px;
	float: left;
}

.title-text>p {
	margin-bottom: 0px;
}

.title-sub-text {
	float: right;
}

.title-sub-text>p {
	float: right;
	margin-bottom: 0px;
	margin-top: 10px;
}

.title-sub-text:after {
	clear: both;
}

#contents-catch {
	margin-top: 30px;
	font-size: 17px;
	line-height: 200%;
}

.price-box {
	background-color: #FFFFFF;
	color: #998675;
	-webkit-box-shadow: 0 10px 6px -6px #777;
	-moz-box-shadow: 0 10px 6px -6px #777;
	box-shadow: 0 10px 6px -6px #777;
}

.price-box2 {
	background-color: #FFFFFF;
	color: #998675;
	-webkit-box-shadow: 0 10px 6px -6px #777;
	-moz-box-shadow: 0 10px 6px -6px #777;
	box-shadow: 0 10px 6px -6px #777;
}

.price-box:before, .price-box:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 20px 10px #777;
  -moz-box-shadow: 0 20px 10px #777;
  box-shadow: 0 20px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.price-box:after
{
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}

.price-box2:after
{
  z-index: -1;
  position: absolute;
  content: "";
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 20px 10px #777;
  -moz-box-shadow: 0 20px 10px #777;
  box-shadow: 0 20px 10px #777;
}

.price-box2:after
{
	right: 10px;
	left: auto;
}

.price-titles:after {
	content: "";
	display: block;
	clear: both;
}


.price-text {
	border-top: 2px dashed #603813;
	border-bottom: 2px dashed #603813;
	margin-top: 5px;
}

.price-text p {
	margin-bottom: 1px;
}

.price-text h2{
	color: #603813;
	font-size: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.price-text h2>strong{
	font-size: 28px;
	letter-spacing: 0.2em;
}

.price-table>tbody>tr,.price-table>tbody>tr>td {
	border: 1px solid #603813;
	padding: 5px;
}

.price-table {
	border: 1px solid #603813;
	color: #603813;
	font-size: 18px;
}

@media screen and (min-width : 768px){
	.price-text h2>strong{
		font-size: 40px;
		letter-spacing: 0.2em;
	}
	.price-table {
		border: 1px solid #603813;
		color: #603813;
		font-size: 26px;
	}
}

.price-area {
	margin-top: 30px;
	margin-bottom: auto;
}

#price-description {
	color: #c1272d;
	font-size: 12px;
}

#price-description>p {
    -webkit-padding-start: 0px;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
}

#footer_msg {
	font-size: 18px;
	color: #998675;
}

p.red_text {
	-webkit-padding-start: 0px;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    margin-bottom: 0px;
    margin-top: 0px;
    color: #890000;
    font-size: 18px;
	font-weight: 700;
}

p.red_small {
	color: #c1272d;
	font-size: 12px;
}

.rline-box {
	border-radius: 10px;
	border: 1px solid #B3B0B0;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 5px;
    color: #000;
}

#lbl1 {
	background-image: url('../img/1_label.png');
	background-repeat: no-repeat;
	height: 55px;
	padding-top: 10
}

#lbl2 {
	background-image: url('../img/2_label.png');
	background-repeat: no-repeat;
	height: 55px;
	padding-top: 10
}

#lbl3 {
	background-image: url('../img/3_label.png');
	background-repeat: no-repeat;
	height: 55px;
	padding-top: 10
}

#lbl4 {
	background-image: url('../img/4_label.png');
	background-repeat: no-repeat;
	height: 55px;
	padding-top: 10
}

#lbl5 {
	background-image: url('../img/5_label.png');
	background-repeat: no-repeat;
	height: 55px;
	padding-top: 10
}

.lbl_h {
	padding-top: 16px;
	-webkit-padding-start: 70px;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
	font-size: 18px;
	font-weight: 700;
}


.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.dropdown:hover > .dropdown-menu{
  display: block;
}

#thumb-menu-list a {
	text-decoration: none;
	color: #333;
}

#thumb-menu-list a:hover {
	color: #337ab7;
}

.xs-nopad {
	padding-left: 0px;
	padding-right: 0px;
}