@charset "utf-8";

/* ======================================================================
 --- 1:TopPage
======================================================================== */

body.home #main div {
	margin: 0 0 20px;
}

/* ======================================================================
 --- 2:ListPage
======================================================================== */
/* select_box */
.select_box {
	width: 733px;
	overflow: hidden;
	margin: 0 0 15px;
	border: 1px solid #ccc;
	border-top: none;
        font-size:14px;
}

.select_box .select_price {
	width: 713px;
	padding: 10px 3px;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}

.select_box li {
	float: left;
}

.select_box li a {
	padding: 0 7px;
	color: #000;
}

.select_box li a:hover {
	padding: 0 7px;
	color: #A38800;
}

.select_box li span {
	padding: 0 7px;
	color: #cc6300;
	text-decoration: underline;
}

.select_box dl {
	float: left;
	width: 356px;
	overflow: hidden;
}

.select_box dl dt {
	float: left;
	width: 80px;
	padding: 10px;
	background: #edebdf;
}

.select_box dl dd {
	float: left;
	width: 236px;
	padding: 10px 0 0;
}

.select_box dl dd ul {
	padding: 0 5px;
	border-bottom: none;
}

.select_box.feature dl {
	float: none;
	width: 735px;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}

.select_box.feature dl dd {
	width: 635px;
}

.select_box.feature label {
	padding: 0 10px;
}

.select_box.feature label input {
	margin: 0 2px 0 0;
	vertical-align: middle;
}

.select_box .search {
	clear: both;
	padding: 10px;
	text-align: right;
}

.select_box .search #search_btn {
	cursor: pointer;
	width: 48px;
	height: 25px;
	border: none;
	background: url(../img/kagoopart/btn_search.gif) no-repeat;
	text-indent: -9999px;
}

/* pagenation */
.pagenation {
	margin: 15px 0 20px;
	text-align: left;
}

.pagenation p {
	display: inline;
}

.pagenation p a {
	padding: 0 3px;
	color: #999;
}

.pagenation p span {
	padding: 0 3px;
	color: #cc6300;
	text-decoration: underline;
}
.navi ol li {
display:inline;
}
/* ======================================================================
 --- 3:DetailPage
======================================================================== */
/* detail */
.detail {
	width: 735px;
	margin: 20px 0 0;
	overflow: hidden;
}

.detail_image {
	float: left;
	width: 375px;
	padding: 0 0 15px;
}

.detail_image ul {
	width: 360px;
	overflow: hidden;
	margin: 10px 0 0;
	border-left: 1px solid #503c00;
}

.detail_image ul li {
	display: inline;
}

.detail_image ul li img {
	float: left;
	width: 118px;
	margin: 0 0 1px;
	border-top: 1px solid #503c00;
	border-right: 1px solid #503c00;
	border-bottom: 1px solid #503c00;
}

.detil_cont {
	width: 360px;
	float: right;
}
h2.headline_name {
background:#99957c;
padding: 4px 8px 4px;
color:#fff;
font-weight:bold;
font-size: 22px;
text-shadow:#4d471f 0px 1px 1px;
}

h2#headline_okyaku {
background:#99957c;
padding: 4px 8px 4px;
color:#fff;
font-weight:bold;
font-size: 22px;
text-shadow:#4d471f 0px 1px 1px;
}

p#kikaku_h{
text-align:right;
}
p.mc_title{
	color: #666;
}
.detil_cont p.description {
	margin: 0 0 20px;
	font-size: 14px;
	line-height: 1.4;
}

.detil_cont p.price {
	margin: 10px 0;
	padding: 5px 15px;
	color: #ae2148;
	background: #edebdf;
	font-size: 17px;
	font-weight: bold;
	text-align: right;
}

.detil_cont dl.select {
	margin: 5px 0;
	text-align: right;
}

.detil_cont dl.select dt {
	margin: 0 5px 0 0;
	display: inline;
	color: #6e5f2c;
}

.detil_cont dl.select dd {
	display: inline;
}

.detil_cont dl.select dd select {
	width: 100px;
}

.detil_cont .action {
	margin: 20px 0 0 145px;
}

.detil_cont .action p {
	margin: 0 0 10px;
}

.detil_cont .action li {
	padding: 3px 0 3px 30px;
}

/*▼150604追加*/
div.favorite_btn{
display:table;
line-height: 20px;
}
.favoSter{
color:#9e8623;
font-size:20px;
display:table-cell;
vertical-align:middle;
padding-left: 2px;
padding-right: 8px;
}
.favoText{
display:table-cell;
margin-left: 20px;
vertical-align:middle;
text-decoration:underline;
}
/*▲150604追加*/
.detil_cont .action .cancel {
	background: url(../img/kagoopart/icn_cancel.gif) no-repeat 3px 0.1em;
}

.detil_cont .action .print {
	background: url(../img/kagoopart/icn_print.gif) no-repeat 5px 0.4em;
}

.detil_cont .action .fax {
	background: url(../img/kagoopart/icn_fax.gif) no-repeat 4px 0.4em;
}

/* social */
.social {
	width: 735px;
	overflow: hidden;
}

.social .social_high {
	padding: 2px 10px 0 0;
	float:left;
}

/* spec */
.spec {
	margin: 15px 0 50px;
}

.spec table {
	width: 735px;
	border: 1px solid #ccc;
}

.spec table th {
	padding: 8px 10px;
	width: 20%;
	border-bottom: 1px solid #ccc;
	background: #edebdf;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

.spec table td {
	padding: 8px 10px;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
	color:#333;
}

.spec table td li {
	padding: 3px 0;
}
/* --------------re用css-------------- */
/* re */
/* メイン領域（非表示） */
.content-wrapper {
  position: relative;
  left: 0;
  transition: left 600ms;
}
/* メイン領域（表示中） */
.inactive .content-wrapper {
  left: -160px;
}
/* reコンテンツ（非表示） */
.buttonhole {
  display: block !important;
  position: fixed;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  z-index: 10000;
}
/* reコンテンツ（表示中） */
.inactive .buttonhole {
  top: 0;
}
/* reコンテンツ背景（非表示） */
.buttonhole-bg {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: opacity 600ms;
  -moz-transition: opacity 600ms;
  -o-transition: opacity 600ms;
  transition: opacity 600ms;
}
/* reコンテンツ背景（表示中） */
.inactive .buttonhole-bg {
  opacity: 1;
}
/* reコンテンツ（非表示） */
.buttonhole-body {
  display: block;
  position: fixed;
  width: 100%;
  max-width: 400px;
  min-height: 100%;
  right: -100%;
  top: 0;
  background-image: url('/sys/images/buttonhole');
  background-size: cover;
  color: #fff;
  opacity: 0;
  -webkit-transition: right 600ms,opacity 900ms;
  -moz-transition: right 600ms,opacity 900ms;
  -o-transition: right 600ms,opacity 900ms;
  transition: right 600ms,opacity 900ms;
}
/* reコンテンツ（表示中） */
.inactive .buttonhole-body {
  right: 0;
  opacity: 1;
}
.buttonhole-prompt {
  display: block;
  position: absolute;
  padding: 0 30px;
  width: 85%;
  top: 50%;
  transform: translateY(-50%);
}
.buttonhole-prompt:after,
.buttonhole-prompt:before {
  content:" ";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius:50%;
-moz-border-radius:50%;
-webkit-border-radius:50%;
}
.buttonhole-prompt:after {
  width:600px;
  height:600px;
  left:-35px;
  z-index:-1;
  background:rgba(0,0,0,0.5);
}
.buttonhole-prompt:before {
  width:800px;
  height:800px;
  left:-20px;
  z-index:-1;
  background:rgba(225,225,225,0.3);
}
.buttonhole-prompt-1 {
  display: block;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 3px #333, 1px -1px 3px #333, -1px 1px 3px #333, -1px -1px 3px #333;
  line-height: 1.4;
}
.buttonhole-prompt-2 {
  display: block;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: bold;
  color: #e24242;
  text-align: center;
  text-shadow: 1px 1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, -1px -1px 1px #fff, 1px 1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, -1px -1px 1px #fff;
  line-height: 1.5;
}
.buttonhole-prompt-3 {
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  text-shadow: 1px 1px 3px #333, 1px -1px 3px #333, -1px 1px 3px #333, -1px -1px 3px #333;
  line-height: 1.5;
}
.buttonhole-prompt-pic1,
.buttonhole-prompt-pic2{
  display:block;
  border-radius:50%;
  -moz-border-radius:50%;
  -webkit-border-radius:50%;
  text-align:center;
  position:absolute;
  overflow:hidden;
  opacity: 0.6;
  z-index: -1;
}

.buttonhole-prompt-pic1{
    right: -5%;
    bottom: 18%;
    width: 130px;
    height: 130px;
    line-height: 130px;
}

.buttonhole-prompt-pic2{
    right: -8%;
    bottom: -88%;
    width: 270px;
    height: 270px;
    line-height: 270px;
}



.inactive .buttonhole {
  display: block !important;
}


/* お申し込みボタン */
.buttonhole-prompt .btn {
  font-size: 20px;
}
/* 閉じるボタン */
.buttonhole-close-button {
  display: block;
  width: 60px;
  height: 60px;
  font-size: 50px;
  line-height: 55px;
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: #e24242;
  color: #fff;
  text-align: center;
  cursor: pointer;
  opacity:0;
  -webkit-transition: opacity 1500ms;
  -moz-transition: opacity 1500ms;
  -o-transition: opacity 1500ms;
  transition: opacity 1500ms;
  border-radius:50%;
  -moz-border-radius:50%;
  -webkit-border-radius:50%;
  z-index:20000;
}
.buttonhole-close-button span {
	font-weight: bold;
	line-height:65px;
}
.inactive .buttonhole-close-button {
  opacity:1;
}
/* スマホ */
@media screen and (max-width: 640px) {
  .inactive .content-wrapper {
    left: 0;
  }
  .inactive .buttonhole-body {
    max-width: 280px;
  }
  .buttonhole-close-button {

  }
  .buttonhole-close-button span {
  	line-height:50px;
  }
  .buttonhole-prompt-1 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .buttonhole-prompt-2 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .buttonhole-prompt-3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
.buttonhole-prompt-pic1{
    left: -7%;
    bottom: -60%;
}
.buttonhole-prompt-pic2{
    left: 21%;
    bottom: -126%;
}
}
/* スマホで改行ここから */
@media screen and (min-width: 641px){
br.br-sp { display:none; }
}
@media screen and (max-width: 640px){
br.br-sp { display:block; }
}
/* スマホで改行ここまで */
/* //re */



.btn {
    border-radius: 4px;
    width: 100%;
    padding: 15px 0;
}
.btn-primary {
    border-color: #e24242;
    border-bottom: 3px solid #d0101b;
    background-color: #e24242;
    color: #fff;
}
.btn-primary:hover {
  background-color: #e2686d;
  cursor : pointer;
}
/* --------------re用cssここまで-------------- */