@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/NotoSerifJP/NotoSerifJP-Regular.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/NotoSerifJP/NotoSerifJP-Bold.woff') format('woff');
  font-display: swap;
}

/* Android 4.3 までのバージョンにも対応する場合 */
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/NotoSerifJP/NotoSerifJP-Regular.woff') format('woff'),
    url('fonts/NotoSerifJP/NotoSerifJP-Black.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/NotoSerifJP/NotoSerifJP-Bold.woff') format('woff'),
    url('fonts/NotoSerifJP/NotoSerifJP-Black.ttf') format('truetype');
  font-display: swap;
}

body {
  font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  background: #111111!important;
  color: #fff;
  font-family: 'Noto Serif Japanese', serif, sans-serif;
}

.noto {
  font-family: 'Noto Serif Japanese', serif, sans-serif;
}

a {
  color: #fff;
}

.left {
  float: left;
}

.right {
  float: right;
}

.text_c {
  text-align: center;
}

.inbox {
  width: 95%;
  margin: 0 auto;
}

.tnr {
  font-family: Times New Roman,sans-serif,serif;
}

.table dl,.table dt,.table dd {
  box-sizing: border-box;
}

.table dt,.table dd {
  display: table-cell;
}

/*更新画像
=================================================*/
img {
  max-width: 100%;
  vertical-align: middle;
}

.com-img {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.com-img img {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*header
===============================================================*/

.cont_btn {
  border: 1px solid #8e7d50;
}

.cont_btn a {
  font-size: 12px;
  line-height: 1;
  display: block;
  padding: 15px 0;
  color: #bcad86;
}

.cont_btn span {
  position: relative;
}

.cont_btn span::before,
.cont_btn span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
}

.cont_btn span::before {
  left: -30px;
  width: 16px;
  height: 12px;
  background: url('../img/common/mail-icon.png')no-repeat center/contain;
  margin-top: -6px;
}

.cont_btn span::after {
  right: -30px;
  width: 4px;
  height: 7px;
  background: url('../img/common/arrow01.png')no-repeat center/contain;
  margin-top: -3.5px;
}


/*sidenav
===============================================================*/
.hd-logo {
  padding-top: 15px;
  text-align: center;
  margin-bottom: 10px;
}

.hd-logo a {
  background: url('../img/common/hd-border01.png')no-repeat center top/contain,
              url('../img/common/hd-border01.png')no-repeat center bottom/contain;
}

.hd-logo img {
  width: 40%;
}

.drawer-menu li a {
  font-size: 14px;
  line-height: 1.4;
}

.drawer-menu li a span {
  position: relative;
  padding-left: 15px;
  display: block;
}

.drawer-menu li a span::before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 5px;
  width: 4px;
  height: 7px;
  background: url('../img/common/arrow01.png')no-repeat center/contain;
}

.en-link {
  text-align: center;
}

.en-link img {
  width: 80%;
}


/*main-slider
===============================================================*/
#slider>div {
  background-position:center;
  background-size: 200%;
}

.box {
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
}

.box>div {
  width: 100%;
}

.catch {
  width: 20%;
  padding-left: 5%;
}

/*===============================================================
　top
===============================================================*/
.top h3 {
  position: relative;
  line-height: 1.5;
  text-align: center;
  font-size: 17px;
  color: #b4a580;
}

.top h3::before {
  content: "";
  display: block;
  position: absolute;
}

.top .title01::before {
  left: 50%;
  bottom: -30px;
  width: 110px;
  height: 1px;
  margin-left: -55px;
  background: url('../img/common/hd-border01.png')no-repeat center/contain;
}

.title01.sub-ttl {
  margin-bottom: 60px;
}

.title01.sub-ttl span {
  letter-spacing: 3px;
  display: block;
}

.title01.sub-ttl span:first-child {
  font-size: 20px;
  color: #b4a580;
}

.title01.sub-ttl span:last-child {
  font-size: 10px;
  color: #8e7d50;
}


/*section01
===============================================================*/
#sec01 {
  text-align: center;
  padding: 50px 0 60px;
  background: url('../img/top/t-sec01_bg.png');
}

#sec01 h3 {
  margin-bottom: 60px;
}

.greeting-img {
  margin-bottom: 30px;
}

.t-sec01-txt p {
  text-align: left;
  font-size: 14px;
  line-height: 2.5;
}

/*section02
===============================================================*/
#sec02 {
  padding: 50px 0 0;
}

#sec02 section {
  padding: 55% 0 30px;
}

#sec02 h4 {
  line-height: 1.2;
  position: relative;
  letter-spacing: 5px;
  font-size: 15px;
  margin-bottom: 50px;
}

#sec02 h4::after {
  content: "";
  display: block;
  position: absolute;
  left: 230px;
  top: 0;
}

#sec02 h4 span {
  font-size: 18px;
}

.ppl_price {
  text-align: right;
  line-height: 1;
  letter-spacing: 2px;
  color: #b4a580;
  font-size: 20px;
  margin-bottom: 30px;
}

.ppl_price span {
  font-size: 16px;
}

.ppl_txt {
  font-size: 14px;
  line-height: 2.5;
}

.ppl_txt br {
  display: none;
}

/*t-sec02-01
----------------------------------------------------------------------*/
#sec02-01 {
  background: url('../img/top/t-sec02-01-bk01.png')no-repeat right top/contain;
}

/*t-sec02-02
----------------------------------------------------------------------*/
#sec02-02 {
  background: url('../img/top/t-sec02-02-bk01.png')no-repeat left top/contain;
}

/*t-sec02-03
----------------------------------------------------------------------*/
#sec02-03 {
  background: url('../img/top/t-sec02-03-bk01.png')no-repeat right top/contain;
}

/*t-sec03
----------------------------------------------------------------------*/
#sec03 {
  padding: 15% 0 35%;
  background: url('../img/top/t-sec03-bg.png')no-repeat right bottom/contain;
}

#sec03 h3 {
  margin-bottom: 25px;
}

.sec03-catch {
  text-align: center;
  margin-bottom: 115px;
}

.sec03-catch span {
  position: relative;
  letter-spacing: 2px;
}

.sec03-catch span::before,
.sec03-catch span::after {
  position: absolute;
  display: block;
  color: #fff;
}

.sec03-catch span:first-child {
  font-size: 17px;
  margin-bottom: 20px;
}

.sec03-catch span:last-child {
  font-size: 12px;
  display: block;
  margin-top: 30px;
  color: #8e7d50;
  letter-spacing: 4px;
}

.sec03-catch span:first-child::before {
  content: "/";
  left: -46px;
  top: 8px;
  transform: rotate(120deg);
}

.sec03-catch span:first-child::after {
  content: "/";
  right: -46px;
  top: 8px;
  transform: rotate(10deg);
}

.sec03-catch span:last-child::after {
  content: "";
  left: 50%;
  bottom: -50px;
  width: 110px;
  height: 1px;
  margin-left: -55px;
  background: url('../img/common/hd-border01.png')no-repeat center/contain;
}

.sec03-txt_wrp p {
  font-size: 14px;
}

.sec03-txt_wrp p:first-child {
  margin-bottom: 50px;
   line-height: 2.5;
}

.sec03-txt_wrp p:first-child br {
  display: none;
}

.sec03-txt_wrp p:last-child {
  margin-bottom: 50px;
   line-height: 2.2;
   letter-spacing: 1px;
}

/*t-sec04
----------------------------------------------------------------------*/
#sec04 {
  padding: 50px 0;
  background: #262626;
}

#sec04 h3 {
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

#sec04 h3 span {
  display: block;
}

#sec04 h3 span:first-child {
  color: #b4a580;
  font-size: 
}


#sec04 h3 span:last-child {
  color: #8e7d50;
  font-size: 12px;
}

.all_btn {
  padding-top: 10px;
  text-align: center;
  float: right;
  width: 100px;
}

.all_btn a {
  position: relative;
  letter-spacing: 1px;
  border: solid 1px #b4a580;
  color: #b4a580;
  display: block;
  padding: 10px 0;
  font-size: 10px;
}

.all_btn a::after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 6px;
  height: 7px;
  margin-top: -3.5px;
  background: url('../img/common/arrow01.png')no-repeat center/contain;
}

#loopslider {
	margin: 0 auto;
  width: 90%;
	height: 370px;
	text-align: left;
	position: relative;
	overflow: hidden;
  margin-top: 45px;
}

#loopslider ul {
/*	width: 100%;*/
	height: 370px;
	float: left;
	display: inline;
	overflow: hidden;
}

#loopslider ul li {
	width: 200px;
	height: 370px;
	float: left;
	display: inline;
	overflow: hidden;
  margin-left: 48px;
}

#loopslider ul li:last-child {
  margin-left: 0;
}

#loopslider dt {
  position: relative;
  text-align: center;
  font-size: 16px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

#loopslider dt::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 110px;
  height: 1px;
  margin-left: -55px;
  background: url('../img/common/hd-border01.png')no-repeat center/contain;
}

#loopslider dd {
  font-size: 15px;
  line-height: 1.5;
}

#loopslider .loop-img {
  width: 100%;
  height: 240px;
  margin-bottom: 15px;
}

/*section05
===============================================================*/
#sec05 {
  padding: 15% 0 30px;
}

#sec05 .title01.sub-ttl span:first-child {
  margin-bottom: 10px;
}

#sec05 .title01.sub-ttl span:last-child {
  font-size: 10px;
}

.sec05-list li {
  width: 100%;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.sec05-list li:first-child {
  text-align: center;
}

.sec05-list li:first-child a {
  position: relative;
  background: url('../img/top/t-sec05-li01-bg.png')no-repeat center/cover;
}

.sec05-list li:first-child a::before,
.sec05-list li:first-child a::after {
  content: "";
  display: block;
  position: absolute;
}

.sec05-list li:first-child a::before {
  left: 3px;
  top: 3px;
  width: 51px;
  height: 180px;
  background: url('../img/top/t-sec05-li01-l.png')no-repeat center/contain;
}

.sec05-list li:first-child a::after {
  right: 3px;
  bottom: 3px;
  width: 51px;
  height: 183px;
  background: url('../img/top/t-sec05-li01-r.png')no-repeat center/contain;
}

.sec05-list li:last-child {
}

.sec05-list li a {
  display: block;
  border: solid 1px #8e7d50;
}

.sec05-list li .sec05-li01,
.sec05-list li .sec05-li02 {
  border: solid 3px #000;
}

.sec05-list li .sec05-li01 {
  padding: 20px 0;
}

.sec05-li01>p {
  color: #000;
  line-height: 1.5;
  font-size: 20px;
  margin-bottom: 20px;
}

.sec05-li01>p span {
  padding: 0 5px;
  background: #fff;
}

.info_btn {
  padding: 10px 0;
  background: #000;
  border-radius: 15px;
  width: 170px;
  margin: 0 auto;
  font-size: 12px;
}

.sec05-list li:last-child a {
  position: relative;
  background: url('../img/top/t-sec05-li02-bg.png')no-repeat center/cover;
}

.sec05-li02 {
  padding: 18px 0 18px;
}

.sec05-li02>p {
  box-sizing: border-box;
  width: 205px;
  line-height: 1.3;
  font-size: 18px;
  background: #000;
  padding: 28px 20px;
}

.sec05-li02 .red {
  color: #e22f2f;
}

.sec05-li02 .info_btn {
  text-align: center;
  background: #e22f2f;
  color: #fff;
  margin: 0;
  margin-left: 15px;
  margin-top: -20px;
}


/*footer
===============================================================*/
#footer {
  background: url('../img/top/t-sec01_bg.png');
}

.ft-in {
  text-align: center;
  padding: 20px 0 15px;
}

.ft-l {
  padding: 30px 0;
  border-top: 1px solid #8e7d50;
  border-bottom: 1px solid #8e7d50;
  margin-bottom: 30px;
}

.ft-logo {
  text-align: center;
  margin-bottom: 25px;
}

.ft-add {
  margin-bottom: 25px;
}

.ft-add p {
  line-height: 2.0;
  font-size: 13px;
}

.ft-nav li {
  margin-bottom: 15px;
}

.ft-nav li:last-child {
  margin-bottom: 0;
}

.ft-nav li span {
  position: relative;
  padding-left: 10px;
}

.ft-nav li span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 7px;
  margin-top: -3.5px;
  background: url('../img/common/arrow02.png')no-repeat center/contain;
}

.ft-r {
  text-align: left;
}

.ft-about {
  margin-bottom: 20px;
}

.ft-about dl {
  margin-bottom: 20px;
}

.ft-about dl:nth-child(2) {
  text-align: left;
}

.ft-about dl:nth-child(2) br {
  display: none;
}

.ft-about dl:last-child {
  width: 100%;
  margin-top: 35px;
}

.ft-about dl:last-child dt {
  margin-bottom: 10px;
}

.ft-about dl:last-child dd {
  text-align: center;
}

.ft-about dl:last-child dd span {
  background: #fff;
  color: #000;
  padding: 5px 10px;
  font-size: 12px;
}

.ft-ttl {
  margin-bottom: 15px;
}

.ft-about dd {
  line-height: 1.8;
}

.ft-ttl span {
  text-align: left;
  font-size: 14px;
  position: relative;
  color: #b4a580;
  padding-left: 15px;
  display: block;
}

.ft-ttl span::before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  width: 13px;
  height: 13px;
  background: url('../img/common/ft-ttl-shikaku.png')no-repeat center/contain;
}

.ft-area-ttl {
  font-size: 13px;
  margin-bottom: 8px;
}

.ft-area_dl {
  margin-bottom: 12px;
}

.ft-area_dl dl {
  border-left: 1px solid #b4a580;
  border-bottom: 1px solid #b4a580;
}

.ft-area_dl dl:first-child {
  background: #766537;
  color: #fff;
  border-top: 1px solid #b4a580;
}

.ft-area_dl dt,
.ft-area_dl dd {
  padding: 5px 0;
  font-size: 10px;
  text-align: center;
  border-right: 1px solid #b4a580;
}

.ft-area_dl dt {
  width: 30px;
}
.ft-area_dl dd {
  width: 9.5%;
}

.ft-area_dl dl:last-child {
  background: #000;
  color: #fff;
}

.ft-area_dl dl:last-child dt,
.ft-area_dl dl:last-child dd {
  padding: 10px 0;
}

.ft-area-txt {
  line-height: 1.5;
  margin-bottom: 40px;
}

.ft-txt>p {
  margin-bottom: 10px;
}

.ft-tel-cont_wrp {
  margin-bottom: 15px;
}

.ft-tel,.ft-fax_wrp {
  text-align: center;
  display: block;
  margin-bottom: 10px;
}

.ft-tel a {
  letter-spacing: 1px;
  font-size: 18px;
}

.ft-tel a span {
  font-size: 15px;
}

.ft-fax_wrp {
  margin-bottom: 15px;
}

.ft-fax p {
  font-size: 18px;
}

.ft-fax span {
  font-size: 14px;
}

.ft-cont_btn {
  text-align: center;
  width: 190px;
  margin: 0 auto;
}

.ft-cont_btn a {
  display: block;
  padding: 10px 0;
}

.ft-cont-txt {
  padding-left: 15px;
}

.ft-cont-txt p {
  position: relative;
  margin-bottom: 10px;
  line-height: 1.5;
}

.ft-cont-txt p::before {
  content: "※";
  display: block;
  position: absolute;
  left: -15px;
  top: 0;
  color: #fff;
}

#copyright {
  padding: 15px 0;
  text-align: center;
  padding: ;
  background: #111111;
}

#copyright,#copyright a {
  color: #fff;
  font-size: 10px;
}

/*
The `#menu` `<div>` is the parent `<div>` that contains the `.pure-menu` that
appears on the left side of the page.
*/

#menu {
    display: none;
}

/*==============================================================
  下層ページ
===============================================================*/

/*下層共通コンテンツ
---------------------------------------------------------------*/
#content-u {
  padding: 40px 0 80px;
}


/*下層メインエリア
---------------------------------------------------------------*/
#ma {
  padding: 70px 0 45px;
  background: url('../img/common/ma-bg.png');
}

.ma-in {
  text-align: center;
  width: 85%;
  margin: 0 auto;
  padding: 15px;
  border: solid 1px #86764c;
  background: rgba(0, 0, 0, 0.2);
}

.ma-ttl span {
  display: block;
}

.ma-ttl span:first-child {
  font-size: 18px;
  margin-bottom: 8px;
  letter-spacing: 3px;
  line-height: 1.4;
}

.ma-ttl span:last-child {
  font-size: 12px;
  color: #8e7d50;
  letter-spacing: 1px;
}

/*下層共通タイトル
---------------------------------------------------------------*/
.title01-u {
  border: solid 1px #86764c;
  background: url('../img/common/title01-bk.png'); 
  margin-bottom: 40px; 
}

.ttl01-in {
  color: #fff;
  padding: 10px 15px;
  display: block;
  border: solid 4px #000;
}

.ttl01-in span {
  letter-spacing: 1px;
  font-size: 17px;
  color: #fff;
  line-height: 1.4;
}

.title02-u {
  font-size: 16px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  color: #bcad86;
  border-bottom: 1px solid #86764c;
}

/*下層テーブル
---------------------------------------------------------------*/
.conm-sec_in {
  margin-bottom: 65px;
}

#content-u .conm-sec_in:last-child {
  margin-bottom: 0;
}

/*com_dl
-----------------------------------*/
.com_dl dl {
  border-right: 1px solid #b4a580;
  border-left: 1px solid #b4a580;
  border-bottom: 1px solid #b4a580;
}

.com_dl dl:first-child {
  border-top: 1px solid #b4a580;
}

.com_dl dt,.com_dl dd {
  color: #fff;
  padding: 15px 20px;
  vertical-align: middle;
}

.com_dl dt {
  text-align: center;
  width: 239px;
  background: #766537;
  border-right: 1px solid #b4a580;
}

.com_dl dd {
  width: 840px;
  padding-left: 42px;
  line-height: 1.4;
}

/*com_dl
-----------------------------------*/
.com_dl02 dl {
  border-right: 1px solid #b4a580;
  border-left: 1px solid #b4a580;
  border-bottom: 1px solid #b4a580;
}

.com_dl02 dl:first-child {
  border-top: 1px solid #b4a580;
}

.com_dl02 dl:first-child dt,
.com_dl02 dl:first-child dd {
  background: #766537;
}

.com_dl02 dt,.com_dl02 dd {
  color: #fff;
  padding: 10px 15px;
  vertical-align: middle;
  width: 100%;
}

.com_dl02 dt {
  width: 239px;
  border-right: 1px solid #b4a580;
}

.com_dl02 dd {
  width: 70%;
}

/*会社概要
=============================================*/
.comp_dl dt,.comp_dl dd {
  width: 100%;
  display: block;
}

.comp_dl dt {
  border-right: none;
  padding: 10px;
}

.comp_dl dd {
  padding: 10px 10px 25px 10px;
}

#map iframe {
  width: 100%;
  height: 300px;
}

/*新着情報
=============================================*/
.all-news-img_wrap li {
  padding-bottom: 20px;
   border-bottom: 1px solid #86764c;
  margin-bottom: 30px;
}

.news-img {
  width: 240px;
  height: 240px;
  margin: 0 auto;
}

.news-tt_wrap {
  box-sizing: border-box;
  padding: 5%;
}

.news-tt {
  margin-bottom: 10px;
}

.news-tt_wrap dl {
  padding-bottom: 20px;
  border-bottom: 1px solid #86764c;
  margin-bottom: 20px;
}

.news-tt_wrap dt,.news-tt_wrap dd {
  display: inline-block;
  color: #bcad86;
  vertical-align: middle;
}

.news-tt_wrap dt {
  margin-right: 15px;
}

.news-tt_wrap dd {
  font-size: 18px;
}

.all-news-txt p {
  font-size: 15px;
  line-height: 1.4;
}

/*新着情報/個別
=============================================*/
.post-s-txt p {
  line-height: 1.5;
}

.s-time {
  text-align: right;
  margin-top: 30px;
  padding-top: 20px;
  border-top: solid 1px #86764c;
}

.s-time time {
  color: #8e7d50;
  padding: 5px 15px;
}

/*お問い合わせ
=============================================*/
#content-u.contact {
  padding-bottom: 100px;
}

.contact-txt-wrap {
  margin-bottom: 30px;
}

.cont_dl dt,.cont_dl dd {
  display: block;
  width: 100%;
}

.contact_btn li {
  display: inline-block;
  margin-bottom: 20px;
}

.contact_btn li:last-child {
  margin-bottom: 0;
}

.cont_dl dt {
  text-align: left;
}

.cont_dl dd {
  color: #000;
  padding: 15px 15px 25px 15px;
}

.conform_dl dd {
  color: #fff;
}

.cont_dl dl:nth-child(7) dt {
  vertical-align: top;
}

.cont_dl dl:last-child dd {
  padding: 15px 35px;
}

#contact_form dd input[type=text], #contact_form dd input[type=num] {
  width: 100%;
  padding: 5px;
  border: none;
  color: #111;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #ccc;
}

#contact_form textarea {
  border: none;
  width: 100%;
  height: 200px;
  background: #fff;
  border: 1px solid #ccc;
}

.contact_btn ul {
  margin-top: 50px;
  text-align: center;
}

.contact_btn li {
  display: inline-block;
}

.error-text {
  color: #f44336;
}

#form_btn {
  width: 280px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  padding: 15px 0;
  border: solid 1px #bcad86;
  background: none;
  color: #bcad86;
}

.contact_btn li {
  width: 280px;
  position: relative;
}

.hissu {
  padding-left: 5px;
  color: #c64971;
  font-size: 13px;
}

#pc01,#pc02 {
  margin-bottom: 10px;
}

#pc01 {
  width: 60px!important;
}

#pc02 {
  width: 80px!important;
}

.error-text {
  color: #f44336;
}


/*サイトマップ
=============================================*/
.site_list a {
  padding: 20px 0;
  display: block;
  font-size: 16px;
  color: #bcad86;
  border-bottom: 1px #bcad86 solid;
}

.site_list span {
  padding-left: 25px;
}

/*プライバシー
=============================================*/
.privacy_box {
  margin-bottom: 50px;
}

.privacy_text {
  line-height: 1.4;
  font-size: 15px;
}

/*ページボタン---------------*/
.page_btn {
  margin: 30px 0 50px 0;
}

.page_btn a {
  color: #fff;
}

/*pagenation---------------*/
ul.pagenation {
  margin-top: 40px;
  text-align: center;
  margin-bottom: 30px;
}

.pagenation li {
  color: #fff;
  padding: 8px;
  display: inline-block;
}

.pagenation a {
  font-size: 16px;
  color: #ffff;
}

.pagenation li.current {
  padding: 8px;
  color: #fff;
  background-color: #86764c;
}

/*リキャプチャ---------------*/
#recap-id {
  padding: 20px 0;
}

.recap-inwrap {
  width: 300px;
  margin: 0 auto;
}

#pc01,#pc02 {
  margin-bottom: 10px;
}

#pc01 {
  width: 60px!important;
}

#pc02 {
  width: 80px!important;
}

/*送信完了---------------*/
.send-comp {
  text-align: center;
}

.send-comp p {
  line-height: 1.5em;
}

.send-comp-ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
}
/*no-img
=============================================*/
.no-post p {
  color: #fff;
}