@charset "UTF-8";
/*標準ボタン
---------------------------------------------------------------*/
/*鍵フックボタン
---------------------------------------------------------------*/
/*カーテンボタン
---------------------------------------------------------------*/
/*ラインダッシュボタン
---------------------------------------------------------------*/
/*IE対応のグラデーション
========================================================================*/
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,600");

/*変数指定
=======================================================*/
/*メインカラー
--------------------------------------------*/
/*フォント
--------------------------------------------*/
/*body以下
=======================================================*/
body {
  margin: auto;
  padding: 0;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: #272727;
}

.left {
  float: left;
}

.right {
  float: right;
}

.text-c {
  text-align: center;
}

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;
  width: 100%;
  object-fit: cover;
  font-family: "object-fit: cover; object-position: bottom";
  object-position: center;
  min-height: 100%;
  min-width: 100%;
  transform: translateX(-50%) translateY(-50%);
}

/*共通テキスト
----------------------------------------------- */
.common-txt p {
  margin-bottom: 25px;
}

.common-txt p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .common-txt p br {
    display: none;
  }
}

.tag-list {
  margin-bottom: 80px;
}

.tag-list li {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 10px 0 0;
}

.tag-list li a {
  border: solid 1px #9d3939;
  display: block;
  padding: 10px 15px;
  background: #fff;
  border-radius: 20px;
  color: #9d3939;
  font-size: 14px;
}

.tag-list li a span {
  position: relative;
  padding-left: 15px;
}

.tag-list li a span:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 0;
  height: 0;
  border: solid transparent 4px;
  border-left: solid #9d3939 4px;
  margin-top: -4px;
}

.tag-list li a:hover {
  background: #9d3939;
  color: #fff;
}

.tag-list li a:hover span:before {
  border-left: solid #fff 4px;
}

.tag-list .current a {
  color: #fff;
  font-weight: 700;
  background: #9d3939;
}

.tag-list .current a span:before {
  border-left: solid #fff 4px;
}

/*display flexキッド 
=================================================*/
.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  display: flex;
  width: 100%;
}

/*折り返し
-----------------------*/
.flx-wrp {
  flex-wrap: wrap;
}

/*逆順
-----------------------*/
.flx-rr {
  flex-direction: row-reverse;
}

/*水平方向の揃え
=================================================*/
/*初期値
-----------------------*/
.flx-btw {
  justify-content: start;
}

/*並列で均等配置（左右隙間なし=space-between）
-----------------------*/
.flx-btw {
  justify-content: space-between;
}

/*並列で均等配置（左右隙間あり=space-around）
-----------------------*/
.flx-ard {
  justify-content: space-around;
}

/*水平揃え　末揃え
-----------------------*/
.flx-end {
  justify-content: flex-end;
}

/*水平揃え　中央揃え
-----------------------*/
.flx-center {
  justify-content: center;
}

/*垂直方向の揃え
=================================================*/
/*水平揃え　上揃え
-----------------------*/
.flx-alitem-strt {
  align-items: flex-start;
}

/*水平揃え　高さ揃え
-----------------------*/
.flx-alitem-strch {
  align-items: stretch;
}

/*水平揃え　縦・横の中央揃え
-----------------------*/
.flx-alitem-c {
  align-items: center;
}

/*水平揃え　下揃え
-----------------------*/
.flx-alitem-end {
  align-items: flex-end;
}

/*水平揃え　ベースライン揃え
-----------------------*/
.flx-alitem-base {
  align-items: baseline;
}

/*複数行にした揃え方
=================================================*/
/*初期値
-----------------------*/
.flx-alcont-strt {
  align-content: flex-start;
}

/*親要素の開始位置から配置。上揃え
-----------------------*/
.flx-alcont-strch {
  align-content: stretch;
}

/*親要素の終点から配置。下揃え
-----------------------*/
.flx-alcont-end {
  align-content: flex-end;
}

/*中央揃え
-----------------------*/
.flx-alcont-c {
  align-content: center;
}

/*最初と最後の子要素を上下の端に配置し、残りの要素は均等に間隔をあけて配置
-----------------------*/
.flx-alcont-s-btw {
  align-content: space-between;
}

/*上下端にある子要素も含め、均等に間隔をあけて配置
-----------------------*/
.flx-alcont-s-ard {
  align-content: space-around;
}

/*=========================================================
	header
=========================================================*/
#header {
  position: absolute;
  left: 0;
  top: 20px;
  width: 100%;
  z-index: 100;
  text-align: center;
}

#header .hd-wrp {
  width: 100%;
}

#header h1 span {
  display: block;
}

/*Mainvisual
=========================================================*/
#mv {
  z-index: 0;
  height: 100vh;
  position: relative;
}

#mv .bx-wrapper,
#mv ul {
  height: 100%;
}

#mv .catch {
  text-align: center;
}

#mv .catch img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 999;
  margin: auto;
}

#mv li {
  height: 100vh;
}

#mv li:nth-child(1) {
  background: url(../img/mv/slider01-bg.jpg) no-repeat center/cover;
}

#mv li:nth-child(2) {
  background: url(../img/mv/slider02-bg.jpg) no-repeat center/cover;
}

#mv li:nth-child(3) {
  background: url(../img/mv/slider03-bg.jpg) no-repeat center/cover;
}

#mv li:nth-child(4) {
  background: url(../img/mv/slider04-bg.jpg) no-repeat center/cover;
}

#mv .catch img {
  width: 60%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 100;
}

#mv-wrp {
  position: relative;
}

#mv-wrp .mv-txt-list {
  width: 8%;
  position: absolute;
  left: 2%;
  top: 50vh;
  z-index: 1;
  margin-top: -25vh;
}

#mv-wrp .mv-txt-list li {
  margin-bottom: 15px;
}

#mv-wrp .mv-txt-list li:last-child {
  margin-bottom: 0;
}

/*=========================================================
	トップページ
=========================================================*/
/*共通タイトル
=========================================================*/
#contents-u {
  padding: 100px 0 120px;
}

/*共通ボタン
=========================================================*/
.more-btn01 {
  position: relative;
  text-align: center;
  display: block;
  letter-spacing: 1.2px;
  transition: all 0.3s;
  margin: 0 auto;
  font-size: 14px;
  border: solid #000 1px;
  background: #000;
  color: #fff;
  font-weight: bold;
  padding: 10px 0;
  overflow: hidden;
}

.more-btn01:before,
.more-btn01:after {
  content: "";
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  box-sizing: border-box;
}

.more-btn01 span {
  position: relative;
  transition: all 0.3s;
  transform: scale(1, 1);
  z-index: 10;
}

.more-btn01 span {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .more-btn01 {
    font-size: 3.5vw;
  }
}

.more-btn01:hover {
  background: #fff;
  border: solid #000 1px;
}

.more-btn01:hover span {
  color: #000;
}

.more-btn02 {
  position: relative;
  text-align: center;
  display: block;
  letter-spacing: 1.2px;
  transition: all 0.3s;
  margin: 0 auto;
  font-size: 14px;
  border: solid #000 1px;
  background: #000;
  color: #fff;
  font-weight: bold;
  padding: 10px 0;
  overflow: hidden;
}

.more-btn02:before,
.more-btn02:after {
  content: "";
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  box-sizing: border-box;
}

.more-btn02 span {
  position: relative;
  transition: all 0.3s;
  transform: scale(1, 1);
  z-index: 10;
}

.more-btn02 span {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .more-btn02 {
    font-size: 3.5vw;
  }
}

.more-btn02:before {
  opacity: 0;
  background: rgba(255, 255, 255, 0.4);
  transform: scale(1, 0.1);
}

.more-btn02:after {
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.more-btn02:hover:before {
  opacity: 1;
  transform: scale(1, 1);
}

.more-btn02:hover:after {
  opacity: 0;
  transform: scale(1, 0.1);
}

.more-btn03 {
  position: relative;
  text-align: center;
  display: block;
  letter-spacing: 1.2px;
  transition: all 0.3s;
  margin: 0 auto;
  font-size: 14px;
  border: solid #000 1px;
  background: #000;
  color: #fff;
  font-weight: bold;
  padding: 10px 0;
  overflow: hidden;
}

.more-btn03:before,
.more-btn03:after {
  content: "";
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  box-sizing: border-box;
}

.more-btn03 span {
  position: relative;
  transition: all 0.3s;
  transform: scale(1, 1);
  z-index: 10;
}

.more-btn03 span {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .more-btn03 {
    font-size: 3.5vw;
  }
}

.more-btn03:before {
  opacity: 0;
  background: rgba(255, 255, 255, 0.5);
  transform: scale(0.1, 0.1);
}

.more-btn03:hover:before {
  opacity: 1;
  transform: scale(1, 1);
}

.more-btn03:hover:after {
  transform: scale(0, 0);
  opacity: 0;
}

.more-btn04 {
  position: relative;
  text-align: center;
  display: block;
  letter-spacing: 1.2px;
  transition: all 0.3s;
  margin: 0 auto;
  font-size: 14px;
  border: solid #000 1px;
  background: #000;
  color: #fff;
  font-weight: bold;
  padding: 10px 0;
  overflow: hidden;
}

.more-btn04:before,
.more-btn04:after {
  content: "";
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  box-sizing: border-box;
}

.more-btn04 span {
  position: relative;
  transition: all 0.3s;
  transform: scale(1, 1);
  z-index: 10;
}

.more-btn04 span {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .more-btn04 {
    font-size: 3.5vw;
  }
}

.more-btn05 {
  position: relative;
  text-align: center;
  display: block;
  letter-spacing: 1.2px;
  transition: all 0.3s;
  margin: 0 auto;
  font-size: 14px;
  border: solid #000 1px;
  background: #000;
  color: #fff;
  font-weight: bold;
  padding: 10px 0;
  overflow: hidden;
}

.more-btn05:before,
.more-btn05:after {
  content: "";
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  box-sizing: border-box;
}

.more-btn05 span {
  position: relative;
  transition: all 0.3s;
  transform: scale(1, 1);
  z-index: 10;
}

.more-btn05 span {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .more-btn05 {
    font-size: 3.5vw;
  }
}

.more-btn {
  width: 640px;
  display: block;
  background: #9d3939;
  margin: 0 auto;
  padding: 10px 0;
  border-radius: 20px;
  text-align: center;
  transition: .2s all ease-in;
}

.more-btn span {
  position: relative;
  color: #fff;
  font-weight: 700;
  padding-left: 15px;
}

.more-btn span:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 0;
  height: 0;
  border: solid transparent 5px;
  border-left: solid #fff 5px;
  margin-top: -5px;
}

.more-btn:hover {
  opacity: .8;
}

.mail-btn {
  display: block;
  background: #9d3939;
  border: solid 1px #9d3939;
  text-align: center;
  border-radius: 25px;
  width: 200px;
  padding: 10px 0;
  transition: 0.3s all ease;
}

.mail-btn span {
  position: relative;
  padding-left: 35px;
  color: #fff;
}

.mail-btn span:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 20px;
  height: 14px;
  background: url("../img/common/mail-icon.png") no-repeat center/contain;
  margin-top: -7px;
}

.mail-btn:hover {
  opacity: .8;
}

.mail-btn:hover span {
  color: #fff;
}

.com-tel {
  font-size: 32px;
  font-weight: 700;
}

.com-tel span {
  padding-left: 38px;
  position: relative;
  color: #9d3939;
}

.com-tel span:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 30px;
  height: 30px;
  background: url("../img/common/tel-icon.png") no-repeat center/contain;
  margin-top: -15px;
}

.more-btn-line-start {
  width: 100%;
  color: #11a983;
  background: transparent;
  border-width: 2px;
  border-style: solid;
  border-color: #11a983;
  position: relative;
  display: inline-block;
  padding: 0.5em 1em;
  transition: all 0.3s ease-in-out;
  text-align: center;
  font-family: comfortaa;
  font-weight: bold;
  box-sizing: border-box;
}

.more-btn-line-start:before,
.more-btn-line-start:after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  border-color: #11a983;
  border-style: solid;
  width: 1em;
  height: 1em;
  transition: all 0.3s ease-in-out;
}

.more-btn-line-start:before {
  top: -6px;
  left: -6px;
  border-width: 2px 0 0 2px;
  z-index: 5;
}

.more-btn-line-start:after {
  bottom: -6px;
  right: -6px;
  border-width: 0 2px 2px 0;
}

.more-btn-line-start:hover {
  color: #fff;
  background-color: #11a983;
  border-color: #11a983;
}

.more-btn-line-start:hover:before,
.more-btn-line-start:hover:after {
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  border-color: #11a983;
}

.more-btn-line-turn {
  width: 100%;
  color: #11a983;
  background: transparent;
  border-width: 2px;
  border-style: solid;
  border-color: #11a983;
  position: relative;
  display: inline-block;
  padding: 0.5em 1em;
  transition: all 0.3s ease-in-out;
  text-align: center;
  font-family: comfortaa;
  font-weight: bold;
  box-sizing: border-box;
}

.more-btn-line-turn:before,
.more-btn-line-turn:after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  border-color: #11a983;
  border-style: solid;
  width: 1em;
  height: 1em;
  transition: all 0.3s ease-in-out;
}

.more-btn-line-turn:before {
  top: -6px;
  left: -6px;
  border-width: 2px 0 0 2px;
  z-index: 5;
}

.more-btn-line-turn:after {
  bottom: -6px;
  right: -6px;
  border-width: 0 2px 2px 0;
}

.more-btn-line-turn:hover {
  color: #fff;
  background-color: #11a983;
  border-color: #11a983;
}

.more-btn-line-turn:hover:before,
.more-btn-line-turn:hover:after {
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  border-color: #11a983;
  transform: rotateY(180deg);
}

.more-btn-line-turn {
  width: 100%;
  color: #11a983;
  background: transparent;
  border-width: 2px;
  border-style: solid;
  border-color: #11a983;
  position: relative;
  display: inline-block;
  padding: 0.5em 1em;
  transition: all 0.3s ease-in-out;
  text-align: center;
  font-family: comfortaa;
  font-weight: bold;
  box-sizing: border-box;
}

.more-btn-line-turn:before,
.more-btn-line-turn:after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  border-color: #11a983;
  border-style: solid;
  width: 1em;
  height: 1em;
  transition: all 0.3s ease-in-out;
}

.more-btn-line-turn:before {
  top: -6px;
  left: -6px;
  border-width: 2px 0 0 2px;
  z-index: 5;
}

.more-btn-line-turn:after {
  bottom: -6px;
  right: -6px;
  border-width: 0 2px 2px 0;
}

.more-btn-line-turn:hover {
  color: #fff;
  background-color: #11a983;
  border-color: #11a983;
}

.more-btn-line-turn:hover:before,
.more-btn-line-turn:hover:after {
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  border-color: #11a983;
  transform: rotateY(180deg);
}

.curtn-btn-top {
  padding: 15px 0;
  font-weight: bold;
  display: block;
  position: relative;
  text-align: center;
  z-index: 10;
  background: #9d3939;
  overflow: hidden;
}

.curtn-btn-top:before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: #272727;
  transition: all 0.3s ease-in-out;
}

.curtn-btn-top span {
  position: relative;
  z-index: 100;
}

.curtn-btn-top:before {
  left: 0;
  top: -100%;
}

.curtn-btn-top:hover:before {
  top: 0;
}

.curtn-btn-right {
  padding: 15px 0;
  font-weight: bold;
  display: block;
  position: relative;
  text-align: center;
  z-index: 10;
  background: #9d3939;
  overflow: hidden;
}

.curtn-btn-right:before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: #272727;
  transition: all 0.3s ease-in-out;
}

.curtn-btn-right span {
  position: relative;
  z-index: 100;
}

.curtn-btn-right:before {
  right: -100%;
  top: 0;
}

.curtn-btn-right:hover:before {
  right: 0;
}

.curtn-btn-bottom {
  padding: 15px 0;
  font-weight: bold;
  display: block;
  position: relative;
  text-align: center;
  z-index: 10;
  background: #9d3939;
  overflow: hidden;
}

.curtn-btn-bottom:before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: #272727;
  transition: all 0.3s ease-in-out;
}

.curtn-btn-bottom span {
  position: relative;
  z-index: 100;
}

.curtn-btn-bottom:before {
  left: 0;
  bottom: -100%;
}

.curtn-btn-bottom:hover:before {
  bottom: 0;
}

.curtn-btn-left {
  padding: 15px 0;
  font-weight: bold;
  display: block;
  position: relative;
  text-align: center;
  z-index: 10;
  background: #9d3939;
  overflow: hidden;
}

.curtn-btn-left:before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: #272727;
  transition: all 0.3s ease-in-out;
}

.curtn-btn-left span {
  position: relative;
  z-index: 100;
}

.curtn-btn-left:before {
  left: -100%;
  top: 0;
}

.curtn-btn-left:hover:before {
  left: 0;
}

.line-dash-btn-01 {
  text-align: center;
  display: block;
  position: relative;
  background: none;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.9);
}

.line-dash-btn-01:before,
.line-dash-btn-01:after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: #9d3939;
}

.line-dash-btn-01:before {
  right: 0;
  top: 0;
}

.line-dash-btn-01:after {
  left: 0;
  bottom: 0;
}

.line-dash-btn-01 span {
  color: #fff;
  display: block;
  padding: 15px 0;
}

.line-dash-btn-01 span:before,
.line-dash-btn-01 span:after {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: #9d3939;
}

.line-dash-btn-01 span:before {
  right: 0;
  bottom: 0;
}

.line-dash-btn-01 span:after {
  left: 0;
  top: 0;
}

.line-dash-btn-01:hover:before,
.line-dash-btn-01:hover:after {
  transition-delay: 0s;
  width: 100%;
}

.line-dash-btn-01:hover span:before,
.line-dash-btn-01:hover span:after {
  transition-delay: 0.2s;
  height: 100%;
}

.line-dash-btn-02 {
  text-align: center;
  display: block;
  position: relative;
  background: none;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.9);
}

.line-dash-btn-02:before,
.line-dash-btn-02:after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: #9d3939;
}

.line-dash-btn-02:before {
  right: 0;
  top: 0;
}

.line-dash-btn-02:after {
  left: 0;
  bottom: 0;
}

.line-dash-btn-02 span {
  color: #fff;
  display: block;
  padding: 15px 0;
}

.line-dash-btn-02 span:before,
.line-dash-btn-02 span:after {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: #9d3939;
}

.line-dash-btn-02 span:before {
  right: 0;
  bottom: 0;
}

.line-dash-btn-02 span:after {
  left: 0;
  top: 0;
}

.line-dash-btn-02:hover:before,
.line-dash-btn-02:hover:after {
  transition-delay: 0s;
  width: 100%;
}

.line-dash-btn-02:hover span:before,
.line-dash-btn-02:hover span:after {
  transition-delay: 0s;
  height: 100%;
}

.line-dash-btn-03 {
  text-align: center;
  display: block;
  position: relative;
  background: none;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.9);
}

.line-dash-btn-03:before,
.line-dash-btn-03:after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: #9d3939;
}

.line-dash-btn-03:before {
  right: 0;
  top: 0;
}

.line-dash-btn-03:after {
  left: 0;
  bottom: 0;
}

.line-dash-btn-03 span {
  color: #fff;
  display: block;
  padding: 15px 0;
}

.line-dash-btn-03 span:before,
.line-dash-btn-03 span:after {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: #9d3939;
}

.line-dash-btn-03 span:before {
  right: 0;
  top: 0;
}

.line-dash-btn-03 span:after {
  left: 0;
  bottom: 0;
}

.line-dash-btn-03:hover:before,
.line-dash-btn-03:hover:after {
  transition-delay: 0s;
  width: 100%;
}

.line-dash-btn-03:hover span:before,
.line-dash-btn-03:hover span:after {
  transition-delay: 0s;
  height: 100%;
}

/*top-news
=========================================================*/
#top-news {
  position: relative;
  z-index: 10;
}

#top-news .top-news-outbox {
  position: absolute;
  left: 0;
  top: -100px;
  width: 100%;
  margin: 0 auto;
}

#top-news .top-news-wrp {
  width: 1080px;
  position: relative;
  padding: 10px 20px;
  box-sizing: border-box;
  border-radius: 25px;
  margin: 0 auto;
  background: url(../img/top/top-news-bg.jpg);
}

#top-news .top-news-wrp .top-news-ttl {
  width: 65px;
  margin-right: 15px;
  position: relative;
}

#top-news .top-news-wrp .top-news-ttl:before {
  content: "";
  position: absolute;
  display: block;
  top: -10px;
  right: auto;
  bottom: auto;
  left: -20px;
  width: 40px;
  height: 32px;
  background: url("../img/top/top-news-ttl-frame.png") no-repeat center/contain;
  margin-top: -7px;
}

#top-news .top-news-wrp .top-news-post {
  margin-right: 100px;
  width: 730px;
}

#top-news .top-news-wrp .top-news-post a {
  font-weight: 700;
}

#top-news .top-news-wrp .top-news-post a time {
  font-size: 12px;
  color: #9d3939;
  width: 80px;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px dotted #9d3939;
  position: relative;
  letter-spacing: 0;
}

#top-news .top-news-wrp .top-news-post a time span {
  position: relative;
  padding-left: 10px;
}

#top-news .top-news-wrp .top-news-post a time span:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 0;
  height: 0;
  border: solid transparent 4px;
  border-left: solid #9d3939 4px;
  margin-top: -2px;
}

#top-news .top-news-wrp .top-news-post a .top-news-post-ttl {
  font-size: 14px;
}

#top-news .news-more-btn {
  position: absolute;
  right: 20px;
  top: 50%;
  display: block;
  text-align: center;
  width: 80px;
  padding: 5px 0;
  background: #9d3939;
  color: #fff;
  font-weight: 700;
  border-radius: 15px;
  font-size: 10px;
  margin-top: -1.2rem;
}

#top-news .news-more-btn span {
  position: relative;
  padding-left: 10px;
}

#top-news .news-more-btn span:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 0;
  height: 0;
  border: solid transparent 3px;
  border-left: solid #fff 3px;
  margin-top: -3px;
}

/*top-measures
=========================================================*/
#top-measures {
  padding: 100px 0 90px;
  background: url(../img/top/top-measures-bg.jpg);
}

#top-measures .top-measures-box {
  border-radius: 20px;
  padding: 5px;
  box-sizing: border-box;
  background: url(../img/top/top-measures-list-bg.jpg);
}

#top-measures .top-measures-box .top-measures-inbox {
  padding: 15px 0 40px;
  border: dashed #9d3939 0.2rem;
  border-radius: 20px;
  box-sizing: border-box;
}

#top-measures .top-measures-box .top-measures-ttl {
  font-weight: 700;
  text-align: center;
  padding-bottom: 20px;
  background: url(../img/top/top-measures-ttl-wave.png) no-repeat center bottom;
  margin-bottom: 30px;
}

#top-measures .top-measures-box .top-measures-ttl span {
  display: block;
  line-height: 1.8;
}

#top-measures .top-measures-box .top-measures-ttl .sub {
  font-size: 22px;
}

#top-measures .top-measures-box .top-measures-ttl .main {
  font-size: 28px;
}

#top-measures .top-measures-box .top-measures-ttl .main strong {
  font-size: 32px;
  color: #9d3939;
}

#top-measures .top-measures-list li {
  width: 220px;
  text-align: center;
  margin-right: 60px;
}

#top-measures .top-measures-list li:last-child {
  margin-right: 0;
}

#top-measures .top-measures-list li .top-measures-txt {
  margin-top: -30px;
}

/*top-about
=========================================================*/
#top-about {
  padding: 65px 0 180px;
  position: relative;
  background: url(../img/top/top-about-wave.png) no-repeat left top/100%, url(../img/top/top-about-bg.jpg) no-repeat center/cover;
}

#top-about:before {
  content: "";
  position: absolute;
  display: block;
  top: -10px;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 10px;
  background: url("../img/top/top-about-wave-frame.png") no-repeat center/contain;
  z-index: 100;
  background-position: bottom left;
}

#top-about .top-about-ttl {
  text-align: center;
  padding-bottom: 35px;
  margin-bottom: 25px;
  background: url(../img/top/top-about-ttl-line.png) no-repeat center bottom;
}

#top-about .top-about-ttl span {
  display: block;
}

#top-about .top-about-ttl .sub {
  margin-bottom: 20px;
}

#top-about .top-about-txt {
  text-align: center;
  margin-bottom: 50px;
}

#top-about .top-about-wrp {
  position: relative;
  margin-bottom: 50px;
}

#top-about .top-about-wrp .top-about-img02 {
  position: absolute;
  right: 0;
  bottom: 0;
  padding-bottom: 30px;
}

#top-about .top-about-caution {
  text-align: center;
}

#top-about .top-about-caution span {
  font-weight: 700;
  font-size: 24px;
  position: relative;
  padding: 0 45px;
}

#top-about .top-about-caution span:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 32px;
  height: 32px;
  background: url("../img/top/top-about-txt-l.png") no-repeat center/contain;
  margin-top: -16px;
}

#top-about .top-about-caution span:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  width: 32px;
  height: 32px;
  background: url("../img/top/top-about-txt-r.png") no-repeat center/contain;
  margin-top: -16px;
}

/*top-problem
=========================================================*/
#top-problem {
  padding: 85px 0 100px;
  background: url(../img/top/top-problem-line-btm.png) repeat-x left bottom, url(../img/top/top-problem-bg.png);
  position: relative;
}

#top-problem:before {
  content: "";
  position: absolute;
  display: block;
  top: -110px;
  right: auto;
  bottom: auto;
  left: 50%;
  width: 380px;
  height: 110px;
  background: url("../img/top/top-problem-frame.png") no-repeat center/contain;
  margin-left: -190px;
}

#top-problem .top-problem-ttl {
  text-align: center;
  position: relative;
  z-index: 10;
  width: 670px;
  padding-bottom: 20px;
  margin: 0 auto 30px;
  font-weight: 900;
  font-size: 36px;
  letter-spacing: .2rem;
  background: url(../img/top/top-problem-ttl-line.png) no-repeat center bottom;
}

#top-problem .top-problem-ttl em {
  font-size: 45px;
  color: #9d3939;
}

#top-problem .top-problem-ttl span {
  display: block;
}

#top-problem .top-problem-ttl .icon {
  position: absolute;
  left: 0;
  right: 0;
  top: -145px;
  width: 210px;
  margin: 0 auto;
}

#top-problem .top-problem-ttl .eng {
  position: absolute;
  left: -70px;
  top: -20px;
}

#top-problem .top-problem-txt {
  text-align: center;
  margin-bottom: 45px;
}

#top-problem .top-problem-info-wrp article {
  width: 330px;
  margin-right: 40px;
  background: #fff;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 20px;
}

#top-problem .top-problem-info-wrp article:last-child {
  margin-right: 0;
}

#top-problem .top-problem-info-wrp article .top-problem-info-ttl,
#top-problem .top-problem-info-wrp article .icon {
  text-align: center;
}

#top-problem .top-problem-info-wrp article .icon {
  margin-bottom: 10px;
}

#top-problem .top-problem-info-wrp article .icon img {
  width: auto;
  height: 94px;
}

#top-problem .top-problem-info-wrp article .top-problem-info-ttl {
  border-bottom: 0.5rem dotted #9d3939;
  font-weight: 900;
  font-size: 24px;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

#top-problem .top-problem-info-wrp article .top-problem-info-ttl em {
  font-size: 32px;
  color: #9d3939;
}

#top-problem .top-problem-info-wrp article .top-problem-info-list-box {
  background: #f6f5f1;
  border-radius: 20px;
  height: 180px;
  box-sizing: border-box;
  margin-bottom: 25px;
}

#top-problem .top-problem-info-wrp article .top-problem-info-list-box li {
  font-weight: 700;
  position: relative;
  padding-left: 28px;
  letter-spacing: 0;
  box-sizing: border-box;
  margin-bottom: 5px;
  font-size: 15px;
}

#top-problem .top-problem-info-wrp article .top-problem-info-list-box li:last-child {
  margin-bottom: 0;
}

#top-problem .top-problem-info-wrp article .top-problem-info-list-box li:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 23px;
  height: 21px;
  background: url("../img/common/check-icon.png") no-repeat center/contain;
  margin-top: -10.5px;
}

#top-problem .top-problem-info-wrp article .more-btn {
  width: 100%;
}

/*top-voice
=========================================================*/
#top-voice {
  padding: 80px 0;
  background: url(../img/top/top-voice-bg.jpg);
}

#top-voice .top-voice-ttl {
  text-align: center;
  margin-bottom: 35px;
  font-size: 45px;
  font-weight: 700;
}

#top-voice .top-voice-ttl span {
  position: relative;
}

#top-voice .top-voice-ttl span:before {
  content: "";
  position: absolute;
  display: block;
  top: -30px;
  right: auto;
  bottom: auto;
  left: -185px;
  width: 175px;
  height: 151px;
  background: url("../img/top/top-voice-icon.png") no-repeat center/contain;
}

#top-voice .top-voice-ttl span:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: -70px;
  bottom: auto;
  left: auto;
  width: 48px;
  height: 35px;
  background: url("../img/top/top-voice-fukidashi.png") no-repeat center/contain;
  margin-top: -14.5px;
}

#top-voice .top-voice-post {
  padding: 65px;
  border-radius: 20px;
  position: relative;
  box-sizing: border-box;
  background: url(../img/top/top-voice-bg-img.png) no-repeat right 30px bottom 30px, #fff url(../img/top/top-voice-bg.png) no-repeat right bottom;
}

#top-voice .top-voice-post .voice-more {
  position: absolute;
  right: 330px;
  bottom: 240px;
  transition: .2s all ease-in;
}

#top-voice .top-voice-post .voice-more:hover {
  opacity: .8;
}

#top-voice .top-voice-post .top-voice-postbox article {
  margin: 40px 40px 0 0;
  position: relative;
}

#top-voice .top-voice-post .top-voice-postbox article:nth-child(2n) {
  margin-right: 0;
}

#top-voice .top-voice-post .top-voice-postbox article:nth-child(-n + 2) {
  margin-top: 0;
}

/* #top-voice .top-voice-post .top-voice-postbox article:after {
  content: "";
  position: absolute;
  display: block;
  top: 10px;
  right: auto;
  bottom: auto;
  left: 10px;
  width: 30px;
  height: 30px;
  background: url("../img/common/zoom-icon.png") no-repeat center/contain;
  z-index: 10;
} */

#top-voice .top-voice-post .top-voice-postbox article .com-img {
  width: 450px;
  height: 350px;
  background: url(../img/common/no-img.jpg) no-repeat center/cover;
  margin-bottom: 10px;
}

#top-voice .top-voice-post .top-voice-postbox article .top-voice-post-ttl {
  transition: .2s all ease-in;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: 700;

}

/*top-shop
=========================================================*/
#top-shop {
  padding: 35px 0 100px;
  background: url(../img/top/top-shop-bg.png);
}

#top-shop .top-shop-ttl {
  width: 460px;
  margin: 0 auto 80px;
  text-align: center;
  position: relative;
  padding: 75px 0 30px;
  background: url(../img/top/top-shop-ttl-top.png) no-repeat center top, url(../img/top/top-shop-ttl-btm.png) no-repeat center bottom;
}

#top-shop .top-shop-ttl span {
  display: block;
}

#top-shop .top-shop-ttl .main {
  line-height: 1;
  font-size: 45px;
  font-weight: 700;
}

#top-shop .top-shop-ttl .eng {
  position: absolute;
  right: -65px;
  bottom: -65px;
}

#top-shop .top-shop-ttl .icon {
  margin-bottom: 15px;
}

#top-shop .top-shop-info {
  margin-bottom: 40px;
}

#top-shop #map-iframe {
  margin-bottom: 50px;
}

#top-shop #map-iframe .map-ttl {
  text-align: center;
  margin-bottom: 20px;
}

#top-shop #map-iframe .map-iframe {
  height: 360px;
}

/*=========================================================
	footer
=========================================================*/
#com-fixed {
  position: fixed;
  right: 1%;
  bottom: 5%;
  z-index: 100;
}

#com-fixed .sns-fixed-list {
  width: 65px;
  margin-bottom: 15px;
  text-align: center;
}

#com-fixed .sns-fixed-list li {
  margin-bottom: 10px;
}

#com-fixed .sns-fixed-list li:last-child {
  margin-bottom: 0;
}

#com-fixed .sns-fixed-list .line-fixed {
  margin-left: -5px;
}

#com-fixed #pagetop {
  text-align: right;
}

#footer {
  position: relative;
}

#footer:before {
  content: "";
  position: absolute;
  display: block;
  top: -20px;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 20px;
  background: url("../img/common/ft-frame.png") no-repeat center/contain;
  background-position: bottom left;
}

#footer .ft-wrp {
  padding: 60px 0 40px;
  background: #fff;
}

#footer .ft-wrp .inbox {
  padding: 20px 0 30px;
  border-radius: 20px;
  background: url(../img/common/ft-bg.jpg);
  width: 90%;
}

#footer .ft-wrp .ft-box {
  width: 1080px;
  margin: 0 auto;
}

#footer .ft-wrp .ft-box .ft-logo {
  text-align: center;
  margin-bottom: 20px;
}

#footer .ft-wrp .ft-box .map-icon span:before {
  color: #9d3939;
}

#footer .ft-wrp .ft-info-box {
  margin-bottom: 30px;
}

#footer .ft-wrp .ft-info-box .ft-tel-works {
  width: 265px;
  margin-right: 25px;
}

#footer .ft-wrp .ft-info-box .ft-worday-holiday {
  font-size: 14px;
}

#footer .ft-wrp .ft-info-box .ft-worday-holiday .in-dl {
  letter-spacing: 0;
}

#footer .ft-wrp .ft-info-box .ft-worday-holiday .in-dl {
  margin-right: 5px;
  line-height: 1;
}

#footer .ft-wrp .ft-info-box .ft-worday-holiday .in-dl:last-child {
  margin-right: 0;
}

#footer .ft-wrp .ft-info-box .ft-worday-holiday .in-dl dt {
  padding-right: 5px;
  margin-right: 5px;
  border-right: 1px solid #272727;
}

#footer .ft-link {
  margin-bottom: 50px;
}

#footer .ft-link li {
  margin-right: 15px;
}

#footer .ft-link li:last-child {
  margin-right: 0;
}

#footer .ft-navbox .contents {
  text-align: center;
  margin-bottom: 10px;
}

#footer .ft-navbox .ft-nav {
  margin-bottom: 20px;
  line-height: 1;
  font-size: 0;
}

#footer .ft-navbox .ft-nav:last-of-type {
  margin-bottom: 0;
}

#footer .ft-navbox .ft-nav>li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 10px;
  padding: 0 10px 0 10px;
  border-right: 1px solid #272727;
}

#footer .ft-navbox .ft-nav>li:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 0;
  height: 0;
  border: solid transparent 4px;
  border-left: solid #9d3939 4px;
  margin-top: -2px;
}

#footer .ft-navbox .ft-nav>li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

#footer .ft-navbox .ft-nav>li a {
  font-weight: 700;
  transition: .2s all ease-in;
  font-size: 12px;
}

#footer .ft-navbox .ft-nav>li a:hover {
  color: #9d3939;
}

#footer .ft-navbox .ft-nav .innav>a,
#footer .ft-navbox .ft-nav .innav .ft-innav {
  display: inline-block;
  vertical-align: middle;
}

#footer .ft-navbox .ft-nav .innav>a>li,
#footer .ft-navbox .ft-nav .innav .ft-innav>li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

#footer .ft-navbox .ft-nav .innav>a>li:last-child,
#footer .ft-navbox .ft-nav .innav .ft-innav>li:last-child {
  margin-right: 0;
}

#footer .ft-navbox .ft-nav .innav>a {
  margin-right: 10px;
}

#footer #copyright {
  text-align: center;
  padding: 5px 0;
}

#footer #copyright small {
  color: #272727;
  font-size: 12px;
}

#footer #copyright small a {
  color: #272727;
}

/*=========================================================
	下層ページ
=========================================================*/
/*下層サブビジュアル
=========================================================*/
#ma {
  height: 430px;
  background: url(../img/common/ma-bg.jpg) no-repeat center/cover;
}

#ma .ma-ttl {
  width: 780px;
  height: 140px;
  margin-top: 80px;
  background: url(../img/common/ma-ttl-l.png) no-repeat center left/contain, url(../img/common/ma-ttl-r.png) no-repeat center right/contain;
}

#ma .ma-ttl span {
  letter-spacing: .2rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-size: 50px;
  display: block;
  padding-bottom: 10px;
  display: block;
  background: url(../img/common/ma-ttl-line.png) no-repeat center bottom;
}

/*下層共通タイトル
=========================================================*/
.ttl01 {
  font-size: 36px;
  font-weight: 700;
  background: url(../img/common/ttl01-line.png) repeat-x left bottom;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.ttl02 {
  font-weight: 700;
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.5;
  border-bottom: 0.2rem dotted #9d3939;
}

.common-ttl {
  text-align: center;
  font-weight: 700;
  font-size: 38px;
  margin-bottom: 50px;
}

/*下層共通パーツ
=========================================================*/
/*パンくず
=========================================================*/
#bread-clumb {
  width: 100%;
  position: absolute;
  margin: 0 auto;
  padding: 10px 0 50px;
}

#bread-clumb li {
  position: relative;
  color: #272727;
  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: #272727;
}

/*共通テーブル
=========================================================*/
.com-dl {
  border-radius: 20px;
  overflow: hidden;
}

.com-dl>.in-dl {
  border-bottom: 1px solid #fff;
  background: #f6f5f1;
}

.com-dl>.in-dl:last-child {
  border-bottom: none;
}

.com-dl>.in-dl dt,
.com-dl>.in-dl dd {
  padding: 15px 25px;
}

.com-dl>.in-dl>dt {
  vertical-align: top;
  background: #9d3939;
  color: #fff;
}

.com-dl>.in-dl>dd {
  vertical-align: top;
}

.com-dl>.in-dl>dd a {
  color: #272727;
}

/*業務内容
=========================================================*/
.service-u .com-service-box {
  margin-bottom: 50px;
}

.service-u .com-service-box .inbox {
  position: relative;
  background: url(../img/common/com-stamp-line.png) no-repeat center bottom;
  padding-bottom: 90px;
}

.service-u .com-service-box .service-img {
  position: absolute;
  top: 0;
  right: 0;
}

.service-u .com-service-box .com-service-txtbox {
  width: 650px;
}

.service-u .com-service-box .com-service-txtbox .com-service-txt {
  margin-bottom: 45px;
  font-size: 15px;
}

.service-u .com-service-box .com-service-txtbox .com-service-txt p {
  margin-bottom: 20px;
}

.service-u .com-service-box .com-service-txtbox .com-service-txt p:last-child {
  margin-bottom: 0;
}

.service-u .com-service-box:nth-child(odd) .service-img {
  left: 0;
  right: auto;
}

.service-u .com-service-box:nth-child(odd) .com-service-txtbox {
  margin-left: auto;
}

.service-u .com-service-box:last-child {
  margin-bottom: 0;
}

.service-u .com-service-box:last-child .inbox {
  padding-bottom: 0;
  background: none;
}

.service-u .more-btn {
  width: 480px;
}

/*キューリン自動車について
=========================================================*/
#about-shop {
  padding: 30px 0 150px;
}

#about-shop .about-shop-txtbox {
  background: url(../img/about/about-shop-bg.jpg) no-repeat center/cover;
  text-align: center;
  border-radius: 20px;
  padding: 15px 0 70px;
}

#about-shop .about-shop-txtbox .about-shop-ttl {
  padding-top: 25px;
  box-sizing: border-box;
  width: 863px;
  height: 211px;
  margin: 0 auto 20px;
  background: url(../img/about/about-shop-ttl-bg.png) no-repeat center/contain;
  line-height: 1;
}

#about-shop .about-shop-txtbox .about-shop-ttl span {
  display: block;
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 10px;
}

#about-shop .about-shop-txtbox .about-shop-ttl span:last-child {
  margin-bottom: 0;
}

#about-shop .about-shop-txtbox .about-shop-ttl em {
  color: #9d3939;
}

#about-shop .about-shop-txtbox .about-shop-ttl .wave {
  padding-bottom: 15px;
  background: url(../img/about/about-shop-ttl-wave.png) no-repeat center bottom/contain;
}

#about-shop .about-shop-txtbox .about-shop-txt {
  color: #fff;
}

#about-shop .about-shop-txtbox .about-shop-txt p {
  margin-bottom: 20px;
}

#about-shop .about-shop-txtbox .about-shop-txt p:last-of-type {
  margin-bottom: 0;
}

#about-strength {
  padding: 90px 0;
  position: relative;
  background: url(../img/common/wave-top-bg.png) no-repeat left top, url(../img/common/wave-btm-bg.png) no-repeat left bottom, url(../img/about/about-strength-bg.jpg);
}

#about-strength .about-strength-ttl {
  text-align: center;
  position: absolute;
  left: 0;
  top: -80px;
  width: 100%;
}

#about-strength .about-strength-info {
  width: 860px;
  margin: 0 auto;
}

#about-strength .about-strength-info article {
  width: 400px;
  margin: 45px 60px 0 0;
  text-align: center;
}

#about-strength .about-strength-info article:nth-child(2n) {
  margin-right: 0;
}

#about-strength .about-strength-info article:nth-child(-n + 2) {
  margin-top: 0;
}

#about-strength .about-strength-info article .about-strength-icon {
  margin-bottom: 10px;
}

#about-strength .about-strength-info article .about-strength-info-ttl {
  font-weight: 900;
  line-height: 1.5;
  font-size: 24px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 0.2rem dotted #9d3939;
}

#about-strength .about-strength-info article .about-strength-info-ttl em {
  font-size: 32px;
  color: #9d3939;
}

#greeting {
  padding: 80px 0 0;
}

#greeting .greeting-info .ceo-img {
  width: 371px;
}

#greeting .greeting-info .greeting-txtbox {
  width: 680px;
  padding: 35px;
  margin-top: 40px;
  box-sizing: border-box;
  border-radius: 20px;
  position: relative;
  background: #f6f5f1;
}

#greeting .greeting-info .greeting-txtbox:before {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: auto;
  bottom: -28px;
  left: 50px;
  width: 34px;
  height: 28px;
  background: url("../img/about/fukidashi-icon.png") no-repeat center/contain;
}

#greeting .greeting-info .greeting-txtbox .eng {
  position: absolute;
  left: 30px;
  top: -15px;
}

#greeting .greeting-info .greeting-txtbox p {
  margin-bottom: 20px;
}

#greeting .greeting-info .greeting-txtbox p:last-child {
  margin-bottom: 0;
}

#greeting .movie-frame {
  width: 854px;
  height: 480px;
  position: relative;
  border: solid #9d3939 8px;
  box-sizing: border-box;
  margin: 100px auto 0;
}

#greeting .movie-frame iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/*車検/一般整備・修理/自動車販売
=========================================================*/
.com-trouble {
  text-align: center;
  position: relative;
}

.com-trouble:before {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: auto;
  bottom: -25px;
  left: 50%;
  width: 90px;
  height: 48px;
  background: url("../img/common/solution-arrow.png") no-repeat center/contain;
  margin-left: -45px;
}

.com-trouble .com-info-ttl {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 20px;
}

.com-trouble .com-info-ttl span {
  position: relative;
  padding: 0 55px 0 85px;
}

.com-trouble .com-info-ttl span:after {
  content: "";
  position: absolute;
  display: block;
  top: -15px;
  right: 0;
  bottom: auto;
  left: auto;
  width: 33px;
  height: 31px;
  background: url("../img/common/com-trouble-ttl-icon-r.png") no-repeat center/contain;
}

.com-trouble .com-trouble-box {
  padding: 65px 0;
  background: url(../img/common/com-wave02-top.png) no-repeat left top/100%, url(../img/common/com-trouble-bg.jpg);
}

.com-solution {
  text-align: center;
  padding: 50px 0;
  background: url(../img/common/solution-bg.png);
}

.com-solution .solution-ttl {
  text-align: center;
  margin: 0 auto 35px;
  width: 970px;
  background: url(../img/common/solution-ttl-stamp-line.png) no-repeat center bottom/100%;
  padding: 80px 0 75px;
  position: relative;
}

.com-solution .solution-ttl:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  width: 66px;
  height: 75px;
  background: url("../img/common/solution-ttl-icon.png") no-repeat center/contain;
  margin-left: -33px;
}

.com-solution .solution-ttl .sub {
  display: block;
}

.com-solution .solution-ttl .main {
  display: inline-block;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: .2rem;
  position: relative;
  padding: 0 65px;
}

.com-solution .solution-ttl .main::before,
.com-solution .solution-ttl .main:after {
  margin-top: -33px;
}

.com-solution .solution-ttl .main:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 52px;
  height: 66px;
  background: url("../img/common/solution-ttl-frame-l.png") no-repeat center/contain;
}

.com-solution .solution-ttl .main:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  width: 52px;
  height: 66px;
  background: url("../img/common/solution-ttl-frame-r.png") no-repeat center/contain;
}

.com-solution .solution-ttl .main em {
  color: #9d3939;
}

.com-solution .solution-ttl .main .line {
  position: relative;
}

.com-solution .solution-ttl .main .line:before {
  z-index: 5;
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: auto;
  bottom: -20px;
  left: 50%;
  width: 124px;
  height: 51px;
  background: url("../img/common/solution-ttl-line.png") no-repeat center/contain;
  margin-left: -62px;
}

.com-solution .solution-ttl .main .line .in-line {
  position: relative;
  z-index: 100;
}

.com-solution .solution-txt {
  padding-bottom: 60px;
}

.com-solution .solution-txt p {
  margin-bottom: 20px;
}

.com-solution .solution-txt p:last-child {
  margin-bottom: 0;
}

/*一般整備・修理
=========================================================*/
#repair-trouble .com-info-ttl span:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 59px;
  height: 39px;
  background: url("../img/repair/repair-trouble-ttl-icon-l.png") no-repeat center/contain;
  margin-top: -19.5px;
}

#repair-solution .solution-txt {
  background: url(../img/common/solution-txt-bg-l.png) no-repeat left top, url(../img/repair/repair-solution-r.png) no-repeat right bottom;
}

#price-list {
  padding-top: 80px;
}

#price-list .price-list {
  padding: 20px;
  box-sizing: border-box;
  border-radius: 20px;
  background: #f6f5f1;
  margin-bottom: 5px;
}

#price-list .price-list .in-dl {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
}

#price-list .price-list .in-dl:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

#price-list .price-list .in-dl dt,
#price-list .price-list .in-dl dd {
  font-weight: 700;
  line-height: 1.5;
  padding: 5px 0;
  display: table-cell;
  vertical-align: top;
}

#price-list .price-list .in-dl dt {
  width: 800px;
  padding-left: 10px;
  box-sizing: border-box;
  border-left: 3px solid #9d3939;
}

#price-list .price-list .in-dl dd {
  font-size: 20px;
  width: 240px;
  text-align: right;
  color: #9d3939;
}

#price-list .caution {
  text-align: right;
}

.price-list-txt{
  text-align: right;
  margin-top: 15px;
}

/*点検・車検
=========================================================*/
#inspection-trouble .com-info-ttl span {
  padding-left: 70px;
}

#inspection-trouble .com-info-ttl span:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 46px;
  height: 39px;
  background: url("../img/inspection/inspection-trouble-ttl-icon-l.png") no-repeat center/contain;
  margin-top: -19.5px;
}

#inspection-solution .solution-txt {
  background: url(../img/common/solution-txt-bg-l.png) no-repeat left top, url(../img/inspection/inspection-solution-r.png) no-repeat right bottom;
}

#inspection-flow .inspection-flow-list article {
  margin-bottom: 50px;
  padding: 20px;
  box-sizing: border-box;
  background: #f6f5f1;
  border-radius: 20px;
  position: relative;
}

#inspection-flow .inspection-flow-list article:before {
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: auto;
  bottom: -65px;
  left: 50%;
  width: 0;
  height: 0;
  border: solid transparent 26px;
  border-top: solid #9d3939 26px;
  margin-left: -26px;
}

#inspection-flow .inspection-flow-list article:last-child {
  margin-bottom: 0;
}

#inspection-flow .inspection-flow-list article:last-child:before {
  display: none;
}

#inspection-flow .inspection-flow-list article .inspection-img {
  width: 220px;
}

#inspection-flow .inspection-flow-list article .inspection-box {
  width: 800px;
}

#inspection-flow .inspection-flow-list article .inspection-flow-ttl {
  line-height: 1.5;
  border-bottom: 1px dotted #9d3939;
  padding: 0 0 10px 95px;
  box-sizing: border-box;
  margin-bottom: 15px;
  position: relative;
  font-weight: 700;
  font-size: 24px;
  color: #9d3939;
}

#inspection-flow .inspection-flow-list article .inspection-flow-ttl .inspection-num {
  width: 82px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -35.5px;
}

#inspection-flow .inspection-flow-list article .inspection-flow-txt p {
  margin-bottom: 15px;
}

#inspection-flow .inspection-flow-list article .inspection-flow-txt p:last-child {
  margin-bottom: 0;
}

#inspection-flow .inspection-flow-list article .inspection-flow-txt ul {
  margin-bottom: 15px;
}

#price-list .caution-txt a {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  width: 600px;
  background: #9d3939;
  color: #fff;
  margin: 50px auto 0;
  padding: 20px 0;
  border-radius: 10px;
  transition: .1s all ease-in;
}

#price-list .caution-txt a:hover {
  opacity: .8;
}

/*自動車販売
=========================================================*/
#sales-trouble .com-info-ttl span:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 59px;
  height: 39px;
  background: url("../img/sales/sales-trouble-ttl-icon-l.png") no-repeat center/contain;
  margin-top: -19.5px;
}

#sales-solution .solution-txt {
  background: url(../img/common/solution-txt-bg-l.png) no-repeat left top, url(../img/sales/sales-solution-r.png) no-repeat right bottom;
}

/*お客様の声
=========================================================*/
#contents-u.voice-u {
  padding-bottom: 0;
}

#all-voice .voice-ttl {
  font-weight: 700;
  font-size: 36px;
  text-align: center;
  padding: 50px 0 35px;
  line-height: 1;
  margin-bottom: 45px;
  background: url(../img/voice/voice-ttl-arch-icon.png) no-repeat center top, url(../img/voice/voice-ttl-line.png) no-repeat center bottom;
}

#all-voice .voice-ttl span {
  padding-left: 65px;
  position: relative;
}

#all-voice .voice-ttl span:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 51px;
  height: 57px;
  background: url("../img/voice/voice-note-icon.png") no-repeat center/contain;
  margin-top: -28.5px;
}

#all-voice .voice-ttl em {
  color: #9d3939;
}

#all-voice .tag-list {
  width: 1080px;
  margin: 0 auto 40px;
}

#all-voice .voice-post {
  padding: 85px 0;
  background: url(../img/common/wave-top-bg.png) no-repeat top left/100%, url(../img/common/wave-btm-bg.png) no-repeat bottom left/100%, url(../img/voice/voice-bg.jpg);
}

#all-voice .voice-post article {
  padding: 30px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 20px;
  margin-bottom: 45px;
  position: relative;
}

#all-voice .voice-post article:before {
  content: "";
  position: absolute;
  display: block;
  top: -25px;
  right: auto;
  bottom: auto;
  left: 20px;
  width: 32px;
  height: 40px;
  background: url("../img/common/clip-icon.png") no-repeat center/contain;
}

#all-voice .voice-post article:last-child {
  margin-bottom: 0;
}

#all-voice .voice-post article .com-img {
  width: 300px;
  padding-top: 230px;
  background: url(../img/common/no-img.jpg) no-repeat center/cover;
}

#all-voice .voice-post article .voice-txtbox {
  width: 700px;
}

#all-voice .voice-post article .voice-txtbox .tag-name {
  color: #9d3939;
  font-size: 12px;
  font-weight: 700;
  padding-left: 25px;
  position: relative;
  margin-bottom: 10px;
}

#all-voice .voice-post article .voice-txtbox .tag-name:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 16px;
  height: 14px;
  background: url("../img/common/review-icon.png") no-repeat center/contain;
  margin-top: -7px;
}

#all-voice .voice-post article .voice-txtbox .voice-post-ttl {
  font-weight: 700;
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.5;
  border-bottom: 0.2rem dotted #9d3939;
}

/*在庫一覧
=========================================================*/
#all-cars .cars-post article {
  width: 250px;
  margin: 40px 25px 0 0;
  background: #f6f5f1;
}

#all-cars .cars-post article:nth-child(4n) {
  margin-right: 0;
}

#all-cars .cars-post article:nth-child(-n + 4) {
  margin-top: 0;
}

#all-cars .cars-post article a {
  padding: 10px;
  display: block;
  box-sizing: border-box;
}

#all-cars .cars-post article a:hover {
  opacity: .8;
  transition: .2s all ease-in;
}

#all-cars .cars-post article .com-img {
  height: 180px;
  background: #ccc url(../img/common/no-img.jpg) no-repeat center/cover;
  margin-bottom: 10px;
}

#all-cars .cars-post article .cars-post-ttl {
  font-weight: 700;
  padding-bottom: 10px;
  line-height: 1.5;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}

#all-cars .cars-post article .price-dl {
  margin-bottom: 20px;
}

#all-cars .cars-post article .price-dl .in-dl {
  margin-bottom: 10px;
}

#all-cars .cars-post article .price-dl .in-dl:last-child {
  margin-bottom: 0;
}

#all-cars .cars-post article .price-dl .in-dl dt,
#all-cars .cars-post article .price-dl .in-dl dd {
  font-size: 12px;
  display: table-cell;
  line-height: 1;
  vertical-align: middle;
}

#all-cars .cars-post article .price-dl .in-dl dt {
  padding: 5px 0;
  font-weight: 700;
  color: #9d3939;
  width: 75px;
  text-align: center;
  border: solid 1px #9d3939;
  box-sizing: border-box;
}

#all-cars .cars-post article .price-dl .in-dl dd {
  text-align: right;
  padding-left: 10px;
  font-size: 20px;
  width: 160px;
  font-weight: 700;
}

#all-cars .cars-post article .price-dl .total-pay dd {
  font-size: 26px;
  color: #9d3939;
}

#all-cars .more-btn {
  width: 100%;
  padding: 8px 0;
  line-height: 1;
}

#all-cars .more-btn span {
  font-size: 13px;
}

/*在庫詳細
=========================================================*/
#s-cars .s-cars-box {
  width: 950px;
  margin: 0 auto;
}

#s-cars .s-cars-box .tag-name {
  text-align: center;
  margin-bottom: 30px;
}

#s-cars .s-cars-box .tag-name li {
  padding: 5px 10px;
  font-size: 14px;
  background: #9d3939;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  border-radius: 15px;
}

#s-cars #main-thumb {
  width: 800px;
  margin: 0 auto 50px;
}

#s-cars #main-thumb .cars-main-img {
  height: 500px;
  margin-bottom: 20px;
}

#s-cars #main-thumb .cars-thumb-list {
  box-sizing: border-box;
}

#s-cars #main-thumb .cars-thumb-list li {
  float: left;
  margin: 16px 16px 0 0;
  width: 120px;
  height: 85px;
  cursor: pointer;
}

#s-cars #main-thumb .cars-thumb-list li:nth-child(6n) {
  margin-right: 0;
}

#s-cars #main-thumb .cars-thumb-list li:nth-child(-n + 6) {
  margin-top: 0;
}

#s-cars .price-dl {
  padding-bottom: 10px;
  width: 600px;
  margin: 0 auto 50px;
  border-bottom: 1px solid #9d3939;
}

#s-cars .price-dl .in-dl {
  margin-right: 30px;
}

#s-cars .price-dl .in-dl:last-child {
  margin-right: 0;
}

#s-cars .price-dl .in-dl dt,
#s-cars .price-dl .in-dl dd {
  display: inline-block;
  vertical-align: middle;
}

#s-cars .price-dl .in-dl dt {
  margin-right: 10px;
  text-align: center;
  width: 100px;
  font-weight: 700;
  padding: 5px 0;
  font-size: 15px;
  color: #9d3939;
  border: solid 1px #9d3939;
}

#s-cars .price-dl .in-dl dd {
  font-weight: 700;
  font-size: 20px;
}

#s-cars .price-dl .total-pay dd {
  font-size: 25px;
  color: #9d3939;
}

#s-cars .cars-info-dl {
  width: 800px;
  margin: 0 auto 50px;
}

#s-cars .cars-info-dl .in-dl dt {
  width: 200px;
}

#s-cars .cars-info-dl .in-dl dd {
  width: 600px;
}

/*会社概要
=========================================================*/
#shop-info .shop-dl {
  display: block;
  margin-bottom: 40px;
}

#shop-info .shop-imglist {
  margin-bottom: 80px;
}

#shop-info .shop-imglist li {
  margin-right: 20px;
}

#shop-info .shop-imglist li:last-child {
  margin-right: 0;
}

#map .map-ttl {
  text-align: center;
  margin-bottom: 15px;
}

#map .map-iframe {
  height: 400px;
  background: #ccc;
}

/*お知らせ一覧
=========================================================*/
.post-wrp .tag-change li a {
  border: solid 1px #9d3939;
  color: #9d3939;
  background: #fff;
}

.post-wrp .tag-change .current a {
  background: #9d3939;
}

.post-wrp .tag-change .current a span {
  color: #fff;
}

.post-wrp .all-post-list article {
  border-bottom: 1px solid #9d3939;
}

.post-wrp .all-post-list article a {
  color: #272727;
}

.post-wrp .all-post-list article a .tag-name {
  border: solid 1px #9d3939;
}

.post-wrp .all-post-list article a .tag-name span {
  color: #9d3939;
}

.post-wrp .all-post-list article a time {
  background: #9d3939;
}

.post-wrp .all-post-list article a time span {
  color: #fff;
}

.post-wrp .all-post-list article a time span:before {
  border-left: #fff solid 5px;
}

/*お知らせ個別
=========================================================*/
#contents-u.s-post .sb_style h1 {
  border-bottom: 1px solid #9d3939;
}

#contents-u.s-post .sb_style h2 {
  border-left: 5px solid #9d3939;
}

#contents-u.s-post .sb_style h3 {
  background: #9d3939;
  color: #fff;
}

#contents-u.s-post .sb_style h4:before {
  background: #9d3939;
}

#contents-u.s-post .sb_style h5 {
  background: #f2f2f2;
}

#contents-u.s-post .sb_style h6 {
  color: #9d3939;
}

#contents-u.s-post .sb_style ul li:before {
  background: #9d3939;
}

#contents-u.s-post .sb_style ol li:before {
  color: #fff;
  background: #9d3939;
}

#contents-u.s-post .sb_style a {
  color: #9d3939;
}

#contents-u.s-post .s-time-tag {
  text-align: right;
  margin-top: 100px;
  padding-top: 10px;
  border-top: 1px solid #9d3939;
}

#contents-u.s-post .s-time-tag time {
  color: #9d3939;
  font-weight: bold;
}

#contents-u.s-post .tag-name {
  min-width: 130px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding: 8px 20px;
  box-sizing: border-box;
  border: solid 1px #9d3939;
  margin-bottom: 20px;
  line-height: 1;
  color: #9d3939;
}

#contents-u.s-post .tag-name span {
  color: #9d3939;
}

/*お問い合わせ
=========================================================*/
.cont-dl .in-dl dt .hissu {
  background: #fff;
  color: #9d3939;
}

.cont-dl .in-dl dd input[type="text"],
.cont-dl .in-dl dd input[type="num"] {
  border: solid #ccc 1px;
  background: #fff;
}

.cont-dl .in-dl dd textarea {
  border: solid #ccc 1px;
  background: #fff;
}

.contact-btn ul li #form-btn {
  border: solid 1px #9d3939;
  background-color: #9d3939;
}

.contact-btn ul li:hover #form-btn {
  color: #9d3939;
  background: #fff;
}

/*pagenation
--------------------------------------------*/
ul.pagenation li a {
  color: #38322d;
}

ul.pagenation li.current {
  color: #fff;
  background: #9d3939;
}

/*page-btn
--------------------------------------------*/
.page-btn {
  margin-bottom: 80px;
}

.page-btn .left a:before {
  border-right: solid #9d3939 5px;
}

.page-btn .right a:before {
  border-left: solid #9d3939 5px;
}

/*サイトマップ
=========================================================*/
#site-map ul li {
  border-bottom: 1px solid #9d3939;
}

#site-map ul li a {
  color: #272727;
}

#site-map ul li a:before {
  border-left: 8px solid #9d3939;
}

#site-map ul li a:hover {
  color: #9d3939;
}

#site-map ul li a:hover:before {
  left: 10px;
}

/*404
=========================================================*/
.not-found-txt p a {
  color: #9d3939;
}

/*リキャプチャ---------------*/
#recap-id {
  padding: 20px 0;
}

.recap-inwrap {
  width: 300px;
  margin: 0 auto 50px;
}

/*送信完了---------------*/
.send-comp {
  text-align: center;
}

.send-comp p {
  line-height: 1.5em;
}

.send-comp-ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
}

/*ドロワーメニュー
------------------------------------------------------*/
.drawer-nav {
  text-align: left;
  padding: 3% 3% !important;
  box-sizing: border-box;
  background: rgba(75, 63, 57, 0.95);
  border-radius: 25px 0 0 25px;
}

.drawer-nav .drawer-menu>li {
  border-bottom: 1px solid #c6beaf;
}

.drawer-nav .drawer-menu>li:last-child {
  margin-bottom: 0;
}

.drawer-nav .drawer-menu>li>a {
  font-size: 18px;
  display: block;
  padding: .8vw 1vw;
  box-sizing: border-box;
  font-weight: bold;
  color: #fff;
}

.drawer-nav .drawer-menu>li .drawer-innav li {
  margin-bottom: 1vw;
  padding-left: 1.5vw;
  box-sizing: border-box;
}

.drawer-nav .drawer-menu>li .drawer-innav li a {
  color: #fff;
  font-weight: 700;
}

.drawer-dropdown-menu {
  padding: 10% 0 5% !important;
  background: none !important;
}

.drawer-dropdown-menu li {
  font-size: 0.9rem;
  margin-bottom: 10px;
  padding-left: 30px;
  box-sizing: border-box;
}

.drawer-dropdown-menu li:last-child {
  margin-bottom: 0;
}

.drawer-dropdown-menu li a {
  position: relative;
}

.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-nav,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  z-index: 100000 !important;
}

.drawer--right.drawer-open .drawer-hamburger {
  top: 2%;
  right: 1% !important;
  z-index: 1000000 !important;
}

.drawer--right.drawer-open .drawer-hamburger .drawer-hamburger-icon:before,
.drawer--right.drawer-open .drawer-hamburger .drawer-hamburger-icon:after {
  background: #fff !important;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  background-color: #9d3939 !important;
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent !important;
}

.drawer-toggle.drawer-hamburger {
  background: transparent !important;
  right: 1% !important;
  top: 2%;
}

.drawer-hamburger {
  width: 40px;
}

.drawer-hamburger-icon {
  margin-top: 5px;
}

.drawer-hamburger-icon:before {
  top: -12px;
}

.drawer-hamburger-icon:after {
  top: 12px;
}

.sp-tel {
  margin-top: 10px;
  text-align: center;
  box-sizing: border-box;
}

.sp-tel .com-tel span {
  color: #fff;
}

.drawer-mail-btn {
  margin: 1vw auto;
}

.drawer-works {
  margin-bottom: 10px;
  color: #fff;
}

.drawer-sns li {
  margin-right: 1%;
}

.drawer-sns li:last-child {
  margin-right: 0;
}

.drawer-nav {
  width: 35vw !important;
}

.drawer--top.drawer-open .drawer-nav {
  top: 0;
  width: -35vw;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}