@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 {
  min-width: 1240px;
  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;
}

a[href^="tel:"] {
  pointer-events: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

.text_c {
  text-align: center;
}

.pc_none {
  display: none;
}

.inbox {
  width: 1080px;
  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;
}

/*o
Add transition to containers so they can push in and out.
*/
#layout,
#menu,
.menu-link {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

/*スクロールバー全体*/
#menu::-webkit-scrollbar {
    width: 5px;
}

/*スクロールバーの軌道*/
#menu::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(118, 101, 55, .1);
}

/*スクロールバーの動く部分*/
#menu::-webkit-scrollbar-thumb {
  background-color: rgba(118, 101, 55, .5);
  box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
}


/*
This is the parent `<div>` that contains the menu and the content area.
*/
#layout {
    position: relative;
    left: 0;
    padding-left: 0;
}

#layout.active #menu {
    left: 150px;
    width: 150px;
}

#layout.active .menu-link {
    left: 150px;
}
/*
The content `<div>` is where all your content goes.
*/
.content {
    margin: 0 auto;
    line-height: 1.6em;
}

/*更新画像
=================================================*/
.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
===============================================================*/
#menu {
  box-sizing: border-box;
  padding: 40px 30px;
  margin-left: -280px; /* "#menu" width */
  width: 280px;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1000; /* so the menu or its navicon stays above all content */
  background:#111111;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  border-right: 1px solid #86764c;
}

#header {
  text-align: center;
  width: 379px;
  border-right: 1px solid #86764c;
}

.hd-logo {
  padding-bottom: 20px;
  margin-bottom: 30px;
  background: url('../img/common/hd-border01.png')no-repeat bottom center/contain;
}

#nav {
  margin-bottom: 25px;
}

#nav li {
  margin-bottom: 32px;
}

#nav li:last-child {
  margin-bottom: 0;
}

#nav li span {
  display: block;
  letter-spacing: 1px;
}

#nav li span:first-child {
  margin-bottom: 10px;
  line-height: 1.5;
}

#nav li span:last-child {
  font-size: 10px;
  color: #8e7d50;
  font-family: Times New Roman,sans-serif,serif;
}

.en-site {
  background: url('../img/common/hd-border01.png')no-repeat bottom center/contain;
  padding-bottom: 28px;
  margin-bottom: 28px;
}

.hd_tel {
  margin-bottom: 15px;
}

.hd_tel a,.hd_tel span {
  display: block;
}

.hd_tel span {
  color: #bcad86;
}

.hd_tel a {
  margin-bottom: 10px;
}

.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;
}

/*main-slider
===============================================================*/

.box {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
}

.catch {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: inherit;
}

/*===============================================================
　top
===============================================================*/
.top h3 {
  position: relative;
  line-height: 1.5;
  text-align: center;
  font-size: 28px;
  color: #b4a580;
}

.top h3::before {
  content: "";
  display: block;
  position: absolute;
}

.top .title01::before {
  left: 50%;
  bottom: -50px;
  width: 110px;
  height: 1px;
  margin-left: -55px;
  background: url('../img/common/hd-border01.png')no-repeat center/contain;
}

.title01.sub-ttl {
  margin-bottom: 100px;
}

.title01.sub-ttl span {
  letter-spacing: 3px;
  display: block;
}

.title01.sub-ttl span:first-child {
  font-size: 28px;
  color: #b4a580;
}

.title01.sub-ttl span:last-child {
  font-size: 12px;
  color: #8e7d50;
}


/*section01
===============================================================*/
#sec01 {
  text-align: center;
  padding: 100px 0 110px;
  background: url('../img/top/t-sec01_bg.png');
}

#sec01 h3 {
  margin-bottom: 100px;
}

.greeting-img {
  margin-bottom: 68px;
}

.t-sec01-txt p {
  font-size: 15px;
  line-height: 2.5;
}

/*section02
===============================================================*/
#sec02 {
  padding: 100px 0 0;
}

#sec02 section {
  padding: 70px 0 90px;
}

#sec02 h4 {
  line-height: 1.2;
  position: relative;
  letter-spacing: 5px;
  font-size: 35px;
  margin-bottom: 25px;
}

#sec02 h4::after {
  content: "";
  display: block;
  position: absolute;
  left: 230px;
  top: 0;
}

#sec02 h4 span {
  font-size: 23px;
}

.t-sec02-in_l {
  padding-left: 100px;
}

.ppl_price {
  line-height: 1;
  letter-spacing: 2px;
  color: #b4a580;
  font-size: 36px;
  margin-bottom: 30px;
}

.ppl_price span {
  font-size: 16px;
}

.ppl_txt {
  font-size: 15px;
  line-height: 2.5;
}

/*t-sec02-01
----------------------------------------------------------------------*/
#sec02-01 {
  background: url('../img/top/t-sec02-01-bk01.png')no-repeat right center,
              url('../img/top/t-sec02-01-bk02.png')no-repeat center/cover;
}

/*t-sec02-02
----------------------------------------------------------------------*/
#sec02-02 {
  background: url('../img/top/t-sec02-02-bk01.png')no-repeat left center,
              url('../img/top/t-sec02-02-bk02.png')no-repeat center/cover;
}

.t-sec02-in_r {
  float: right;
  padding-right: 50px;
}


/*t-sec02-03
----------------------------------------------------------------------*/
#sec02-03 {
  background: url('../img/top/t-sec02-03-bk01.png')no-repeat right center,
              url('../img/top/t-sec02-03-bk02.png')no-repeat center/cover;
}

/*t-sec03
----------------------------------------------------------------------*/
#sec03 {
  padding: 90px 0 95px;
  background: url('../img/top/t-sec03-bg.png')no-repeat right bottom;
}

#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: 40px;
  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: 15px;
}

.sec03-txt_wrp p:first-child {
  margin-bottom: 50px;
   line-height: 2.5;
}

.sec03-txt_wrp p:last-child {
  margin-bottom: 50px;
   line-height: 2.2;
   letter-spacing: 1px;
}

/*t-sec04
----------------------------------------------------------------------*/
#sec04 {
  padding: 90px 0;
  background: #262626;
}

#sec04 h3 {
  float: left;
  text-align: left;
  width: 160px;
  letter-spacing: 2px;
}

#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: 160px;
}

.all_btn a {
  position: relative;
  letter-spacing: 1px;
  border: solid 1px #b4a580;
  color: #b4a580;
  display: block;
  padding: 15px 0;
  font-size: 12px;
}

.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: 816px!important;
	height: 370px;
	float: left;
	display: inline;
	overflow: hidden;
  margin-right: 48px;
}

#loopslider ul li {
	width: 240px;
	height: 370px;
	float: left;
	display: inline;
	overflow: hidden;
  margin-right: 48px;
}

#loopslider ul li:last-child {
  margin-right: 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_wrap {
  width: 1728px!important;
}

/* =======================================
    ClearFixElements
======================================= */
#loopslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
#loopslider ul {
    display: inline-block;
    overflow: hidden;
}

#loopslider dd {
  font-size: 15px;
  line-height: 1.5;
}

#loopslider .loop-img {
  width: 100%;
  height: 240px;
  margin-bottom: 15px;
}

/*section05
===============================================================*/
#sec05 {
  padding: 95px 0 110px;
}

#sec05 .title01.sub-ttl span:first-child {
  margin-bottom: 10px;
}

#sec05 .title01.sub-ttl span:last-child {
  font-size: 10px;
}

.sec05-list li {
  width: 510px;
  box-sizing: border-box;
}

.sec05-list li:first-child {
  float: left;
  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 {
  float: right;
}

.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: 25px 0;
}

.sec05-li01>p {
  color: #000;
  line-height: 1.5;
  font-size: 30px;
  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;
}

.sec05-list li:last-child a {
  position: relative;
  background: url('../img/top/t-sec05-li02-bg.png')no-repeat center/cover;
}

.sec05-li02 {
  padding: 38px 0 23px;
}

.sec05-li02>p {
  box-sizing: border-box;
  width: 265px;
  line-height: 1.3;
  font-size: 25px;
  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: 43px;
  margin-top: -20px;
}


/*footer
===============================================================*/
#footer {
  background: url('../img/top/t-sec01_bg.png');
}

.ft-in {
  padding: 70px 0 30px;
}

.ft-l {
  width: 300px;
  float: left;
  padding: 45px 0 55px;
  border-top: 1px solid #8e7d50;
  border-bottom: 1px solid #8e7d50;
}

.ft-logo {
  margin-bottom: 35px;
}

.ft-add {
  margin-bottom: 35px;
}

.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 {
  width: 720px;
  float: right;
}

.ft-about {
  margin-bottom: 20px;
}

.ft-about dl {
  width: 265px;
  float: left;
}

.ft-about dl:nth-child(2) {
  float: right;
  width: 345px;
}

.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 span {
  background: #fff;
  color: #000;
  padding: 5px 10px;
}

.ft-ttl {
  margin-bottom: 15px;
}

.ft-about dd {
  line-height: 1.8;
}

.ft-ttl span {
  font-size: 15px;
  position: relative;
  color: #b4a580;
  padding-left: 15px;
}

.ft-ttl span::before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 13px;
  height: 13px;
  margin-top: -6.5px;
  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;
  width: 66px;
  text-align: center;
  border-right: 1px solid #b4a580;
}

.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 {
  float: left;
}

.ft-tel {
  width: 330px;
  margin-right: 20px;
}

.ft-tel a {
  letter-spacing: 1px;
  font-size: 21px;
}

.ft-tel a span {
  font-size: 16px;
}

.ft-fax_wrp {
  width: 160px;
}

.ft-fax p {
  font-size: 20px;
}

.ft-fax span {
  font-size: 16px;
}

.ft-cont_btn {
  margin-top: -10px;
  text-align: center;
  width: 190px;
  float: right;
}

.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.
*/

#layout {
    padding-left: 280px; /* left col width "#menu" */
    left: 0;
}
#menu {
    left:280px;
}

.menu-link {
    position: fixed;
    left: 280px;
    display: none;
}

#layout.active .menu-link {
    left: 280px;
}

/*==============================================================
  下層ページ
===============================================================*/

/*下層共通コンテンツ
---------------------------------------------------------------*/
#content-u {
  padding: 90px 0 150px;
}


/*下層メインエリア
---------------------------------------------------------------*/
#ma {
  padding: 72px 0;
  background: url('../img/common/ma-bg.png');
}

.ma-in {
  text-align: center;
  width: 605px;
  margin: 0 auto;
  padding: 25px 0;
  border: solid 1px #86764c;
  background: rgba(0, 0, 0, 0.2);
}

.ma-ttl span {
  display: block;
}

.ma-ttl span:first-child {
  font-size: 25px;
  margin-bottom: 8px;
  letter-spacing: 3px;
}

.ma-ttl span:last-child {
  font-size: 15px;
  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: 15px 25px;
  display: block;
  border: solid 4px #000;
}

.ttl01-in span {
  letter-spacing: 1px;
  font-size: 20px;
  color: #fff;
  line-height: 1.4;
}

.title02-u {
  font-size: 20px;
  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: 15px 20px;
  vertical-align: middle;
}

.com_dl02 dt {
  width: 239px;
  border-right: 1px solid #b4a580;
}

.com_dl02 dd {
  width: 840px;
}

/*会社概要
=============================================*/
#map iframe {
  width: 100%;
}

/*新着情報
=============================================*/
.all-news-img_wrap li {
  padding-bottom: 20px;
   border-bottom: 1px solid #86764c;
  margin-bottom: 30px;
}

.news-img {
  width: 240px;
  height: 240px;
  float: left;
}

.news-tt_wrap {
  width: 810px;
  float: right;
  box-sizing: border-box;
  padding: 20px;
}

.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: 20px;
}

.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 dl:first-child li {
  display: inline-block;
}

.cont_dl dd {
  width: 724px;
  padding: 15px 35px;
  color: #000;
}

.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: #000;
  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;
  margin-right: 40px;
}

.contact_btn li:last-child {
  margin-right: 0;
}

.error-text {
  color: #f44336;
}

#form_btn {
  width: 280px;
  font-size: 18px;
  border: none;
  cursor: pointer;
  padding: 25px 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;
}