@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Sawarabi+Mincho&display=swap");
/***************************************************************
File name  　　　　 : 　　　common.css
Description 　　　　:　　　 共通スタイル定義
Date       　　　　 :      2020/07
**************************************************************/
/*mixin*/
/*-------------------------------------------------------------
reset
-------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  /*vertical-align:top;*/
  background: transparent; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  /*vertical-align:top;*/ }

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%; }

h1, h2, h3, h4, h5, h6, address {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.05em; }

table, th, td {
  margin: 0;
  padding: 0;
  line-height: 1.5; }

table {
  border-collapse: separate;
  border-spacing: 0; }

th {
  text-align: left;
  font-weight: normal; }

img {
  vertical-align: top;
  border: 0; }

ul, ol, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 1.5; }

p {
  margin: 0;
  padding: 0;
  line-height: 1.5; }

input, select, textarea {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle; }

input[type="text"], input[type="submit"], textarea {
  -webkit-appearance: none; }

/*-------------------------------------------------------------
common
-------------------------------------------------------------*/
h2, h3 {
  line-height: 1.4; }

h4, h5, h6, div {
  line-height: 1.6; }

p {
  line-height: 2; }

th, td {
  line-height: 1.6; }

a {
  color: #373022;
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.8s; }
  a:hover {
    cursor: pointer;
    opacity: 0.7; }
  a img {
    box-shadow: #000 0 0 0; }
    a img:hover {
      cursor: pointer;
      opacity: 0.7; }

.clearfix:after {
  display: block;
  visibility: hidden;
  content: ".";
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0; }

input {
  vertical-align: middle;
  position: relative;
  top: -1px;
  cursor: pointer; }

/*placeholder*/
:placeholder-shown {
  color: #999; }

::-webkit-input-placeholder {
  color: #999; }

:-moz-placeholder {
  color: #999;
  opacity: 1; }

::-moz-placeholder {
  color: #999;
  opacity: 1; }

:-ms-input-placeholder {
  color: #999; }

label {
  cursor: pointer;
  margin: 0;
  padding: 0; }

* {
  box-sizing: border-box; }

body {
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 15px;
  color: #373022;
  line-height: 2;
  position: relative;
  min-width: 1140px; }
  body#home header {
    position: absolute;
    top: -70px;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 70px;
    background: #fff;
    transition: all 0.8s;
    transition: top 0.8s, opacity 0.8s; }
    body#home header h1 {
      opacity: 0; }
      body#home header h1 img:first-child {
        display: block; }
      body#home header h1 img:last-child {
        display: none; }
    body#home header nav {
      position: absolute;
      width: calc(100% - 30px);
      top: 50%;
      right: 30px;
      margin-top: -0.5em; }
      body#home header nav ul {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
        body#home header nav ul li {
          font-size: 14px;
          margin-left: 15px; }
          body#home header nav ul li a {
            font-size: 14px; }
            body#home header nav ul li a:hover {
              padding-bottom: 3px;
              border-bottom: 1px solid #b90a37; }
          body#home header nav ul li:first-child {
            margin-left: 0; }
          body#home header nav ul li:last-child {
            padding-left: 18px;
            border-left: 1px solid #f1eada; }
            body#home header nav ul li:last-child a:hover {
              padding-bottom: 0px;
              border-bottom: none; }
        body#home header nav ul * {
          line-height: 1; }
    body#home header.mvOnload {
      top: 0px !important; }
      body#home header.mvOnload h1 {
        opacity: 1 !important; }
  body:not(#home) header {
    height: 123px;
    position: relative; }
    body:not(#home) header h1 {
      position: absolute;
      bottom: 0;
      left: 0; }
      body:not(#home) header h1 img {
        width: 100px;
        height: auto; }
    body:not(#home) header #hContact {
      position: absolute;
      top: 0;
      right: 0;
      width: 300px;
      height: 38px;
      background: #f1ede2;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center;
      font-size: 14px;
      border-radius: 0 0 5px 5px; }
      body:not(#home) header #hContact p {
        font-weight: bold;
        margin-left: 11px; }
      body:not(#home) header #hContact:after {
        content: "";
        width: 8px;
        height: 2px;
        background: #b90a37;
        position: absolute;
        top: 50%;
        left: -3px; }
    body:not(#home) header nav {
      position: absolute;
      top: 60px;
      right: 40px; }
      body:not(#home) header nav ul {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap; }
        body:not(#home) header nav ul li {
          margin-left: 50px; }
          body:not(#home) header nav ul li:first-child {
            margin-left: 0; }
          body:not(#home) header nav ul li a {
            line-height: 1; }
            body:not(#home) header nav ul li a:hover {
              border-bottom: 1px solid #b90a37;
              padding-bottom: 3px;
              opacity: 1; }
        body:not(#home) header nav ul .navActive a {
          color: #b90a37; }
          body:not(#home) header nav ul .navActive a:hover {
            border-bottom: none;
            padding-bottom: 0; }

.webFont {
  font-family: 'Sawarabi Mincho', sans-serif; }

.brSp {
  display: none; }

.brPc {
  display: block; }

.dispSp {
  display: none; }

.dispPc {
  display: block;
  margin: 0 auto; }

.wrap {
  width: 1080px;
  margin: 0 auto;
  position: relative; }

/*********************************
menu
*********************************/
#menuBtn {
  display: none;
  width: 30px;
  height: 19px;
  position: absolute;
  top: 21px;
  right: 20px;
  z-index: 10; }
  #menuBtn span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #373022; }
    #menuBtn span:before {
      content: "";
      width: 100%;
      height: 1px;
      background: #373022;
      position: absolute;
      top: 8px;
      left: 0; }
    #menuBtn span:after {
      content: "";
      width: 100%;
      height: 1px;
      background: #373022;
      position: absolute;
      top: 16px;
      left: 0; }

#menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: #faf9f5;
  padding: 60px 15px 20px; }
  #menu .menuWrap {
    width: 100%;
    padding: 80px 25px 50px;
    background: #fff;
    position: relative;
    font-size: 16px; }
    #menu .menuWrap * {
      position: relative;
      z-index: 1; }
    #menu .menuWrap #mNav {
      padding-bottom: 40px;
      margin-bottom: 40px;
      border-bottom: 1px solid #aea592; }
      #menu .menuWrap #mNav li {
        line-height: 1;
        margin-top: 30px;
        padding: 0 15px; }
        #menu .menuWrap #mNav li a {
          width: 100%;
          height: 100%;
          display: block; }
        #menu .menuWrap #mNav li:first-child {
          margin-top: 0; }
    #menu .menuWrap > div {
      font-size: 15px;
      line-height: 1;
      margin-bottom: 25px;
      padding-left: 15px; }
      #menu .menuWrap > div:after {
        content: "";
        width: 8px;
        height: 2px;
        background: #b90a37;
        position: absolute;
        top: 50%;
        left: 0px;
        margin-top: -1px; }
    #menu .menuWrap #telInfo li {
      width: 265px;
      height: 41px;
      margin: 15px auto 0; }
      #menu .menuWrap #telInfo li a {
        width: 100%;
        height: 100%;
        display: block;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        border-radius: 5px;
        background: #f1eada; }
      #menu .menuWrap #telInfo li:first-child {
        margin-top: 0; }
    #menu .menuWrap:after {
      content: "";
      width: 345px;
      height: 447px;
      background: url("../img/common/menu/bg.jpg") no-repeat;
      position: absolute;
      right: 0;
      bottom: 0; }
  #menu #mLogo {
    position: absolute;
    top: 25px;
    left: 50%;
    z-index: 1;
    margin-left: -44.5px; }
    #menu #mLogo img {
      width: 89px;
      height: auto; }
  #menu #closeBtn {
    width: 30px;
    height: 19px;
    position: absolute;
    top: 21px;
    right: 20px;
    z-index: 1; }
    #menu #closeBtn span {
      position: absolute;
      top: 8px;
      left: 0;
      width: 30px;
      height: 1px;
      background: #373022;
      -moz-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
      #menu #closeBtn span:after {
        content: "";
        width: 30px;
        height: 1px;
        background: #373022;
        position: absolute;
        top: 0px;
        left: 0;
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg); }

.path {
  line-height: 1;
  margin-bottom: 80px; }
  .path ol {
    position: relative;
    line-height: 1.3;
    top: -10px; }
    .path ol li {
      font-size: 14px;
      line-height: 1.3;
      word-break: break-all;
      display: inline;
      position: relative;
      min-height: 18.2px; }
      .path ol li a {
        display: inline-block;
        margin-right: 35px; }
        .path ol li a img {
          width: 20px;
          height: 16px;
          position: relative;
          top: -3px; }
      .path ol li:after {
        content: "";
        width: 5px;
        height: 11px;
        background: url("../img/common/ico_arrow_brown.svg") no-repeat;
        background-size: 5px 11px;
        position: absolute;
        top: 2px;
        left: -20px; }
      .path ol li:first-child a {
        line-height: 1; }
      .path ol li:first-child:after {
        display: none; }

.btn {
  width: 151px; }
  .btn a {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    border-bottom: 2px solid #373022;
    display: block;
    padding: 10px 0 10px 36px; }

.ttlH2 {
  margin-top: 90px;
  width: 100%;
  height: 140px;
  background: url("../img/common/bg_ttlH2.jpg") center repeat;
  position: relative; }
  .ttlH2 h2 {
    position: relative;
    top: -50px;
    text-align: center;
    font-size: 40px;
    line-height: 1.26;
    z-index: 1; }
    .ttlH2 h2 span {
      font-size: 22px;
      display: block;
      line-height: 1;
      color: #b90a37;
      margin-bottom: 5px; }
  .ttlH2:after {
    content: "";
    width: 480px;
    height: 140px;
    background: url("../img/common/img_h2.jpg");
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -240px; }

.tabLyt {
  margin-bottom: 100px; }
  .tabLyt ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center; }
    .tabLyt ul li {
      width: 176px;
      height: 43px;
      margin-left: 50px;
      border-bottom: 2px solid #373022;
      text-align: center; }
      .tabLyt ul li a {
        width: 100%;
        height: 100%;
        display: block;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center; }
      .tabLyt ul li span {
        font-size: 18px;
        font-weight: bold;
        line-height: 1.3;
        display: inline-block;
        padding-bottom: 10px; }
      .tabLyt ul li:first-child {
        margin-left: 0; }
      .tabLyt ul li:hover {
        border-bottom: 2px solid #b90a37; }
    .tabLyt ul .tabActive {
      border-bottom: 2px solid #b90a37; }
      .tabLyt ul .tabActive a {
        color: #b90a37; }

.pagerLyt {
  width: 100%;
  margin-bottom: 150px; }
  .pagerLyt ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center; }
    .pagerLyt ul li {
      width: 34px;
      height: 34px;
      margin-left: 12px;
      border-bottom: 2px solid #fff; }
      .pagerLyt ul li a {
        width: 100%;
        height: 100%;
        display: block;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        font-size: 20px;
        font-weight: bold; }
      .pagerLyt ul li img {
        width: 5px;
        height: 10px; }
      .pagerLyt ul li:first-child {
        margin-left: 0; }
      .pagerLyt ul li:hover {
        border-bottom: 2px solid #b90a37; }
    .pagerLyt ul .pagerActive {
      border-bottom: 2px solid #b90a37; }
      .pagerLyt ul .pagerActive a {
        color: #b90a37; }

.link1ClmLyt {
  width: 100%;
  height: 280px;
  background: url("../img/common/bg_about_1clm.jpg") no-repeat;
  background-size: cover; }
  .link1ClmLyt a {
    width: 100%;
    height: 100%;
    display: block;
    padding-top: 71px; }
    .link1ClmLyt a h2 {
      text-align: center;
      color: #fff;
      line-height: 1.4;
      font-size: 36px;
      margin-bottom: 27px; }
      .link1ClmLyt a h2 span {
        display: block;
        line-height: 1;
        margin-bottom: 10px;
        font-size: 22px; }
    .link1ClmLyt a p {
      width: 430px;
      background: #fff;
      text-align: center;
      padding: 14px 0;
      border-radius: 5px;
      margin: 0 auto;
      line-height: 1; }

.link2ClmLyt ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .link2ClmLyt ul li {
    width: 50%;
    height: 280px;
    overflow: hidden; }
    .link2ClmLyt ul li a {
      width: 100%;
      height: 100%;
      display: block;
      padding: 71px 0 0; }
      .link2ClmLyt ul li a h2 {
        text-align: center;
        color: #fff;
        line-height: 1.4;
        font-size: 36px;
        margin-bottom: 27px; }
        .link2ClmLyt ul li a h2 span {
          display: block;
          line-height: 1;
          margin-bottom: 10px;
          font-size: 22px; }
      .link2ClmLyt ul li a p {
        width: 430px;
        background: #fff;
        text-align: center;
        padding: 14px 0;
        border-radius: 5px;
        margin: 0 auto;
        line-height: 1; }
    .link2ClmLyt ul li:first-child {
      background: url("../img/common/bg_about.jpg") no-repeat center;
      background-size: cover; }
    .link2ClmLyt ul li:last-child {
      background: url("../img/common/bg_works.jpg") no-repeat center;
      background-size: cover; }

.experienceLyt {
  padding: 150px 0; }
  .experienceLyt ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px; }
    .experienceLyt ul li {
      width: calc(100% - 682px); }
      .experienceLyt ul li h2 {
        padding-top: 20px;
        font-size: 32px;
        padding-bottom: 14px;
        margin-bottom: 22px;
        position: relative; }
        .experienceLyt ul li h2 span {
          font-size: 18px;
          color: #b90a37;
          display: block;
          line-height: 1;
          margin-bottom: 16px; }
        .experienceLyt ul li h2:after {
          content: "";
          width: 100%;
          height: 5px;
          background: url("../img/common/bg_border_brown.png") bottom left repeat-x;
          position: absolute;
          left: 0;
          bottom: 0; }
      .experienceLyt ul li > div {
        font-size: 20px;
        margin-bottom: 24px; }
      .experienceLyt ul li p {
        margin-bottom: 26px; }
      .experienceLyt ul li .btn {
        margin-left: auto; }
        .experienceLyt ul li .btn a:after {
          content: "";
          width: 22px;
          height: 22px;
          background: url("../img/common/ico_house.svg") no-repeat;
          background-size: 22px 22px;
          position: absolute;
          top: 50%;
          left: 6px;
          margin-top: -11px; }
      .experienceLyt ul li:first-child {
        width: 610px;
        margin-right: 72px; }
  .experienceLyt #gMap {
    width: 100%;
    height: 326px;
    position: relative; }
    .experienceLyt #gMap div {
      width: 247px;
      height: 41px;
      position: absolute;
      right: 0;
      bottom: 0;
      background: #fff;
      border-radius: 20px 0 0 0; }
      .experienceLyt #gMap div a {
        width: 100%;
        height: 100%;
        display: block;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        color: #fff;
        background: #373022;
        border-radius: 20px 0 0 0; }

.blogLyt {
  width: 100%;
  background: #e0d2b1;
  padding: 34px 0;
  text-align: center; }
  .blogLyt div {
    display: inline-block; }

.link3ClmLyt {
  width: 100%;
  height: 261px;
  background: url("../img/footer/bg_contact.jpg") no-repeat;
  background-size: cover;
  padding: 90px 0; }
  .link3ClmLyt ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center; }
    .link3ClmLyt ul li {
      width: 300px;
      margin-left: 22px; }
      .link3ClmLyt ul li:first-child {
        margin-left: 0; }

.imgLiquidLyt {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 75px; }
  .imgLiquidLyt li {
    height: 470px; }
    .imgLiquidLyt li .txtWrap {
      position: relative;
      z-index: 1;
      padding: 30px 0 0; }
      .imgLiquidLyt li .txtWrap h3 {
        width: 480px;
        position: relative;
        z-index: 1;
        font-size: 32px;
        padding-bottom: 16px;
        margin-bottom: 24px; }
        .imgLiquidLyt li .txtWrap h3 span {
          font-size: 18px;
          color: #b90a37;
          display: block;
          line-height: 1;
          margin-bottom: 14px; }
        .imgLiquidLyt li .txtWrap h3:after {
          content: "";
          width: 100%;
          height: 5px;
          background: url("../img/common/bg_border_brown.png") bottom left repeat-x;
          position: absolute;
          left: 0;
          bottom: 0; }
      .imgLiquidLyt li .txtWrap > div {
        position: relative;
        z-index: 1;
        width: 380px;
        font-size: 22px;
        margin-bottom: 20px; }
      .imgLiquidLyt li .txtWrap p {
        width: 380px; }
      .imgLiquidLyt li .txtWrap table {
        width: 100%; }
        .imgLiquidLyt li .txtWrap table tr th {
          width: 82px;
          font-size: 22px;
          padding: 10px 0; }
        .imgLiquidLyt li .txtWrap table tr td {
          width: calc(100% - 82px);
          padding: 10px 0; }
    .imgLiquidLyt li:first-child {
      width: 600px;
      padding-left: 160px; }
    .imgLiquidLyt li:last-child {
      width: calc(100% - 600px);
      background: url("../img/about/photo1.jpg") no-repeat;
      background-size: cover;
      border-radius: 5px 0 0 5px; }

.img1ClmLyt {
  margin-bottom: 100px; }
  .img1ClmLyt img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 45px;
    border-radius: 5px; }
  .img1ClmLyt h5 {
    width: 100%;
    text-align: center;
    font-size: 26px;
    padding-bottom: 19px;
    margin-bottom: 40px;
    position: relative; }
    .img1ClmLyt h5:after {
      content: "";
      width: 50px;
      height: 5px;
      background: url("../img/common/bg_border_red.png") repeat-x;
      position: absolute;
      left: 50%;
      bottom: 0;
      margin-left: -25px; }
  .img1ClmLyt ul {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .img1ClmLyt ul li {
      width: 50%; }
      .img1ClmLyt ul li:first-child {
        padding-right: 39px;
        border-right: 1px solid #f1eada; }
      .img1ClmLyt ul li:last-child {
        padding-left: 40px; }

.imgLeftLyt {
  margin-bottom: 100px; }
  .imgLeftLyt ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .imgLeftLyt ul li h5 {
      width: 100%;
      font-size: 26px;
      position: relative;
      margin-bottom: 24px;
      padding-bottom: 21px; }
      .imgLeftLyt ul li h5:after {
        content: "";
        width: 50px;
        height: 5px;
        background: url("../img/common/bg_border_red.png") repeat-x;
        position: absolute;
        left: 0;
        bottom: 0; }
    .imgLeftLyt ul li p {
      margin-bottom: 20px; }
      .imgLeftLyt ul li p a {
        text-decoration: underline;
        color: #937f37;
        position: relative; }
      .imgLeftLyt ul li p img {
        display: inline-block;
        position: relative;
        top: 10px;
        margin-left: 5px; }
      .imgLeftLyt ul li p:last-child {
        margin-bottom: 0; }
    .imgLeftLyt ul li:first-child {
      width: 590px; }
      .imgLeftLyt ul li:first-child img {
        border-radius: 5px; }
    .imgLeftLyt ul li:last-child {
      width: calc(100% - 590px);
      padding: 25px 28px 0 85px; }

.img3ClmLyt {
  margin-bottom: 150px; }
  .img3ClmLyt ul {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .img3ClmLyt ul li {
      width: 33%;
      height: 280px;
      margin-top: 0.5%;
      margin-left: 0.5%;
      position: relative; }
      .img3ClmLyt ul li div {
        text-align: center;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 77px;
        background: rgba(255, 255, 255, 0.9);
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        font-size: 18px;
        font-weight: bold; }
        .img3ClmLyt ul li div:before {
          content: "";
          width: 6px;
          height: 91px;
          background: url("../img/common/bg_vertical_dot.png");
          position: absolute;
          bottom: 10px;
          left: 15px; }
        .img3ClmLyt ul li div:after {
          content: "";
          width: 6px;
          height: 91px;
          background: url("../img/common/bg_vertical_dot.png");
          position: absolute;
          bottom: 10px;
          right: 15px; }
      .img3ClmLyt ul li:nth-child(3n+1) {
        margin-left: 0; }
      .img3ClmLyt ul li:nth-child(-n+3) {
        margin-top: 0; }
      .img3ClmLyt ul li:nth-child(1) {
        background: url("../img/about/bg_img1.jpg") no-repeat;
        background-size: cover; }
      .img3ClmLyt ul li:nth-child(2) {
        background: url("../img/about/bg_img2.jpg") no-repeat;
        background-size: cover; }
      .img3ClmLyt ul li:nth-child(3) {
        background: url("../img/about/bg_img3.jpg") no-repeat;
        background-size: cover; }
      .img3ClmLyt ul li:nth-child(4) {
        background: url("../img/about/bg_img4.jpg") no-repeat;
        background-size: cover; }
      .img3ClmLyt ul li:nth-child(5) {
        background: url("../img/about/bg_img5.jpg") no-repeat;
        background-size: cover; }
      .img3ClmLyt ul li:nth-child(6) {
        background: url("../img/about/bg_img6.jpg") no-repeat;
        background-size: cover; }

.img1ClmTxtLyt {
  margin-bottom: 150px; }
  .img1ClmTxtLyt img {
    width: 100%;
    height: auto;
    margin-bottom: 45px;
    border-radius: 5px; }
  .img1ClmTxtLyt h5 {
    width: 100%;
    text-align: center;
    font-size: 26px;
    padding-bottom: 19px;
    margin-bottom: 40px;
    position: relative; }
    .img1ClmTxtLyt h5:after {
      content: "";
      width: 50px;
      height: 5px;
      background: url("../img/common/bg_border_red.png") repeat-x;
      position: absolute;
      left: 50%;
      bottom: 0;
      margin-left: -25px; }
  .img1ClmTxtLyt .notImg {
    padding-top: 15px; }
  .img1ClmTxtLyt p {
    text-align: center; }

.img3ClmTxtLyt {
  margin-bottom: 150px; }
  .img3ClmTxtLyt ul {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .img3ClmTxtLyt ul li {
      width: 340px;
      margin-left: 30px; }
      .img3ClmTxtLyt ul li img {
        display: block;
        margin-bottom: 26px; }
      .img3ClmTxtLyt ul li h6 {
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        padding-bottom: 12px;
        margin-bottom: 18px;
        position: relative; }
        .img3ClmTxtLyt ul li h6:after {
          content: "";
          width: 50px;
          height: 5px;
          background: url("../img/common/bg_border_red.png") repeat-x;
          position: absolute;
          left: 50%;
          bottom: -4px;
          margin-left: -25px; }
      .img3ClmTxtLyt ul li p a {
        color: #937f37;
        text-decoration: underline; }
      .img3ClmTxtLyt ul li p img {
        display: inline-block;
        position: relative;
        top: 10px;
        margin-left: 5px; }
      .img3ClmTxtLyt ul li:first-child {
        margin-left: 0; }

.imgLeftMinLyt ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .imgLeftMinLyt ul li h5 {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 12px; }
    .imgLeftMinLyt ul li h5:after {
      content: "";
      width: 50px;
      height: 5px;
      background: url("../img/common/bg_border_red.png") repeat-x;
      position: absolute;
      left: 0;
      bottom: 0; }
  .imgLeftMinLyt ul li:first-child {
    width: 410px; }
    .imgLeftMinLyt ul li:first-child img {
      border-radius: 5px; }
  .imgLeftMinLyt ul li:last-child {
    width: calc(100% - 410px);
    padding: 20px 0 0 70px; }

.ttlH3 {
  width: 100%;
  text-align: center;
  margin-bottom: 50px; }
  .ttlH3 h3 {
    display: inline-block;
    position: relative; }
    .ttlH3 h3 span {
      position: relative;
      font-size: 36px;
      padding: 0 32px;
      background: #faf9f5;
      display: inline-block;
      z-index: 1; }
      .ttlH3 h3 span b {
        position: absolute;
        top: -34px;
        left: 0;
        right: 0;
        display: block;
        line-height: 1;
        color: #b90a37;
        font-size: 22px; }
    .ttlH3 h3:after {
      content: "";
      width: calc( 100% + 200px);
      height: 5px;
      background: url("../img/common/bg_border_brown.png") repeat-x;
      position: absolute;
      top: 50%;
      left: -100px; }
  .ttlH3 + p {
    margin-bottom: 100px;
    text-align: center; }

.ttlH4 {
  width: 100%;
  margin-bottom: 80px; }
  .ttlH4 h4 {
    line-height: 1;
    text-align: center;
    position: relative; }
    .ttlH4 h4 span {
      display: inline-block;
      line-height: 1;
      font-size: 28px;
      position: relative;
      z-index: 1;
      background: #fff;
      padding: 0 30px; }
      .ttlH4 h4 span:after {
        content: "";
        width: 132px;
        height: 80px;
        background: url("../img/works/bg_ttl_h4.png") no-repeat;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -50px;
        margin-left: -66px;
        z-index: -1; }
    .ttlH4 h4:after {
      content: "";
      width: 100%;
      height: 2px;
      background: url("../img/common/bg_border_gold.jpg") repeat-x;
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -1px; }

#fixedLinkPc {
  display: block;
  position: fixed;
  top: 238px;
  right: 0;
  z-index: 100; }

#fixedLinkSp {
  display: none;
  width: 100%;
  position: fixed;
  z-index: 10;
  bottom: 0; }
  #fixedLinkSp ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    #fixedLinkSp ul li {
      width: 33.3333333333333%;
      height: 46px;
      overflow: hidden;
      position: relative;
      background: #333129; }
      #fixedLinkSp ul li a {
        width: 100%;
        height: 100%;
        display: block;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        color: #fff;
        font-size: 14px;
        line-height: 1.3;
        font-weight: bold;
        text-align: center; }
        #fixedLinkSp ul li a span {
          position: relative;
          z-index: 1; }
      #fixedLinkSp ul li:nth-child(1):after {
        content: "";
        width: 32px;
        height: 31px;
        background: url("../img/common/fixed/ico_event.svg") no-repeat;
        background-size: 32px 31px;
        position: absolute;
        top: 7px;
        left: -4px; }
      #fixedLinkSp ul li:nth-child(2) {
        background: #736b38; }
        #fixedLinkSp ul li:nth-child(2):after {
          content: "";
          width: 46px;
          height: 38px;
          background: url("../img/common/fixed/img_modelHouse.svg") no-repeat;
          position: absolute;
          top: 3px;
          left: -16px; }
      #fixedLinkSp ul li:nth-child(3):after {
        content: "";
        width: 34px;
        height: 35px;
        background: url("../img/common/fixed/img_contact.svg") no-repeat;
        position: absolute;
        top: 6px;
        left: -7px; }

#pagetop {
  position: fixed;
  bottom: 35px;
  right: 38px;
  display: none;
  opacity: 0;
  z-index: 10; }

/*//////////////////////////////
    footer
///////////////////////////////*/
footer {
  background: #faf9f5;
  padding: 70px 0; }
  footer ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    footer ul li {
      width: 50%; }
      footer ul li:first-child div:nth-of-type(1) {
        margin-bottom: 14px; }
      footer ul li:first-child p {
        font-size: 14px;
        margin-bottom: 70px; }
        footer ul li:first-child p span {
          font-size: 30px;
          line-height: 1; }
        footer ul li:first-child p:nth-of-type(1) {
          margin-bottom: 21px; }
        footer ul li:first-child p:nth-of-type(2) {
          margin-bottom: 9px;
          line-height: 1;
          font-size: 20px; }
        footer ul li:first-child p:nth-of-type(3) {
          margin-bottom: 15px; }
      footer ul li:last-child {
        text-align: right; }
        footer ul li:last-child nav {
          padding-top: 5px;
          margin-bottom: 55px; }
          footer ul li:last-child nav div {
            margin-top: 27px;
            line-height: 1; }
            footer ul li:last-child nav div:first-child {
              margin-top: 0; }
        footer ul li:last-child p {
          font-size: 14px; }

/*//////////////////////////////
    top 
///////////////////////////////*/
#mvLyt {
  width: 100%;
  padding: 70px 30px 0;
  position: relative; }
  #mvLyt #mvWrap {
    position: relative;
    width: 100%;
    min-height: 1600px;
    background: url("../img/home/mv.webp") no-repeat;
    background-size: cover;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.8s;
    padding-bottom: 100px; }
    #mvLyt #mvWrap #mvFv {
      position: relative;
      width: 100%;
      height: calc(100vh - 70px); }
      #mvLyt #mvWrap #mvFv #catchPhrase {
        display: none;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -159.5px;
        margin-left: -309.5px; }
      #mvLyt #mvWrap #mvFv #scroll {
        display: none;
        position: absolute;
        left: 50%;
        bottom: 100px;
        margin-left: -38px; }
    #mvLyt #mvWrap #msgLyt {
      width: 100%;
      padding: 100px 0 0; }
      #mvLyt #mvWrap #msgLyt > div {
        width: 500px;
        background: rgba(255, 255, 255, 0.92);
        padding: 60px 50px 70px;
        border-radius: 5px;
        margin: 0 auto; }
        #mvLyt #mvWrap #msgLyt > div > div {
          font-size: 28px;
          line-height: 1.4;
          text-align: center;
          margin-bottom: 35px; }
        #mvLyt #mvWrap #msgLyt > div p {
          margin-bottom: 20px; }
          #mvLyt #mvWrap #msgLyt > div p:last-child {
            margin-bottom: 0; }
  #mvLyt .mvOnload {
    opacity: 1 !important; }

.advantageLyt {
  width: 100%;
  padding: 120px 0 0; }
  .advantageLyt .txtWrap {
    position: relative;
    z-index: 1;
    padding: 30px 0 0; }
    .advantageLyt .txtWrap h2 {
      width: 480px;
      position: relative;
      z-index: 1;
      font-size: 36px;
      padding-bottom: 20px;
      margin-bottom: 26px; }
      .advantageLyt .txtWrap h2 span {
        font-size: 22px;
        color: #b90a37;
        display: block;
        line-height: 1;
        margin-bottom: 16px; }
      .advantageLyt .txtWrap h2:after {
        content: "";
        width: 100%;
        height: 5px;
        background: url("../img/common/bg_border_brown.png") bottom left repeat-x;
        position: absolute;
        left: 0;
        bottom: 0; }
    .advantageLyt .txtWrap > div {
      position: relative;
      z-index: 1;
      width: 380px;
      font-size: 22px;
      margin-bottom: 20px; }
    .advantageLyt .txtWrap p {
      width: 380px; }
  .advantageLyt ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 110px; }
    .advantageLyt ul li {
      height: 460px;
      margin-top: 110px; }
      .advantageLyt ul li:nth-child(even) {
        overflow: hidden; }
        .advantageLyt ul li:nth-child(even) img {
          width: 100%;
          height: auto; }
      .advantageLyt ul li:nth-child(1) {
        order: 1;
        width: 582px;
        padding-left: 160px; }
        .advantageLyt ul li:nth-child(1) .txtWrap:after {
          content: "";
          width: 144px;
          height: 144px;
          background: url("../img/home/ico1.jpg");
          position: absolute;
          top: -13px;
          left: -66px; }
      .advantageLyt ul li:nth-child(2) {
        order: 2;
        width: calc(100% - 582px);
        background: url("../img/home/photo1.jpg") no-repeat;
        background-size: cover;
        border-radius: 5px 0 0 5px; }
      .advantageLyt ul li:nth-child(3) {
        order: 4;
        width: 600px;
        height: 450px; }
        .advantageLyt ul li:nth-child(3) .txtWrap h2 {
          position: relative;
          left: -38px; }
        .advantageLyt ul li:nth-child(3) .txtWrap > div {
          padding-left: 40px;
          width: 395px; }
        .advantageLyt ul li:nth-child(3) .txtWrap p {
          padding-left: 40px;
          width: 430px; }
        .advantageLyt ul li:nth-child(3) .txtWrap:after {
          content: "";
          width: 144px;
          height: 144px;
          background: url("../img/home/ico2.jpg");
          position: absolute;
          top: 58px;
          right: 135px; }
      .advantageLyt ul li:nth-child(4) {
        order: 3;
        width: calc(100% - 600px);
        height: 450px;
        background: url("../img/home/photo2.jpg") no-repeat;
        background-size: cover;
        border-radius: 0 5px 5px 0; }
      .advantageLyt ul li:nth-child(-n+2) {
        margin-top: 0; }
  .advantageLyt > div {
    margin-bottom: -120px; }
    .advantageLyt > div > img {
      display: block;
      border-radius: 5px;
      margin-left: 204px; }
    .advantageLyt > div .ttl {
      position: absolute;
      top: 23px;
      left: 0;
      z-index: 1; }
    .advantageLyt > div .txtWrap {
      position: relative;
      top: -120px;
      padding: 0;
      margin-bottom: 150px; }
      .advantageLyt > div .txtWrap h2 {
        width: 490px; }
      .advantageLyt > div .txtWrap p {
        width: 750px; }
      .advantageLyt > div .txtWrap:after {
        content: "";
        width: 144px;
        height: 144px;
        background: url("../img/home/ico3.jpg");
        position: absolute;
        top: -48px;
        left: -64px; }

.topicsTopLyt {
  background: #faf9f5;
  padding: 140px 0 100px; }
  .topicsTopLyt .wrap h2 {
    width: 400px;
    position: relative;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 80px; }
    .topicsTopLyt .wrap h2 > span {
      display: inline-block;
      padding: 0 35px;
      background: #faf9f5;
      position: relative;
      z-index: 1;
      font-size: 36px;
      line-height: 1; }
      .topicsTopLyt .wrap h2 > span span {
        color: #b90a37;
        font-size: 22px;
        line-height: 1;
        position: absolute;
        top: -37px;
        left: 0;
        right: 0; }
    .topicsTopLyt .wrap h2:after {
      content: "";
      width: 100%;
      height: 5px;
      background: url("../img/common/bg_border_brown.png");
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -2.5px; }
  .topicsTopLyt .wrap table {
    width: 100%;
    border-top: 1px solid #aea592;
    margin-bottom: 50px; }
    .topicsTopLyt .wrap table tr th {
      width: 320px;
      border-bottom: 1px solid #aea592;
      color: #a1a1a1;
      padding: 17px 0 17px 30px; }
      .topicsTopLyt .wrap table tr th time {
        display: inline-block;
        margin-right: 40px; }
      .topicsTopLyt .wrap table tr th div {
        display: inline-block;
        width: 120px;
        height: 28px;
        border-radius: 50px;
        background: #373022;
        color: #fff; }
        .topicsTopLyt .wrap table tr th div span {
          width: 100%;
          height: 100%;
          display: block;
          display: -webkit-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-justify-content: center;
          justify-content: center;
          -webkit-align-items: center;
          align-items: center; }
    .topicsTopLyt .wrap table tr td {
      width: calc(100% - 320px);
      border-bottom: 1px solid #aea592;
      padding: 17px 30px 17px 0; }
      .topicsTopLyt .wrap table tr td a:hover {
        border-bottom: 1px solid #b90a37;
        padding-bottom: 3px; }
  .topicsTopLyt .wrap .btn {
    margin: 0 auto; }
    .topicsTopLyt .wrap .btn a {
      padding: 10px 24px 10px 8px;
      text-align: center; }
      .topicsTopLyt .wrap .btn a:after {
        content: "";
        width: 5px;
        height: 11px;
        background: url("../img/common/ico_arrow.svg");
        background-size: 5px 11px;
        position: absolute;
        top: 50%;
        right: 12px;
        margin-top: -5.5px; }

.blogTopLyt {
  background: #fff;
  padding: 140px 0 100px; }
  .blogTopLyt .wrap h2 {
    width: 400px;
    position: relative;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 80px; }
    .blogTopLyt .wrap h2 > span {
      display: inline-block;
      padding: 0 35px;
      background: #fff;
      position: relative;
      z-index: 1;
      font-size: 36px;
      line-height: 1; }
      .blogTopLyt .wrap h2 > span span {
        color: #b90a37;
        font-size: 22px;
        line-height: 1;
        position: absolute;
        top: -37px;
        left: 0;
        right: 0; }
    .blogTopLyt .wrap h2:after {
      content: "";
      width: 100%;
      height: 5px;
      background: url("../img/common/bg_border_brown.png");
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -2.5px; }
  .blogTopLyt .wrap table {
    width: 100%;
    border-top: 1px solid #aea592;
    margin-bottom: 50px; }
    .blogTopLyt .wrap table tr th {
      width: 180px;
      border-bottom: 1px solid #aea592;
      color: #a1a1a1;
      padding: 17px 0 17px 30px; }
      .blogTopLyt .wrap table tr th time {
        display: inline-block;
        margin-right: 40px; }
      .blogTopLyt .wrap table tr th div {
        display: inline-block;
        width: 120px;
        height: 28px;
        border-radius: 50px;
        background: #373022;
        color: #fff; }
        .blogTopLyt .wrap table tr th div span {
          width: 100%;
          height: 100%;
          display: block;
          display: -webkit-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-justify-content: center;
          justify-content: center;
          -webkit-align-items: center;
          align-items: center; }
    .blogTopLyt .wrap table tr td {
      width: calc(100% - 180px);
      border-bottom: 1px solid #aea592;
      padding: 17px 30px 17px 0; }
      .blogTopLyt .wrap table tr td a:hover {
        border-bottom: 1px solid #b90a37;
        padding-bottom: 3px; }
  .blogTopLyt .wrap .btn {
    margin: 0 auto; }
    .blogTopLyt .wrap .btn a {
      padding: 10px 24px 10px 8px;
      text-align: center; }
      .blogTopLyt .wrap .btn a:after {
        content: "";
        width: 5px;
        height: 11px;
        background: url("../img/common/ico_arrow.svg");
        background-size: 5px 11px;
        position: absolute;
        top: 50%;
        right: 12px;
        margin-top: -5.5px; }

/*//////////////////////////////
    topics 
///////////////////////////////*/
.topicsLyt table {
  width: 100%;
  border-top: 1px solid #aea592;
  margin-bottom: 50px; }
  .topicsLyt table tr th {
    width: 320px;
    border-bottom: 1px solid #aea592;
    color: #a1a1a1;
    padding: 17px 0 17px 30px; }
    .topicsLyt table tr th time {
      display: inline-block;
      margin-right: 40px; }
    .topicsLyt table tr th div {
      display: inline-block;
      width: 120px;
      height: 28px;
      border-radius: 50px;
      background: #373022;
      color: #fff; }
      .topicsLyt table tr th div span {
        width: 100%;
        height: 100%;
        display: block;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center; }
  .topicsLyt table tr td {
    width: calc(100% - 320px);
    border-bottom: 1px solid #aea592;
    padding: 17px 30px 17px 0; }
    .topicsLyt table tr td a:hover {
      border-bottom: 1px solid #b90a37;
      padding-bottom: 3px; }

.postLyt {
  width: 760px;
  margin: 0 auto;
  color: #4d4d4d; }
  .postLyt time {
    color: #a1a1a1;
    display: inline-block;
    margin-right: 30px; }
  .postLyt .cat {
    display: inline-block;
    width: 120px;
    height: 28px;
    border-radius: 50px;
    background: #373022;
    color: #fff;
    margin-bottom: 14px; }
    .postLyt .cat span {
      width: 100%;
      height: 100%;
      display: block;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center; }
  .postLyt h3 {
    font-size: 32px;
    padding-bottom: 15px;
    margin-bottom: 60px;
    position: relative; }
    .postLyt h3:after {
      content: "";
      width: 100%;
      height: 5px;
      background: url("../img/common/bg_border_brown.png") repeat-x;
      position: absolute;
      left: 0;
      bottom: 0; }
  .postLyt h4 {
    width: 100%;
    font-size: 22px;
    font-weight: bold;
    background: #f1ede2;
    padding: 15px 20px;
    border-radius: 5px;
    margin: 80px 0 45px; }
  .postLyt h5 {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 20px;
    margin: 80px 0 50px;
    position: relative; }
    .postLyt h5:after {
      content: "";
      width: 100%;
      height: 5px;
      background: url("../img/common/bg_border_red.png") repeat-x;
      position: absolute;
      bottom: 0;
      left: 0; }
  .postLyt h6 {
    font-size: 18px;
    font-weight: bold;
    border-left: 5px solid #937f37;
    padding: 0 20px;
    margin-bottom: 45px; }
  .postLyt > ul {
    margin-bottom: 60px; }
    .postLyt > ul li {
      position: relative;
      padding-left: 20px;
      margin-top: 20px;
      line-height: 1.6; }
      .postLyt > ul li:after {
        content: "";
        width: 5px;
        height: 5px;
        background: #937f37;
        position: absolute;
        top: 0.5em;
        left: 0;
        border-radius: 50%; }
      .postLyt > ul li:first-child {
        margin-top: 0; }
  .postLyt > ol {
    counter-reset: item;
    margin-bottom: 60px; }
    .postLyt > ol li {
      position: relative;
      padding-left: 25px;
      margin-top: 20px;
      line-height: 1.6; }
      .postLyt > ol li:after {
        counter-increment: item;
        content: counter(item) ".";
        color: #937f37;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 50%;
        font-weight: bold; }
      .postLyt > ol li:first-child {
        margin-top: 0; }
  .postLyt > p {
    font-size: 16px;
    margin-bottom: 35px; }
    .postLyt > p a {
      text-decoration: underline;
      color: #937f37; }
  .postLyt > blockquote {
    display: block;
    position: relative;
    width: 100%;
    background: #f5f5f5;
    padding: 20px 25px;
    margin-bottom: 60px;
    border-radius: 5px; }
    .postLyt > blockquote span {
      position: relative;
      z-index: 1; }
    .postLyt > blockquote:after {
      content: "";
      width: 80px;
      height: 60px;
      background: url("../img/topics/ico_blockquote.svg") no-repeat;
      position: absolute;
      top: 0;
      left: 0; }
  .postLyt > img {
    display: block;
    margin: 0 auto 45px;
    max-width: 760px;
    height: auto; }
  .postLyt .postPagerLyt {
    margin-top: 112px;
    margin-bottom: 150px; }
    .postLyt .postPagerLyt ul {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      justify-content: center; }
      .postLyt .postPagerLyt ul li {
        width: 151px;
        height: 43px; }
        .postLyt .postPagerLyt ul li a {
          width: 100%;
          height: 100%;
          display: block;
          display: -webkit-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-justify-content: center;
          justify-content: center;
          -webkit-align-items: center;
          align-items: center;
          border-bottom: 2px solid #373022;
          font-weight: bold;
          position: relative;
          line-height: 1; }
        .postLyt .postPagerLyt ul li:nth-child(1) {
          font-size: 18px; }
          .postLyt .postPagerLyt ul li:nth-child(1) a span {
            padding-left: 15px; }
          .postLyt .postPagerLyt ul li:nth-child(1) a:after {
            content: "";
            width: 5px;
            height: 11px;
            background: url("../img/common/ico_arrow_back.svg") no-repeat;
            background-size: 5px 11px;
            position: absolute;
            top: 50%;
            left: 12px;
            margin-top: -5.5px; }
        .postLyt .postPagerLyt ul li:nth-child(2) {
          height: 40px;
          width: 69px;
          margin: 0 80px; }
          .postLyt .postPagerLyt ul li:nth-child(2) a span {
            padding-left: 15px; }
          .postLyt .postPagerLyt ul li:nth-child(2) a:after {
            content: "";
            width: 13px;
            height: 9px;
            background: url("../img/common/ico_list.svg") no-repeat;
            position: absolute;
            left: 6px;
            bottom: 13px; }
        .postLyt .postPagerLyt ul li:nth-child(3) {
          font-size: 18px; }
          .postLyt .postPagerLyt ul li:nth-child(3) a span {
            padding-right: 15px; }
          .postLyt .postPagerLyt ul li:nth-child(3) a:after {
            content: "";
            width: 5px;
            height: 11px;
            background: url("../img/common/ico_arrow.svg") no-repeat;
            background-size: 5px 11px;
            position: absolute;
            top: 50%;
            right: 12px;
            margin-top: -5.5px; }

/*//////////////////////////////
    blog 
///////////////////////////////*/
.blogListLyt table {
  width: 100%;
  border-top: 1px solid #aea592;
  margin-bottom: 50px; }
  .blogListLyt table tr th {
    width: 180px;
    border-bottom: 1px solid #aea592;
    color: #a1a1a1;
    padding: 17px 0 17px 30px; }
    .blogListLyt table tr th time {
      display: inline-block;
      margin-right: 40px; }
    .blogListLyt table tr th div {
      display: inline-block;
      width: 120px;
      height: 28px;
      border-radius: 50px;
      background: #373022;
      color: #fff; }
      .blogListLyt table tr th div span {
        width: 100%;
        height: 100%;
        display: block;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center; }
  .blogListLyt table tr td {
    width: calc(100% - 180px);
    border-bottom: 1px solid #aea592;
    padding: 17px 30px 17px 0; }
    .blogListLyt table tr td a:hover {
      border-bottom: 1px solid #b90a37;
      padding-bottom: 3px; }

/*//////////////////////////////
    works 
///////////////////////////////*/
.worksListLyt {
  position: relative;
  width: 100%; }
  .worksListLyt ul {
    width: 920px;
    margin: 0 auto 80px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    overflow: hidden; }
    .worksListLyt ul li {
      width: 280px;
      height: 380px;
      overflow: hidden;
      margin-top: 40px;
      margin-left: 40px;
      position: relative;
      border-radius: 5px; }
      .worksListLyt ul li a {
        width: 100%;
        height: 100%;
        display: block;
        color: #fff;
        position: relative; }
        .worksListLyt ul li a .cat {
          font-size: 14px;
          color: #373022;
          position: absolute;
          top: 12px;
          left: 0;
          background: #fff;
          width: 120px;
          height: 30px;
          border-radius: 0 30px 30px 0;
          display: -webkit-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-align-items: center;
          align-items: center;
          padding-left: 10px;
          z-index: 2; }
        .worksListLyt ul li a .infoWrap {
          transition: all 0.5s;
          position: absolute;
          left: 0;
          bottom: 0;
          z-index: 1;
          width: 100%;
          border-radius: 0 0 5px 5px;
          background: rgba(55, 48, 34, 0.9);
          overflow: hidden; }
          .worksListLyt ul li a .infoWrap:after {
            content: "";
            width: 131px;
            height: 155px;
            background: url("../img/works/bg_logo.png") no-repeat;
            position: absolute;
            bottom: 18px;
            right: 0px; }
        .worksListLyt ul li a h3 {
          position: absolute;
          bottom: 0;
          z-index: 2;
          display: block;
          width: 100%;
          padding: 18px 20px 30px;
          font-size: 18px;
          line-height: 1.6; }
          .worksListLyt ul li a h3:after {
            content: "";
            width: 48px;
            height: 4px;
            background: url("../img/works/bg_dot_white.svg") no-repeat;
            position: absolute;
            bottom: 20px;
            left: 23px; }
        .worksListLyt ul li a img {
          width: auto;
          height: 380px;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
          .worksListLyt ul li a img:hover {
            opacity: 1; }
        .worksListLyt ul li a:hover {
          opacity: 1; }
          .worksListLyt ul li a:hover .infoWrap {
            height: 100% !important; }
      .worksListLyt ul li:nth-child(3n+1) {
        margin-left: 0; }
      .worksListLyt ul li:nth-child(-n+3) {
        margin-top: 0; }
  .worksListLyt:before {
    content: "";
    width: 100%;
    height: calc( 100% - 167px);
    background: #faf9f5;
    position: absolute;
    top: 87px;
    left: 0; }
  .worksListLyt:after {
    content: "";
    width: 450px;
    height: 210px;
    background: url("../img/works/bg_treeRing.jpg");
    position: absolute;
    top: 87px;
    right: 0; }

.worksDetailLyt {
  margin-top: 290px;
  background: #faf9f5;
  min-height: 550px;
  position: relative;
  padding-bottom: 150px; }
  .worksDetailLyt .wrap {
    z-index: 1;
    padding-top: 248px; }
    .worksDetailLyt .wrap .photo {
      width: 920px;
      height: 614px;
      overflow: hidden;
      position: absolute;
      top: -210px;
      right: 0;
      border-radius: 5px;
      z-index: 1; }
      .worksDetailLyt .wrap .photo img {
        width: auto;
        height: 614px; }
    .worksDetailLyt .wrap .ttl {
      font-size: 40px;
      line-height: 1.26;
      position: relative;
      z-index: 1;
      letter-spacing: 0.05em;
      padding-bottom: 24px;
      margin-bottom: 40px; }
      .worksDetailLyt .wrap .ttl:after {
        content: "";
        width: 280px;
        height: 5px;
        background: url("../img/common/bg_border_red.png");
        position: absolute;
        bottom: 0;
        left: 0; }
    .worksDetailLyt .wrap .cat {
      width: 120px;
      height: 30px;
      background: #b90a37;
      border-radius: 0 30px 30px 0;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center;
      color: #fff;
      font-size: 14px;
      margin-bottom: 21px; }
    .worksDetailLyt .wrap h3 {
      font-size: 30px;
      line-height: 1.4;
      margin-bottom: 24px; }
    .worksDetailLyt .wrap > p {
      margin-bottom: 120px; }
    .worksDetailLyt .wrap .ttlH4 h4 span {
      background: #faf9f5; }
    .worksDetailLyt .wrap .galleryLyt {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: 130px; }
      .worksDetailLyt .wrap .galleryLyt li {
        width: 114px;
        height: 114px;
        margin-top: 24px;
        margin-left: 24px;
        border-radius: 5px;
        overflow: hidden; }
        .worksDetailLyt .wrap .galleryLyt li a {
          width: 100%;
          height: 100%;
          display: block;
          border-radius: 5px; }
          .worksDetailLyt .wrap .galleryLyt li a img {
            width: 114px;
            height: 114px; }
        .worksDetailLyt .wrap .galleryLyt li:nth-child(8n+1) {
          margin-left: 0; }
        .worksDetailLyt .wrap .galleryLyt li:nth-child(-n+8) {
          margin-top: 0; }
    .worksDetailLyt .wrap .worksDetailPagerLyt ul {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      justify-content: center; }
      .worksDetailLyt .wrap .worksDetailPagerLyt ul li {
        width: 350px;
        height: 100px; }
        .worksDetailLyt .wrap .worksDetailPagerLyt ul li:nth-child(1) a {
          width: 100%;
          height: 100%;
          display: block;
          display: -webkit-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
          position: relative;
          border-bottom: 2px solid #373022; }
          .worksDetailLyt .wrap .worksDetailPagerLyt ul li:nth-child(1) a div {
            width: 77px;
            height: 73px;
            overflow: hidden;
            border-radius: 5px;
            position: relative;
            margin-left: 45px; }
            .worksDetailLyt .wrap .worksDetailPagerLyt ul li:nth-child(1) a div img {
              width: auto;
              height: 73px;
              position: absolute;
              top: 50%;
              left: 50%;
              -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
          .worksDetailLyt .wrap .worksDetailPagerLyt ul li:nth-child(1) a p {
            display: -webkit-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-align-items: center;
            align-items: center;
            width: calc(100% - 122px);
            line-height: 1.5;
            font-weight: bold;
            height: 73px;
            padding: 0 10px 0 25px;
            line-height: 1.5; }
          .worksDetailLyt .wrap .worksDetailPagerLyt ul li:nth-child(1) a:after {
            content: "";
            width: 5px;
            height: 10px;
            background: url("../img/common/ico_arrow_back.svg") no-repeat;
            background-size: 5px 10px;
            position: absolute;
            top: 33px;
            left: 15px; }
        .worksDetailLyt .wrap .worksDetailPagerLyt ul li:nth-child(2) {
          width: 69px;
          margin: 28px 80px 0; }
          .worksDetailLyt .wrap .worksDetailPagerLyt ul li:nth-child(2) div {
            width: 100%;
            height: 35px; }
            .worksDetailLyt .wrap .worksDetailPagerLyt ul li:nth-child(2) div a {
              width: 100%;
              height: 100%;
              display: block;
              padding: 7px 0 10px 28px;
              border-bottom: 2px solid #373022;
              position: relative;
              line-height: 1; }
              .worksDetailLyt .wrap .worksDetailPagerLyt ul li:nth-child(2) div a:after {
                content: "";
                width: 13px;
                height: 15px;
                background: url("../img/works/ico_list_works.svg") no-repeat;
                position: absolute;
                top: 8px;
                left: 6px; }
        .worksDetailLyt .wrap .worksDetailPagerLyt ul li:nth-child(3) a {
          width: 100%;
          height: 100%;
          display: block;
          display: -webkit-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
          border-bottom: 2px solid #373022;
          position: relative; }
          .worksDetailLyt .wrap .worksDetailPagerLyt ul li:nth-child(3) a div {
            width: 77px;
            height: 73px;
            overflow: hidden;
            border-radius: 5px;
            position: relative;
            margin-right: 45px; }
            .worksDetailLyt .wrap .worksDetailPagerLyt ul li:nth-child(3) a div img {
              width: auto;
              height: 73px;
              position: absolute;
              top: 50%;
              left: 50%;
              -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
          .worksDetailLyt .wrap .worksDetailPagerLyt ul li:nth-child(3) a p {
            display: -webkit-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-align-items: center;
            align-items: center;
            width: calc(100% - 122px);
            line-height: 1.5;
            font-weight: bold;
            height: 73px;
            padding: 0 25px 0 10px; }
          .worksDetailLyt .wrap .worksDetailPagerLyt ul li:nth-child(3) a:after {
            content: "";
            width: 5px;
            height: 10px;
            background: url("../img/common/ico_arrow.svg") no-repeat;
            background-size: 5px 10px;
            position: absolute;
            top: 33px;
            right: 15px; }
  .worksDetailLyt:after {
    content: "";
    width: 450px;
    height: 430px;
    background: url("../img/works/bg_bark.jpg") no-repeat;
    position: absolute;
    top: 0;
    left: 0; }

/*//////////////////////////////
    about 
///////////////////////////////*/
#about .link1ClmLyt {
  background: url("../img/common/bg_works_1clm.jpg") no-repeat;
  background-size: cover; }

#aboutWrap1 {
  position: relative;
  padding-top: 65px; }
  #aboutWrap1 .wrap {
    width: 1140px; }
    #aboutWrap1 .wrap .img1ClmLyt {
      width: 1080px;
      margin-left: auto;
      margin-right: auto; }
  #aboutWrap1:after {
    content: "";
    width: 350px;
    height: 334px;
    background: url("../img/about/img_after_left.jpg") no-repeat;
    background-size: 350px 334px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }

#aboutWrap2 {
  position: relative; }
  #aboutWrap2:after {
    content: "";
    width: 450px;
    height: 325px;
    background: url("../img/about/img_after_right.jpg") no-repeat;
    position: absolute;
    top: -50px;
    right: 0;
    z-index: -1; }

#img3ClmLyt1 ul li:nth-child(1) {
  background: url("../img/about/bg_img1.jpg") no-repeat;
  background-size: cover; }
#img3ClmLyt1 ul li:nth-child(2) {
  background: url("../img/about/bg_img2.jpg") no-repeat;
  background-size: cover; }
#img3ClmLyt1 ul li:nth-child(3) {
  background: url("../img/about/bg_img3.jpg") no-repeat;
  background-size: cover; }
#img3ClmLyt1 ul li:nth-child(4) {
  background: url("../img/about/bg_img4.jpg") no-repeat;
  background-size: cover; }
#img3ClmLyt1 ul li:nth-child(5) {
  background: url("../img/about/bg_img5.jpg") no-repeat;
  background-size: cover; }
#img3ClmLyt1 ul li:nth-child(6) {
  background: url("../img/about/bg_img6.jpg") no-repeat;
  background-size: cover; }

#aboutWrap3 .wrap {
  width: 1140px; }
  #aboutWrap3 .wrap .imgLeftLyt {
    width: 1080px;
    margin-left: auto;
    margin-right: auto; }

#img3ClmLyt2 ul li:nth-child(1) {
  background: url("../img/about/bg_img7.jpg") no-repeat;
  background-size: cover; }
#img3ClmLyt2 ul li:nth-child(2) {
  background: url("../img/about/bg_img8.jpg") no-repeat;
  background-size: cover; }
#img3ClmLyt2 ul li:nth-child(3) {
  background: url("../img/about/bg_img9.jpg") no-repeat;
  background-size: cover; }

#aboutWrap4 {
  width: 1140px; }
  #aboutWrap4 .img1ClmTxtLyt {
    width: 1080px;
    margin-left: auto;
    margin-right: auto; }
  #aboutWrap4 .img3ClmTxtLyt {
    width: 1080px;
    margin-top: -50px;
    margin-left: auto;
    margin-right: auto; }

#aboutWrap5 {
  width: 100%;
  background: #faf9f5;
  padding: 128px 0 150px; }
  #aboutWrap5 .wrap {
    width: 1140px; }
    #aboutWrap5 .wrap .ttlH4 span {
      background: #faf9f5; }
    #aboutWrap5 .wrap .img3ClmTxtLyt {
      width: 1080px;
      margin-left: auto;
      margin-right: auto; }

/*//////////////////////////////
    company
///////////////////////////////*/
#company .imgLiquidLyt li .txtWrap h3 {
  width: 580px; }
#company .imgLiquidLyt li .txtWrap table {
  width: 580px;
  margin-top: -10px; }
#company .imgLiquidLyt li:last-child {
  width: calc(100% - 600px);
  background: #f1ede2;
  border-radius: 5px 0 0 5px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center; }
#company #companyWrap {
  width: 100%;
  background: #faf9f5;
  padding: 128px 0 150px; }

.outlineLyt ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 74px; }
  .outlineLyt ul li p {
    margin-bottom: 24px; }
    .outlineLyt ul li p a {
      text-decoration: underline; }
    .outlineLyt ul li p:nth-of-type(1) {
      padding-bottom: 20px;
      border-bottom: 1px solid #ccc; }
  .outlineLyt ul li:first-child {
    width: 590px; }
    .outlineLyt ul li:first-child img {
      display: block;
      border-radius: 5px; }
  .outlineLyt ul li:last-child {
    width: calc(100% - 590px);
    padding: 22px 15px 0 90px; }
.outlineLyt .ttl {
  font-weight: bold;
  border-left: 2px solid #373022;
  padding-left: 12px;
  margin-bottom: 16px; }
.outlineLyt #gMap {
  width: 100%;
  height: 326px;
  position: relative; }
  .outlineLyt #gMap div {
    width: 247px;
    height: 41px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    border-radius: 20px 0 0 0; }
    .outlineLyt #gMap div a {
      width: 100%;
      height: 100%;
      display: block;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center;
      color: #fff;
      background: #373022;
      border-radius: 20px 0 0 0; }

/*//////////////////////////////
    model
///////////////////////////////*/
#model .img3ClmLyt ul li:nth-child(1) {
  background: url("../img/model/bg_img1.jpg") no-repeat;
  background-size: cover; }
#model .img3ClmLyt ul li:nth-child(2) {
  background: url("../img/model/bg_img2.jpg") no-repeat;
  background-size: cover; }
#model .img3ClmLyt ul li:nth-child(3) {
  background: url("../img/model/bg_img3.jpg") no-repeat;
  background-size: cover; }

#modelWrap {
  width: 100%;
  background: #faf9f5;
  padding: 128px 0 150px; }

.modelLyt {
  margin-bottom: 100px; }
  .modelLyt h3 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 50px; }
    .modelLyt h3 span {
      display: block;
      line-height: 1;
      font-size: 22px;
      color: #b90a37;
      margin-bottom: 14px; }
  .modelLyt > div {
    width: 100%;
    padding: 30px 50px;
    background: #f1ede2;
    border-radius: 5px; }
    .modelLyt > div div {
      text-align: center;
      line-height: 1;
      font-size: 22px;
      color: #b90a37;
      margin-bottom: 20px; }

.imgWrapLyt {
  margin-bottom: 100px;
  padding: 0; }
  .imgWrapLyt img {
    display: block;
    margin: 0 auto 45px;
    width: 1340px;
    height: auto; }
  .imgWrapLyt h5 {
    width: 100%;
    text-align: center;
    font-size: 26px;
    padding-bottom: 19px;
    margin-bottom: 40px;
    position: relative; }
    .imgWrapLyt h5:after {
      content: "";
      width: 50px;
      height: 5px;
      background: url("../img/common/bg_border_red.png") repeat-x;
      position: absolute;
      left: 50%;
      bottom: 0;
      margin-left: -25px; }
  .imgWrapLyt ul {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .imgWrapLyt ul li {
      width: 50%; }
      .imgWrapLyt ul li:first-child {
        padding-right: 39px;
        border-right: 1px solid #f1eada; }
      .imgWrapLyt ul li:last-child {
        padding-left: 40px; }

.modelGallaryLyt {
  margin-bottom: 150px; }
  .modelGallaryLyt > ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .modelGallaryLyt > ul > li {
      height: 196px; }
      .modelGallaryLyt > ul > li h5 {
        font-size: 26.54px;
        padding-bottom: 13px;
        line-height: 1.4;
        position: relative; }
        .modelGallaryLyt > ul > li h5 span {
          position: relative;
          z-index: 1; }
        .modelGallaryLyt > ul > li h5:before {
          content: "";
          width: 132px;
          height: 80px;
          background: url("../img/model/ttl_bg_house.png") no-repeat;
          position: absolute;
          top: -25px;
          left: -40px;
          z-index: 0; }
        .modelGallaryLyt > ul > li h5:after {
          content: "";
          width: 180px;
          height: 2px;
          background: url("../img/common/bg_border_gold.jpg") repeat-x;
          position: absolute;
          bottom: 0;
          left: 0; }
      .modelGallaryLyt > ul > li ul {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 782px;
        position: relative;
        top: 30px;
        left: -41px; }
        .modelGallaryLyt > ul > li ul li {
          width: 136px;
          height: 136px;
          border-radius: 5px;
          overflow: hidden;
          position: relative; }
          .modelGallaryLyt > ul > li ul li img {
            width: auto;
            height: 136px;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
          .modelGallaryLyt > ul > li ul li:nth-child(1) {
            margin-right: 18px; }
          .modelGallaryLyt > ul > li ul li:nth-child(2) {
            margin-right: 25px; }
          .modelGallaryLyt > ul > li ul li:nth-child(3) {
            margin-right: 27px; }
          .modelGallaryLyt > ul > li ul li:nth-child(4) {
            margin-right: 32px; }
      .modelGallaryLyt > ul > li:first-child {
        width: 309px;
        padding: 45px 0 0; }
      .modelGallaryLyt > ul > li:last-child {
        width: calc(100% - 309px);
        background: #f1ede2;
        border-radius: 5px; }

.modelAccessLyt ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .modelAccessLyt ul li:first-child {
    width: 590px;
    position: relative; }
    .modelAccessLyt ul li:first-child div {
      width: 247px;
      height: 41px;
      position: absolute;
      right: 0;
      bottom: 0;
      background: #fff;
      border-radius: 20px 0 0 0; }
      .modelAccessLyt ul li:first-child div a {
        width: 100%;
        height: 100%;
        display: block;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        color: #fff;
        background: #373022;
        border-radius: 20px 0 0 0; }
  .modelAccessLyt ul li:last-child {
    width: calc(100% - 590px);
    padding: 25px 21px 0 88px; }
    .modelAccessLyt ul li:last-child p:nth-of-type(1) {
      padding-bottom: 20px;
      border-bottom: 1px solid #f1ede2;
      margin-bottom: 24px; }
    .modelAccessLyt ul li:last-child p:nth-of-type(2) {
      line-height: 1;
      font-size: 20px;
      margin-bottom: 10px; }
      .modelAccessLyt ul li:last-child p:nth-of-type(2) span {
        font-size: 30px;
        line-height: 1; }
    .modelAccessLyt ul li:last-child p:nth-of-type(3) {
      margin-bottom: 23px; }
    .modelAccessLyt ul li:last-child div:nth-of-type(1) {
      font-weight: bold;
      padding-left: 12px;
      border-left: 2px solid #373022;
      margin-bottom: 11px; }
    .modelAccessLyt ul li:last-child .btn {
      width: 264px;
      margin-left: auto; }
      .modelAccessLyt ul li:last-child .btn a {
        position: relative; }
        .modelAccessLyt ul li:last-child .btn a:after {
          content: "";
          width: 22px;
          height: 22px;
          background: url("../img/common/ico_mail.svg");
          background-size: 22px 22px;
          position: absolute;
          top: 50%;
          left: 8px;
          margin-top: -11px; }

#modelWrap2 {
  width: 100%;
  padding: 128px 0 150px; }
  #modelWrap2 .ttlH3 span {
    background: #fff; }
  #modelWrap2 .ttlH3 + p {
    margin-bottom: 20px; }
  #modelWrap2 .attention {
    text-align: center;
    margin-bottom: 100px; }
    #modelWrap2 .attention p {
      display: inline-block;
      padding: 0 25px;
      background: #333;
      color: #fff;
      border-radius: 2px; }
  #modelWrap2 .img3ClmTxtLyt h6 {
    font-size: 17px; }

.reservationLyt {
  width: 900px;
  margin: 0 auto;
  background: url(../img/common/bg_ttlH2.jpg) center repeat;
  padding: 40px 70px 60px;
  position: relative; }
  .reservationLyt h4 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 5px; }
  .reservationLyt > p:nth-of-type(1) {
    text-align: center;
    margin-bottom: 35px; }
  .reservationLyt ul {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 40px; }
    .reservationLyt ul li div {
      font-size: 28px;
      margin-bottom: 9px; }
    .reservationLyt ul li:first-child {
      width: 391px; }
    .reservationLyt ul li:last-child {
      width: calc(100% - 391px); }
  .reservationLyt > div {
    text-align: center;
    width: 100%;
    border-radius: 5px;
    background: #373022;
    color: #fff;
    font-weight: bold; }
    .reservationLyt > div:nth-of-type(1) {
      margin-bottom: 30px;
      padding: 5px 0; }
    .reservationLyt > div:nth-of-type(2) {
      height: 88px; }
      .reservationLyt > div:nth-of-type(2) a {
        width: 100%;
        height: 100%;
        display: block;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        color: #fff;
        font-size: 18px; }
        .reservationLyt > div:nth-of-type(2) a span {
          position: relative;
          display: inline-block;
          padding-left: 40px; }
          .reservationLyt > div:nth-of-type(2) a span:after {
            content: "";
            width: 30px;
            height: 30px;
            background: url("../img/common/ico_mail_white.svg") no-repeat;
            background-size: 30px 30px;
            position: absolute;
            top: 50%;
            left: 0px;
            margin-top: -15px; }
  .reservationLyt:after {
    content: "";
    width: 2px;
    height: 32px;
    background: #b90a37;
    position: absolute;
    top: -14px;
    left: 50%;
    margin-left: -1px; }

/*//////////////////////////////
    contact
///////////////////////////////*/
#contact .ttlH3 span {
  background: #fff; }

.contactLyt {
  background: #f1ede2;
  margin-bottom: 118px;
  border-radius: 5px;
  padding: 20px 0;
  position: relative; }
  .contactLyt ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .contactLyt ul li {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      .contactLyt ul li:nth-child(1) {
        width: 300px; }
        .contactLyt ul li:nth-child(1) div {
          font-size: 18px;
          font-weight: bold;
          padding-left: 25px; }
      .contactLyt ul li:nth-child(2) {
        width: 457px; }
        .contactLyt ul li:nth-child(2) div p:first-child {
          font-size: 24px; }
        .contactLyt ul li:nth-child(2) div:first-child {
          width: 76px; }
          .contactLyt ul li:nth-child(2) div:first-child img {
            border-radius: 5px; }
        .contactLyt ul li:nth-child(2) div:last-child {
          width: calc(100% - 76px);
          padding-left: 20px; }
      .contactLyt ul li:nth-child(3) {
        width: 456px; }
        .contactLyt ul li:nth-child(3) div p:first-child {
          font-size: 24px; }
        .contactLyt ul li:nth-child(3) div:first-child {
          width: 76px; }
          .contactLyt ul li:nth-child(3) div:first-child img {
            border-radius: 5px; }
        .contactLyt ul li:nth-child(3) div:last-child {
          width: calc(100% - 76px);
          padding-left: 20px; }
  .contactLyt:after {
    content: "";
    width: 24px;
    height: 2px;
    background: #b90a37;
    position: absolute;
    top: 31px;
    left: -14px; }

#confirmTxt {
  text-align: center;
  margin-bottom: 70px; }

.formLyt {
  margin-bottom: 150px; }
  .formLyt table {
    width: 100%;
    border-top: 1px solid #f1eada;
    border-bottom: 1px solid #f1eada;
    font-size: 16px;
    padding: 35px 0;
    margin-bottom: 70px; }
    .formLyt table tr th {
      width: 330px;
      padding: 15px 0;
      vertical-align: top;
      font-weight: bold; }
      .formLyt table tr th div {
        padding: 13px 105px 0 25px;
        position: relative;
        width: 100%;
        height: 100%;
        display: block; }
        .formLyt table tr th div > span {
          width: 50px;
          height: 20px;
          color: #fff;
          background: #937f37;
          display: -webkit-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-justify-content: center;
          justify-content: center;
          -webkit-align-items: center;
          align-items: center;
          position: absolute;
          top: 13px;
          right: 55px;
          font-size: 13px;
          border-radius: 3px; }
    .formLyt table tr td {
      padding: 15px 0;
      width: calc(100% - 330px); }
      .formLyt table tr td .mwform-radio-field {
        display: block;
        line-height: 1;
        margin-bottom: 13px; }
        .formLyt table tr td .mwform-radio-field:last-of-type {
          margin-bottom: 0; }
      .formLyt table tr td input[type=radio] {
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none;
        position: relative;
        right: 0;
        bottom: 0;
        left: 0;
        height: 18px;
        width: 18px;
        transition: all .15s ease-out 0s;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        outline: none;
        margin-right: 20px;
        border-radius: 50%;
        border: 2px solid #aeaeae; }
      .formLyt table tr td input[type=radio]:checked:before {
        transform: scale(1);
        background: #937f37; }
      .formLyt table tr td input[type=radio]:before {
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -4px 0 0 -4px;
        transform: scale(0);
        transition: all ease-out 250ms; }
      .formLyt table tr td input[type="text"] {
        width: 500px;
        height: 46px;
        border-radius: 5px;
        border: 1px solid #937f37;
        padding: 5px 10px; }
      .formLyt table tr td ul {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 20px; }
        .formLyt table tr td ul li:first-child {
          width: 205px; }
        .formLyt table tr td ul li:last-child {
          padding-top: 7px;
          width: calc(100% - 205px); }
      .formLyt table tr td .zipInput {
        width: 180px !important; }
      .formLyt table tr td .addrInput {
        width: 720px !important; }
      .formLyt table tr td #addrSearch {
        display: inline-block;
        width: 107px;
        height: 30px;
        color: #fff;
        margin-left: 25px;
        border-radius: 3px;
        background: #373022; }
        .formLyt table tr td #addrSearch span {
          width: 100%;
          height: 100%;
          display: block;
          display: -webkit-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-justify-content: center;
          justify-content: center;
          -webkit-align-items: center;
          align-items: center; }
        .formLyt table tr td #addrSearch:hover {
          cursor: pointer;
          opacity: 0.8; }
      .formLyt table tr td textarea {
        width: 720px;
        height: 256px;
        border-radius: 5px;
        border: 1px solid #937f37;
        padding: 5px 10px; }
      .formLyt table tr td .caution {
        font-size: 15px;
        margin-top: 15px; }
    .formLyt table tr:first-child td div {
      padding-top: 13px; }
  .formLyt h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px; }
  .formLyt .privacyLyt {
    width: 100%;
    height: 260px;
    overflow: auto;
    padding: 35px;
    border: 1px solid #ccc;
    margin-bottom: 80px; }
    .formLyt .privacyLyt div {
      color: #937f37;
      font-size: 15px;
      font-weight: bold;
      margin-bottom: 15px; }
    .formLyt .privacyLyt p {
      font-size: 13px;
      margin-bottom: 30px; }
      .formLyt .privacyLyt p:first-child {
        margin-bottom: 20px; }
      .formLyt .privacyLyt p:last-child {
        margin-bottom: 0; }
  .formLyt #policyCheck {
    text-align: center;
    margin-bottom: 45px; }
    .formLyt #policyCheck input {
      display: inline-block;
      margin-right: 8px; }
  .formLyt #contactBtnWrap > div {
    width: 241px;
    height: 43px;
    margin: 0 auto;
    border-bottom: 2px solid #373022;
    position: relative; }
    .formLyt #contactBtnWrap > div:after {
      content: "";
      width: 5px;
      height: 11px;
      background: url("../img/common/ico_arrow.svg") no-repeat;
      background-size: 5px 11px;
      position: absolute;
      top: 50%;
      right: 12px;
      margin-top: -5.5px;
      z-index: -1; }
    .formLyt #contactBtnWrap > div input {
      display: block;
      background: none;
      border: none;
      width: 100%;
      height: 100%;
      color: #373022;
      font-size: 18px;
      font-weight: bold;
      outline: none;
      text-align: left;
      padding-left: 15px; }
  .formLyt #contactBtnWrap ul {
    display: none; }
  .formLyt input[type="submit"][disabled] {
    cursor: default;
    color: #999 !important; }

.mw_wp_form_confirm #addrSearch {
  display: none !important; }
.mw_wp_form_confirm #contactBtnWrap > div {
  display: none; }
.mw_wp_form_confirm #contactBtnWrap ul {
  width: 582px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .mw_wp_form_confirm #contactBtnWrap ul li {
    position: relative;
    width: 241px;
    height: 43px;
    border-bottom: 2px solid #373022; }
    .mw_wp_form_confirm #contactBtnWrap ul li input {
      display: block;
      background: none;
      border: none;
      width: 100%;
      height: 100%;
      color: #373022;
      font-size: 18px;
      font-weight: bold;
      outline: none;
      text-align: center; }
    .mw_wp_form_confirm #contactBtnWrap ul li:first-child {
      margin-right: 100px; }
      .mw_wp_form_confirm #contactBtnWrap ul li:first-child:after {
        content: "";
        width: 5px;
        height: 11px;
        background: url("../img/common/ico_arrow_back.svg") no-repeat;
        background-size: 5px 11px;
        position: absolute;
        top: 50%;
        left: 12px;
        margin-top: -5.5px;
        z-index: -1; }
    .mw_wp_form_confirm #contactBtnWrap ul li:last-child:after {
      content: "";
      width: 5px;
      height: 11px;
      background: url("../img/common/ico_arrow.svg") no-repeat;
      background-size: 5px 11px;
      position: absolute;
      top: 50%;
      right: 12px;
      margin-top: -5.5px;
      z-index: -1; }
.mw_wp_form_confirm h4 {
  display: none; }
.mw_wp_form_confirm .privacyLyt {
  display: none; }
.mw_wp_form_confirm #policyCheck {
  display: none; }

.thanksLyt {
  margin-bottom: 150px; }
  .thanksLyt img {
    display: block;
    margin: 0 auto 60px; }
  .thanksLyt div {
    text-align: center;
    font-size: 28px;
    margin-bottom: 50px; }
  .thanksLyt p {
    text-align: center;
    margin-bottom: 120px; }
  .thanksLyt .btn {
    margin: 0 auto; }
    .thanksLyt .btn a {
      padding-left: 8px;
      text-align: center;
      padding-right: 24px; }
      .thanksLyt .btn a:after {
        content: "";
        width: 5px;
        height: 11px;
        background: url("../img/common/ico_arrow.svg") no-repeat;
        background-size: 5px 11px;
        position: absolute;
        top: 50%;
        right: 12px;
        margin-top: -5.5px; }

/*//////////////////////////////
    404
///////////////////////////////*/
.notFoundLyt {
  margin-bottom: 150px; }
  .notFoundLyt img {
    display: block;
    margin: 0 auto 60px; }
  .notFoundLyt p {
    text-align: center;
    margin-bottom: 120px; }
  .notFoundLyt .btn {
    margin: 0 auto; }
    .notFoundLyt .btn a {
      padding-left: 8px;
      text-align: center;
      padding-right: 24px; }
      .notFoundLyt .btn a:after {
        content: "";
        width: 5px;
        height: 11px;
        background: url("../img/common/ico_arrow.svg") no-repeat;
        background-size: 5px 11px;
        position: absolute;
        top: 50%;
        right: 12px;
        margin-top: -5.5px; }

/*IE11以下*/
@media screen\0  {
  .ie {
    position: relative;
    top: 2px; }

  .path {
    position: relative;
    top: -2px; }
    .path ol li:first-child img {
      position: relative;
      top: 2px; }

  .btn .ie {
    top: 4px; }

  time {
    position: relative;
    top: -5px; }

  .topicsTopLyt .wrap table tr td a:hover {
    padding-bottom: 0px; }

  .blogTopLyt .wrap table tr td a:hover {
    padding-bottom: 0px; }

  .pagerLyt time {
    top: -20px; }
  .pagerLyt ul li:first-child img {
    position: relative;
    top: -2px; }
  .pagerLyt ul li:last-child img {
    position: relative;
    top: -2px; } }
@media screen and (max-width: 1400px) {
  .imgWrapLyt {
    width: 100%;
    padding: 0 30px; }
    .imgWrapLyt img {
      width: 100%;
      height: auto; } }
@media screen and (max-width: 1280px) {
  body#home {
    /*//////////////////////////////
        header
    ///////////////////////////////*/ }
    body#home header h1 img:first-child {
      display: none; }
    body#home header h1 img:last-child {
      display: block; }
    body#home header nav ul li {
      font-size: 12px; } }
@media screen and (max-width: 480px) {
  body {
    min-width: 0px; }
    body#home header {
      top: -60px;
      height: 60px; }
      body#home header nav {
        display: none; }
    body:not(#home) header {
      height: 60px; }
      body:not(#home) header h1 {
        position: absolute;
        bottom: auto;
        top: 15px;
        left: 15px; }
        body:not(#home) header h1 img {
          width: 60px;
          height: auto; }
      body:not(#home) header #hContact {
        display: none; }
      body:not(#home) header nav {
        display: none; }

  .wrap {
    width: 100%;
    padding: 0 15px; }

  .brSp {
    display: block; }

  .brPc {
    display: none; }

  .dispSp {
    display: block; }

  .dispPc {
    display: none; }

  p {
    line-height: 1.6; }

  .Android .path ol li:after {
    top: 5px; }

  /*********************************
  menu
  *********************************/
  #menuBtn {
    display: block; }

  .path {
    margin-bottom: 40px; }

  .ttlH2 {
    margin-top: 60px;
    height: 70px; }
    .ttlH2 h2 {
      position: relative;
      top: -40px;
      text-align: center;
      font-size: 32px; }
      .ttlH2 h2 span {
        font-size: 15px;
        display: block;
        line-height: 1;
        color: #b90a37;
        margin-bottom: 5px; }
    .ttlH2:after {
      content: "";
      width: 240px;
      height: 70px;
      background: url("../img/common/img_h2.jpg");
      background-size: 240px 70px;
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -120px; }

  .tabLyt {
    margin-bottom: 30px; }
    .tabLyt ul {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      .tabLyt ul li {
        width: calc(50% - 5px);
        margin-left: 0;
        margin-bottom: 10px; }
        .tabLyt ul li span {
          padding-bottom: 0;
          font-size: 15px; }
        .tabLyt ul li:nth-child(odd) {
          margin-right: 5px; }
        .tabLyt ul li:nth-child(even) {
          margin-left: 5px; }

  .pagerLyt {
    margin-bottom: 80px; }

  .link1ClmLyt {
    height: auto; }
    .link1ClmLyt a {
      padding: 35px 0; }
      .link1ClmLyt a h2 {
        font-size: 24px;
        margin-bottom: 20px; }
        .link1ClmLyt a h2 span {
          margin-bottom: 5px;
          font-size: 15px; }
      .link1ClmLyt a p {
        width: calc(100% - 30px);
        padding: 10px 15px;
        line-height: 1.6;
        text-align: left; }

  .link2ClmLyt ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .link2ClmLyt ul li {
      width: 100%;
      height: auto;
      min-height: 140px; }
      .link2ClmLyt ul li a {
        padding: 35px 0;
        width: 100%;
        height: 100%;
        display: block; }
        .link2ClmLyt ul li a h2 {
          line-height: 1.4;
          font-size: 24px;
          margin-bottom: 20px; }
          .link2ClmLyt ul li a h2 span {
            margin-bottom: 5px;
            font-size: 15px; }
        .link2ClmLyt ul li a p {
          width: calc(100% - 30px);
          padding: 10px 15px;
          line-height: 1.6;
          text-align: left; }
      .link2ClmLyt ul li:first-child {
        background: url("../img/common/bg_about.jpg") no-repeat;
        background-size: cover; }
      .link2ClmLyt ul li:last-child {
        background: url("../img/common/bg_works.jpg") no-repeat;
        background-size: cover; }

  .experienceLyt {
    padding: 50px 15px; }
    .experienceLyt ul {
      margin-bottom: 25px; }
      .experienceLyt ul li {
        width: 100%; }
        .experienceLyt ul li h2 {
          padding-top: 20px;
          font-size: 24px;
          padding-bottom: 18px;
          margin-bottom: 18px;
          position: relative; }
          .experienceLyt ul li h2 span {
            font-size: 15px;
            margin-bottom: 10px; }
          .experienceLyt ul li h2:after {
            content: "";
            width: 100%;
            height: 5px;
            background: url("../img/common/bg_border_brown.png") bottom left repeat-x;
            position: absolute;
            left: 0;
            bottom: 0; }
        .experienceLyt ul li > div {
          font-size: 18px;
          margin-bottom: 15px; }
        .experienceLyt ul li p {
          margin-bottom: 15px; }
        .experienceLyt ul li:first-child {
          width: 100%;
          margin-right: 0; }
          .experienceLyt ul li:first-child img {
            width: 100%;
            height: auto; }
    .experienceLyt #gMap {
      width: 100%;
      height: 163px; }
      .experienceLyt #gMap iframe {
        width: 100%;
        height: 163px; }
      .experienceLyt #gMap div {
        width: 150px;
        height: 35px;
        position: absolute;
        right: 0;
        bottom: 0; }
        .experienceLyt #gMap div a {
          font-size: 14px; }

  .blogLyt {
    padding: 17px 0; }
    .blogLyt img {
      width: calc(100% - 60px);
      height: auto;
      margin: 0 auto; }

  .link3ClmLyt {
    width: 100%;
    height: auto;
    min-height: 130px;
    padding: 30px 0; }
    .link3ClmLyt ul {
      width: 100%; }
      .link3ClmLyt ul li {
        width: 93px; }
        .link3ClmLyt ul li img {
          width: 93px;
          height: auto; }

  .imgLiquidLyt {
    margin-bottom: 50px; }
    .imgLiquidLyt li {
      height: auto; }
      .imgLiquidLyt li .txtWrap {
        padding: 0; }
        .imgLiquidLyt li .txtWrap h3 {
          width: 100%;
          font-size: 24px;
          padding-bottom: 10px;
          margin-bottom: 15px; }
          .imgLiquidLyt li .txtWrap h3 span {
            font-size: 14px;
            margin-bottom: 10px; }
        .imgLiquidLyt li .txtWrap > div {
          width: 100%;
          font-size: 18px;
          margin-bottom: 15px; }
        .imgLiquidLyt li .txtWrap p {
          width: 100%; }
        .imgLiquidLyt li .txtWrap table {
          width: 100%; }
          .imgLiquidLyt li .txtWrap table tr th {
            width: 75px;
            font-size: 18px;
            padding: 5px 0; }
          .imgLiquidLyt li .txtWrap table tr td {
            width: calc(100% - 75px);
            padding: 5px 0; }
      .imgLiquidLyt li:first-child {
        width: 100%;
        padding: 0 15px 15px; }
      .imgLiquidLyt li:last-child {
        width: calc(100% - 30px);
        height: 200px;
        margin-left: auto; }

  .img1ClmLyt {
    margin-bottom: 50px; }
    .img1ClmLyt img {
      margin-bottom: 30px; }
    .img1ClmLyt h5 {
      font-size: 18px;
      padding-bottom: 10px;
      margin-bottom: 20px; }
    .img1ClmLyt ul li {
      width: 100%; }
      .img1ClmLyt ul li:first-child {
        padding: 0 0 15px;
        border-right: none;
        border-bottom: 1px solid #f1eada; }
      .img1ClmLyt ul li:last-child {
        padding: 15px 0 0; }

  .imgLeftLyt {
    margin-bottom: 50px; }
    .imgLeftLyt ul li h5 {
      width: 100%;
      font-size: 18px;
      position: relative;
      margin-bottom: 15px;
      padding-bottom: 10px; }
    .imgLeftLyt ul li p {
      margin-bottom: 15px; }
    .imgLeftLyt ul li:first-child {
      width: 100%; }
      .imgLeftLyt ul li:first-child img {
        width: 100%;
        height: auto; }
    .imgLeftLyt ul li:last-child {
      width: 100%;
      padding: 15px 0 0; }

  .img3ClmLyt {
    margin-bottom: 80px; }
    .img3ClmLyt ul li {
      width: 100%;
      height: 200px;
      margin-top: 0;
      margin-left: 0; }
      .img3ClmLyt ul li div {
        height: 70px;
        font-size: 15px; }
        .img3ClmLyt ul li div:before {
          content: "";
          width: 6px;
          height: 91px;
          background: url("../img/common/bg_vertical_dot.png");
          position: absolute;
          bottom: 10px;
          left: 15px; }
        .img3ClmLyt ul li div:after {
          content: "";
          width: 6px;
          height: 91px;
          background: url("../img/common/bg_vertical_dot.png");
          position: absolute;
          bottom: 10px;
          right: 15px; }
      .img3ClmLyt ul li:nth-child(3n+1) {
        margin-left: 0; }
      .img3ClmLyt ul li:nth-child(-n+3) {
        margin-top: 0; }

  .img1ClmTxtLyt {
    margin-bottom: 80px; }
    .img1ClmTxtLyt img {
      margin-bottom: 25px; }
    .img1ClmTxtLyt h5 {
      font-size: 18px;
      padding-bottom: 10px;
      margin-bottom: 15px; }
    .img1ClmTxtLyt p {
      text-align: left; }

  .img3ClmTxtLyt {
    margin-bottom: 80px; }
    .img3ClmTxtLyt ul li {
      width: 100%;
      margin-left: 0px;
      margin-bottom: 50px; }
      .img3ClmTxtLyt ul li > img {
        width: 100%;
        height: auto;
        margin-bottom: 15px; }
      .img3ClmTxtLyt ul li h6 {
        font-size: 16px;
        padding-bottom: 10px;
        margin-bottom: 15px; }
      .img3ClmTxtLyt ul li:last-child {
        margin-bottom: 0; }

  .imgLeftMinLyt ul li h5 {
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 10px; }
  .imgLeftMinLyt ul li:first-child {
    width: 100%; }
    .imgLeftMinLyt ul li:first-child img {
      width: 100%;
      height: auto; }
  .imgLeftMinLyt ul li:last-child {
    width: 100%;
    padding: 25px 0 0; }

  .ttlH3 {
    margin-bottom: 25px; }
    .ttlH3 h3 span {
      position: relative;
      font-size: 26px;
      padding: 0 16px; }
      .ttlH3 h3 span b {
        top: -17px;
        font-size: 18px; }
    .ttlH3 h3:after {
      content: "";
      width: calc( 100% + 100px);
      height: 5px;
      background: url("../img/common/bg_border_brown.png") repeat-x;
      position: absolute;
      top: 50%;
      left: -50px; }
    .ttlH3 + p {
      margin-bottom: 50px; }

  .ttlH4 {
    margin-bottom: 40px; }
    .ttlH4 h4 span {
      font-size: 20px;
      padding: 0 15px; }
      .ttlH4 h4 span:after {
        content: "";
        width: 66px;
        height: 40px;
        background: url("../img/works/bg_ttl_h4.png") no-repeat;
        background-size: 66px 44px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -25px;
        margin-left: -33px;
        z-index: -1; }

  #fixedLinkPc {
    display: none; }

  #fixedLinkSp {
    display: block; }

  #pagetop {
    bottom: 55px;
    right: 15px; }

  /*//////////////////////////////
      footer
  ///////////////////////////////*/
  footer {
    padding: 35px 0 70px; }
    footer ul {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      footer ul li {
        width: 100%; }
        footer ul li:first-child {
          text-align: center; }
          footer ul li:first-child p {
            margin-bottom: 30px; }
            footer ul li:first-child p span {
              font-size: 24px; }
            footer ul li:first-child p:nth-of-type(1) {
              margin-bottom: 21px; }
            footer ul li:first-child p:nth-of-type(2) {
              margin-bottom: 9px;
              line-height: 1;
              font-size: 20px; }
            footer ul li:first-child p:nth-of-type(3) {
              margin-bottom: 10px; }
        footer ul li:last-child {
          text-align: center; }
          footer ul li:last-child nav {
            display: none; }
          footer ul li:last-child p {
            font-size: 12px; }

  /*//////////////////////////////
      top 
  ///////////////////////////////*/
  #mvLyt {
    width: 100%;
    padding: 60px 15px 0;
    position: relative; }
    #mvLyt #mvWrap {
      position: relative;
      width: 100%;
      min-height: 1px;
      background: url("../img/home/mv.webp") no-repeat;
      background-size: cover;
      background-position: 50%;
      padding-bottom: 100px; }
      #mvLyt #mvWrap #mvFv {
        height: calc(100vh - 60px); }
        #mvLyt #mvWrap #mvFv #catchPhrase {
          margin-top: -130px;
          margin-left: -170px;
          width: 340px;
          height: 175px; }
        #mvLyt #mvWrap #mvFv #scroll {
          bottom: 100px; }
      #mvLyt #mvWrap #msgLyt {
        width: 100%;
        padding: 50px 0 0; }
        #mvLyt #mvWrap #msgLyt > div {
          width: 300px;
          padding: 30px 15px; }
          #mvLyt #mvWrap #msgLyt > div > div {
            font-size: 24px;
            margin-bottom: 15px; }
          #mvLyt #mvWrap #msgLyt > div p {
            margin-bottom: 15px; }
            #mvLyt #mvWrap #msgLyt > div p:last-child {
              margin-bottom: 0; }
    #mvLyt .mvOnload {
      opacity: 1 !important; }

  .advantageLyt {
    width: 100%;
    padding: 50px 0 0; }
    .advantageLyt .txtWrap {
      position: relative;
      z-index: 1;
      padding: 30px 0 0; }
      .advantageLyt .txtWrap h2 {
        width: 300px;
        font-size: 24px;
        padding-bottom: 20px;
        margin-bottom: 26px; }
        .advantageLyt .txtWrap h2 span {
          font-size: 15px;
          margin-bottom: 10px; }
      .advantageLyt .txtWrap > div {
        width: 300px;
        font-size: 18px;
        margin-bottom: 15px;
        text-shadow: 1px 1px #fff; }
      .advantageLyt .txtWrap p {
        width: 300px;
        text-shadow: 1px 1px #fff; }
    .advantageLyt ul {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: 50px; }
      .advantageLyt ul li {
        height: auto;
        margin-top: 50px; }
        .advantageLyt ul li:nth-child(even) {
          overflow: hidden; }
          .advantageLyt ul li:nth-child(even) img {
            width: 100%;
            height: auto; }
        .advantageLyt ul li:nth-child(1) {
          order: 1;
          width: 150px;
          padding-left: 15px;
          padding-bottom: 50px; }
          .advantageLyt ul li:nth-child(1) .txtWrap:after {
            content: "";
            width: 50px;
            height: 50px;
            background: url("../img/home/ico1.jpg");
            background-size: 50px 50px;
            position: absolute;
            top: 0;
            left: -10px; }
        .advantageLyt ul li:nth-child(2) {
          order: 2;
          width: calc(100% - 150px);
          background: url("../img/home/photo1.jpg") no-repeat;
          background-size: cover;
          background-position: 25%;
          border-radius: 5px 0 0 5px;
          opacity: 0.5; }
        .advantageLyt ul li:nth-child(3) {
          order: 4;
          width: 150px;
          height: auto;
          padding-bottom: 50px; }
          .advantageLyt ul li:nth-child(3) .txtWrap {
            position: relative;
            left: calc(100% - 320px); }
            .advantageLyt ul li:nth-child(3) .txtWrap h2 {
              position: relative;
              left: -20px; }
            .advantageLyt ul li:nth-child(3) .txtWrap > div {
              padding-left: 0px;
              width: 300px; }
            .advantageLyt ul li:nth-child(3) .txtWrap p {
              padding-left: 0px;
              width: 300px; }
            .advantageLyt ul li:nth-child(3) .txtWrap:after {
              content: "";
              width: 50px;
              height: 50px;
              background: url("../img/home/ico2.jpg");
              background-size: 50px 50px;
              position: absolute;
              top: 0;
              right: -100%; }
        .advantageLyt ul li:nth-child(4) {
          order: 3;
          width: calc(100% - 150px);
          height: auto;
          background: url("../img/home/photo2.jpg") no-repeat;
          background-size: cover;
          border-radius: 0 5px 5px 0;
          opacity: 0.5; }
        .advantageLyt ul li:nth-child(-n+2) {
          margin-top: 0; }
    .advantageLyt > div {
      margin-bottom: -30px; }
      .advantageLyt > div > img {
        display: block;
        border-radius: 5px;
        width: 100%;
        height: auto;
        margin-left: 0; }
      .advantageLyt > div .txtWrap {
        position: relative;
        top: -40px;
        padding: 0;
        margin-bottom: 50px; }
        .advantageLyt > div .txtWrap h2 {
          width: 300px; }
        .advantageLyt > div .txtWrap p {
          width: 300px; }
        .advantageLyt > div .txtWrap:after {
          content: "";
          width: 50px;
          height: 50px;
          background: url("../img/home/ico3.jpg");
          background-size: 50px 50px;
          position: absolute;
          top: -0px;
          left: -0px; }

  .topicsTopLyt {
    padding: 50px 0 80px; }
    .topicsTopLyt .wrap h2 {
      width: 100%;
      margin-bottom: 30px; }
      .topicsTopLyt .wrap h2 > span {
        padding: 0 20px;
        font-size: 24px; }
        .topicsTopLyt .wrap h2 > span span {
          font-size: 14px;
          top: -23px; }
      .topicsTopLyt .wrap h2:after {
        content: "";
        width: 100%;
        height: 5px;
        background: url("../img/common/bg_border_brown.png");
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -2.5px; }
    .topicsTopLyt .wrap table {
      margin-bottom: 30px; }
      .topicsTopLyt .wrap table tr th {
        width: 100%;
        display: block;
        border-bottom: none;
        padding: 15px 10px 0; }
        .topicsTopLyt .wrap table tr th time {
          margin-right: 20px;
          line-height: 1; }
        .topicsTopLyt .wrap table tr th div {
          width: 100px;
          height: 22px;
          font-size: 12px; }
      .topicsTopLyt .wrap table tr td {
        width: 100%;
        display: block;
        border-bottom: 1px solid #aea592;
        padding: 10px 10px 15px; }

  .blogTopLyt {
    padding: 50px 0 80px; }
    .blogTopLyt .wrap h2 {
      width: 100%;
      margin-bottom: 30px; }
      .blogTopLyt .wrap h2 > span {
        padding: 0 20px;
        font-size: 24px; }
        .blogTopLyt .wrap h2 > span span {
          font-size: 14px;
          top: -23px; }
      .blogTopLyt .wrap h2:after {
        content: "";
        width: 100%;
        height: 5px;
        background: url("../img/common/bg_border_brown.png");
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -2.5px; }
    .blogTopLyt .wrap table {
      margin-bottom: 30px; }
      .blogTopLyt .wrap table tr th {
        width: 100%;
        display: block;
        border-bottom: none;
        padding: 15px 10px 0; }
        .blogTopLyt .wrap table tr th time {
          margin-right: 20px;
          line-height: 1; }
        .blogTopLyt .wrap table tr th div {
          width: 100px;
          height: 22px;
          font-size: 12px; }
      .blogTopLyt .wrap table tr td {
        width: 100%;
        display: block;
        border-bottom: 1px solid #aea592;
        padding: 10px 10px 15px; }

  /*//////////////////////////////
  	topics 
  ///////////////////////////////*/
  .topicsLyt table {
    margin-bottom: 30px; }
    .topicsLyt table tr th {
      width: 100%;
      display: block;
      padding: 15px 0 0 15px;
      border-bottom: none; }
      .topicsLyt table tr th time {
        margin-right: 20px; }
      .topicsLyt table tr th div {
        display: inline-block;
        width: 120px;
        height: 28px;
        border-radius: 50px;
        background: #373022;
        color: #fff; }
    .topicsLyt table tr td {
      width: 100%;
      display: block;
      padding: 10px 15px 15px; }

  .postLyt {
    width: 100%;
    padding: 0 15px; }
    .postLyt time {
      margin-right: 20px; }
    .postLyt h3 {
      font-size: 20px;
      margin-bottom: 30px; }
    .postLyt h4 {
      font-size: 18px;
      padding: 10px 20px;
      margin: 40px 0 20px; }
    .postLyt h5 {
      width: 100%;
      font-size: 18px;
      padding-bottom: 20px;
      margin: 40px 0 20px; }
    .postLyt h6 {
      font-size: 18px;
      border-left: 5px solid #937f37;
      padding: 0 20px;
      margin-bottom: 20px; }
    .postLyt > ul {
      margin-bottom: 30px; }
      .postLyt > ul li {
        margin-top: 10px; }
    .postLyt > ol {
      margin-bottom: 30px; }
      .postLyt > ol li {
        margin-top: 10px; }
    .postLyt > p {
      font-size: 15px;
      margin-bottom: 20px; }
    .postLyt > blockquote {
      padding: 10px 15px;
      margin-bottom: 30px; }
      .postLyt > blockquote:after {
        content: "";
        width: 40px;
        height: 30px;
        background: url("../img/topics/ico_blockquote.svg") no-repeat;
        background-size: 40px 30px;
        position: absolute;
        top: 0;
        left: 0; }
    .postLyt > img {
      display: block;
      margin: 0 auto 20px;
      max-width: 100%;
      height: auto; }
    .postLyt .postPagerLyt {
      margin-top: 30px;
      margin-bottom: 80px; }
      .postLyt .postPagerLyt ul li {
        width: 100px; }
        .postLyt .postPagerLyt ul li:nth-child(2) {
          margin: 0 20px; }

  /*//////////////////////////////
  	works 
  ///////////////////////////////*/
  .worksListLyt ul {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto 40px; }
    .worksListLyt ul li {
      width: calc( 50% - 5px);
      height: 280px;
      margin-top: 10px;
      margin-left: 10px; }
      .worksListLyt ul li a .cat {
        font-size: 12px; }
      .worksListLyt ul li a h3 {
        font-size: 13px;
        padding: 10px 12px 25px; }
        .worksListLyt ul li a h3:after {
          bottom: 15px;
          left: 15px; }
      .worksListLyt ul li a img {
        width: auto;
        height: 280px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .worksListLyt ul li:nth-child(3n+1) {
        margin-left: 10px; }
      .worksListLyt ul li:nth-child(-n+3) {
        margin-top: 10px; }
      .worksListLyt ul li:nth-child(odd) {
        margin-left: 0px; }
  .worksListLyt:before {
    content: "";
    width: 100%;
    height: calc( 100% - 167px);
    background: #faf9f5;
    position: absolute;
    top: 87px;
    left: 0; }
  .worksListLyt:after {
    content: "";
    width: 264px;
    height: 123px;
    background: url("../img/works/bg_treeRing.jpg");
    background-size: 264px 123px;
    position: absolute;
    top: 87px;
    right: 0; }

  .worksDetailLyt {
    margin-top: 145px;
    padding-bottom: 80px;
    min-height: auto; }
    .worksDetailLyt .wrap {
      padding-top: 124px; }
      .worksDetailLyt .wrap .photo {
        width: calc(100% - 100px);
        height: 300px;
        top: -105px;
        right: 15px; }
        .worksDetailLyt .wrap .photo img {
          width: auto;
          height: 300px; }
      .worksDetailLyt .wrap .ttl {
        font-size: 20px;
        padding-bottom: 10px;
        margin-bottom: 20px; }
        .worksDetailLyt .wrap .ttl:after {
          width: 140px; }
      .worksDetailLyt .wrap .cat {
        width: 120px;
        height: 30px;
        font-size: 12px;
        margin-bottom: 15px; }
      .worksDetailLyt .wrap h3 {
        font-size: 24px;
        margin-bottom: 15px; }
      .worksDetailLyt .wrap > p {
        margin-bottom: 60px; }
      .worksDetailLyt .wrap .galleryLyt {
        margin-bottom: 50px; }
        .worksDetailLyt .wrap .galleryLyt li {
          margin-top: 2%;
          margin-left: 2%;
          width: 32%;
          height: auto; }
          .worksDetailLyt .wrap .galleryLyt li a img {
            width: 100%;
            height: auto; }
          .worksDetailLyt .wrap .galleryLyt li:nth-child(8n+1) {
            margin-left: 2%; }
          .worksDetailLyt .wrap .galleryLyt li:nth-child(-n+8) {
            margin-top: 2%; }
          .worksDetailLyt .wrap .galleryLyt li:nth-child(3n+1) {
            margin-left: 0; }
      .worksDetailLyt .wrap .worksDetailPagerLyt ul {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: center; }
        .worksDetailLyt .wrap .worksDetailPagerLyt ul li {
          width: 100%; }
          .worksDetailLyt .wrap .worksDetailPagerLyt ul li:nth-child(1) a {
            border: none; }
          .worksDetailLyt .wrap .worksDetailPagerLyt ul li:nth-child(2) {
            height: auto;
            margin: 3px auto 28px; }
          .worksDetailLyt .wrap .worksDetailPagerLyt ul li:nth-child(3) a {
            border: none; }
    .worksDetailLyt:after {
      content: "";
      width: 225px;
      height: 215px;
      background: url("../img/works/bg_bark.jpg") no-repeat;
      background-size: 225px 215px;
      position: absolute;
      top: 0;
      left: 0; }

  /*//////////////////////////////
  	about 
  ///////////////////////////////*/
  #aboutWrap1 {
    padding-top: 30px; }
    #aboutWrap1 .wrap {
      width: 100%; }
      #aboutWrap1 .wrap .ttlH4 h4 span {
        font-size: 17px; }
      #aboutWrap1 .wrap .img1ClmLyt {
        width: calc(100% - 30px); }
    #aboutWrap1:after {
      display: none; }

  #aboutWrap2 {
    position: relative; }
    #aboutWrap2:after {
      content: "";
      width: 225px;
      height: 162.5px;
      top: -25px; }

  #aboutWrap3 .wrap {
    width: 100%; }
    #aboutWrap3 .wrap .ttlH4 span {
      font-size: 18px;
      line-height: 1.2; }
    #aboutWrap3 .wrap .imgLeftLyt {
      width: calc(100% - 30px); }

  #aboutWrap4 {
    width: 100%; }
    #aboutWrap4 .img1ClmTxtLyt {
      width: calc(100% - 30px); }
    #aboutWrap4 .img3ClmTxtLyt {
      width: calc(100% - 30px);
      margin-top: -25px; }

  #aboutWrap5 {
    padding: 60px 0 80px; }
    #aboutWrap5 .wrap {
      width: 100%; }
      #aboutWrap5 .wrap .img3ClmTxtLyt {
        width: calc(100% - 30px); }

  /*//////////////////////////////
  	company
  ///////////////////////////////*/
  #company .imgLiquidLyt li .txtWrap {
    padding: 0; }
    #company .imgLiquidLyt li .txtWrap h3 {
      width: 100%; }
    #company .imgLiquidLyt li .txtWrap table {
      width: 100%;
      margin-top: 15px; }
  #company .imgLiquidLyt li:last-child {
    width: calc(100% - 30px);
    height: 200px;
    margin-left: auto; }
    #company .imgLiquidLyt li:last-child img {
      height: 150px;
      width: auto; }
  #company #companyWrap {
    padding: 60px 0 80px; }

  .outlineLyt ul {
    margin-bottom: 15px; }
    .outlineLyt ul li p {
      margin-bottom: 20px; }
      .outlineLyt ul li p:nth-of-type(1) {
        padding-bottom: 15px; }
    .outlineLyt ul li:first-child {
      width: 100%; }
      .outlineLyt ul li:first-child img {
        width: 100%;
        height: auto; }
    .outlineLyt ul li:last-child {
      width: 100%;
      padding: 25px 0 0; }
  .outlineLyt .ttl {
    margin-bottom: 15px; }
  .outlineLyt #gMap {
    width: 100%;
    height: 163px; }
    .outlineLyt #gMap iframe {
      width: 100%;
      height: 163px; }

  /*//////////////////////////////
  	model
  ///////////////////////////////*/
  #modelWrap {
    width: 100%;
    background: #faf9f5;
    padding: 60px 0 80px; }

  .modelLyt {
    margin-bottom: 50px; }
    .modelLyt h3 {
      font-size: 22px;
      margin-bottom: 25px; }
      .modelLyt h3 span {
        font-size: 14px;
        margin-bottom: 10px; }
    .modelLyt > div {
      width: 100%;
      padding: 15px 25px; }
      .modelLyt > div div {
        font-size: 18px;
        margin-bottom: 10px;
        line-height: 1.3; }

  .imgWrapLyt {
    margin-bottom: 50px;
    padding: 0 15px; }
    .imgWrapLyt img {
      margin: 0 auto 25px;
      width: 100%;
      height: auto; }
    .imgWrapLyt h5 {
      width: 100%;
      font-size: 22px;
      padding-bottom: 10px;
      margin-bottom: 20px; }
    .imgWrapLyt ul li {
      width: 100%; }
      .imgWrapLyt ul li:first-child {
        padding-right: 20px;
        padding: 0 0 15px;
        border-right: none;
        border-bottom: 1px solid #f1eada; }
      .imgWrapLyt ul li:last-child {
        padding-left: 20px;
        padding: 15px 0 0; }

  .modelGallaryLyt {
    margin-bottom: 80px; }
    .modelGallaryLyt > ul > li {
      height: auto; }
      .modelGallaryLyt > ul > li h5 {
        font-size: 22px;
        padding-bottom: 10px;
        line-height: 1.3;
        margin-bottom: 30px;
        padding-left: 46px; }
      .modelGallaryLyt > ul > li ul {
        width: 100%;
        top: 0px;
        left: 0px; }
        .modelGallaryLyt > ul > li ul li {
          width: calc(50% - 7.5px);
          height: 136px;
          border-radius: 5px;
          overflow: hidden;
          position: relative;
          margin-top: 15px; }
          .modelGallaryLyt > ul > li ul li img {
            width: 100%;
            height: auto;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
          .modelGallaryLyt > ul > li ul li:nth-child(1) {
            margin-top: 0;
            margin-right: 0; }
          .modelGallaryLyt > ul > li ul li:nth-child(2) {
            margin-top: 0;
            margin-right: 0; }
          .modelGallaryLyt > ul > li ul li:nth-child(3) {
            margin-right: 0; }
          .modelGallaryLyt > ul > li ul li:nth-child(4) {
            margin-right: 0; }
          .modelGallaryLyt > ul > li ul li:nth-child(odd) {
            margin-right: 7.5px; }
          .modelGallaryLyt > ul > li ul li:nth-child(even) {
            margin-left: 7.5px; }
      .modelGallaryLyt > ul > li:first-child {
        width: 100%;
        padding: 20px 0 0; }
      .modelGallaryLyt > ul > li:last-child {
        width: 100%;
        padding: 15px; }

  .modelAccessLyt ul li:first-child {
    width: 100%; }
    .modelAccessLyt ul li:first-child iframe {
      width: 100%;
      height: 163px; }
  .modelAccessLyt ul li:last-child {
    width: 100%;
    padding: 15px; }
    .modelAccessLyt ul li:last-child p:nth-of-type(1) {
      padding-bottom: 15px;
      margin-bottom: 20px; }
    .modelAccessLyt ul li:last-child p:nth-of-type(2) {
      font-size: 18px; }
      .modelAccessLyt ul li:last-child p:nth-of-type(2) span {
        font-size: 24px; }
    .modelAccessLyt ul li:last-child p:nth-of-type(3) {
      margin-bottom: 15px; }
    .modelAccessLyt ul li:last-child div:nth-of-type(1) {
      padding-left: 12px;
      margin-bottom: 10px; }

  #modelWrap2 {
    padding: 60px 0 80px; }
    #modelWrap2 .ttlH3 span {
      background: #fff; }
    #modelWrap2 .ttlH3 + p {
      padding: 0 15px;
      margin-bottom: 20px; }
    #modelWrap2 .attention {
      width: calc(100% - 30px);
      margin: 0 auto 50px; }
      #modelWrap2 .attention p {
        padding: 15px 20px;
        line-height: 1.3; }
    #modelWrap2 .img3ClmTxtLyt h6 {
      font-size: 16px; }

  .reservationLyt {
    width: 100%;
    padding: 20px 15px 30px; }
    .reservationLyt h4 {
      font-size: 20px; }
    .reservationLyt > p:nth-of-type(1) {
      padding: 0 15px;
      margin-bottom: 30px;
      line-height: 1.6; }
    .reservationLyt ul {
      margin-bottom: 20px; }
      .reservationLyt ul li div {
        font-size: 22px; }
      .reservationLyt ul li:first-child {
        width: 100%;
        margin-bottom: 20px; }
      .reservationLyt ul li:last-child {
        width: 100%; }
    .reservationLyt > div:nth-of-type(1) {
      margin-bottom: 20px; }
    .reservationLyt > div:nth-of-type(2) {
      height: auto;
      padding: 10px 0; }
      .reservationLyt > div:nth-of-type(2) a {
        font-size: 16px; }
    .reservationLyt:after {
      content: "";
      width: 2px;
      height: 16px;
      background: #b90a37;
      position: absolute;
      top: -7px;
      left: 50%;
      margin-left: -1px; }

  /*//////////////////////////////
  	404
  ///////////////////////////////*/
  .notFoundLyt {
    margin-bottom: 80px; }
    .notFoundLyt img {
      display: block;
      margin: 0 auto 30px; }
    .notFoundLyt p {
      text-align: left;
      padding: 0 15px;
      margin-bottom: 60px; }

  /*//////////////////////////////
  	contact
  ///////////////////////////////*/
  #contact .ttlH3 h3 span {
    font-size: 22px; }
    #contact .ttlH3 h3 span b {
      top: -20px;
      font-size: 16px; }
  #contact .ttlH3 h3:after {
    content: "";
    width: calc( 100% + 50px);
    height: 5px;
    background: url(../img/common/bg_border_brown.png) repeat-x;
    position: absolute;
    top: 50%;
    left: -25px; }
  #contact .ttlH3 + p {
    text-align: left;
    padding: 0 15px;
    margin-bottom: 30px; }

  .contactLyt {
    padding: 20px 15px;
    width: calc(100% - 30px);
    margin: 0 auto 60px; }
    .contactLyt ul li:nth-child(1) {
      width: 100%;
      margin-bottom: 15px; }
      .contactLyt ul li:nth-child(1) div {
        font-size: 16px;
        padding-left: 15px; }
    .contactLyt ul li:nth-child(2) {
      width: 100%;
      margin-bottom: 20px; }
      .contactLyt ul li:nth-child(2) div p {
        font-size: 15px; }
        .contactLyt ul li:nth-child(2) div p:first-child {
          font-size: 16px; }
    .contactLyt ul li:nth-child(3) {
      width: 100%; }
      .contactLyt ul li:nth-child(3) div p {
        font-size: 15px; }
        .contactLyt ul li:nth-child(3) div p:first-child {
          font-size: 16px; }
    .contactLyt:after {
      content: "";
      width: 12px;
      height: 2px;
      background: #b90a37;
      position: absolute;
      top: 31px;
      left: -7px; }

  #confirmTxt {
    padding: 0 15px;
    margin-bottom: 30px; }

  .formLyt {
    margin-bottom: 80px; }
    .formLyt table {
      padding: 20px 0;
      margin-bottom: 30px; }
      .formLyt table tr th {
        width: 100%;
        display: block;
        padding: 15px 0 0; }
        .formLyt table tr th div {
          padding: 13px 0 0 0; }
      .formLyt table tr td {
        width: 100%;
        display: block;
        padding: 15px 0; }
        .formLyt table tr td input[type=radio] {
          margin-right: 10px; }
        .formLyt table tr td input[type="text"] {
          width: 100%; }
        .formLyt table tr td ul {
          margin-bottom: 20px; }
        .formLyt table tr td .zipInput {
          width: 100% !important; }
        .formLyt table tr td .addrInput {
          width: 100% !important; }
        .formLyt table tr td textarea {
          width: 100%;
          height: 150px; }
        .formLyt table tr td .caution {
          font-size: 13px; }
      .formLyt table tr:first-child td div {
        padding-top: 13px; }
    .formLyt h4 {
      margin-bottom: 10px; }
    .formLyt .privacyLyt {
      width: 100%;
      height: 200px;
      padding: 15px;
      margin-bottom: 30px; }
      .formLyt .privacyLyt div {
        margin-bottom: 10px; }
      .formLyt .privacyLyt p {
        margin-bottom: 20px; }
        .formLyt .privacyLyt p:first-child {
          margin-bottom: 15px; }
    .formLyt #policyCheck {
      margin-bottom: 30px; }

  .mw_wp_form_confirm #contactBtnWrap ul {
    width: 100%; }
    .mw_wp_form_confirm #contactBtnWrap ul li:first-child {
      margin: 0 auto 30px; }
    .mw_wp_form_confirm #contactBtnWrap ul li:last-child {
      margin: 0 auto; }

  .thanksLyt {
    margin-bottom: 80px; }
    .thanksLyt img {
      display: block;
      margin: 0 auto 30px; }
    .thanksLyt div {
      text-align: center;
      font-size: 22px;
      margin-bottom: 30px; }
    .thanksLyt p {
      text-align: left;
      padding: 0 15px;
      margin-bottom: 60px; } }
