@charset "UTF-8";
/* ===================================================
　共通コード
====================================================*/
body {
  min-width: 1280px;
  line-height: 1.75;
  letter-spacing: 0.1rem;
}

.pc-none {
  display: none !important;
}

.inbox {
  width: 1080px;
  margin: 0 auto;
}

a[href^="tel:"] {
  pointer-events: none;
}

/*共通パーツ
----------------------------------------------------*/
.com-dl .in-dl,
.com-dl dd,
.com-dl dt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.com-dl > .in-dl > dt,
.com-dl > .in-dl > dd {
  font-size: 15px;
  display: table-cell;
  vertical-align: middle;
  padding: 10px 20px;
}

.com-dl > .in-dl > dt {
  width: 300px;
}

.com-dl > .in-dl > dd {
  width: 780px;
}

.map-icon {
  text-align: center;
}

.map-icon span:before {
  font-family: "Font Awesome 5 Free";
  content: '\f3c5';
  font-weight: 900;
}

/*お知らせ一覧
----------------------------------------------------*/
.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 {
  padding: 10px 15px;
  display: block;
}

.post-wrp .all-post-list article {
  margin-bottom: 25px;
}

.post-wrp .all-post-list article a {
  padding: 0 0 25px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.post-wrp .all-post-list article a .tag-time {
  margin-bottom: 25px;
}

.post-wrp .all-post-list article a .tag-name,
.post-wrp .all-post-list article a time {
  min-width: 125px;
  line-height: 1;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 1%;
  font-size: 12px;
}

.post-wrp .all-post-list article a time {
  display: block;
}

.post-wrp .all-post-list article a time span {
  padding-left: 10px;
  color: #fff;
  position: relative;
}

.post-wrp .all-post-list article a time span:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  height: 0;
  border: transparent solid 5px;
  border-left: #fff solid 5px;
  margin-top: -5px;
}

.post-wrp .all-post-list article a .com-img {
  width: 200px;
  height: 200px;
}

.post-wrp .all-post-list article a .post-thumb-text {
  width: 855px;
}

.post-wrp .all-post-list article a h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

/*ページネーション
----------------------------------------------------*/
ul.pagenation,
ul.pagenation li,
ul.pagenation li a {
  line-height: 1;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  -js-display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

ul.pagenation {
  margin-top: 20px;
  text-align: center;
  margin-bottom: 30px;
}

ul.pagenation li a {
  width: 45px;
  height: 45px;
  font-size: 17px;
}

ul.pagenation li.current {
  width: 45px;
  height: 45px;
  font-size: 20px;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*ページボタン
----------------------------------------------------*/
.page-btn {
  position: relative;
  margin-top: 30px;
}

.page-btn a {
  position: relative;
  font-weight: bold;
}

.page-btn .right,
.page-btn .left {
  position: absolute;
}

.page-btn .right a,
.page-btn .left a {
  font-size: 16px;
}

.page-btn .right a:before,
.page-btn .left a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 5px;
  height: 5px;
  margin-top: -5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.page-btn .left {
  left: 0;
}

.page-btn .left a {
  position: relative;
  padding-left: 20px;
}

.page-btn .left a:before {
  left: 0;
  border: solid 5px transparent;
}

.page-btn .right {
  right: 0;
}

.page-btn .right a {
  position: relative;
  padding-right: 20px;
}

.page-btn .right a:before {
  right: 0;
  border: solid 5px transparent;
}

/*プライバシーポリシー
----------------------------------------------------*/
#contents-u.privacy .privacy-box {
  margin-bottom: 50px;
}

#contents-u.privacy .privacy-box:last-child {
  margin-bottom: 0;
}

/*サイトマップ
----------------------------------------------------*/
#site-map ul li a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  padding: 15px 0 15px 35px;
  position: relative;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#site-map ul li a::before {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -8px;
  border: solid 8px transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

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

/*お問い合わせ
----------------------------------------------------*/
.error-text {
  color: #f44336;
}

.cont-dl {
  margin-bottom: 40px;
}

.cont-dl .in-dl dt, .cont-dl .in-dl dd {
  font-size: 15px;
}

.cont-dl .in-dl dt {
  width: 320px;
  position: relative;
  vertical-align: top;
}

.cont-dl .in-dl dt .hissu {
  line-height: 1;
  padding: 2px 8px;
  position: absolute;
  right: 0;
  font-size: 13px;
}

.cont-dl .in-dl dd {
  width: 760px;
}

.cont-dl .in-dl dd input[type="text"],
.cont-dl .in-dl dd input[type="num"] {
  width: 100%;
  padding: 5px;
  border: solid #ccc 1px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.cont-dl .in-dl dd textarea {
  padding: 5px;
  border: solid #ccc 1px;
  width: 100%;
  height: 200px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.8;
}

.cont-dl .in-dl dd #pc01,
.cont-dl .in-dl dd #pc02 {
  margin-bottom: 10px;
}

.cont-dl .in-dl dd #pc01 {
  width: 60px !important;
}

.cont-dl .in-dl dd #pc02 {
  width: 80px !important;
}

.contact-btn ul {
  text-align: center;
}

.contact-btn ul li {
  display: inline-block;
  position: relative;
  margin-right: 40px;
}

.contact-btn ul li #form-btn {
  width: 340px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 3px;
  cursor: pointer;
  padding: 25px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: bold;
}

.contact-btn ul li:last-child {
  margin-right: 0;
}

/*ページが見つかりません。
----------------------------------------------------*/
.not-found-txt {
  text-align: center;
}

.not-found-txt p {
  font-size: 16px;
  line-height: 1.8;
}

.not-found-txt p a {
  font-weight: bold;
}
/*# sourceMappingURL=common.css.map */