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

/*
===== general setting ==========================================
*/
/*ç¨èªé*/

/********/

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

#cursor{
  position: fixed;
  background: #DD664E;
  border-radius:10px;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;/*çãä¸­ã«ããããã«ãã¤ãã¹ãã¼ã¸ã³ã§èª¿æ´*/

  z-index: 100;/*ä¸çªæåã«æ¥ãããã«*/
  pointer-events: none;/*ã¯ãªãã¯ã§ããªããªãã®ãé²ããããnoneã§å¯¾å¿*/
  opacity: 0;
  transition: transform 0.1s;/*ã¢ãã¡ã¼ã·ã§ã³ã®ç§æ°æå®*/
}

/*ã¡ãã£ã¨éãã¦ã¤ãã¦ããã¹ãã¼ã«ã¼è¦ç´ */
#stalker{
  position: fixed;
  /*ä¸¸ã®å¤§ããã¨è²ã®æå®*/
  background: rgba(255,255,255,0);
  border: 1px solid #DD664E;
  width: 60px;
  height: 60px;
  border-radius:30px;
  margin: -30px 0 0 -30px;/*çãä¸­ã«ããããã«ãã¤ãã¹ãã¼ã¸ã³ã§èª¿æ´*/
  z-index: 99;/*ã«ã¼ã½ã«ã®å¾ãã«æ¥ãããã«*/
  pointer-events: none;/*ã¯ãªãã¯ã§ããªããªãã®ãé²ããããnoneã§å¯¾å¿*/
  opacity: 0;
  transition: transform 1s;/*ã¢ãã¡ã¼ã·ã§ã³ã®ç§æ°æå®*/
}

#cursor.active,
#stalker.active{
  transform: scale(1.4);
}
 
i{
 vertical-align: bottom;
}

.header__container--sp{
 display: none;
}
.footer__fix--sp{
 display: none;
}

#slide_menu{display: none;}
.last{margin: 0;}

.overlay{
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	z-index: 1;
}
.aligncenter{
	display: block;
  margin: 0 auto;
}
.alignright{
	float: right;
  margin: 0 auto;
  text-align: right;
}

/*ãã©ã¼ã */
.mailform table {
    width: 100%;
    border-collapse: collapse;
}
.mailform table tbody tr {
    border-top: 1px solid #eee;
}
.mailform table tbody tr th,
.mailform table tbody tr td {
    padding: 15px 0px;
    vertical-align: middle;
    text-align: left;
}
.mailform table tbody tr th{
  width: 230px;
  text-align: left;
}
.mailform table tbody tr th span{
  display: inline-block;
  background-color: #f1f1f1;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 2px;
  margin-right: 15px;
  color: #999;
}
.mailform table tbody tr th  span.required{background-color: #dd0000;color: #fff;}

input[type="text"],
input[type="tel"] ,
input[type="email"] {
-webkit-appearance: none;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid #ddd;
box-shadow: 0 0 0 0;
padding: 10px;
font-size: 14px;
border-radius: 0px;
background-color: #fff;
outline: 0;
}
input:focus{border: 1px solid #999;}
input.required{
  background-color: #F9EFF0;
  border: 1px solid #eed3d7;
}
input.required:focus{border: 1px solid #df6e7a;}

.post input{width: 30%;}

textarea {
-webkit-appearance: none;
border: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid #ddd;
width: 100%;
height: 250px;
outline: 0;
padding: 15px;
font-size: 14px;
}
textarea.required{
  background-color: #F9EFF0;
  border: 1px solid #eed3d7;
}
textarea.required:focus{border: 1px solid #df6e7a;}

select {
/*-webkit-appearance: none;
-moz-appearance: none;
appearance: none;*/
background: #fff;
border: 1px solid #ddd;
border-radius: 2px;
color: #000;
font-size: 14px;
width: 200px;
height: 38px;
text-align: left;
text-indent: 15px;
vertical-align: middle;
background-size: 10px 7px;
background-position: right 10px center;
}
.mailform select{margin: 2px 0;}

select.required{
  background-color: #F9EFF0;
  border: 1px solid #eed3d7;
}

.formBt{
  -webkit-appearance: none;
  font-size: 16px;
  font-weight: bold;
  padding: 13px 0px;
  background-color: #b79f63;
  color: #fff;
  border-style: none;
  width: 100%;
  border: 1px solid #b79f63;
  -webkit-appearance: none;
}

.formBtRewrite{
  -webkit-appearance: none;
  font-size: 16px;
  font-weight: bold;
  padding: 13px 0px;
  background-color: #eee;
  color: #999;
  border-style: none;
  width: 100%;
  margin-top: 10px;
}
.formBtOk{
  -webkit-appearance: none;
  font-size: 16px;
  font-weight: bold;
  padding: 13px 0px;
  background-color: #c9a063;
  color: #fff;
  border-style: none;
  width: 100%!important;
}


/*ãã¼ã¸ã£ã¼*/
.pageBox .page-numbers{
  display: inline-block;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
}
.pageBox .page-numbers.current{
  display: inline-block;
  background-color: #f0f0f0;
  border: 1px solid #ddd;
  padding: 3px 10px;
  color: #999;
}

.pageBox{
	position: relative;
	padding: 40px 0;
	overflow: hidden;
}
.pagination{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	width: 100%;
	z-index:1;
	text-align: center;
	vertical-align: middle;
}

.pagination ul {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination ul > li {
  display: inline;
}

.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999999;
  cursor: default;
  background-color: transparent;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

.pagination-centered {
  text-align: center;
}

.pagination-right {
  text-align: right;
}

.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}

.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 6px;
          border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
          border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
          border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
          border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 3px;
          border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
          border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
}

.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
          border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
          border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
}

.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}

.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.5px;
}

#pgr{overflow:hidden;padding: 40px 0 0 0;}
.pager {
  margin-left: 0;
  margin-bottom: 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.pager:before, .pager:after {
  display: table;
  content: "";
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager a {
  display: inline-block;
  padding: 5px 30px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-size:12px;
}
.pager a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}
.pager .next a {
  float: right;
}
.pager .previous a {
  float: left;
}

