@charset "UTF-8";
/******************************************
[フォント]
******************************************/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Oswald:wght@200;400;600&display=swap");
/******************************************
[フォントサイズ]
******************************************/
/******************************************
[カラー]
******************************************/
/******************************************
[メディアクエリ]
******************************************/
/******************************************
[ホバー]
******************************************/
/******************************************
[シャドー]
******************************************/
/******************************************
[カラム表示2〜6] 
******************************************/
.column-2n,
.thumbnail-2n {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.column-2n .column-box,
.column-2n .thumbnail-box,
.thumbnail-2n .column-box,
.thumbnail-2n .thumbnail-box {
  width: calc((100% + 60px) / 2 - 60px);
  margin: 60px 60px 0 0;
  /*** フレックスアイテムの並べ替え ***/
}
.column-2n .column-box:nth-child(-n+2),
.column-2n .thumbnail-box:nth-child(-n+2),
.thumbnail-2n .column-box:nth-child(-n+2),
.thumbnail-2n .thumbnail-box:nth-child(-n+2) {
  margin-top: 0;
}
.column-2n .column-box:nth-child(2n), .column-2n .column-box:last-child,
.column-2n .thumbnail-box:nth-child(2n),
.column-2n .thumbnail-box:last-child,
.thumbnail-2n .column-box:nth-child(2n),
.thumbnail-2n .column-box:last-child,
.thumbnail-2n .thumbnail-box:nth-child(2n),
.thumbnail-2n .thumbnail-box:last-child {
  margin-right: 0;
}
.column-2n .column-box.left,
.column-2n .thumbnail-box.left,
.thumbnail-2n .column-box.left,
.thumbnail-2n .thumbnail-box.left {
  order: 1;
  margin: 0 60px 0 0;
}
.column-2n .column-box.right,
.column-2n .thumbnail-box.right,
.thumbnail-2n .column-box.right,
.thumbnail-2n .thumbnail-box.right {
  order: 2;
  margin: 0 0 0 0;
}
.column-2n .column-box.w100,
.column-2n .thumbnail-box.w100,
.thumbnail-2n .column-box.w100,
.thumbnail-2n .thumbnail-box.w100 {
  width: 100%;
}

.column-3n,
.thumbnail-3n {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.column-3n .column-box,
.column-3n .thumbnail-box,
.thumbnail-3n .column-box,
.thumbnail-3n .thumbnail-box {
  width: calc((100% + 60px) / 3 - 60px);
  margin: 60px 60px 0 0;
}
.column-3n .column-box:nth-child(-n+3),
.column-3n .thumbnail-box:nth-child(-n+3),
.thumbnail-3n .column-box:nth-child(-n+3),
.thumbnail-3n .thumbnail-box:nth-child(-n+3) {
  margin-top: 0;
}
.column-3n .column-box:nth-child(3n),
.column-3n .thumbnail-box:nth-child(3n),
.thumbnail-3n .column-box:nth-child(3n),
.thumbnail-3n .thumbnail-box:nth-child(3n) {
  margin-right: 0;
}

.column-4n,
.thumbnail-4n {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.column-4n .column-box,
.column-4n .thumbnail-box,
.thumbnail-4n .column-box,
.thumbnail-4n .thumbnail-box {
  width: calc((100% + 60px) / 4 - 60px);
  margin: 60px 60px 0 0;
}
.column-4n .column-box:nth-child(-n+4),
.column-4n .thumbnail-box:nth-child(-n+4),
.thumbnail-4n .column-box:nth-child(-n+4),
.thumbnail-4n .thumbnail-box:nth-child(-n+4) {
  margin-top: 0;
}
.column-4n .column-box:nth-child(4n),
.column-4n .thumbnail-box:nth-child(4n),
.thumbnail-4n .column-box:nth-child(4n),
.thumbnail-4n .thumbnail-box:nth-child(4n) {
  margin-right: 0;
}

.column-5n,
.thumbnail-5n {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.column-5n .column-box,
.column-5n .thumbnail-box,
.thumbnail-5n .column-box,
.thumbnail-5n .thumbnail-box {
  width: calc((100% + 60px) / 5 - 60px);
  margin: 60px 60px 0 0;
}
.column-5n .column-box:nth-child(-n+5),
.column-5n .thumbnail-box:nth-child(-n+5),
.thumbnail-5n .column-box:nth-child(-n+5),
.thumbnail-5n .thumbnail-box:nth-child(-n+5) {
  margin-top: 0;
}
.column-5n .column-box:nth-child(5n),
.column-5n .thumbnail-box:nth-child(5n),
.thumbnail-5n .column-box:nth-child(5n),
.thumbnail-5n .thumbnail-box:nth-child(5n) {
  margin-right: 0;
}

.column-6n,
.thumbnail-6n {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.column-6n .column-box,
.column-6n .thumbnail-box,
.thumbnail-6n .column-box,
.thumbnail-6n .thumbnail-box {
  width: calc((100% + 60px) / 6 - 60px);
  margin: 60px 60px 0 0;
}
.column-6n .column-box:nth-child(-n+6),
.column-6n .thumbnail-box:nth-child(-n+6),
.thumbnail-6n .column-box:nth-child(-n+6),
.thumbnail-6n .thumbnail-box:nth-child(-n+6) {
  margin-top: 0;
}
.column-6n .column-box:nth-child(6n),
.column-6n .thumbnail-box:nth-child(6n),
.thumbnail-6n .column-box:nth-child(6n),
.thumbnail-6n .thumbnail-box:nth-child(6n) {
  margin-right: 0;
}

/* sp */
@media screen and (max-width: 769px) {
  .column-2n,
  .thumbnail-2n {
    display: block;
  }
  .column-2n .column-box,
  .column-2n .thumbnail-box,
  .thumbnail-2n .column-box,
  .thumbnail-2n .thumbnail-box {
    width: 100%;
    margin: 0 0 20px;
  }
  .column-2n .column-box:last-child,
  .column-2n .thumbnail-box:last-child,
  .thumbnail-2n .column-box:last-child,
  .thumbnail-2n .thumbnail-box:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  .column-3n,
  .thumbnail-3n {
    display: block;
  }
  .column-3n .column-box,
  .column-3n .thumbnail-box,
  .thumbnail-3n .column-box,
  .thumbnail-3n .thumbnail-box {
    width: 100%;
    margin: 0 0 20px;
  }
  .column-3n .column-box:last-child,
  .column-3n .thumbnail-box:last-child,
  .thumbnail-3n .column-box:last-child,
  .thumbnail-3n .thumbnail-box:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  .column-4n,
  .thumbnail-4n {
    display: block;
  }
  .column-4n .column-box,
  .column-4n .thumbnail-box,
  .thumbnail-4n .column-box,
  .thumbnail-4n .thumbnail-box {
    width: 100%;
    margin: 0 0 20px;
  }
  .column-4n .column-box:last-child,
  .column-4n .thumbnail-box:last-child,
  .thumbnail-4n .column-box:last-child,
  .thumbnail-4n .thumbnail-box:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  .column-5n,
  .thumbnail-5n {
    display: block;
  }
  .column-5n .column-box,
  .column-5n .thumbnail-box,
  .thumbnail-5n .column-box,
  .thumbnail-5n .thumbnail-box {
    width: 100%;
    margin: 0 0 20px;
  }
  .column-5n .column-box:last-child,
  .column-5n .thumbnail-box:last-child,
  .thumbnail-5n .column-box:last-child,
  .thumbnail-5n .thumbnail-box:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  .column-6n,
  .thumbnail-6n {
    display: block;
  }
  .column-6n .column-box,
  .column-6n .thumbnail-box,
  .thumbnail-6n .column-box,
  .thumbnail-6n .thumbnail-box {
    width: 100%;
    margin: 0 0 20px;
  }
  .column-6n .column-box:last-child,
  .column-6n .thumbnail-box:last-child,
  .thumbnail-6n .column-box:last-child,
  .thumbnail-6n .thumbnail-box:last-child {
    margin-bottom: 0;
  }
}
/******************************************
[スクロール後グローバルナビ（clone-nav）]  
******************************************/
.clone-nav {
  position: fixed;
  z-index: 1000;
  top: -10px;
  left: 0;
  width: 100%;
  max-width: 100% !important;
  transition: 0.3s;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  background: #fff;
  border-bottom: 1px solid #f5f5f5;
  padding: 10px 0;
}

/* sp */
@media screen and (max-width: 769px) {
  .clone-nav {
    z-index: 0;
  }
  .clone-nav .header-right {
    display: none;
  }
}
.is-show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  top: 0;
}

.button, .telBtn {
  display: none;
}

/******************************************
[チェックボックス]  
******************************************/
.check {
  /** インライン版 **/
}
.check li {
  font-size: 1rem;
  text-indent: -1.5em;
  padding: 0 0 20px 1.5em;
  margin-bottom: 20px;
  border-bottom: 1px dotted #b9b9b9;
}
.check li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom-width: 0;
}
.check li:before {
  content: "\e901";
  font-family: "icomoon";
  margin-right: 0.5em;
}
.check.inline {
  display: flex;
  flex-wrap: wrap;
}
.check.inline li {
  margin: 1%;
  padding: 0 0 0 1.5rem;
}
.check.inline li:last-child {
  border-bottom: 1px dotted #b9b9b9;
}

/* sp */
@media screen and (max-width: 769px) {
  .check {
    /** インライン版 **/
  }
  .check li {
    font-size: 0.8rem;
  }
  .check.inline li {
    margin: 2.5%;
    padding: 0 0 0 1.5rem;
  }
}
/******************************************
[トピックス]
******************************************/
.topics li {
  width: 100%;
  border-bottom: 1px dashed #b9b9b9;
  margin-bottom: 15px;
}
.topics li a {
  line-height: 1;
  display: flex;
  align-items: center;
  padding: 0 0 15px;
}
.topics_date {
  font-size: 80%;
  color: #fff;
  background: #333;
  border-radius: 100px;
  padding: 5px 10px;
  flex-shrink: 1;
}
.topics_title {
  width: 100%;
  overflow: hidden;
  display: block;
  padding-left: 10px;
  flex-shrink: 0;
}
.topics_thumb {
  width: 100%;
  height: 15vh;
  display: block;
  border: 1px solid #b9b9b9;
  background: #f5f5f5;
  margin-bottom: 5px;
  overflow: hidden;
}
.topics_thumb:before {
  content: "";
  background: url("../img/logo-header.png") center no-repeat;
  background-size: 70%;
  opacity: 0.3;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.topics_thumb img {
  width: 100%;
  max-width: inherit;
  height: 100%;
  object-fit: cover;
}
.topics-detail {
  border: 1px solid #b9b9b9;
  border-radius: 15px;
  padding: 30px;
}
.topics-detail .topics_title {
  font-size: 1.5rem;
  font-weight: bold;
}
.topics-detail .topics_date {
  font-size: 0.875rem;
  text-align: right;
  margin: 20px 0;
}
.topics-detail .topics_thumb img {
  width: 100%;
  max-width: inherit;
  height: auto;
  max-height: 400px;
  display: block;
  margin: auto;
}
.topics-detail .topics_body a {
  text-decoration: underline;
}

/* sp */
/* トピックスページャー */
.topics_paging {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  margin: 2px 0 0;
  clear: both;
}
.topics_paging li {
  font-size: 0.875rem;
  line-height: 1;
  text-align: center;
  width: 24px !important;
  height: 24px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 4px !important;
  list-style: none;
  border: 1px solid #b9b9b9 !important;
  padding: 0 !important;
}
.topics_paging li a {
  font-size: 0.875rem;
  color: #d3a371;
  text-decoration: underline;
  display: block;
  padding: 5px;
}

/* sp */
@media screen and (max-width: 769px) {
  .topics_paging li {
    width: auto;
    font-size: 0.75rem;
    padding: 2px;
  }
  .topics_paging li a {
    font-size: 0.75rem;
  }
}
/******************************************
[SP時の電話番号処理] ※“tel:”をリンクから外す  
******************************************/
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/******************************************
[frame] BOXフレーム
******************************************/
.frame {
  padding: 15px;
  border-width: 1px;
  border-style: solid;
}
.frame-white {
  border-color: #b9b9b9;
  background: #fff;
  padding: 20px;
  border-radius: 15px;
}

/* sp */
@media screen and (max-width: 769px) {
  .frame-white {
    padding: 15px;
    border-radius: 10px;
  }
}
/******************************************
[txtImg] 画像とテキストの組み合わせ
******************************************/
.txtImg {
  display: flex;
  margin-bottom: 40px;
}
.txtImg-img {
  width: 400px;
  margin: 0 40px 0 0;
  flex-shrink: 0;
}
.txtImg-img img {
  width: 100%;
  border-radius: 5px;
}
.txtImg-txt {
  width: 100%;
  flex-shrink: 1;
}
.txtImg:nth-of-type(even) .txtImg-img {
  order: 2;
  margin: 0 0 0 40px;
}
.txtImg:nth-of-type(even) .txtImg-txt {
  order: 1;
}
.txtImg:last-of-type {
  margin-bottom: 0;
}

/* sp */
@media screen and (max-width: 769px) {
  .txtImg {
    display: block;
  }
  .txtImg-img {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 10px;
  }
}
/******************************************
[totop] トップへ戻るボタン
******************************************/
.pagetop {
  position: fixed;
  z-index: 10;
  transition: 0.3s;
}

/******************************************
基本テーブルデザイン
******************************************/
table.basic {
  width: 100%;
  table-layout: fixed;
  /* sp */
}
table.basic tr {
  border-bottom: 1px dashed #b9b9b9;
}
table.basic tr > th, table.basic tr td {
  vertical-align: top;
  padding: 20px 0;
}
table.basic tr > th {
  text-align-last: justify;
}
table.basic tr > td {
  padding-left: 50px;
}
table.basic tr:first-child {
  border-top: 1px dashed #b9b9b9;
}
@media screen and (max-width: 769px) {
  table.basic tr > th, table.basic tr td {
    font-size: 0.75rem;
    padding: 15px 0;
  }
  table.basic tr > th {
    width: 80px;
  }
  table.basic tr > td {
    padding-left: 20px;
  }
}

/******************************************
[global]
******************************************/
html, body {
  height: 100%;
  margin: auto;
  -webkit-overflow-scrolling: touch;
}

body {
  font-family: "Oswald", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
}

/* sp */
@media screen and (max-width: 769px) {
  body {
    font-size: 14px;
  }
}
/******************************************
[テキスト関連]
******************************************/
p {
  line-height: 1.8;
  text-align: justify;
}

a {
  color: #d3a371;
}
a:hover {
  text-decoration: underline;
}

/*** テキスト拡大 ***/
.big, big {
  font-size: 130%;
}

/*** テキスト揃え ***/
.t-center {
  text-align: center;
}
.t-center-pc {
  text-align: center;
}

/* sp */
@media screen and (max-width: 769px) {
  .t-center-pc {
    text-align: justify;
  }
}
.t-left {
  text-align: left;
}

.t-right {
  text-align: right;
}

img {
  max-width: 100%;
  height: auto;
}

hr {
  margin: 3rem 0;
  padding: 0;
  border: 0;
}
hr:before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #b9b9b9;
}

/******************************************
[PC・SP表示非表示]
******************************************/
.pc {
  display: inline-block !important;
}
@media screen and (max-width: 769px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 769px) {
  .sp {
    display: inline-block !important;
  }
}

/******************************************
[左右寄せ float]
******************************************/
.f-left {
  float: left;
  margin: 0 40px 0 0;
}

.f-right {
  float: right;
  margin: 0 0 0 40px;
}

/* sp */
@media screen and (max-width: 769px) {
  .f-left,
  .f-right {
    float: none;
    display: block;
    margin: 0 0 20px 0;
  }
}
/******************************************
[テキストカラー]
******************************************/
.color-main {
  color: #d3a371;
}

.color-sub {
  color: #c1e4ea;
}

.black {
  color: #333;
}

.white {
  color: #fff;
}

.red {
  color: #b6000e;
}

.orange {
  color: #ffab1d;
}

.yellow {
  color: #ffdd43;
}

.green {
  color: #008442;
}

.blue {
  color: #0c549e;
}

.brown {
  color: #664c34;
}

.gray {
  color: #b9b9b9;
}

/******************************************
[見出し]
******************************************/
h1 {
  font-size: 0.625rem;
  font-weight: normal;
}

/* sp */
@media screen and (max-width: 769px) {
  h1 {
    line-height: 1.2;
  }
}
h3 {
  display: table;
  padding-right: 30px;
  margin-bottom: 30px;
}
h3:before {
  content: "";
  background: url(../img/h3-line.png) center no-repeat;
  background-size: contain;
  width: 55px;
  height: 40px;
  display: inline-block;
  position: absolute;
  right: -45px;
  bottom: 8px;
}
h3:after {
  content: "";
  width: 100%;
  height: 30px;
  background: #c1e4ea;
  display: inline-block;
  position: absolute;
  left: -10px;
  bottom: 10px;
  z-index: 0;
}
h3 p {
  font-size: 1.5625rem;
  line-height: 1;
  font-weight: 700;
  display: table;
  z-index: 1;
}
h3 .eng {
  font-size: 3.125rem;
  color: #d3a371;
  line-height: 1;
  font-weight: 600;
  display: table;
  margin-bottom: 5px;
  z-index: 1;
}

/* sp */
@media screen and (max-width: 769px) {
  h3 {
    padding-right: 20px;
    margin-bottom: 20px;
  }
  h3:before {
    width: 46px;
    height: 33px;
    right: -36px;
    bottom: 6px;
  }
  h3:after {
    height: 25px;
    left: -10px;
    bottom: 8px;
  }
  h3 p {
    font-size: 1rem;
  }
  h3 .eng {
    font-size: 1.5625rem;
  }
}
h4 {
  margin: 20px 0;
  padding-bottom: 5px;
  border-bottom: 5px solid #d3a371;
  display: inline-flex;
  align-items: baseline;
}
h4 .eng {
  font-size: 1.875rem;
  color: #d3a371;
  font-weight: 700;
  transform: skew(-10deg);
  display: table;
}
h4 p {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  transform: skew(-10deg);
  margin-left: 10px;
}

/* sp */
@media screen and (max-width: 769px) {
  h4 {
    margin: 15px 0;
    align-items: flex-end;
  }
  h4 .eng {
    font-size: 0.875rem;
    line-height: 1.2;
  }
  h4 p {
    font-size: 1.25rem;
  }
}
h5 {
  font-size: 1.25rem;
  color: #333;
  font-weight: 700;
  display: inline-block;
  border-bottom: 2px dotted #333;
  padding-bottom: 15px;
  margin: 0 0 25px;
  /* sp */
}
@media screen and (max-width: 769px) {
  h5 {
    font-size: 0.9375rem;
  }
}

/******************************************
[header]
******************************************/
header {
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  position: absolute;
  z-index: 10;
  top: 0;
}
header .header {
  width: 100%;
  margin: auto;
  padding: 0;
  display: flex;
  align-items: center;
}
header .header > div {
  line-height: 1;
}
header .header-left {
  flex-grow: 1;
  font-size: 0;
  text-align: left;
  padding: 0 0 0 15px;
}
header .header-left .logo {
  margin-top: 10px;
}
header .header-right {
  flex-grow: 0;
}
header .header-right p {
  line-height: 1;
}
header .header-right-t {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header .header-right-t .header-btn {
  margin-left: 20px;
}
header .header-right-t .header-btn a {
  font-size: 0.75rem;
  color: #fff;
  text-align: center;
  display: block;
  background: #b6000e;
  padding: 10px 20px 12px;
}
header .header-right-t .header-btn a:hover {
  text-decoration: none;
  background: #664c34;
}
header .header-right-t .header-btn a span {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  display: block;
  margin-bottom: 5px;
}
header .header-tel {
  font-size: 1.875rem;
  font-weight: 700;
}
header .header-txt {
  font-size: 0.875rem;
  text-align: right;
  margin-top: 5px !important;
}
header .header-txt b {
  color: #d3a371;
}

/* sp */
@media screen and (max-width: 769px) {
  header {
    height: 85px;
  }
  header .header {
    height: auto;
    padding: 5px 0;
    display: block;
  }
  header .header-left {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 1px;
    padding: 0;
  }
  header .header-left .logo {
    padding: 0 60px;
    margin-top: 10px;
  }
  header .header-left .logo img {
    width: auto;
    height: 40px;
  }
  header .header-right {
    background: #fff;
    padding: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  header .header-right-t .header-btn {
    margin-left: 10px;
  }
  header .header-right-t .header-btn a {
    font-size: 0.625rem;
    width: 100%;
    padding: 10px;
  }
  header .header-right-t .header-btn a span {
    font-size: 0.875rem;
    margin-bottom: 2px;
  }
  header .header-tel {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header .header-tel-num {
    font-size: 1.25rem;
  }
  header .header-tel p {
    margin-top: 0 !important;
  }
  header .header-txt {
    font-size: 0.75rem;
    margin-left: 10px;
  }
}
/******************************************
[footer]
******************************************/
footer {
  background: #333;
  padding: 60px 0;
  overflow: hidden;
}
footer .footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: auto;
}
footer .footer > div {
  width: 50%;
}
footer .footer-left {
  flex-grow: 0;
}
footer .footer-left > p {
  color: #fff;
  margin-top: 5px !important;
  line-height: 1.5;
}
footer .footer-right {
  flex-grow: 1;
}
footer .footer-logo {
  margin-bottom: 20px;
}
footer .footer-tel {
  margin-top: 10px;
}
footer .footer-tel span {
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1;
}
footer .footer-tel span i {
  font-size: 1.5625rem;
  margin-right: 5px;
}
footer .footer-nav {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
footer .footer-nav li {
  width: 33.333%;
  padding: 5px;
}
footer .footer-nav li a {
  font-size: 1rem;
  line-height: 1;
  color: #fff;
  display: inline-block;
  padding: 10px;
  display: flex;
  align-items: center;
  border: 1px solid #fff;
}
footer .footer-nav li a:before {
  content: "\e906";
  font-family: "icomoon";
  margin-right: 10px;
}
footer .footer-nav li a:hover {
  background: #fff;
  color: #333;
  text-decoration: none;
}

/* sp */
@media screen and (max-width: 769px) {
  footer {
    padding: 40px 0 100px;
  }
  footer .footer {
    display: block;
  }
  footer .footer > div {
    width: 100%;
  }
  footer .footer-left > p {
    color: #fff;
    margin-top: 5px !important;
    line-height: 1.5;
  }
  footer .footer-right {
    display: block;
  }
  footer .footer-logo img {
    width: auto;
    height: 30px;
  }
  footer .footer-tel {
    margin-top: 10px;
  }
  footer .footer-tel span {
    font-size: 1.25rem;
  }
  footer .footer-tel span i {
    font-size: 0.9375rem;
  }
  footer .footer-nav {
    display: none;
  }
}
/* コピーライト */
.copy {
  font-size: 0.75rem;
  font-weight: normal;
  text-align: right;
  line-height: 1;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
}

/* sp */
@media screen and (max-width: 769px) {
  .copy {
    bottom: -30px;
    right: 15px;
  }
}
/******************************************
[section]
******************************************/
main {
  overflow: hidden;
}

section {
  margin: auto;
  padding: 80px 0;
  overflow: hidden;
}

/* sp */
@media screen and (max-width: 769px) {
  section {
    padding: 40px 0;
  }
}
/******************************************
[inner]
******************************************/
.inner {
  width: 1080px;
  margin: 0 auto;
}

/* sp */
@media screen and (max-width: 769px) {
  .inner {
    width: 100%;
    padding: 0 15px;
  }
}
/******************************************
[グローバルナビ]
******************************************/
nav {
  line-height: 1;
  padding: 10px 0;
  /* sp */
}
nav > ul {
  margin: 0 15px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
nav > ul li {
  text-align: center;
  border-left: 1px dashed #d3a371;
  transition: 0.1s;
  /* ドロップダウン */
}
nav > ul li:last-child {
  border-right: 1px dashed #d3a371;
}
nav > ul li a {
  font-size: 0.75rem;
  color: #333;
  font-weight: normal;
  text-align: center;
  line-height: 1;
  font-weight: 600;
  display: inline-block;
  width: 100%;
  padding: 10px 20px;
}
nav > ul li a span {
  font-size: 1rem;
  letter-spacing: 2px;
  text-indent: 2px;
  color: #d3a371;
  display: block;
  margin-bottom: 3px;
}
@media screen and (min-width: 770px) {
  nav > ul li:hover {
    text-decoration: none;
    background: #d3a371 !important;
  }
  nav > ul li:hover a {
    text-decoration: none;
  }
  nav > ul li:hover a span {
    color: #fff;
  }
}
nav > ul li.dropdown > a {
  z-index: 2;
}
@media screen and (min-width: 770px) {
  nav > ul li.dropdown > a:after {
    color: #b9b9b9;
    font-family: "icomoon";
    content: "\e906";
    display: inline-block;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -15px;
    margin: auto;
    z-index: 2;
  }
}
nav > ul li.dropdown .child {
  display: none;
  background: #fff;
  position: absolute;
  top: 40px;
  left: -40px;
  padding: 0;
  z-index: 1;
  min-width: 150px;
}
nav > ul li.dropdown .child li {
  width: auto;
  border-width: 0;
  padding: 10px 8px;
  margin: 0;
  border-bottom: 1px dotted #b9b9b9;
}
@media screen and (min-width: 770px) {
  nav > ul li.dropdown .child li:hover {
    background: #f5f5f5;
  }
}
nav > ul li.dropdown .child li a {
  width: 100%;
}
nav > ul li.dropdown .child li:first-child {
  margin-top: 20px;
}
nav .spNav-info {
  display: none;
}
@media screen and (max-width: 769px) {
  nav {
    position: fixed;
    left: -250px;
    top: 0;
    width: 250px;
    height: 100%;
    background: #d3a371;
    overflow-y: auto;
    z-index: 1000000;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.2s;
    transition: left 0.2s;
    will-change: transform;
    border-width: 0;
    padding: 0;
  }
  nav > ul {
    width: 100%;
    height: auto;
    padding: 0 10px;
    margin: 0;
    display: block;
  }
  nav > ul > li {
    width: 100%;
    display: block;
    border-bottom: 1px dashed #fff;
    border-left-width: 0 !important;
    border-right-width: 0 !important;
    margin: 0 !important;
    padding-right: 0;
    transform: inherit;
    /* ドロップダウン */
  }
  nav > ul > li a {
    font-size: 0.875rem;
    font-weight: 500;
    text-align: justify;
    color: #fff;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 15px 0;
    transform: inherit;
  }
  nav > ul > li a span {
    font-size: 1.25rem;
    color: #fff;
    letter-spacing: 0;
    padding-right: 10px;
    margin: 0;
  }
  nav > ul > li a:hover {
    text-decoration: none;
  }
  nav > ul > li.dropdown .child {
    display: block;
    position: initial;
    padding: 0;
  }
  nav > ul > li.dropdown .child li {
    width: auto;
    border-width: 0;
    padding: 10px 8px;
    margin: 0;
    border-bottom: 1px dashed #d3a371;
  }
  nav > ul > li.dropdown .child li a {
    font-size: 0.875rem;
    color: #d3a371;
    padding: 0;
    width: 100%;
  }
  nav > ul > li.dropdown .child li:first-child {
    margin-top: 0;
  }
  nav > ul > li.dropdown .child li:last-child {
    border-bottom-width: 0;
  }
  nav > ul > li.bnr {
    display: none;
  }
  nav .spNav-info {
    color: #fff;
    padding: 10px;
  }
  nav .spNav-info p {
    margin-top: 10px;
    line-height: 1.2;
  }
  nav .spNav-info p a {
    color: #fff;
  }
  nav .spNav-info-logo {
    width: 90%;
    height: auto;
    display: block;
    margin: 20px auto 10px;
    text-align: center;
  }
  nav .spNav-info-logo img {
    width: auto;
    height: 40px;
  }
  nav .spNav-info-tel {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1;
  }
  nav .clone-nav {
    display: none;
  }
  nav .spNav-info {
    display: block;
  }
}

/* スマホ用グローバルナビボタン
******************************************/
.splogo, .button, .telBtn {
  display: none;
}

@media screen and (max-width: 769px) {
  .splogo {
    text-align: center;
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    height: 70px;
    padding: 10px 70px;
    z-index: 1000;
    background: #fff;
    border-bottom: 1px solid #b9b9b9;
  }
  .splogo img {
    height: 45px;
  }
  .button, .telBtn {
    display: block !important;
  }
  .button,
  .telBtn,
  .screen {
    position: fixed;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .button,
  .telBtn {
    background: #d3a371;
    top: 0;
    width: 50px;
    height: 50px;
    z-index: 1000000;
    cursor: pointer;
  }
  .button:after,
  .telBtn:after {
    bottom: 5px;
  }
  .button {
    left: 0;
    outline: none;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .button:after {
    content: "MENU";
    font-size: 10px;
    text-align: center;
    color: #fff;
    display: block;
    position: absolute;
    width: 100%;
  }
  .button .bar {
    display: block;
    position: absolute;
    top: 17px;
    right: 0;
    left: 0;
    width: 36px;
    height: 3px;
    margin: auto;
    background: #fff;
  }
  .button .bar:before, .button .bar:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    width: 36px;
    height: 3px;
    margin: auto;
    background: #fff;
  }
  .button .bar:before {
    top: -9px;
  }
  .button .bar:after {
    top: 9px;
  }
  .open nav {
    left: 0;
  }
  .open .button {
    border: 2px solid #fff;
    background: rgba(51, 51, 51, 0.7);
    transform: translate(260px, 0);
    -webkit-transform: translate(260px, 0);
  }
  .open .button:after {
    content: "CLOSE";
    color: #fff;
    bottom: 1px;
  }
  .open .telBtn {
    z-index: 999999;
  }
  .open .bar {
    background: none;
  }
  .open .bar:before, .open .bar:after {
    top: 0;
    background: #fff;
  }
  .open .bar:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .open .bar:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .open .screen {
    opacity: 0.6;
    visibility: visible;
  }
  .telBtn {
    right: 0;
    padding: 5px 0;
    text-align: center;
  }
  .telBtn:after {
    content: "TEL";
    font-size: 10px;
    text-align: center;
    color: #fff;
    display: block;
    position: absolute;
    width: 100%;
  }
  .telBtn i {
    color: #fff;
    font-size: 1.75rem;
  }
  .telBtn2 {
    top: 65px;
  }
  .telBtn2:after {
    content: "MOBILE";
  }
  .screen {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
  }
}
/******************************************
[totop] トップへ戻るボタン
******************************************/
.pagetop {
  bottom: 10px;
  right: -70px;
  background: #333;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  border: 2px solid #fff;
}
@media screen and (min-width: 770px) {
  .pagetop:hover a {
    text-decoration: none;
  }
}
.pagetop.fade {
  right: 10px;
}
.pagetop:before {
  font-size: 1.25rem;
  text-align: center;
  font-family: "icomoon";
  content: "\e908";
  color: #fff;
  transition: 0.1s;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  margin: auto;
}
.pagetop a {
  font-size: 0.875rem;
  color: #fff;
  font-weight: 400;
  text-align: center;
  border-width: 0;
  display: block;
  width: 58px;
  padding: 30px 0 10px;
}

/* sp */
@media screen and (max-width: 769px) {
  .pagetop {
    bottom: 100px;
    right: -40px;
    width: 40px;
    height: 40px;
  }
  .pagetop.fade {
    right: 10px;
  }
  .pagetop:before {
    font-size: 0.875rem;
    top: 0;
  }
  .pagetop a {
    font-size: 0.75rem;
    width: 38px;
    padding: 17px 0 10px;
  }
}
/******************************************
[google map]
******************************************/
.gmap {
  overflow: hidden;
}
.gmap iframe {
  width: 100%;
  height: 600px;
}

/* sp */
@media screen and (max-width: 769px) {
  .gmap iframe {
    width: 100%;
    height: 400px;
  }
}
/******************************************
コンタクトエリア　.contactSec
******************************************/
.contactSec {
  text-align: center;
  background: url("../img/contactMenu-bg.jpg") center repeat;
  background-size: contain;
  padding: 40px 0;
}
.contactSec ul {
  display: flex;
  width: 800px;
  margin: auto;
  align-items: center;
}
.contactSec ul li {
  color: #fff;
  width: 50%;
  border-left: 1px solid #fff;
  padding: 10px 0;
}
.contactSec ul li:last-child {
  border-right: 1px solid #fff;
}
.contactSec-txt {
  font-size: 1.5625rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}
.contactSec-left p {
  text-align: center;
  margin-top: 0 !important;
}
.contactSec-left p.tel {
  font-size: 2.5rem;
}
.contactSec-right .btn {
  margin-top: 0;
}

/* sp */
@media screen and (max-width: 769px) {
  .contactSec {
    background-size: cover;
  }
  .contactSec ul {
    display: block;
    width: 100%;
  }
  .contactSec ul li {
    width: 100%;
    border-left-width: 0;
    border-top: 1px solid #fff;
    padding: 10px;
  }
  .contactSec ul li:last-child {
    border-right-width: 0;
    border-bottom: 1px solid #fff;
  }
  .contactSec-txt {
    font-size: 1rem;
  }
}
/******************************************
注釈.note
******************************************/
.note {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.5;
  text-indent: -1em;
  padding: 0 0 0 1em;
  margin: 5px 0 !important;
  display: block;
}
.note-big {
  font-size: initial;
  line-height: 1.5;
  text-indent: -1em;
  padding: 0 0 0 1em;
  display: block;
}

/* sp */
@media screen and (max-width: 769px) {
  .note {
    font-size: 0.75rem;
  }
}
/******************************************
[topics] トピックス
******************************************/
.topics {
  /* sp */
}
@media screen and (max-width: 769px) {
  .topics ul {
    display: block;
  }
  .topics ul li {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .topics ul li:last-child {
    margin: 0 auto 0;
  }
  .topics ul li a {
    display: block;
    padding: 10px 0;
  }
  .topics_date {
    margin-bottom: 5px;
  }
}

/******************************************
[sideBnr] 追随バナー
******************************************/
.sideBnr {
  /* sp */
}
.sideBnr:hover {
  right: 0;
}
.sideBnr a:before {
  font-family: "icomoon";
  content: "\e901";
  font-size: 1.5em;
  display: inline-block;
  margin-bottom: 5px;
}
@media screen and (max-width: 769px) {
  .sideBnr a {
    height: 36px;
  }
  .sideBnr a:before {
    font-size: 1em;
    margin: 0 5px 0 0;
    vertical-align: bottom;
  }
}

.clone-nav {
  height: auto;
  padding: 10px;
  display: flex;
  position: fixed !important;
  z-index: 2;
}
.clone-nav .header {
  width: initial;
  height: auto;
  padding: 0;
  margin: 0;
  flex-grow: 1;
}
.clone-nav .header-left {
  width: 300px;
  padding: 0;
}
.clone-nav .header-left h1 {
  display: none;
}
.clone-nav .header-right {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.clone-nav .header-right-t {
  order: 2;
}
.clone-nav .header-right-b {
  order: 1;
}
.clone-nav .header-right .header-tel {
  display: none;
}
.clone-nav .header .logo {
  margin: 0;
}
.clone-nav nav {
  display: flex !important;
  flex-grow: 1;
  padding: 0;
  justify-content: flex-end;
  background: none;
}
.clone-nav nav ul {
  width: auto;
  padding: 0;
  margin: 0;
}
.clone-nav nav ul li {
  width: auto;
  padding: 0;
  border-color: #333;
}
.clone-nav nav ul li a {
  font-size: 1rem;
  color: #333;
  padding: 5px 20px;
  width: auto;
}
.clone-nav nav ul li a:hover {
  color: #fff;
  background: #333;
}

/* sp */
@media screen and (max-width: 769px) {
  .clone-nav {
    padding: 10px;
    border-bottom-width: 0;
  }
  .clone-nav .header {
    width: initial;
    height: auto;
    padding: 0;
    margin: 0;
    flex-grow: 1;
  }
  .clone-nav .header-left {
    width: 100%;
    padding: 0;
    margin: auto;
  }
  .clone-nav .header-left h1 {
    display: none;
  }
  .clone-nav .header-left .logo {
    margin: 0;
  }
  .clone-nav .header-left .logo img {
    width: auto;
    height: 30px;
  }
  .clone-nav .header-right {
    display: none;
  }
  .clone-nav nav {
    display: none;
  }
}
.tel {
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tel i {
  font-size: 90%;
  margin: 0 5px 0 0;
}

.radius {
  border-radius: 10px;
}

.btn.external a {
  background: #664c34;
}
.btn.external a:after {
  font-family: "icomoon";
  content: "\e904";
  margin-left: 10px;
}

/* sp */
@media screen and (max-width: 769px) {
  .btn.external a:after {
    margin-left: 3px;
  }
}
/******************************************
[メニュー] #menu
******************************************/
#menu {
  padding: 60px 20px;
  background: #333;
}
#menu .menu {
  display: flex;
  height: 300px;
}
#menu .menu li {
  width: 25%;
  margin-right: 30px;
  overflow: hidden;
}
#menu .menu li:last-child {
  margin-right: 0;
}
#menu .menu li:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: auto;
  transition: 0.3s;
}
#menu .menu li:hover:before {
  width: 110%;
  height: 110%;
  opacity: 1;
}
#menu .menu li a {
  font-size: 1.875rem;
  font-weight: 700;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#menu .menu li a:hover {
  text-decoration: none;
}
#menu .menu li a p {
  text-align: center;
  text-shadow: 0px 0px 10px rgb(0, 0, 0), 0px 0px 10px rgb(0, 0, 0), 0px 0px 10px rgb(0, 0, 0);
}
@media screen and (max-width: 769px) {
  #menu .menu li a p {
    text-shadow: 0px 0px 5px rgb(0, 0, 0), 0px 0px 5px rgb(0, 0, 0), 0px 0px 5px rgb(0, 0, 0);
  }
}
#menu .menu li a .menu-btn {
  font-size: 1rem;
  color: #333;
  text-align: center;
  line-height: 1;
  padding: 10px 30px;
  background: #fff;
  border-radius: 100px;
  border: 2px solid #333;
  display: block;
  width: 180px;
  margin: auto;
  text-shadow: none;
}

/******************************************
[.btn] 共通リンクボタン
******************************************/
.btn {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 30px;
  /* sp */
}
.btn a {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1;
  display: inline-block;
  background: #664c34;
  padding: 15px 30px;
  margin: 0 10px 4px;
  transition: 0.1s;
  transition: 0.15s;
  box-shadow: 0 5px 0 0 #d3a371;
}
.btn a:hover {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  text-decoration: none;
  box-shadow: 0 0 0 0 #333;
}
@media screen and (min-width: 770px) {
  .btn a:hover {
    box-shadow: none;
    text-decoration: none;
    margin: 4px 10px 0;
  }
}
@media screen and (max-width: 769px) {
  .btn {
    display: block;
  }
  .btn a {
    font-size: 0.875rem;
    padding: 10px 50px 13px 20px;
  }
  .btn a:after {
    right: 20px;
  }
}

/******************************************
[.menu] メニューボタン
******************************************/
.menu {
  display: flex;
}
.menu li {
  z-index: 1;
  width: 50%;
}
.menu li:first-child {
  margin-right: 60px;
}
.menu li:first-child dt {
  background-image: url(../img/index_sec1-menu1.jpg);
}
.menu li:last-child dt {
  background-image: url(../img/index_sec1-menu2.jpg);
}
.menu li a {
  display: block;
  color: #333;
}
.menu li a dl dt {
  height: 300px;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.menu li a dl dt p {
  font-size: 1.875rem;
  line-height: 1;
  text-align: center;
  font-weight: 500;
  color: #fff;
  padding: 20px 30px 22px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  transition: 0.3s;
}
.menu li a dl dt p span {
  font-size: 3.75rem;
  color: #d3a371;
  display: block;
  margin-bottom: 10px;
}
.menu li a dl dt:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(51, 51, 51, 0.6);
  z-index: 0;
  transition: 0.3s;
}
.menu li a dl dd {
  background: #fff;
  padding: 30px;
}
.menu li a:hover {
  text-decoration: none;
}
.menu li a:hover dt {
  background-size: 110% 110%;
}
.menu li a:hover dt p {
  background: rgba(0, 0, 0, 0.8);
}
.menu li a:hover dt:after {
  background: rgba(51, 51, 51, 0.1);
}
.menu:before, .menu:after {
  content: "";
  width: 400px;
  height: 388px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 0;
}
.menu:before {
  background-image: url(../img/index_sec1-bgL.png);
  left: -350px;
  top: -40px;
}
.menu:after {
  background-image: url(../img/index_sec1-bgR.png);
  right: -350px;
  bottom: -40px;
}

/* sp */
@media screen and (max-width: 769px) {
  .menu {
    display: block;
    max-width: 600px;
    margin: 60px auto;
    padding: 0 30px;
  }
  .menu li {
    width: 100%;
  }
  .menu li:first-child {
    margin: 0 0 40px;
  }
  .menu li a dl dt {
    height: 200px;
  }
  .menu li a dl dt p {
    font-size: 1.25rem;
    padding: 15px 15px 17px;
    border-radius: 5px;
  }
  .menu li a dl dt p span {
    font-size: 2.5rem;
  }
  .menu li a dl dd {
    font-size: 0.75rem;
    padding: 20px;
  }
  .menu:before, .menu:after {
    width: 200px;
    height: 185px;
  }
  .menu:before {
    background-image: url(../img/index_sec1-bgL.png);
    left: -50px;
    top: -130px;
  }
  .menu:after {
    background-image: url(../img/index_sec1-bgR.png);
    right: -50px;
    bottom: -130px;
  }
}
#index {
  /******************************************
  [mv] メインビジュアル
  ******************************************/
  /* sp */
  /******************************************
  [sec1]  トップメニュー
  ******************************************/
  /******************************************
  [sec2] 
  ******************************************/
  /* sp */
  /******************************************
  [sec3] お知らせ
  ******************************************/
  /******************************************
  [sec5] FAQ
  ******************************************/
  /* sp */
}
#index .mv {
  width: 100%;
  height: 800px;
  margin: auto;
  z-index: 0;
  background: url(../img/mv-bg.jpg) center no-repeat;
  background-size: cover;
}
#index .mv-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: auto;
}
#index .mv-box img {
  width: 100%;
  height: auto;
}
#index .mv-area {
  padding: 200px 80px 0 180px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -110px;
  margin: auto;
  background: rgba(0, 0, 0, 0.5);
  transform: skew(15deg);
}
#index .mv-area h2, #index .mv-area p {
  transform: skew(-15deg);
}
#index .mv-ttl, #index .mv-txt {
  font-weight: 700;
  line-height: 1.5;
}
#index .mv-ttl {
  font-size: 2.8125rem;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 20px;
  text-shadow: 0px 0px 10px rgb(0, 0, 0), 0px 0px 10px rgb(0, 0, 0);
}
#index .mv-txt {
  display: table;
  margin-left: 20px;
}
#index .mv-txt li {
  color: #333;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 30px 17px;
  margin: 20px 0;
  display: inherit;
}
#index .mv-txt li p {
  font-size: 1.5625rem;
  line-height: 1.3;
}
#index .mv .point {
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
  transform: skew(-15deg);
  color: #fff;
  line-height: 1;
  background: #b6000e;
  padding: 8px;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  position: absolute;
  left: -20px;
  top: -15px;
}
#index .mv .point span {
  font-size: 0.875rem;
  display: block;
}
#index .mv .point:before {
  content: "";
  position: absolute;
  bottom: -8px;
  right: -8px;
  margin-top: -15px;
  border: 10px solid transparent;
  border-left: 15px solid #b6000e;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 769px) {
  #index .mv {
    margin: 85px 0 360px;
    height: 250px;
  }
  #index .mv-area {
    background: rgba(102, 76, 52, 0.8);
    width: 90%;
    padding: 20px;
    margin: auto;
    top: inherit;
    bottom: -340px;
    left: 0;
    right: 0;
    transform: skew(0deg);
  }
  #index .mv-box {
    overflow: visible;
  }
  #index .mv-ttl, #index .mv-txt {
    line-height: 1.2;
  }
  #index .mv-ttl {
    font-size: 1.5625rem;
    margin-bottom: 10px;
    transform: skew(0deg) !important;
    text-align: center;
  }
  #index .mv-txt {
    display: block;
    margin-left: 20px;
  }
  #index .mv-txt li {
    padding: 5px 20px 7px;
    margin: 15px 0;
    transform: skew(15deg);
  }
  #index .mv-txt li p {
    font-size: 0.9375rem;
  }
  #index .mv .point {
    font-size: 0.75rem;
    padding: 7px;
    width: 35px;
    height: 35px;
    left: -20px;
    top: -15px;
  }
  #index .mv .point span {
    font-size: 0.625rem;
  }
  #index .mv .point:before {
    bottom: -4px;
    right: -4px;
    margin-top: -7px;
    border: 5px solid transparent;
    border-left: 7px solid #b6000e;
  }
}
#index #sec1 {
  background: url(../img/index_sec1-bg.jpg) center repeat;
  background-size: 100px 100px;
}
#index #sec2 {
  background: url(../img/index_sec2-bg.jpg) center bottom repeat-x;
  background-size: 1500px 350px;
}
#index .works ul {
  display: flex;
}
#index .works ul li {
  width: 25%;
  margin: 0 30px 0 0;
}
#index .works ul li:last-child {
  margin-right: 0;
}
#index .works ul li .topics_thumb {
  height: 17vh;
  margin-bottom: 0;
  border-width: 0;
}
#index .works ul li .topics_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#index .works ul li .topics_title {
  font-size: 0.875rem;
  color: #fff;
  padding: 0;
  background: #d3a371;
  padding: 10px;
}
#index .works ul li .topics_title span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 769px) {
  #index #sec2 {
    background-size: 750px 175px;
  }
  #index .works ul {
    flex-wrap: wrap;
  }
  #index .works ul li {
    width: 48%;
    margin: 4% 4% 0 0;
  }
  #index .works ul li:nth-child(2n) {
    margin-right: 0;
  }
  #index .works ul li .topics_thumb {
    height: 15vh;
  }
  #index .works ul li .topics_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #index .works ul li .topics_title {
    font-size: 0.75rem;
  }
}
#index #sec3 {
  background: #f2f1ee;
}
#index .topics_date {
  background: #b6000e;
}
#index #sec5 {
  background: #f2f1ee;
}
#index .faq li {
  display: flow-root;
  margin-top: 60px;
}
#index .faq li dl dt, #index .faq li dl dd {
  min-width: 40%;
  background: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  display: inline-block;
}
#index .faq li dl dt:after, #index .faq li dl dd:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
#index .faq li dl dt span, #index .faq li dl dd span {
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  line-height: 1;
  padding: 7px;
  border-radius: 100px;
  width: 35px;
  height: 35px;
  position: absolute;
  top: -20px;
  z-index: 1;
}
#index .faq li dl dt span:before, #index .faq li dl dd span:before {
  content: "";
  position: absolute;
  bottom: -8px;
  margin-top: -15px;
  border: 10px solid transparent;
  border-left: 15px solid;
}
#index .faq li dl dt {
  margin-left: 105px;
  float: left;
}
#index .faq li dl dt:after {
  width: 93px;
  height: 80px;
  background-image: url(../img/index_sec5-q.png);
  background-position: bottom left;
  left: -105px;
}
#index .faq li dl dt span {
  background: #008442;
  left: -10px;
}
#index .faq li dl dt span:before {
  border-left-color: #008442;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  left: -8px;
  z-index: -1;
}
#index .faq li dl dd {
  float: right;
  margin: 20px 85px 0 0;
}
#index .faq li dl dd:after {
  width: 98px;
  height: 90px;
  background-image: url(../img/index_sec5-a.png);
  background-position: bottom right;
  right: -85px;
  float: right;
}
#index .faq li dl dd span {
  background: #ffab1d;
  right: -10px;
}
#index .faq li dl dd span:before {
  border-left-color: #ffab1d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: -8px;
  z-index: -1;
}
@media screen and (max-width: 769px) {
  #index .faq li dl dt, #index .faq li dl dd {
    font-size: 0.75rem;
  }
}

#second {
  /* sp */
  /******************************************
  [mv] メインタイトル
  ******************************************/
  /* sp */
  /******************************************
  [about.html] 初めての方へ
  ******************************************/
  /******************************************
  [renovation.html] 
  ******************************************/
  /* sp */
  /* sp */
  /* sp */
  /* sp */
  /* sp */
  /******************************************
  [company.html]  会社概要
  ******************************************/
  /* sp */
  /* sp */
  /* sp */
  /* sp */
  /* sp */
  /******************************************
  [list.html] トピックスリスト
  ******************************************/
  /******************************************
  [contact.html] お問い合わせ
  ******************************************/
  /******************************************
  [sale]
  ******************************************/
  /******************************************
  [.imgTxt] 画像とテキストのセット
  ******************************************/
  /* sp */
}
#second header {
  position: inherit;
}
#second section:nth-child(even) {
  background: #f2f1ee;
}
#second p:nth-of-type(n+2) {
  margin-top: 20px;
}
@media screen and (max-width: 769px) {
  #second p:nth-of-type(n+2) {
    margin-top: 10px;
  }
  #second h1,
  #second .header-center {
    display: none;
  }
}
#second .mv {
  width: 100%;
  margin: 0 auto;
  height: 300px;
  overflow: hidden;
}
#second .mv-box {
  overflow: hidden;
  background: #333;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#second .mv-box:after {
  content: "";
  width: 102%;
  height: 310px;
  background: url("../img/mv-bg.jpg") center no-repeat;
  background-size: cover;
  margin: auto;
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: 0;
  -ms-filter: blur(2px);
  filter: blur(2px);
  opacity: 0.3;
}
#second .mv-ttl {
  font-size: 2.5rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 5px;
  line-height: 1.4;
  display: inline-block;
  z-index: 2;
}
@media screen and (max-width: 769px) {
  #second .mv {
    height: 140px;
    overflow: hidden;
    padding: 0 15px;
    display: flex;
  }
  #second .mv-box {
    border-radius: 0;
    padding: 15px;
  }
  #second .mv-box:after {
    height: 145px;
    background-size: cover;
    -ms-filter: blur(0);
    filter: blur(0);
  }
  #second .mv-ttl {
    font-size: 1.25rem;
    letter-spacing: 0;
  }
}
#second .secondMenu {
  background: url(../img/index_sec1-bg.jpg) center repeat;
  background-size: 100px 100px;
  padding: 40px 0;
}
#second .secondMenu .menu:before {
  top: -100px;
}
#second .secondMenu .menu:after {
  bottom: -120px;
}
#second .introSec {
  padding: 120px 0;
}
@media screen and (max-width: 769px) {
  #second .introSec {
    padding: 0;
  }
}
#second .intro {
  background: #f2f1ee;
  margin-left: 200px;
  padding: 40px 40px 40px 240px;
}
#second .intro-ttl {
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #b6000e;
  margin-bottom: 40px;
}
#second .intro-img {
  width: 400px;
  position: absolute;
  left: -200px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
}
#second .intro-img img {
  width: 100%;
  box-shadow: 10px 10px 5px 0px rgba(51, 51, 51, 0.2);
}
@media screen and (max-width: 769px) {
  #second .intro-img img {
    box-shadow: 5px 5px 5px 0px rgba(51, 51, 51, 0.2);
  }
}
@media screen and (max-width: 769px) {
  #second .intro {
    background: none;
    margin-left: 0;
    padding: 15px;
  }
  #second .intro-ttl {
    font-size: 1rem;
    margin-bottom: 10px;
  }
  #second .intro-img {
    width: 80%;
    position: initial;
    margin: 0 auto 20px;
  }
}
#second .service {
  display: flex;
  flex-wrap: wrap;
}
#second .service li {
  width: 32%;
  overflow: hidden;
  margin: 2% 2% 0 0;
}
#second .service li:nth-child(3n), #second .service li:last-child {
  margin-right: 0;
}
#second .service li:nth-child(-n+3) {
  margin-top: 0;
}
#second .service li dl {
  height: 100%;
}
#second .service li dl dt {
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  background: #a0d9e3;
  padding: 10px;
}
#second .service li dl dd {
  height: 100%;
  padding: 20px;
  background: #fff;
}
#second .service-img {
  font-size: 0;
}
@media screen and (max-width: 769px) {
  #second .service {
    display: block;
  }
  #second .service li {
    width: 100%;
    overflow: hidden;
    margin: 0 0 20px;
  }
  #second .service li:nth-child(3n), #second .service li:last-child {
    margin-bottom: 0;
  }
  #second .service li dl dt {
    font-size: 1.125rem;
  }
  #second .service li dl dd {
    padding: 15px;
  }
}
#second .advantage {
  display: flex;
  flex-wrap: wrap;
}
#second .advantage > li {
  width: 49%;
  margin: 2% 2% 0 0;
  padding: 0;
  background: #fff;
}
#second .advantage > li:nth-child(2n) {
  margin-right: 0;
}
#second .advantage > li:nth-child(5) {
  width: 30%;
}
#second .advantage > li:last-child {
  width: 68%;
  margin-right: 0;
}
#second .advantage-ttl {
  font-size: 1.875rem;
  color: #b6000e;
  font-weight: 700;
  text-align: center;
  padding: 20px 0 0;
}
#second .advantage-txt {
  padding: 15px;
}
#second .advantage-txt .list li {
  font-size: 0.875rem;
  line-height: 1;
  display: inline-block;
  border: 1px solid #b9b9b9;
  padding: 4px 5px 5px;
  margin: 4px;
}
@media screen and (max-width: 769px) {
  #second .advantage > li {
    width: 49%;
  }
  #second .advantage > li:nth-child(5) {
    width: 100%;
    margin-right: 0;
  }
  #second .advantage > li:last-child {
    width: 100%;
  }
  #second .advantage-ttl {
    font-size: 1rem;
    padding: 10px 0 0;
  }
  #second .advantage-txt {
    font-size: 0.75rem;
    padding: 10px;
  }
  #second .advantage-txt .list li {
    font-size: 0.625rem;
    padding: 2px 4px 4px;
    margin: 2px;
  }
}
#second .step {
  display: flex;
  margin-top: 60px;
}
#second .step:before {
  content: "";
  width: 80%;
  height: 1px;
  border-top: 2px dotted #b9b9b9;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  margin: auto;
}
#second .step > li {
  width: 25%;
  margin: 20px 30px 0 0;
  padding: 10px;
  border: 4px solid #d3a371;
  background: #fff;
}
#second .step > li:last-child {
  margin-right: 0;
}
#second .step-step {
  font-size: 1.5625rem;
  color: #fff;
  font-family: "Oswald";
  text-align: center;
  font-weight: 700;
  line-height: 1;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  overflow: hidden;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: auto;
  background: #d3a371;
  padding: 11px;
  z-index: 100;
}
#second .step-step span {
  font-size: 0.75rem;
  display: block;
}
#second .step-img {
  text-align: center;
  background: #fff;
}
#second .step-img img {
  width: 100%;
  height: auto;
}
#second .step-ttl {
  font-size: 1.25rem;
  color: #d3a371;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin: 20px 0 15px;
}
#second .step-txt {
  font-size: 0.875rem;
  line-height: 1.5;
  margin: 0 !important;
}
#second .step .check {
  background: #f5f5f5;
  border: 1px dashed #b9b9b9;
  border-radius: 5px;
  padding: 10px;
  margin-top: 10px;
}
#second .step .check li {
  font-size: 0.75rem;
  padding: 0 0 5px 1.5em;
  margin-bottom: 5px;
}
#second .step .check li:last-child {
  padding: 0 0 0 1.5em;
  margin-bottom: 0;
}
@media screen and (max-width: 769px) {
  #second .step {
    display: block;
    margin-top: 60px;
  }
  #second .step:before {
    border-top-width: 0;
    border-right: 3px dotted #b9b9b9;
    width: 1px;
    height: 80%;
    top: 5px;
    left: 0;
    right: 0;
    margin: auto;
  }
  #second .step > li {
    width: 100%;
    padding: 30px;
    margin: 20px 0 60px;
  }
  #second .step > li:last-child {
    margin-bottom: 0;
  }
  #second .step-step {
    top: -35px;
  }
  #second .step-img {
    margin-bottom: 10px;
  }
  #second .step-ttl {
    font-size: 1.25rem;
    color: #d3a371;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    margin: 20px 0 15px;
  }
  #second .step-txt {
    font-size: 0.875rem;
    line-height: 1.5;
    margin: 0 !important;
  }
  #second .step .check {
    background: #f5f5f5;
    border: 1px dashed #b9b9b9;
    border-radius: 5px;
    padding: 10px;
    margin-top: 10px;
  }
  #second .step .check li {
    font-size: 0.75rem;
    padding: 0 0 5px 1.5em;
    margin-bottom: 5px;
  }
  #second .step .check li:last-child {
    padding: 0 0 0 1.5em;
    margin-bottom: 0;
  }
}
#second .name {
  font-size: 0.875rem;
  text-align: right;
  margin-top: 20px;
}
#second .name span {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 5px;
  text-indent: 5px;
}
@media screen and (max-width: 769px) {
  #second .name {
    margin-top: 10px;
  }
  #second .name span {
    font-size: 1.25rem;
    letter-spacing: 2px;
    text-indent: 2px;
  }
}
#second .greeting-txt {
  font-size: 1.25rem;
  line-height: 2;
}
@media screen and (max-width: 769px) {
  #second .greeting-txt {
    font-size: 0.875rem;
    line-height: 1.8;
  }
}
#second .about.basic th {
  width: 70px;
  text-align-last: right;
}
@media screen and (max-width: 769px) {
  #second .about.basic th {
    width: 45px;
  }
}
#second .timeTable {
  float: left;
  width: 600px;
  overflow: hidden;
  padding: 20px;
  border-radius: 20px;
  background: #fff;
}
@media screen and (max-width: 769px) {
  #second .timeTable {
    float: none;
    width: 100%;
    padding: 15px;
    border-radius: 15px;
  }
}
#second .menu2.reserve {
  margin-top: 0;
}
@media screen and (max-width: 769px) {
  #second .menu2.reserve {
    margin-top: 20px;
  }
}
#second .topics {
  /* sp */
}
#second .topics.voice li {
  width: 22%;
  margin: 4% 4% 0 0;
}
#second .topics.voice li:nth-child(3n) {
  margin-right: 4%;
}
#second .topics.voice li:nth-child(4n) {
  margin-right: 0;
}
#second .topics.voice li:nth-child(-n+3) {
  margin-top: 4%;
}
#second .topics.voice li:nth-child(-n+4) {
  margin-top: 0;
}
@media screen and (max-width: 769px) {
  #second .topics ul {
    display: block;
  }
  #second .topics ul li {
    width: 100%;
    margin: 0 0 20px 0;
  }
  #second .topics_thumb {
    height: 130px;
  }
}
#second .formTable {
  width: 100%;
  /* sp */
}
#second .formTable tr {
  border-bottom: 1px dashed #b9b9b9;
}
#second .formTable tr th, #second .formTable tr td {
  font-size: 1rem;
  font-weight: 400;
  padding: 20px 0;
}
#second .formTable tr th {
  width: 200px;
  text-align: right;
}
#second .formTable tr th span {
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  background-color: #b6000e;
  border-radius: 5px;
  padding: 5px;
  display: inline-block;
  margin-left: 10px;
}
#second .formTable tr td {
  width: 750px;
  padding-left: 50px;
}
#second .formTable tr td input,
#second .formTable tr td select,
#second .formTable tr td textarea {
  border: 1px solid #b9b9b9;
  border-radius: 5px;
  padding: 5px 10px;
  /* IE */
  /* Edge */
}
#second .formTable tr td input::placeholder,
#second .formTable tr td select::placeholder,
#second .formTable tr td textarea::placeholder {
  color: #b9b9b9;
  font-size: 0.8rem;
}
#second .formTable tr td input:-ms-input-placeholder,
#second .formTable tr td select:-ms-input-placeholder,
#second .formTable tr td textarea:-ms-input-placeholder {
  color: #b9b9b9;
  font-size: 0.8rem;
}
#second .formTable tr td input::-ms-input-placeholder,
#second .formTable tr td select::-ms-input-placeholder,
#second .formTable tr td textarea::-ms-input-placeholder {
  color: #b9b9b9;
  font-size: 0.8rem;
}
#second .formTable tr td input.w20,
#second .formTable tr td select.w20,
#second .formTable tr td textarea.w20 {
  width: 30%;
}
#second .formTable tr td input.w50,
#second .formTable tr td select.w50,
#second .formTable tr td textarea.w50 {
  width: 50%;
}
#second .formTable tr td input.w100,
#second .formTable tr td select.w100,
#second .formTable tr td textarea.w100 {
  width: 100%;
}
#second .formTable tr td select {
  padding-right: 30px;
}
#second .formTable tr td .select {
  display: inline-block;
}
#second .formTable tr td .select i {
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 10px 0;
  z-index: 1;
}
#second .formTable tr td label {
  margin-right: 10px;
}
#second .formTable tr td label input[type=checkbox],
#second .formTable tr td label input[type=radio] {
  margin-right: 5px;
  -webkit-appearance: checkbox;
  width: auto !important;
}
@media screen and (max-width: 769px) {
  #second .formTable tr th, #second .formTable tr td {
    padding: 15px 0;
  }
  #second .formTable tr th {
    font-size: 0.75rem;
    font-weight: 700;
    width: 100px;
  }
  #second .formTable tr th span {
    font-size: 0.625rem;
    padding: 5px;
  }
  #second .formTable tr td {
    font-size: 0.9375rem;
    width: auto;
    padding-left: 20px;
  }
  #second .formTable tr td input,
  #second .formTable tr td select,
  #second .formTable tr td textarea {
    width: 100% !important;
  }
}
#second .submit {
  text-align: center;
  margin-top: 20px;
  /* sp */
}
#second .submit input {
  font-size: 1.125rem;
  text-align: center;
  border: 1px solid #b9b9b9;
  border-radius: 5px;
  padding: 5px 10px;
  margin: 0 5px;
  width: 200px;
}
#second .submit input[type=submit] {
  color: #fff;
  background: #d3a371;
}
@media screen and (max-width: 769px) {
  #second .submit input {
    font-size: 0.9375rem;
    text-align: center;
    border: 1px solid #b9b9b9;
    border-radius: 5px;
    padding: 5px 10px;
    width: 100px;
  }
}
#second .privacy {
  margin: 50px 0;
  /* sp */
}
#second .privacy-box {
  width: 100%;
  height: 300px;
  background: #fff;
  border: 1px solid #ccc;
  margin-top: 0 !important;
}
#second .privacy-box-txt {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  padding: 10px;
}
#second .privacy-box-txt > p {
  font-size: 0.875rem;
  margin-bottom: 20px;
}
#second .privacy-box-txt dl dt {
  font-size: 1.125rem;
  font-weight: 700;
  color: #d3a371;
  margin: 20px 0 5px;
}
#second .privacy-box-txt dl dd {
  font-size: 0.875rem;
}
#second .privacy-box-txt dl dd:nth-child(2) {
  margin-bottom: 10px;
}
#second .privacy-box-txt ul {
  list-style: disc;
  margin: 0 0 20px 25px;
}
#second .privacy-box-txt ul li {
  font-size: 0.875rem;
  margin: 5px 0;
}
@media screen and (max-width: 769px) {
  #second .privacy {
    margin: 30px 0;
  }
  #second .privacy-box {
    padding: 10px 0 10px 10px;
  }
  #second .privacy-box-txt {
    padding-right: 10px;
  }
  #second .privacy-box-txt p {
    font-size: 0.75rem;
  }
  #second .privacy-box-txt dl dt {
    font-size: 1rem;
  }
  #second .privacy-box-txt dl dd {
    font-size: 0.75rem;
  }
  #second .privacy-box-txt ul li {
    font-size: 0.75rem;
  }
}
#second .works ul {
  display: flex;
  flex-wrap: wrap;
}
#second .works ul li {
  width: 22%;
  margin: 2% 4% 2% 0;
}
#second .works ul li:nth-child(4n), #second .works ul li:last-child {
  margin-right: 0;
}
#second .works ul li .topics_thumb {
  height: 17vh;
  margin-bottom: 0;
  border-width: 0;
}
#second .works ul li .topics_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#second .works ul li .topics_title {
  font-size: 0.875rem;
  color: #fff;
  padding: 0;
  background: #d3a371;
  padding: 10px;
}
#second .works ul li .topics_title span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#second .imgTxt {
  display: flex;
}
#second .imgTxt-img {
  width: 400px;
  margin: 0 40px 0 0;
  flex-shrink: 0;
  flex-grow: 0;
}
#second .imgTxt-img.right {
  margin: 0 0 0 40px;
  order: 2;
}
#second .imgTxt-txt {
  flex-shrink: 1;
  flex-grow: 1;
}
#second .imgTxt-txt.left {
  order: 1;
}
#second .imgTxt-ttl {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 700;
  padding: 10px 0;
  margin-bottom: 20px;
  color: #d3a371;
  border-top: 2px dotted #b9b9b9;
  border-bottom: 2px dotted #b9b9b9;
}
#second .imgTxt:nth-of-type(even) .imgTxt-img {
  margin: 0 0 0 40px;
  order: 2;
}
#second .imgTxt:nth-of-type(even) .imgTxt-txt {
  order: 1;
}
#second .imgTxt:nth-of-type(n+2) {
  margin-top: 40px;
}
@media screen and (max-width: 769px) {
  #second .imgTxt {
    display: block;
    max-width: 600px;
    margin: auto;
  }
  #second .imgTxt-img {
    width: 100%;
    margin: 0 0 20px !important;
  }
  #second .imgTxt-ttl {
    font-size: 1rem;
  }
  #second .imgTxt:nth-of-type(n+2) {
    margin-top: 40px;
  }
}

/******************************************
[utility]
******************************************/
.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mr10 {
  margin-right: 10px;
}

.pt10 {
  padding-top: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.pl10 {
  padding-left: 10px;
}

.pr10 {
  padding-right: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mr20 {
  margin-right: 20px;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.pl20 {
  padding-left: 20px;
}

.pr20 {
  padding-right: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.ml30 {
  margin-left: 30px;
}

.mr30 {
  margin-right: 30px;
}

.pt30 {
  padding-top: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.pl30 {
  padding-left: 30px;
}

.pr30 {
  padding-right: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.ml40 {
  margin-left: 40px;
}

.mr40 {
  margin-right: 40px;
}

.pt40 {
  padding-top: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.pl40 {
  padding-left: 40px;
}

.pr40 {
  padding-right: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.ml50 {
  margin-left: 50px;
}

.mr50 {
  margin-right: 50px;
}

.pt50 {
  padding-top: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.pl50 {
  padding-left: 50px;
}

.pr50 {
  padding-right: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.ml60 {
  margin-left: 60px;
}

.mr60 {
  margin-right: 60px;
}

.pt60 {
  padding-top: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.pl60 {
  padding-left: 60px;
}

.pr60 {
  padding-right: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mb70 {
  margin-bottom: 70px;
}

.ml70 {
  margin-left: 70px;
}

.mr70 {
  margin-right: 70px;
}

.pt70 {
  padding-top: 70px;
}

.pb70 {
  padding-bottom: 70px;
}

.pl70 {
  padding-left: 70px;
}

.pr70 {
  padding-right: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.ml80 {
  margin-left: 80px;
}

.mr80 {
  margin-right: 80px;
}

.pt80 {
  padding-top: 80px;
}

.pb80 {
  padding-bottom: 80px;
}

.pl80 {
  padding-left: 80px;
}

.pr80 {
  padding-right: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mb90 {
  margin-bottom: 90px;
}

.ml90 {
  margin-left: 90px;
}

.mr90 {
  margin-right: 90px;
}

.pt90 {
  padding-top: 90px;
}

.pb90 {
  padding-bottom: 90px;
}

.pl90 {
  padding-left: 90px;
}

.pr90 {
  padding-right: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mb100 {
  margin-bottom: 100px;
}

.ml100 {
  margin-left: 100px;
}

.mr100 {
  margin-right: 100px;
}

.pt100 {
  padding-top: 100px;
}

.pb100 {
  padding-bottom: 100px;
}

.pl100 {
  padding-left: 100px;
}

.pr100 {
  padding-right: 100px;
}

.fw-n {
  font-weight: normal !important;
}

.fw-b {
  font-weight: bold !important;
}

.ta-l {
  text-align: left !important;
}

.ta-r {
  text-align: right !important;
}

.ta-c {
  text-align: center !important;
}