@charset "UTF-8";
/*標準ボタン
---------------------------------------------------------------*/
/*鍵フックボタン
---------------------------------------------------------------*/
/*カーテンボタン
---------------------------------------------------------------*/
/*ラインダッシュボタン
---------------------------------------------------------------*/
/*IE対応のグラデーション
========================================================================*/
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,600");
/*--------------- ▽ 変数設定 ▽ ---------------*/
/*メインカラー*/
/*フォント*/
/*--------------- △ 変数設定 △ ---------------*/
/*--------------- ▽ header ▽ ---------------*/
#header {
  margin: 0 auto;
  height: 80px;
}
#header h1 {
  transition: all 0.3s ease;
}
#header h1 span {
  display: block;
}
#header h1:hover {
  opacity: 0.8;
}
#header .hd-wrap {
  padding: 10px 130px 10px 20px;
  box-sizing: border-box;
  max-width: 1920px;
  margin: 0 auto;
  position: fixed;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1000;
  right: 0;
  left: 0;
  min-width: 900px;
}
#header .hd-base {
  position: absolute;
  padding: 5px 5px 10px 5px;
  box-sizing: border-box;
  background: #1d476c;
  color: #fff;
  text-align: center;
  margin: auto;
  border-radius: 0 0 0 10px;
  margin: 0 0 0 auto;
  right: 0;
  top: 0;
  z-index: 100;
}
#header .hd-base:hover {
  background: #3e250c;
}
#header .hd-base .online {
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  font-family: "Kiwi Maru", serif;
}
#header .hd-info-contact {
  position: relative;
  background: #7a664e;
  color: #fff;
  padding: 15px;
  box-sizing: border-box;
  margin-right: 20px;
  line-height: 1;
  font-family: "Kiwi Maru", serif;
}
#header .hd-info-contact::after {
  position: absolute;
  content: "";
  bottom: 0;
  margin: auto;
  right: -13px;
  top: 0;
  border-style: solid;
  border-width: 24px 0 24px 13px;
  border-color: transparent transparent transparent #7a664e;
  display: inline-block;
  width: 0;
  height: 0;
}
#header .hd-info-tel {
  margin-right: 20px;
}
#header .hd-info-icon {
  margin-right: 15px;
}
#header .hd-info-icon:hover {
  opacity: 0.7;
}

#hd-nav {
  padding-top: 30px;
  position: relative;
  background: url(../img/common/pat01.jpg) repeat;
}
#hd-nav .nav-item {
  padding: 0 20px;
  box-sizing: border-box;
  border-right: 2px dotted #3e250c;
  color: #3e250c;
  font-family: "Kiwi Maru", serif;
  text-align: center;
  line-height: 1;
  font-size: 1.8rem;
}
#hd-nav .nav-item:last-child{
  border: none;
}

#hd-nav .nav-item a{
  color: #3e250c;
}

#hd-nav .nav-item a:hover{
  color: #7a664e;
}

/*--------------- △ header △ ---------------*/
/*--------------- ▽ footer ▽ ---------------*/
#footer {
  padding: 40px 0 0 0;
  box-sizing: border-box;
  margin: 0 auto;
  background: url(../img/common/pat01.jpg) repeat;
}
#footer .ft-wrap {
  max-width: 400px;
  margin: 0 auto 40px auto;
}
#footer .ft-logo {
  position: relative;
  display: block;
  margin: 0 auto 30px auto;
  text-align: center;
}
#footer .ft-logo:hover {
  opacity: 0.7;
}
#footer .title-style03 {
  background: #b7a896;
  color: #fff;
}
#footer .title-style03 span {
  font-size: 1.4rem;
}
#footer .title-style03::before {
  border-color: #b7a896 transparent transparent transparent;
}
#footer .ft-contact-wrap {
  margin-top: 20px;
  max-width: 360px;
}
#footer .ft-icon {
  margin-right: 15px;
}
#footer .ft-icon:hover {
  opacity: 0.7;
}
#footer .ft-icon:last-child {
  margin-right: 0;
}
#footer .ft-link-list {
  margin-top: 20px;
}
#footer .ft-link-item {
  margin-right: 20px;
}
#footer .ft-link-item:last-child {
  margin-right: 0;
}
#footer .ft-site-bnr {
  position: relative;
  display: inline-block;
  padding: 15px 10px;
  box-sizing: border-box;
  background: #fff url(../img/top/ft_bnr.png) no-repeat center left;
  border-radius: 8px;
  font-family: "Kiwi Maru", serif;
  border: 1px solid #3e250c;
  text-align: right;
  width: 240px;
}
#footer .ft-site-bnr:hover {
  opacity: 0.7;
}
#footer .base-bnr {
  margin: 20px 0;
}
#footer .fb-icon a:hover {
  opacity: 0.7;
}
#footer #copyright {
  text-align: center;
  padding: 5px 0;
  background: #3e250c;
}
#footer #copyright small {
  color: #fff;
  font-size: 12px;
}
#footer #copyright small a {
  color: #fff;
}
#footer .ft-privacy{
  text-align: center;
  margin: 0 auto;
  display: block;
  font-size: 1.2rem;
}
#footer .ft-privacy:hover{
  opacity: 0.7;

}

/*--------------- △ footer △ ---------------*/
/*--------------- ▽ 共通 ▽ ---------------*/
/*--------------- △ 共通 △ ---------------*/
/*--------------- ▽ top-page ▽ ---------------*/
.top-section {
  position: relative;
  padding: 100px 0;
  box-sizing: border-box;
  margin: 0 auto;
}

/*--------------- ▼ main-visual ▼ ---------------*/
#mv {
  z-index: 0;
  height: auto;
  position: relative;
  margin: -80px auto 0 auto;
  padding-top: 80px;
  text-align: center;
}
#mv .bx-wrapper,
#mv #slider {
  margin: 0 auto;
  text-align: center;
}
#mv li {
  height: auto;
}
#mv li:nth-child(1) {
  margin: 0 auto;
  text-align: center;
  right: 0;
  left: 0;
  background: 
  url(../img/mv/mv_deco.png) no-repeat top center, 
  url(../img/mv/mv_slide01.jpg) no-repeat center center/cover;
}
#mv li:nth-child(2) {
  margin: 0 auto;
  text-align: center;
  right: 0;
  left: 0;
  background: url(../img/mv/mv_deco.png) no-repeat top center, url(../img/mv/mv_slide02.jpg) no-repeat center center/cover;
}
#mv li:nth-child(3) {
  margin: 0 auto;
  text-align: center;
  right: 0;
  left: 0;
  background: url(../img/mv/mv_deco.png) no-repeat top center, url(../img/mv/mv_slide03.jpg) no-repeat center center/cover;
}

#mv {
  background: url(../img/common/pat01.jpg) repeat;
}
#mv .catch img {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 40px;
  z-index: 100;
  margin: auto;
}
#mv .mv-wrap {
  padding: 40px 0;
  box-sizing: border-box;
}
#mv #slider li {
  height: 660px;
  max-width: 1080px;
}

/*--------------- ▲ main-visual ▲ ---------------*/
/*--------------- ▼ top-request ▼ ---------------*/
/*------------------------
こんなご要望ありませんか？
--------------------------*/
.top-request {
  position: relative;
  background: url(../img/common/pat01.jpg) repeat;
  padding: 100px 0 70px 0;
}
.top-request-title {
  display: block;
  margin: 0 auto 90px auto;
  text-align: center;
}
.top-request-title .wrap {
  position: relative;
  padding-bottom: 80px;
  box-sizing: border-box;
  background: url(../img/common/deco02.png) no-repeat center bottom;
}
.top-request-title em {
  font-size: 6rem;
}
.top-request-list {
  position: relative;
  z-index: 1;
}
.top-request-item {
  padding: 15px 30px;
  box-sizing: border-box;
  font-family: "Kiwi Maru", serif;
  color: #3e250c;
  font-size: 2.4rem;
  font-weight: 500;
  background: #fff;
  margin: 0 auto 40px auto;
  height: 90px;
  line-height: 1.4;
  border-radius: 20px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.top-request-item:last-child{
  margin: 0 auto;
}
.top-request-item span {
  display: contents;
}
.top-request-img img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.top-request-img::before {
  position: absolute;
  content: "";
  background: url(../img/common/deco03.png) no-repeat;
  width: 54px;
  height: 45px;
  bottom: 0;
  left: -240px;
  right: 0;
  margin: auto;
  top: 50px;
  z-index: 1;
}
.top-request-img::after {
  position: absolute;
  content: "";
  background: url(../img/common/deco03.png) no-repeat;
  width: 54px;
  height: 45px;
  bottom: 0;
  left: 0;
  right: -350px;
  margin: auto;
  top: 400px;
  z-index: 1;
  transform: scale(-1, 1);
}

/*--------------- ▲ top-request ▲ ---------------*/
/*--------------- ▼ top-lead ▼ ---------------*/
/*------------------------
インテリア零は、内装工事の様々なお悩みに寄り添います！
--------------------------*/
.top-lead {
  background: url(../img/top/lead_illust-r.png) no-repeat top 30px right 20vw, url(../img/common/bg01.png) repeat-x top center;
}
.top-lead::before {
  position: absolute;
  content: "";
  background: url(../img/common/deco05.png) no-repeat;
  width: 120px;
  height: 59px;
  left: 0;
  margin: auto;
  right: 0;
  top: 0;
}
.top-lead-title {
  display: block;
  margin: 0 auto 30px auto;
  text-align: center;
}
.top-lead-box {
  position: relative;
  text-align: center;
  padding: 70px 0;
  box-sizing: border-box;
  background: url(../img/top//lead_illust-l.png) no-repeat bottom left;
}
.top-lead-box::before {
  position: absolute;
  content: "";
  width: 90%;
  height: 70%;
  border-top: 1px solid #3e250c;
  border-left: 1px solid #3e250c;
  left: 0;
  margin: auto;
  top: 0;
}
.top-lead-box::after {
  position: absolute;
  content: "";
  width: 90%;
  height: 70%;
  border-bottom: 1px solid #3e250c;
  border-right: 1px solid #3e250c;
  right: 0;
  margin: auto;
  bottom: 0;
}

/*--------------- ▲ top-lead ▲ ---------------*/
/*--------------- ▼ top-top-reaso ▼ ---------------*/
/*------------------------
選ばれる理由
--------------------------*/
.top-reason {
  background: url(../img/common/renga-l.png) no-repeat center left, url(../img/common/renga-r.png) no-repeat center right, url(../img/top/reason_bg.png) no-repeat bottom right;
  max-width: 1920px;
}
.top-reason-title {
  position: relative;
  text-align: center;
  margin: 0 auto;
  padding: 50px 0 24px 0;
  box-sizing: border-box;
  z-index: 1;
}
.top-reason-title::before {
  position: absolute;
  content: "";
  background: url(../img/common/deco09.png) no-repeat;
  width: 60px;
  height: 24px;
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
}
.top-reason-title::after {
  position: absolute;
  content: "";
  background: url(../img/top/reason_icon.png) no-repeat;
  width: 36px;
  height: 58px;
  top: 0;
  left: 0;
  margin: auto;
  right: 0;
}
.top-reason-title .wrap {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 25px 0;
  box-sizing: border-box;
  color: #fff;
  background: #3e250c;
  border-radius: 60px;
  width: 400px;
  line-height: 1.2;
}
.top-reason-title .wrap .min {
  font-size: 2.4rem;
  display: block;
}
.top-reason-box {
  position: relative;
  padding: 100px 20px 70px 20px;
  box-sizing: border-box;
  background: rgba(242, 242, 242, 0.8);
  border-radius: 8px;
  margin-top: -70px;
}
.top-reason-item {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 310px;
}
.top-reason-img {
  margin: 0 auto 10px auto;
  text-align: center;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #fff;
}


/*--------------- ▲ top-top-reason ▲ ---------------*/
/*--------------- ▼ top-work ▼ ---------------*/
/*------------------------
業務内容
--------------------------*/
.top-work {
  background: url(../img/common/deco06.png) repeat-x center top, url(../img/common/pat03.png) repeat;
}
.top-work-title {
  position: relative;
  margin: 0 auto 40px auto;
  text-align: center;
}
.top-work-item {
  width: 330px;
  margin-bottom: 60px;
}
.top-work-item .com-text {
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0;
}
.top-work-img {
  position: relative;
  margin-bottom: 15px;
}
.top-work-img img {
  border-radius: 8px;
}
.top-work-img .top-work-item-title {
  position: absolute;
  font-size: 2.5rem;
  color: #fff;
  background: rgba(96, 96, 96, 0.6);
  bottom: 0;
  display: block;
  width: 100%;
  margin: auto;
  text-align: center;
  border-radius: 0 0 8px 8px;
  padding: 10px 0;
  box-sizing: border-box;
  line-height: 1.4;
}

/*------------------------
その他対応業務
--------------------------*/
.top-work-others{
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 40px 60px;
  box-sizing: border-box;
  background: rgba(97, 97, 97, 0.6);
  max-width: 800px;
  font-family: "Kiwi Maru", serif;
  color: #fff;
  border-radius: 8px;
}
.top-work-others-title{
  position: relative;
  color: #fff;
  font-size: 3rem!important;
  padding-bottom: 15px;
  line-height: 1;
  border-bottom: 4px solid #fff;
  margin-bottom: 30px;
}
.top-work-others-left{
  margin-right: 30px;
}
.top-work-others-item{
  font-size: 2rem;
}
/*--------------- ▲ top-work ▲ ---------------*/
/*--------------- ▼ top-case ▼ ---------------*/
/*------------------------
施工事例
--------------------------*/
.top-case{
  background: url(../img/common/pat03.jpg)repeat;
}
.top-case-title {
  margin: 0 auto 50px auto;
  text-align: center;
}
.top-case-title .wrap {
  background: url(../img/top/case-icon-l.png) no-repeat center left/contain, url(../img/top/case-icon-r.png) no-repeat center right/contain;
  padding: 25px 129px 20px 170px;
}
.top-case-item {
  position: relative;
  width: 520px;
  border-radius: 8px;
  padding: 20px 30px;
  box-sizing: border-box;
  background: rgba(62, 37, 12, 0.8);
  color: #fff;
  font-family: "Kiwi Maru", serif;
}
.top-case-item img {
  border-radius: 8px;
}
.top-case-before {
  position: relative;
  box-sizing: border-box;
}
.top-case-before::before {
  position: absolute;
  content: "";
  background: url(../img/common/arw.png) no-repeat;
  width: 46px;
  height: 45px;
  bottom: 150px;
  margin: auto;
  right: 0;
  left: auto;
  z-index: 1;
}

/*--------------- ▲ top-case ▲ ---------------*/
/*--------------- ▼ top-flow ▼ ---------------*/
/*------------------------
ご依頼の流れ
--------------------------*/
.top-flow {
  background: url(../img/top/flow_bg-top.png) no-repeat top center;
}
.top-flow-title {
  text-align: center;
  margin: 0 auto 50px auto;
}
.top-flow-list {
  padding: 0 30px;
  box-sizing: border-box;
}
.top-flow-item {
  position: relative;
  padding: 10px 15px;
  box-sizing: border-box;
  background: #3e250c;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  height: 340px;
  border-radius: 8px;
}
.top-flow-item::before {
  position: absolute;
  content: "";
  bottom: 0;
  margin: auto;
  right: -30px;
  top: 0;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #1d476c;
  display: inline-block;
  width: 0;
  height: 0;
}
.top-flow-item:last-child::before {
  content: none;
}
.top-flow-step {
  font-size: 1.8rem;
  display: block;
  text-align: center;
  margin: 0 auto;
  font-family: "Kiwi Maru", serif;
}
.top-flow-step .min {
  font-size: 1.4rem;
}
.top-flow-text {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: center;
  margin: 0 auto;
  font-size: 2.4rem;
  font-family: "Kiwi Maru", serif;
  display: inline-block;
}
.top-flow-icon {
  margin-bottom: 20px;
}

/*--------------- ▼ top-diy ▼ ---------------*/
/*------------------------

--------------------------*/
.top-diy {
  background: url(../img/common/deco10.png) no-repeat top center, url(../img/common/renga02-l.png) no-repeat center left, url(../img/common/renga02-r.png) no-repeat center right;
  max-width: 1920px;
}
.top-diy-wrap {
  position: relative;
  margin: 0 auto;
  max-width: 1280px;
  background: url(../img/top/diy_illust-l.png) no-repeat center left/contain, url(../img/top/diy_illust-r.png) no-repeat bottom right/contain;
}
.top-diy-title {
  position: relative;
  display: block;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
}
.top-diy-title .wrap {
  position: relative;
  padding: 60px 0 30px 0;
  box-sizing: border-box;
  background: url(../img/common/deco12.png) no-repeat center top;
}
.top-diy-title em {
  padding: 0 10px 10px 20px;
  box-sizing: border-box;
  font-size: 6rem;
  background: url(../img/common/deco11.png) no-repeat center bottom/contain;
}
.top-diy-box {
  position: relative;
  padding: 110px 70px;
  box-sizing: border-box;
  border-radius: 8px;
  background: #f7eee2;
  margin: -40px auto 50px auto;
  z-index: -1;
  max-width: 830px;
  text-align: center;
  font-size: 1.8rem;
}
.top-diy .com-text em {
  font-weight: 500;
}

/*--------------- ▲ top-diy ▲ ---------------*/
/*--------------- ▼ top-news ▼ ---------------*/
.top-news {
  background: #3e250c;
}
.top-news .news-left {
  width: 240px;
  padding: 50px 0;
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
}
.top-news .news-right {
  width: 820px;
}

.top-news-title {
  color: #fff;
  text-align: center;
  margin: 0 auto 20px auto;
  display: block;
  background: url(../img/common/news_deco.png) no-repeat right bottom;
  padding: 0 40px 10px 0;
  box-sizing: border-box;
  font-size: 4.2rem;
  letter-spacing: 1;
}

.top-news-more {
  display: block;
  text-align: right;
  margin: 0 30px 0 auto;
  padding-bottom: 15px;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.top-news-more span {
  color: #fff;
  font-family: "Kiwi Maru", serif;
  padding-left: 30px;
  box-sizing: border-box;
  background: url(../img/common/arw02.png) no-repeat center left;
}
.top-news-more:hover {
  opacity: 0.7;
}

/*--------------- ▲ top-news ▲ ---------------*/
/*--------------- ▼ top-company ▼ ---------------*/
/*------------------------
会社情報
--------------------------*/
.top-company {
  background: url(../img/common/pat02.png) repeat;
}
.top-company-title {
  margin: 0 auto 50px auto;
  text-align: center;
}
.top-company-title .wrap {
  background: url(../img/top/company_icon-l.png) no-repeat center left/contain, url(../img/top/company_icon-r.png) no-repeat center right/contain;
  padding: 0 200px 0 210px;
  color: #fff;
}
.top-company .com-table01 {
  margin-bottom: 50px;
}
.top-company .access-map iframe {
  width: 100%;
  height: 400px;
}

/*--------------- ▲ top-company ▲ ---------------*/
/*--------------- ▼ top-contact ▼ ---------------*/
/*------------------------
お問い合わせ
--------------------------*/
.top-contact {
  background: url(../img/top/contact-bg-top.png) no-repeat top center, url(../img/common/deco07.png) repeat-x top center, url(../img/top/contact_bg-bt.png) no-repeat left bottom, url(../img/top/contact_bg.png) repeat-x top center;
}
.top-contact-title {
  position: relative;
  display: table;
  margin: 0 auto 50px auto;
  text-align: center;
  padding: 20px 87px 9px 75px;
  box-sizing: border-box;
  background: url(../img/top/contact_icon.png) no-repeat top left;
}
.top-contact-title::before{
  position: absolute;
  content: "";
  background: url(../img/common/arw03.png)no-repeat;
  margin: auto;
  width: 71px;
  height: 48px;
  bottom: 0;
  right: 0;
}
.top-contact-title span {
  position: relative;
  background: url(../img/common/deco08.png) no-repeat center bottom;
  padding-bottom: 20px;
  box-sizing: border-box;
}
.top-contact-wrap {
  max-width: 570px;
  margin: 0 auto;
}
.top-contact-box {
  position: relative;
  padding: 50px 0 100px 0;
  box-sizing: border-box;
  border: #f7eee2 7px solid;
  background: #fff;
  margin-bottom: 80px;
}
.top-contact-box::before {
  position: absolute;
  content: "";
  background: url(../img/top/contact_illust.png) no-repeat;
  width: 414px;
  height: 169px;
  bottom: -7px;
  margin: auto;
  right: 30px;
}
.top-contact .com-tel-style01 {
  margin-bottom: 30px;
  border-bottom: 1px solid #3e250c;
  padding-bottom: 20px;
  box-sizing: border-box;
}
.top-contact .tel-icon {
  font-size: 3.6rem;
}
.top-contact .tel-icon::before {
  background-size: contain;
  height: 30px;
  width: 17px;
  bottom: 5px;
  top: auto;
}
.top-contact-line {
  font-family: "Kiwi Maru", serif;
  transition: all 0.3s ease;
}
.top-contact-line:hover {
  opacity: 0.7;
}
.top-contact-line span {
  position: relative;
  margin-left: 15px;
  font-size: 2rem;
  padding-left: 20px;
  box-sizing: border-box;
}
.top-contact-line span::before {
  position: absolute;
  content: "";
  background: url(../img/common/arw04.png) no-repeat;
  width: 19px;
  height: 14px;
  bottom: 0;
  left: 0;
  margin: auto;
  top: 0;
}

/*------------------------
foam
--------------------------*/
.contact-form-table-wrap{
  position: relative;
  padding: 40px 30px;
  box-sizing: border-box;
  background: #eeeeee;
  margin:30px 0 50px 0;
}

.privacy-title{
  position: relative;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.privacy-title span{
  position: relative;
  padding-left: 30px;
}
.privacy-title span::before{
  position: absolute;
  content: "";
  background: url(../img/common/icon-lock.png)no-repeat;
  width: 16px;
  height: 22px;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
}

#privacy{
  margin-bottom: 50px;
}
/*--------------- ▲ top-contact ▲ ---------------*/
/*--------------- △ top-page △ ---------------*/
/*--------------- ▽ sub-page ▽ ---------------*/
.sub-section{
  padding: 100px 0;
  box-sizing: border-box;
}

/*--------------- ▼ sub-visual ▼ ---------------*/
.sv{
  background: url(../img/common/pat01.jpg)repeat;
  padding: 30px 0;
  box-sizing: border-box;
}
.sv-wrap {
  background: 
  url(../img/mv/mv_deco.png) no-repeat top center, 
  url(../img/sv/sv_bg.jpg) no-repeat center center / cover;
  height: 370px;
  width: 1080px;
  margin: 0 auto;
}

.sv-catch {
  font-size: 5rem;
  font-family: "Kiwi Maru", serif;
  color: #3e250c;
  font-weight: 400;
  height: 100%;
}
/*--------------- ▲ sub-visual ▲ ---------------*/
/*--------------- ▼ ぱんくず ▼ ---------------*/
#bread-clumb {
  width: 100%;
  position: absolute;
  margin: 0 auto;
  padding: 10px 0 50px;
}
#bread-clumb li {
  position: relative;
  color: #6b5748;
  font-size: 14px;
  float: left;
  margin-right: 20px;
}
#bread-clumb li:after {
  content: ">";
  position: absolute;
  display: block;
  right: -15px;
  top: 0;
}
#bread-clumb li:last-child {
  margin-right: 0;
}
#bread-clumb li:last-child:after {
  display: none;
}
#bread-clumb li a {
  color: #6b5748;
}

/*--------------- ▲ ぱんくず ▲ ---------------*/
/*--------------- ▼ sub02_ ▼ ---------------*/
/*--------------- ▲ sub02_ ▲ ---------------*/
/*--------------- ▼ お知らせ ▼ ---------------*/
/*タグ一覧
-------------------------------*/
.tag-select-box {
  position: relative;
  width: 40%;
  margin: 0 0 20px auto;
  max-width: 230px;
}
.tag-select-box:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #000000;
  pointer-events: none;
}
.tag-select-box #tag-select {
  width: 100%;
  padding: 5% 20% 5% 5%;
  box-sizing: border-box;
  font-size: 1.2rem;
  margin-left: auto;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  border: none;
  border-bottom: 2px solid #333;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #333;
  font-weight: 700;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.tag-select-box #tag-select option {
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
  box-sizing: border-box;
}

.post-wrp .tag-change {
  margin-bottom: 50px;
}
.post-wrp .tag-change li {
  text-align: center;
  margin: 10px 10px 0 0;
  min-width: 190px;
  display: inline-block;
  vertical-align: middle;
}
.post-wrp .tag-change li a {
  border: solid 1px #7a664e;
  color: #7a664e;
  background: #fff;
  padding: 10px 15px;
  display: block;
}
.post-wrp .tag-change .current a {
  background: #7a664e;
}
.post-wrp .tag-change .current a span {
  color: #fff;
}

/*詳細
-------------------------------*/
#contents-u.s-post .sb_style h1 {
  border-bottom: 1px solid #7a664e;
}
#contents-u.s-post .sb_style h2 {
  border-left: 5px solid #7a664e;
}
#contents-u.s-post .sb_style h3 {
  background: #7a664e;
  color: #fff;
}
#contents-u.s-post .sb_style h4:before {
  background: #7a664e;
}
#contents-u.s-post .sb_style h5 {
  background: #f2f2f2;
}
#contents-u.s-post .sb_style h6 {
  color: #7a664e;
}
#contents-u.s-post .sb_style ul li:before {
  background: #7a664e;
}
#contents-u.s-post .sb_style ol li:before {
  color: #fff;
  background: #7a664e;
}
#contents-u.s-post .sb_style a {
  color: #7a664e;
}
#contents-u.s-post .s-time-tag {
  text-align: right;
  padding-top: 10px;
  border-top: 1px solid #7a664e;
}
#contents-u.s-post .s-time-tag time {
  color: #7a664e;
  font-weight: bold;
}
#contents-u.s-post .tag-name {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding: 8px 20px;
  box-sizing: border-box;
  border: solid 1px #7a664e;
  line-height: 1;
  color: #7a664e;
}
#contents-u.s-post .tag-name span {
  color: #7a664e;
}

#contents-u.s-post .news-tag{
  margin-bottom: 30px;
}

.sb-post-body {
  margin-bottom: 50px;
}

/*--------------- ▲ お知らせ ▲ ---------------*/