.field-wrap .pikaday__container, .field-wrap .pikaday__display, .field-wrap>div input, .field-wrap select, .field-wrap textarea {
border: 1px solid #eee;
border-radius: 3px;
height: 45px;
background: #eee;
width: 90% !important;
padding: 10px;
}
/*ここまで*/
/*オレンジメール*/
.OM_table {
    width:80%!important;
		margin: 0 auto!important;
    border-collapse: collapse;
    border: 1px solid #ff7907;
    background-color: #fff1c8;
}

.OM_top {
    border: 0;
    font-size: 16px!important;
    padding: 12px 0 12px 0!important;
    background-color: #9F886E!important;
    color: #fff;
    font-weight: bold;
	margin-bottom:20px;
}

.OM_mail2 {
    width: 70%!important;
    height: 35px!important;
    margin-bottom: 10px;
    background: #f3f3f3!important;
}
.OM_center {
    border: 0;
    font-size: 15px!important;
    padding: 10px 5px 0 10px;
    text-align: center;
    font-weight: bold;
}

.OM_submit {
    border: 0;
    font-size: 16px!important;
    padding: 15px 0 15px 0!important;
    text-align: center;
}
/*オレンジメール　スマホ*/
@media only screen and (max-width: 420px){
	.OM_table {
    width:100%!important;
}
	.OM_mail2 {
    width: 90%!important;
}
}
/*ここまで*/
/*枠（ベージュ #faf0e6）*/
.waku-1  {
	 margin:auto;
	 padding:20px;
	 background-color: #faf0e6;
	 width: auto;
}
/*ここまで*/
/*枠（外枠あり）*/
.waku-2  {
	 margin:auto;
	 padding:20px;
	 background-color: #fff;
	 border:solid 1px #faf0e6;
	 box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);/*影*/
	 width: auto;
}
/*ここまで*/
/*ゴールドボタン*/
.btn-gold {
  display: inline-block;
  padding: 1.1em 2.5em;
  text-decoration: none;
  background:  linear-gradient(to top, #776e44 0%, #e6cf8a  100%);
  color: #FFF !important;
  border-radius: 100px;
  text-align: center;
  font-size: 15pt
}
.btn-square:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
}
.btn-gold:hover {
  background-color: #ffc9d7 !important;
  color: #FFF !important;
  padding: 1.2em !important;
  font-size: 22px !important;
}
/*ここまで*/
/*スマホだけで改行*/
.br-sp {
  display:none;
}
 
@media screen and (max-width: 480px) {
  .br-sp {
    display:block;
  }
}
/*ここまで*/
/*topページスマホビュースライダー高さ変更*/
@media only screen and (max-width: 991px) {
.top-slider { height: calc(60vh - 55px); } 
}
/*ここまで*/
/*PCスマホ分岐*/
.smanone{display:none;}
.pcnone{display:block;}

@media only screen and (min-width: 781px) {
.smanone{display:block;}
.pcnone{display:none;}
}
/*ここまで*/
/*スマホフルワイド表示*/
.spwide{
	margin:0 -23px;
}
.post-content{
	overflow:visible;
}
/*ここまで*/
/*スマホフルワイドブロック*/
.fullwide-inner{
	padding:20px ;
}
/*#F0E5DE*/
.fullwide-1{
	margin:0 -23px; 
	background:#F0E5DE;
}
/*#D9D4CF*/
.fullwide-2{
	margin:0 -23px; 
	background:#D9D4CF;
}
/*ここまで*/


/*-- PC版表示CSS  --*/
.pc_area{
  display:block;
}
.sp_area{
  display:none;
}

/*-- スマホ版表示CSS  --*/
@media screen and (max-width: 768px){
  .pc_area{
    display:none;
  }
  .sp_area{
    display:block;
  }
}




