@charset "UTF-8";
/* CSS Document */

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

Entry setting

------------------------------ */
.acms-entry p,
.acms-entry ul,
.acms-entry ol,
.acms-entry dl,
.acms-entry .entry-container,
.acms-entry [class*='column-image-'],
.acms-entry [class*='column-media-'],
.acms-entry [class*='column-map-'],
.acms-entry [class*='column-yolp-'],
.acms-entry [class*='column-youtube-'],
.acms-entry [class*='column-video-'],
.acms-entry [class*='column-eximage-'] {
	padding-left: 12px;
	padding-right: 12px;
}

.acms-entry table th,
.acms-entry table td {
  word-break: break-all;
}

.acms-entry p {
  margin: 0 0 30px 0;
  line-height: 1.9;
}

.acms-entry p em {
	font-style: italic;
}

.acms-entry p strong {
  font-weight: bold;
}

.acms-entry .columnIcon {
  padding: 5px;
}

.acms-entry .caption {
  margin: 2px 0 5px !important;
  padding: 0 5px;
  color: #666666;
  font-size: 12px !important;
  text-align: center;
  line-height: 1.2;
}

.acms-entry .nocaption {
  margin-bottom: 10px;
}

.acms-entry h2,
.acms-entry h3,
.acms-entry h4,
.acms-entry h5,
.acms-entry h6 {
	padding: 0;
  overflow: hidden;
  zoom: 1;
	line-height: 1.2;
}

.entry .headline01 {
  margin: 0 0 20px;
  padding: 2px 0 2px 23px;
  border-left: 3px solid #769164;
  font-size: 30px;
	font-weight: bold;
  overflow: hidden;
  zoom: 1;
	line-height: 1.2;
}

.entry .acms-entry .headline01 {
  margin: 0 12px 20px;
}

.acms-entry .headline02 {
  margin: 0 12px 15px 12px;
	padding: 15px 10px;
	background: url(../images/hl_bg01.png);
	border-bottom: 2px solid #CEBE9B;
	font-size: 22px;
	font-weight: bold;
}

.acms-entry .headline03 {
  margin: 0 12px 15px 12px;
  padding-bottom: 15px;
	background: url(../images/line01.png) 0 bottom repeat-x;
	font-size: 20px;
	font-weight: bold;
}

.acms-entry .headline04 {
	margin: 0 12px 10px 12px;
	color: #769164;
	font-size: 18px;
	font-weight: bold;
}

.acms-entry ul {
  overflow: hidden;
  zoom: 1;
	margin-bottom: 20px;
}
.acms-entry ul img {
  vertical-align: top;
}
.acms-entry ul li {
	margin-bottom: 10px;
	padding-left: 20px;
	background: url(../images/list02.png) 0 3px no-repeat;
	line-height: 1.3;
}
.acms-entry ol {
  overflow: hidden;
	margin-bottom: 20px;
  padding: 0 0 0 35px;
  zoom: 1;
}
.acms-entry ol li {
  margin-bottom: 10px;
  padding: 0;
  line-height: 1.3;
	list-style: decimal;
}
.acms-entry .entry-container table {
	width: 100%;
}

.acms-entry table {
  margin: 0 0 15px 0;
  padding: 0;
  border-collapse: collapse;
}
.acms-entry table tr {
  margin: 0;
  padding: 0;
}
.acms-entry table th {
  padding: 15px 10px;
  border: 1px solid #CEBE9B;
  background-color: #E5DCC8;
	font-weight: bold;
}
.acms-entry table td {
  padding: 10px;
  border: 1px solid #CEBE9B;
	background: #fff;
}

.acms-entry .table01  {
	background: url(../images/line01.png) 0 0 repeat-x;
}

.acms-entry .table01 th {
	width: 200px;
	padding: 20px 10px;
	background: url(../images/line01.png) 0 bottom repeat-x,url(../images/hl_bg01.png) 0 0 repeat;
	border: none;
	text-align: right;
}

.acms-entry .table01 td {
	padding: 10px 0 10px 10px;
	background: url(../images/line01.png) 0 bottom repeat-x;
	border: none;
}

.acms-entry .required {
	margin-left: 3px;
	color: #DC143C;
	font-weight: bold;
}

.acms-entry .error {
	display: block;
	font-weight: bold;
	color: #DC133B;
}

.acms-entry .formBtn {
	margin-top: 40px;
	text-align: center;
}

.acms-entry .formBtn form {
	display: inline;
}

.acms-entry .formBtn button {
	display: inline;
	width: auto;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	overflow: visible;
	cursor: pointer;
}

.acms-entry .acms-form input[type="text"],
.acms-entry .acms-form input[type="password"],
.acms-entry .acms-form input[type="datetime"],
.acms-entry .acms-form input[type="datetime-local"],
.acms-entry .acms-form input[type="date"],
.acms-entry .acms-form input[type="month"],
.acms-entry .acms-form input[type="time"],
.acms-entry .acms-form input[type="week"],
.acms-entry .acms-form input[type="number"],
.acms-entry .acms-form input[type="email"],
.acms-entry .acms-form input[type="url"],
.acms-entry .acms-form input[type="search"],
.acms-entry .acms-form input[type="tel"],
.acms-entry .acms-form input[type="color"],
.acms-entry .acms-form textarea {
	border: 2px solid #CEBE9B;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.acms-entry .acms-form input[type="text"],
.acms-entry .acms-form input[type="password"],
.acms-entry .acms-form input[type="datetime"],
.acms-entry .acms-form input[type="datetime-local"],
.acms-entry .acms-form input[type="date"],
.acms-entry .acms-form input[type="month"],
.acms-entry .acms-form input[type="time"],
.acms-entry .acms-form input[type="week"],
.acms-entry .acms-form input[type="number"],
.acms-entry .acms-form input[type="email"],
.acms-entry .acms-form input[type="url"],
.acms-entry .acms-form input[type="search"],
.acms-entry .acms-form input[type="tel"],
.acms-entry .acms-form input[type="color"] {
	padding: 15px 3px;
	font-size: 18px;
}

.acms-entry .form_m {
	width: 76%;
}

.acms-entry .form_f {
	width: 100%;
}

.acms-entry .faq {
	margin: 0 12px 10px 12px;
	padding: 5px;
	background: url(../images/faq_bg.png);
}

.acms-entry .faq dt {
	padding: 10px;
	line-height: 1.4;
	font-size: 22px;
	font-weight: bold;
}

.acms-entry .faq dt span {
	display: block;
	min-height: 33px;
	padding-left: 45px;
	background: url(../images/faq_q.png) 0 0 no-repeat;
}

.acms-entry .faq dd {
	padding: 15px;
	margin: 0;
	background: #fff;
}

.acms-entry .faq dd span {
	display: block;
	min-height: 30px;
	padding-left: 45px;
	background: url(../images/faq_a.png) 0 0 no-repeat;
}

.acms-entry .accordion .head {
	cursor: pointer;
}

.acms-entry .accordion .child {
	display: none;
}

.acms-entry .sitemap dl dt {
	margin-bottom: 5px;
	padding: 5px 10px;
	background: url(../images/hl_bg01.png);
}

.acms-entry .sitemap dl dd {
	margin: 10px;
	padding-left: 30px;
	background: url(../images/list02.png) 10px 7px no-repeat;
}

.performance .acms-entry .photo {
	margin-bottom: 20px;
	text-align: center;
}

.performance .acms-entry .comment {
	margin-bottom: 20px;
}

.performance .acms-entry .price {
	text-align: right;
	color: #B22222;
	font-weight: bold;
	font-size: 18px;
}

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

// bx-slider 設定

--------------------------------*/
.acms-entry .js-bxslider li {
	overflow: hidden;
	position: relative;
	width: 630px;
	height: 437px;
	background: none;
}
.acms-entry .bx-wrapper {
	overflow: hidden;
	width: 630px;
	height: 437px;
	margin: 0 0 12px 12px;
}
.acms-entry .bx-wrapper img {
	position: absolute;
	min-width: 100%;
	max-width: none;
	width: auto;
	min-height: 100%;
	right: 50%;
	bottom: 50%;
	-ms-transform: translate(50%, 50%);
	-webkit-transform: translate(50%, 50%);
	transform: translate(50%, 50%);
}
.acms-entry .bx-wrapper .bx-viewport {
	left: 0;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
}
.acms-entry #bx-thumbs {
	margin: 0 -6px 30px;
	background: none;
	text-align: center;
	font-size: 0;
}
.acms-entry #bx-thumbs li {
	display: inline-block;
	overflow: hidden;
	position: relative;
	width: 95px;
	height: 71px;
	margin: 0 6px;
	padding: 0;
	list-style: none;
	background: none;
}
.acms-entry #bx-thumbs img {
	position: absolute;
	min-width: 100%;
	max-width: none;
	min-height: 100%;
	right: 50%;
	bottom: 50%;
	-ms-transform: translate(50%, 50%);
	-webkit-transform: translate(50%, 50%);
	transform: translate(50%, 50%);
}