
/* =================================================================
License : e-TRUST Inc.
File name : previous_combine.css
Style : previous_combine.css
================================================================= */
/* 20260129リニューアル 旧サイトのassets.css,common_style.css,style.cssを統合 主にヘッダーフッター#contents,reset等基本設定のスタイルは削除、#local-keyvisual廃止、必要箇所を編集*/
/* 旧assets.css */
@charset "UTF-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 400;
  /*-Normal-*/
  src: url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Regular.woff") format("woff"), url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 500;
  /*-Medium-*/
  src: url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Medium.woff") format("woff"), url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Medium.woff2") format("woff2");
}

@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 700;
  /*-Bold-*/
  src: url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Bold.woff") format("woff"), url("../font/NotoSerifCJKjp/NotoSerifCJKjp-Bold.woff2") format("woff2");
}

@font-face {
  /*フォントの名前*/
  font-family: "A-OTF-RyuminPro-ExBold";
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/font/A-OTF-RyuminPro-ExBold.woff2") format("woff2"), url("/font/A-OTF-RyuminPro-ExBold.woff") format("woff");
}

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.disnone {
  display: none !important;
}

@media only screen and (max-width: 640px) {
  .disnone {
    display: block !important;
  }
}

@media only screen and (max-width: 640px) {
  .spdisnone {
    display: none !important;
  }
}

.tdpd10 td {
  padding: 10px !important;
}


.inner {
  margin: 0 auto;
  max-width: var(--base);
}

#main #col_main {
  width: 100%;
}

#side {
  width: 18.75000%;
}

.map {
  margin: 56px 20px 0;
}

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}

table {
  table-layout: auto;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  table {
    table-layout: fixed;
  }
}

.tlfix table {
  table-layout: fixed;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}


.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.flex2cl_02 {
  border: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      flex-direction: row;
  margin-left: -4%;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1000px) {
  .flex2cl_02 {
    margin-left: -2.4390%;
  }
}

@media only screen and (max-width: 834px) {
  .flex2cl_02 {
    -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    margin-left: 0;
  }
}

.flex2cl_02 .box {
  position: relative;
  width: 46%;
  margin-left: 4%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1000px) {
  .flex2cl_02 .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
  }
}

@media only screen and (max-width: 834px) {
  .flex2cl_02 .box {
    width: 100%;
    margin-left: 0;
  }
}

.flex2cl_02 .box img {
  width: 100% !important;
}

.flex2cl_02 .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex2cl_02 .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex3cl {
  border: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: start;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      align-items: flex-start;
  -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      flex-direction: row;
  margin-left: -2.43902%;
}

@media only screen and (max-width: 1000px) {
  .flex3cl {
    margin-left: -2.4390%;
  }
}

@media only screen and (max-width: 640px) {
  .flex3cl {
    -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    margin-left: 0;
  }
}

.flex3cl .box {
  position: relative;
  width: 30.89431%;
  margin-left: 2.43902%;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1000px) {
  .flex3cl .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 640px) {
  .flex3cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.flex3cl .box img {
  width: 100% !important;
}

.flex3cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex3cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex4cl {
  border: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: start;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      align-items: flex-start;
  -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      flex-direction: row;
  margin-left: -3.22581%;
}

@media only screen and (max-width: 1000px) {
  .flex4cl {
    margin-left: -2.4390%;
  }
}

@media only screen and (max-width: 640px) {
  .flex4cl {
    -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    margin-left: 0;
  }
}

.flex4cl .box {
  position: relative;
  width: 21.77419%;
  margin-left: 3.22581%;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1000px) {
  .flex4cl .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 640px) {
  .flex4cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.flex4cl .box img {
  width: 100% !important;
}

.flex4cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex4cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.start {
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9000;
}

.start-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  width: 200px;
}

@media only screen and (max-width: 834px) {
  .start-logo {
    width: 180px;
  }
}

@media only screen and (max-width: 640px) {
  .start-logo {
    top: 48%;
  }
}

.start-logo img {
  width: 100% !important;
  max-width: 100% !important;
}

.start-text {
  position: absolute;
  display: none;
  left: 50%;
  top: 60%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 9999;
  font-size: 28px;
  color: #e50414;
  font-family: "A-OTF-RyuminPro-ExBold";
  width: 100%;
}

@media screen and (min-width: 640px) and (max-width: 834px) {
  .start-text {
    font-size: 22px;
  }
}

@media only screen and (max-width: 640px) {
  .start-text {
    font-size: 16px;
    top: 55% !important;
  }
}

.start-text {
  position: absolute;
  display: none;
  left: 50%;
  top: 60%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 9999;
  font-size: 28px;
  color: #e50414;
  font-family: "A-OTF-RyuminPro-ExBold";
  width: 100%;
}

@media screen and (min-width: 640px) and (max-width: 834px) {
  .start-text {
    font-size: 22px;
  }
}

@media only screen and (max-width: 640px) {
  .start-text {
    font-size: 22px;
  }
}


.res-menu {
  position: fixed;
  right: 0px;
  top: 0px;
  width: 80px;
  height: 80px;
  background-color: #fff;
  cursor: pointer;
  display: none;
  z-index: 999;
}

@media only screen and (max-width: 834px) {
  .res-menu {
    display: block;
  }
}

.res-menu div {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  height: 1px;
  width: 35%;
  background-image: -webkit-gradient(linear, left top, right top, from(#e50414), to(#db6e39));
  background-image: linear-gradient(to right, #e50414 0%, #db6e39 100%);
}

.res-menu div:nth-of-type(1) {
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.res-menu div:nth-of-type(3) {
  -webkit-transform: translateY(7px);
  transform: translateY(7px);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.res-menu.active div:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.res-menu.active div:nth-of-type(2) {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.res-menu.active div:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.slick-list,
.slick-track {
  height: 100% !important;
}

.main {
  margin: 100px 0 0 auto;
  position: relative;
  height: 72.5vh;
  width: 85.6777% !important;
}

@media (max-width: 1000px) {
  .main {
    width: 98% !important;
  }
}

@media screen and (min-width: 640px) and (max-width: 834px) {
  .main {
    height: 720px;
  }
}

@media only screen and (max-width: 640px) {
  .main {
    height: 560px;
    margin-top: 80px;
  }
}

.main-photo {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.main-photo:before {
  position: absolute;
  content: "";
  background-color: #666;
  opacity: .1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.main-photo img {
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.main-photo picture,
.main-photo li {
  height: 100%;
}



#page-animate:before {
  content: '';
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  pointer-events: none;
  right: 100%;
  -webkit-transition: right 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: right 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

#page-animate:after {
  content: '';
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  pointer-events: none;
  left: 100%;
  -webkit-transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

#page-animate.is-slide-in:before {
  right: 0;
}

#page-animate.is-slide:after {
  left: 0;
}

.cont_01 {
  padding: 150px 0;
}

@media only screen and (max-width: 834px) {
  .cont_01 {
    padding: 110px 0;
  }
}

@media only screen and (max-width: 640px) {
  .cont_01 {
    padding: 90px 0;
  }
}

.cont_01-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.cont_01-title h2 {
  font-size: 24px;
}

@media only screen and (max-width: 834px) {
  .info {
    width: 95%;
    margin: 0 auto;
  }
}

.info-inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
  -ms-flex-align: start;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      align-items: flex-start;
}

@media only screen and (max-width: 834px) {
  .info-inner {
    -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
  }
}

.info-title {
  width: 20%;
}

@media only screen and (max-width: 834px) {
  .info-title {
    width: 100%;
  }
}

.info-list {
  width: 80%;
}

@media only screen and (max-width: 834px) {
  .info-list {
    width: 100%;
  }
}

@media only screen and (max-width: 834px) {
  .info-list {
    margin-top: 60px;
  }
}

.info-list dl {
  border-bottom: 1px solid #ddd !important;
  padding-bottom: 30px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 640px) {
  .info-list dl {
    -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
}

.info-list dl dt {
  background: none !important;
  border: none !important;
  padding-top: 0 !important;
}

@media only screen and (max-width: 640px) {
  .info-list dl dt {
    width: 100% !important;
  }
}

.info-list dl dd {
  border: none !important;
  padding-top: 0 !important;
}

@media only screen and (max-width: 640px) {
  .info-list dl dd {
    width: 100% !important;
  }
}

.about {
  margin: 0 calc(50% - 50vw);
  position: relative;
  padding: 100px 10px;
}

@media only screen and (max-width: 834px) {
  .about {
    width: 95%;
    margin: 0 auto;
    padding: 80px 0;
  }
}

.about-bg {
  position: absolute;
  background-color: #f6f6f6;
  width: 80%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
}

@media only screen and (max-width: 834px) {
  .about-bg {
    left: -10%;
    width: 100%;
  }
}

@media only screen and (max-width: 834px) {
  .about-title {
    margin-top: 20px;
  }
}

.about-title h2 {
  color: #e60113;
  margin-bottom: 20px;
}

@media only screen and (max-width: 834px) {
  .about-title h2 {
    margin-bottom: 10px;
  }
}

.about-title div {
  font-size: 24px;
  margin-bottom: 60px;
  line-height: 1.8;
}

@media only screen and (max-width: 834px) {
  .about-title div {
    margin-bottom: 40px;
  }
}

.about-inner {
  margin: 0 0 0 auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
  max-width: 1560px;
  padding: 0 10px;
  width: 100%;
}

@media only screen and (max-width: 834px) {
  .about-inner {
    -ms-flex-direction: column-reverse;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}

.about-imgbox {
  width: 55%;
}

@media only screen and (max-width: 834px) {
  .about-imgbox {
    width: 100%;
  }
}

.about-img {
  width: 100%;
}

.about-img img {
  width: 100% !important;
  max-width: 100% !important;
}

.about-textbox {
  width: 45%;
}

@media only screen and (max-width: 834px) {
  .about-textbox {
    width: 100%;
  }
}

.about-text div {
  line-height: 3;
}

.about-btn {
  color: #e60013 !important;
  width: 300px;
  height: 80px;
  display: block;
  text-align: center;
  line-height: 78px;
  position: relative;
  border: 2px solid #c21500;
  -o-border-image: linear-gradient(to right, #e50414 0%, #db6e39 100%);
  border-image: -webkit-gradient(linear, left top, right top, from(#e50414), to(#db6e39));
  border-image: linear-gradient(to right, #e50414 0%, #db6e39 100%);
  border-image-slice: 1;
  margin-top: 50px;
}

@media only screen and (max-width: 834px) {
  .about-btn {
    margin-top: 30px;
  }
}

.about-btn i {
  margin-left: 20px;
}

@media only screen and (max-width: 834px) {
  .insta-blog {
    width: 95%;
    margin: 0 auto;
  }
}

.insta-blog-inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
}

@media only screen and (max-width: 834px) {
  .insta-blog-inner {
    -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
  }
}

.insta-blog .insta {
  width: 50%;
}

@media only screen and (max-width: 834px) {
  .insta-blog .insta {
    width: 100%;
  }
}

.insta-blog .insta-list {
  margin-top: 60px;
}

.insta-blog .insta .sns_list {
  -ms-flex-direction: row;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      flex-direction: row;
  width: 100%;
  -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
  border: none;
}

.insta-blog .insta .sns_list > div {
  width: 25%;
  border-bottom: none;
}

@media only screen and (max-width: 1000px) {
  .insta-blog .insta .sns_list > div {
    width: 33.333333%;
  }
}

@media screen and (min-width: 640px) and (max-width: 834px) {
  .insta-blog .insta .sns_list > div {
    width: 25%;
  }
}

.insta-blog .insta .sns_photo {
  width: 100%;
  padding: 5px;
}

.insta-blog .insta .sns_text {
  display: none;
}

.insta-blog .blog {
  width: 50%;
  margin-left: 40px;
}

@media only screen and (max-width: 834px) {
  .insta-blog .blog {
    width: 100%;
    margin-top: 80px;
    margin-left: 0;
  }
}

.insta-blog .blog_list {
  border: none !important;
  margin-top: 60px;
}

.insta-blog .blog_list > div {
  border-bottom: 1px solid #ddd !important;
  padding-bottom: 5px !important;
  margin-bottom: 40px;
}

@media only screen and (max-width: 640px) {
  .insta-blog .blog_list > div {
    margin-bottom: 30px;
  }
}

.insta-blog .blog_text {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
  width: 100% !important;
  -ms-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      flex-direction: column;
}

.insta-blog .blog_date,
.insta-blog .blog h3 a {
  color: #000 !important;
  font-size: 14px;
}

.insta-blog .blog_date {
  margin-bottom: 15px;
}

.insta-blog .blog_photo,
.insta-blog .blog .detail {
  display: none;
}

.cont_02 {
  padding: 80px 0;
}

.cont_02-flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
}

.p2-h2 h2 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column-reverse;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      flex-direction: column-reverse;
  font-size: 34px;
  margin-bottom: 40px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  position: relative;
  border-bottom: 3px solid #ddd;
  padding-bottom: 30px;
}

@media only screen and (max-width: 640px) {
  .p2-h2 h2 {
    font-size: 28px;
    padding-bottom: 20px;
  }
}

.p2-h2 h2:before {
  position: absolute;
  content: "";
  background-color: #e60113;
  width: 15%;
  height: 3px;
  left: 0;
  bottom: -3px;
}

.p2-h2 h2 span {
  font-size: 16px;
  color: #e60113;
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
}

@media only screen and (max-width: 640px) {
  .p2-h2 h2 span {
    font-size: 12px;
  }
}

/*コーディネイト*/
.coordinate-text {
  width: 50%;
  margin-right: 80px;
}

@media only screen and (max-width: 834px) {
  .coordinate-text {
    margin-right: 0;
    width: 100%;
    margin-top: 20px;
  }
}

.coordinate-text h2 {
  padding-bottom: 20px;
  line-height: 1.2;
}

@media only screen and (max-width: 834px) {
  .coordinate-text h2 {
    margin-bottom: 25px;
  }
}

.coordinate-text h2 span {
  margin-bottom: 5px;
}

.coordinate-text div {
  line-height: 2;
}

.coordinate-img {
  width: 50%;
}

@media only screen and (max-width: 834px) {
  .coordinate-img {
    width: 100%;
  }
}

.coordinate-img img {
  width: 100% !important;
  max-width: 100% !important;
}

@media only screen and (max-width: 834px) {
  .coordinate-flex1 {
    -ms-flex-direction: column-reverse;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}

@media only screen and (max-width: 834px) {
  .coordinate-flex2 {
    -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
  }
}

.coordinate-flex2 .coordinate-text {
  margin-left: 80px;
  margin-right: 0px;
}

@media only screen and (max-width: 834px) {
  .coordinate-flex2 .coordinate-text {
    margin-left: 0;
  }
}

.ofi {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.works-box {
  margin: 60px auto;
}

@media only screen and (max-width: 834px) {
  .works-flex {
    -ms-flex-direction: column-reverse;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}

.works-flex .img {
  width: 40%;
}

@media only screen and (max-width: 834px) {
  .works-flex .img {
    width: 100%;
  }
}

.works-flex .img img {
  width: 100% !important;
  max-width: 100% !important;
}

.works-list {
  width: 60%;
}

@media only screen and (max-width: 834px) {
  .works-list {
    width: 100%;
  }
}

.works-list dl dt {
  width: 40%;
  font-size: 16px;
  padding: 20px 10px !important;
}

.works-list dl dd {
  font-size: 16px;
  padding: 20px 10px !important;
}

.works-list-img {
  max-height: 300px;
}

.works-list-img img {
  height: 300px !important;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100% !important;
}

.works-list-img > div {
  width: 100%;
}

.works-name {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 18px;
}

.works-list-box-wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
}

.works-list-box {
  width: 33.333333333%;
  padding: 0 10px;
  margin-bottom: 40px;
}

@media screen and (min-width: 640px) and (max-width: 834px) {
  .works-list-box {
    width: 50%;
  }
}

@media only screen and (max-width: 640px) {
  .works-list-box {
    width: 100%;
  }
}

* {
  min-height: 0;
  min-width: 0;
}

.slick-slide {
  outline: none;
}

.works-imgbox .box img {
  height: 300px !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.works-imgbox .box div {
  margin-top: 5px;
}

/*会社概要*/
@media only screen and (max-width: 640px) {
  .list dl {
    -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        flex-direction: column !important;
  }
}

.list dl dt {
  padding: 25px 10px !important;
  background: #e60113 !important;
  color: #fff;
}

@media only screen and (max-width: 640px) {
  .list dl dt {
    width: 100% !important;
  }
}

.list dl dd {
  padding: 25px 10px !important;
}

@media only screen and (max-width: 640px) {
  .list dl dd {
    width: 100% !important;
  }
}

.list dl dd a {
  color: #333 !important;
}

/*施工例*/
.works-list dl dt {
  background: none !important;
  border: none !important;
}

.works-list dl dd {
  border: none !important;
}

/*お問い合わせ*/
.mail,
.annot {
  display: none;
}

.contact-top-text {
  margin-top: 80px;
}

.mail-form {
  margin-top: 60px;
}

.mail-form dl dt {
  padding: 25px 10px !important;
  -ms-flex-align: center !important;
      -webkit-box-align: center !important;
      -webkit-align-items: center !important;
      align-items: center !important;
}

.mail-form dl dd {
  padding: 25px 10px !important;
}

.mail-form dl .text input {
  height: 250px;
  width: 100% !important;
}

.modal {
  color: #e60113 !important;
}

.modaal-close {
  position: absolute !important;
  right: -20px !important;
  top: -20px !important;
  background: rgba(0, 0, 0, 0.7) !important;
}

.modaal-content-container h3 {
  border-bottom: 2px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px;
}

.modaal-content-container p {
  margin: 0 0 20px;
}

.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #fff !important;
}

@media only screen and (max-width: 640px) {
  .modaal-content-container {
    height: 400px;
    overflow-y: scroll;
  }
}

.policy {
  padding: 10px 0;
  text-align: center;
}

/* 旧common_style.css */
.title-02 h2 {
  font-size: 28px;
  margin-bottom: 24px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  position: relative;
  border-bottom: 3px solid #ddd;
  padding-bottom: 16px;
  margin-top: 24px;
}
.title-02 h2::before {
  position: absolute;
  content: "";
  background-color: #e60113;
  width: 15%;
  height: 3px;
  left: 0;
  bottom: -3px;
}

.title-03 h3 {
  font-size: 20px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  padding-left: 16px;
  border-left: 3px solid #e60113;
}

.t-space-16 article > div, .t-space-16 > div {
  margin-top: 24px;
}

.marine-btn {
  margin-bottom: -16px;
  justify-content: center;
}
.marine-btn .box {
  width: calc((100% - 80px) / 6);
  margin-right: 16px;
  margin-bottom: 16px;
}
@media screen and (max-width: 640px) {
  .marine-btn .box {
    width: calc((100% - 32px) / 3);
  }
}
.marine-btn .box:nth-child(6n) {
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  .marine-btn .box:nth-child(3n) {
    margin-right: 0;
  }
}
.marine-btn .box img {
  width: 100% !important;
}

.marine-btn2 {
  margin-bottom: -16px;
  justify-content: center;
}
.marine-btn2 .box {
  width: calc((100% - 48px) / 5);
  margin-right: 12px;
  margin-bottom: 12px;
}
@media only screen and (max-width: 1000px) {
  .marine-btn2 .box {
    width: calc((100% - 24px) / 3);
  }
}
@media screen and (max-width: 640px) {
  .marine-btn2 .box {
    width: calc((100% - 12px) / 2);
  }
}
.marine-btn2 .box:nth-child(5n) {
  margin-right: 0;
}
@media only screen and (max-width: 1000px) {
  .marine-btn2 .box:nth-child(5n) {
    margin-right: 12px;
  }
}
@media only screen and (max-width: 1000px) {
  .marine-btn2 .box:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .marine-btn2 .box:nth-child(3n) {
    margin-right: 12px;
  }
}
@media screen and (max-width: 640px) {
  .marine-btn2 .box:nth-child(2n) {
    margin-right: 0;
  }
}
.marine-btn2 .box:last-child {
  margin-right: 0;
}
.marine-btn2 .box div {
  height: 100%;
}
.marine-btn2 .box a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: linear-gradient(to right, #08cece 0%, #52dddd 100%);
  color: #fff;
  border-radius: 4px;
  padding: 24px 8px;
  text-align: center;
  font-size: 16px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 640px) {
  .marine-btn2 .box a {
    padding: 16px 8px;
  }
}

#main .marine-01 {
  margin-bottom: -32px;
}
@media screen and (max-width: 640px) {
  #main .marine-01 {
    flex-direction: column;
    margin-bottom: 0;
  }
}
#main .marine-01 .box {
  width: calc((100% - 32px) / 2);
  margin: 0 32px 32px 0;
}
@media screen and (max-width: 640px) {
  #main .marine-01 .box {
    width: 100%;
    margin: 24px 0 0;
  }
}
@media screen and (max-width: 640px) {
  #main .marine-01 .box:first-child {
    margin-top: 0;
  }
}
#main .marine-01 .box:nth-child(even) {
  margin-right: 0;
}

.wrap-marine {
  display: flex;
}
@media screen and (max-width: 640px) {
  .wrap-marine {
    flex-direction: column;
  }
}
.wrap-marine > div {
  width: calc((100% - 48px) / 3);
  margin-right: 24px;
  border: 1px solid #ccc;
  padding: 24px 16px 16px;
}
@media screen and (max-width: 640px) {
  .wrap-marine > div {
    margin: 0 0 16px;
    width: 100%;
  }
}
.wrap-marine > div:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  .wrap-marine > div:last-child {
    margin-bottom: 0;
  }
}

#main .faq-01 {
  padding-bottom: 32px;
  border-bottom: 1px solid #ccc;
  flex-direction: column;
}
#main .faq-01 .box {
  display: flex;
  align-items: flex-start;
}
#main .faq-01 .box > * {
  min-width: 0;
}
#main .faq-01 .box::before {
  margin-right: 16px;
  display: block;
  width: 32px;
  height: 32px;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  font-size: 1.6rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
#main .faq-01 .box:first-child {
  color: #e60113;
}
#main .faq-01 .box:first-child::before {
  content: "Q";
  color: #fff;
  background-color: #e60113;
  border: 2px solid #e60113;
}
#main .faq-01 .box:first-child > div {
  font-weight: 700;
}
#main .faq-01 .box:last-child {
  margin-top: 16px;
}
#main .faq-01 .box:last-child::before {
  content: "A";
  color: #e60113;
  background-color: #fff;
  border: 2px solid #e60113;
}
#main .faq-01 .box > div {
  flex: 1;
}
/* 旧style.css */
.center-btn a{
  margin-left: auto;
  margin-right: auto;
}
