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

/*
===== general setting ==========================================
*/

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

.mgt0{margin-top: 0px;}
.mgt10{margin-top: 10px;}
.mgt15{margin-top: 15px;}
.mgt20{margin-top: 20px;}
.mgt25{margin-top: 25px;}
.mgt30{margin-top: 30px;}
.mgt35{margin-top: 35px;}
.mgt40{margin-top: 40px;}
.mgt45{margin-top: 45px;}
.mgt50{margin-top: 50px;}
.mgt55{margin-top: 55px;}
.mgt60{margin-top: 60px;}
.mgt65{margin-top: 65px;}
.mgt70{margin-top: 70px;}
.mgt75{margin-top: 75px;}
.mgt80{margin-top: 80px;}
.mgt85{margin-top: 85px;}
.mgt90{margin-top: 90px;}
.mgt95{margin-top: 95px;}
.mgt100{margin-top: 100px;}

.mgb0{margin-bottom: 0px;}
.mgb10{margin-bottom: 10px;}
.mgb15{margin-bottom: 15px;}
.mgb20{margin-bottom: 20px;}
.mgb25{margin-bottom: 25px;}
.mgb30{margin-bottom: 30px;}
.mgb35{margin-bottom: 35px;}
.mgb40{margin-bottom: 40px;}
.mgb45{margin-bottom: 45px;}
.mgb50{margin-bottom: 50px;}
.mgb55{margin-bottom: 55px;}
.mgb60{margin-bottom: 60px;}
.mgb65{margin-bottom: 65px;}
.mgb70{margin-bottom: 70px;}
.mgb75{margin-bottom: 75px;}
.mgb80{margin-bottom: 80px;}
.mgb85{margin-bottom: 85px;}
.mgb90{margin-bottom: 90px;}
.mgb95{margin-bottom: 95px;}
.mgb100{margin-bottom: 100px;}

.pdt0{padding-top: 0px;}
.pdt10{padding-top: 10px;}
.pdt15{padding-top: 15px;}
.pdt20{padding-top: 20px;}
.pdt25{padding-top: 25px;}
.pdt30{padding-top: 30px;}
.pdt35{padding-top: 35px;}
.pdt40{padding-top: 40px;}
.pdt45{padding-top: 45px;}
.pdt50{padding-top: 50px;}
.pdt55{padding-top: 55px;}
.pdt60{padding-top: 60px;}
.pdt65{padding-top: 65px;}
.pdt70{padding-top: 70px;}
.pdt75{padding-top: 75px;}
.pdt80{padding-top: 80px;}
.pdt85{padding-top: 85px;}
.pdt90{padding-top: 90px;}
.pdt95{padding-top: 95px;}
.pdt100{padding-top: 100px;}

.pdb0{padding-bottom: 0px;}
.pdb10{padding-bottom: 10px;}
.pdb15{padding-bottom: 15px;}
.pdb20{padding-bottom: 20px;}
.pdb25{padding-bottom: 25px;}
.pdb30{padding-bottom: 30px;}
.pdb35{padding-bottom: 35px;}
.pdb40{padding-bottom: 40px;}
.pdb45{padding-bottom: 45px;}
.pdb50{padding-bottom: 50px;}
.pdb55{padding-bottom: 55px;}
.pdb60{padding-bottom: 60px;}
.pdb65{padding-bottom: 65px;}
.pdb70{padding-bottom: 70px;}
.pdb75{padding-bottom: 75px;}
.pdb80{padding-bottom: 80px;}
.pdb85{padding-bottom: 85px;}
.pdb90{padding-bottom: 90px;}
.pdb95{padding-bottom: 95px;}
.pdb100{padding-bottom: 100px;}

i{
 vertical-align: bottom;
}

.din{
 font-size: 20px;
 font-family: din-2014,sans-serif;
 font-weight: 600;
 font-style: normal;
 letter-spacing: 0.06em;
 line-height: 1;
}

.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;
}
.cover{
 position: absolute;
 display: block;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 z-index: 2;
}

/*フォーム*/
.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;*/
box-shadow: 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;
  cursor:pointer;
}

.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;
}

input:focus::-webkit-input-placeholder {
	color: transparent;
}
input:focus::-moz-placeholder {
	color: transparent;
}
input:focus::-ms-input-placeholder {
	color: transparent;
}
input:focus::placeholder {
	color: transparent;
}

/*ページャー*/
.wp-pagenavi{
 text-align: center;
 margin: 50px 0 0 0;
}
.wp-pagenavi a,
.wp-pagenavi span {
    text-decoration: none;
    display:inline-block;
    border: 1px solid #fff!important;
    padding: 3px 12px!important;
    margin: 2px;
    background-color: #fff;
}
.wp-pagenavi span.current {
    font-weight: normal!important;
    background-color: #000!important;
    border: 1px solid #000!important;
    color: #fff!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;
}

