@import url(slick.css);
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");
@import url("https://fonts.googleapis.com/css?family=Crimson+Text:400i");

@font-face {
  font-family: "caslon-book";
  src: url("../font/CaslonBookBERegular.ttf") format("truetype");
}
@font-face {
  font-family: "hiraginokakugow3";
  font-style: normal;
  font-weight: normal;
  src: url("../font/hiraginokakugow3.woff") format("woff");
}
@font-face {
  font-family: "Helvetica Neue LT Bold";
  font-weight: bold;
  src: url("../font/Helvetica-Neue-LT-bold.woff2") format("woff2");
}
@font-face {
  font-family: "Helvetica Neue LT light";
  src: url("../font/Helvetica-Neue-LT-light.woff2") format("woff2");
}
@font-face {
  font-family: "Helvetica Neue LT roman";
  src: url("../font/Helvetica-Neue-LT-roman.woff2") format("woff2");
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  color: #3c3c3b;
  -webkit-text-size-adjust: 100%;
}

body a {
  outline: none;
  color: inherit;
}

body a:hover {
  text-decoration: none;
}

body img {
  vertical-align: bottom;
  border: 0;
  outline: none;
}

.menu li:hover > ul {
  display: block;
}
.menu ul {
  letter-spacing: normal;
  margin-top: 65px !important;
}
.top_mv-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.change-color .main-navigation li {
  color: #fff;
}
@media screen and (min-width: 1080px) {
  .main-navigation li {
    font-size: 15px;
    font-weight: 600;
  }
  .main-navigation a {
    font-size: 15px;
  }
}
/* @media screen and (min-width: 1080px) { */
@media screen and (min-width: 1161px) {
  body > header {
    width: 100%;
  }
  body > header h1 {
    width: 100%;
    height: 100px;
    overflow: hidden;
    background: rgba(133, 128, 124, 0.9);
  }
  body > header h1 a {
    margin: 22px auto 0 auto;
    width: 240px;
    height: 67px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/img_logo_header.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative;
  }
  body > header h1 a span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
  }
  body > header p.menu_open {
    display: none;
  }
  body > header nav {
    width: 100%;
    height: 45px;
    /*        overflow:hidden;*/
  }
  body > header nav .menu p.menu_close {
    display: none;
  }
  body > header nav .menu ul {
    margin-top: 4px;
    text-align: center;
  }
  body > header nav .menu ul li {
    padding: 6px 12px;
    display: inline-block;
  }
  body > header nav .menu ul li a {
    display: block;
    text-decoration: none;
    font-family: "Helvetica Neue LT light", Helvetica, Arial, sans-serif;
    color: #3c3c3b;
    font-weight: bold;
  }
  .about-list .logo-img body > header nav .menu ul li a:hover {
    color: #9a8978;
  }
}
@media screen and (min-width: 1080px) {
  body article {
    overflow: hidden;
  }
  body article.col2 {
    margin: 0 auto;
    padding-top: 80px;
    max-width: 1280px;
  }
  body article.col2 .local_menu {
    padding-left: 20px;
    width: 25%;
    box-sizing: border-box;
    float: right;
  }
  body article.col2 .local_menu p.open {
    display: none;
  }
  body article.col2 .local_menu .accordion p.close {
    display: none;
  }
  body article.col2 .local_menu .accordion dl {
    margin-bottom: 20px;
  }
  body article.col2 .local_menu .accordion dl dt {
    margin-bottom: 20px;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: bold;
  }
  body article.col2 .local_menu .accordion dl dd ul {
    overflow: hidden;
  }
  body article.col2 .local_menu .accordion dl dd ul li {
    margin: 0 10px 10px 0;
    float: left;
  }
  body article.col2 .local_menu .accordion dl dd ul li a {
    padding: 8px 10px;
    display: block;
    border: 1px solid #bfbfbf;
    text-decoration: none;
    font-size: 13px;
    color: #74706a;
  }
  body article.col2 .local_menu .accordion dl dd ul li a.disable {
    opacity: 0.3;
  }
  body article.col2 section {
    margin-bottom: 80px;
    border-right: 1px solid #dddddd;
    box-sizing: border-box;
    width: 75%;
    float: left;
  }
  body article.col2 section h2 {
    margin-top: 0;
  }
  body article section {
    overflow: hidden;
  }
  body article section h2 {
    margin: 80px 0 50px 0;
    text-align: center;
    line-height: 1;
    font-family: "caslon-book";
    font-size: 42px;
    color: #3c3c3b;
  }
  body article section .inner {
    margin: 0 auto;
    padding-bottom: 80px;
    width: 1080px;
    overflow: hidden;
    position: relative;
  }
  body article section ul.thimb_list {
    margin: 0 auto;
    width: 1072px;
    overflow: hidden;
  }
  body article section ul.thimb_list li {
    margin: 14px;
    width: 240px;
    height: 250px;
    float: left;
  }
  body article section ul.thimb_list li a {
    display: block;
    position: relative;
    line-height: 1;
    overflow: hidden;
    top: -15px;
  }
  body article section ul.thimb_list li a div {
    width: 240px;
    height: 220px;
    background: #ffffff no-repeat center center / contain;
    transform: scale(1, 1);
    position: relative;
    z-index: 0;
    transition: all 1200ms;
  }
  body article section ul.thimb_ex li {
    height: 225px;
  }
  body article section ul.thimb_ex img {
    width: 100%;
    height: 160px;
    object-fit: contain;
  }
  body article section ul.thimb_list li a span {
    width: 100%;
    height: 30px;
    display: block;
    position: relative;
    z-index: 1;
    background: #fff url("../images/icon_zoom.png") no-repeat right bottom;
    position: relative;
  }
  body article section ul.thimb_list li a span span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
  }
  body article section ul.thimb_list li a:hover div {
    transform: scale(1.1, 1.1);
  }
  body footer {
    overflow: hidden;
    background: #6e7678;
    color: #ffffff;
    height: 330px;
  }
  body footer .inner {
    margin: 0 auto;
    width: 100%;
    max-width: 1580px;
    box-sizing: border-box;
    position: relative;
    padding: 60px 40px 0;
  }
  body footer .inner .footer_contents {
    border-bottom: 1px solid #ffffff;
  }
  body footer .inner .footer_contents p.title {
    margin: 80px 0 50px 0;
    text-align: center;
    line-height: 1;
    font-family: "caslon-book";
    font-size: 42px;
  }
  body footer .inner .footer_contents dl {
    box-sizing: border-box;
    float: left;
  }
  body footer .inner .footer_contents dl.office,
  body footer .inner .footer_contents dl.showroom {
    padding-right: 42px;
    width: 30%;
  }
  body footer .inner .footer_contents dl.office dt,
  body footer .inner .footer_contents dl.showroom dt {
    margin-bottom: 6px;
  }
  body footer .inner .footer_contents dl.map {
    width: 40%;
  }
  body footer .inner .footer_contents dl.map dt {
    margin-bottom: 12px;
  }
  body footer .inner .footer_contents dl.map dd img {
    width: 100%;
    height: auto;
  }
  body footer .inner .footer_contents dl dt {
    padding-bottom: 8px;
    font-family: "caslon-book";
    font-size: 24px;
    border-bottom: 1px solid #ffffff;
  }
  body footer .inner .footer_contents dl dd {
    line-height: 36px;
    font-size: 14px;
  }
  body footer .inner .footer_contents p.contact_link {
    padding: 100px 0 80px 0;
    clear: both;
    text-align: left;
  }
  body footer .inner .footer_contents p.contact_link a {
    font-family: "Crimson Text";
    font-style: italic;
    font-size: 20px;
  }
  body footer .inner .icn_area {
    justify-content: space-between;
    display: flex;
    position: absolute;
    left: 40px;
    bottom: auto;
    width: 95%;
  }
}
body footer .inner .sns_area {
  width: 70%;
}
body footer .inner .sns_area p.logo {
  float: left;
  width: 208px;
  height: 62px;
  display: block;
  border: none;
  background-color: transparent;
  background-image: url(../images/logo.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: relative;
  margin-right: -80px;
  top: -5px;
  left: -60px;
}
body footer .inner .sns_area p.logo span {
  height: 1px;
  width: 1px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
}
body footer .inner .sns_area_ul ul.sns {
  margin: 12px 0 0 30px;
  overflow: hidden;
  padding: 40px 0px 0px;
}
body footer .inner .sns_area_ul .sns li {
  margin-right: 26px;
  float: left;
}
body footer .inner .sns_area_ul ul.sns li.facebook a {
  background-image: url("../images/icon_sns_facebook.png");
}
body footer .inner .sns_area_ul ul.sns li.instagram a {
  background-image: url("../images/icon_sns_instagram.png");
}
body footer .inner .sns_area_ul ul.sns li.youtube a {
  background-image: url("../images/icon_sns_youtube.png");
}
body footer .inner .sns_area_ul ul.sns li.twitter a {
  background-image: url("../images/icon_sns_twitter.png");
}
body footer .inner .sns_area_ul ul.sns li.pintarest a {
  background-image: url("../images/icon_sns_pintarest.png");
}
body footer .inner .sns_area_ul ul.sns li a {
  width: 29px;
  height: 29px;
  display: block;
  background: no-repeat center center / contain;
  position: relative;
  opacity: 1;
  transform-style: preserve-3d;
  transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
body footer .inner .sns_area_ul ul.sns li a span {
  height: 1px;
  width: 1px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
}
body footer .inner .sns_area_ul ul.sns li a:hover {
  opacity: 0.7;
}
body footer .inner p.copyright {
  font-family: "Helvetica Neue LT Roman", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
body footer p.gotop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  opacity: 0;
  transform-style: preserve-3d;
  transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
body footer p.gotop.show {
  opacity: 1;
}
body footer p.gotop a {
  width: 50px;
  height: 50px;
  display: block;
  border: none;
  background-color: transparent;
  background-image: url("../images/btn_gotop.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: relative;
}
body footer p.gotop a span {
  height: 1px;
  width: 1px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
}
body p.maintenance_msg {
  padding: 50px 0;
  text-align: center;
  line-height: 28px;
  font-size: 16px;
}
body ul.access_video {
  overflow: hidden;
}
body ul.access_video li {
  line-height: 24px;
  font-size: 14px;
}
body ul.access_video li.not_video {
  margin-top: 14px;
}
.pc_none {
  display: none !important;
}

.footer_link {
  display: flex;
  flex-wrap: wrap;
  width: 74%;
}
.footer_link li {
  margin-right: 25px;
  margin-bottom: 23px;
}
.footer_ul {
  position: absolute;
  right: 30px;
}
footer a {
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  font-family: "Helvetica Neue LT Roman", Helvetica, Arial, sans-serif;
}
.footer_under {
  display: flex;
  justify-content: space-between;
  padding: 20px 0px 0px;
}

/* @media screen and (max-width: 1079px) { */
@media screen and (max-width: 1160px) {
  body > header {
    width: 100%;
    height: 48px;
    background: #807d78;
    border-bottom: 1px solid #dddddd;
  }
  body > header h1 {
    overflow: hidden;
  }
  body > header h1 a {
    margin: 6px auto 0 auto;
    width: 120px;
    height: 33.5px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/img_logo_header.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative;
  }
  body > header h1 a span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
  }
  body > header p.menu_open {
    position: absolute;
    top: 0;
    right: 10px;
  }
  body > header p.menu_open a {
    width: 48px;
    height: 48px;
    display: block;
    background: url("../images/icon_menu_open.png") no-repeat center center/17px 15px;
    position: relative;
  }
  body > header p.menu_open a span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
  }
  body > header nav {
    width: 100%;
    /* height: calc(100vh - 100px); */
    /* position: fixed; */
    z-index: 9999;
    background: #ffffff;
    -webkit-overflow-scrolling: touch;
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  body > header nav .menu {
    padding: 0 60px;
    overflow: hidden;
  }

  body > header nav .menu p.menu_close {
    margin-bottom: 20px;
    overflow: hidden;
    border-bottom: 1px solid #dddddd;
  }
  body > header nav .menu p.menu_close a {
    margin-right: -20px;
    width: 58px;
    height: 58px;
    display: block;
    float: right;
    background: url("../images/icon_menu_close.png") no-repeat center center/14px 14px;
    position: relative;
  }
  body > header nav .menu p.menu_close a span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
  }
  body > header nav .menu ul {
    margin: 0 10px;
    clear: both;
  }
  body > header nav .menu ul li {
    margin-bottom: 25px;
  }
  body > header nav .menu ul li a {
    width: 100%;
    padding: 5px 0;
    display: block;
    box-sizing: border-box;
    background: url("../images/sp/icon_arrow_nav.png") no-repeat right center/8.5px 14px;
    text-decoration: none;
    font-family: "Open Sans";
    color: #3c3c3b;
  }
}
@media screen and (max-width: 1079px) {
  body article {
    background: #f3f5f5;
  }
  body article.col2 .local_menu {
    margin: 20px 20px 0 20px;
    min-height: 60px;
  }
  body article.col2 .local_menu p.open {
    padding: 20px 0;
    text-align: right;
    font-family: "Crimson Text";
    font-style: italic;
    font-size: 16px;
  }
  body article.col2 .local_menu .accordion {
    margin-top: -56px;
    max-height: 0;
    position: relative;
    z-index: 100;
    overflow: hidden;
    background: #ffffff;
    transition: all 800ms cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  body article.col2 .local_menu .accordion.show {
    max-height: 100vh;
  }
  body article.col2 .local_menu .accordion p.close {
    padding: 20px 0;
    text-align: right;
    font-family: "Crimson Text";
    font-style: italic;
    font-size: 16px;
  }
  body article.col2 .local_menu .accordion dl {
    margin-bottom: 20px;
  }
  body article.col2 .local_menu .accordion dl dt {
    margin-bottom: 20px;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: bold;
  }
  body article.col2 .local_menu .accordion dl dd ul {
    overflow: hidden;
  }
  body article.col2 .local_menu .accordion dl dd ul li {
    margin: 0 10px 10px 0;
    float: left;
  }
  body article.col2 .local_menu .accordion dl dd ul li a {
    padding: 8px 10px;
    display: block;
    border: 1px solid #bfbfbf;
    text-decoration: none;
    font-size: 13px;
    color: #74706a;
  }
  body article.col2 .local_menu .accordion dl dd ul li a.disable {
    opacity: 0.3;
  }
  body article.col2 section {
    border-top: 1px solid #dddddd;
  }
  body article section {
    overflow: hidden;
  }
  body article section h2 {
    margin: 55px 0 35px 0;
    text-align: center;
    line-height: 1;
    font-family: "caslon-book";
    font-size: 42px;
    color: #3c3c3b;
  }
  body article section ul.thimb_list {
    margin: 0 15px;
    overflow: hidden;
  }
  body article section ul.thimb_list li {
    padding: 10px;
    width: 50%;
    box-sizing: border-box;
  }
  body article section ul.thimb_list li:nth-child(odd) {
    float: left;
  }
  body article section ul.thimb_list li:nth-child(even) {
    float: right;
  }
  body article section ul.thimb_list li a {
    display: block;
    position: relative;
    line-height: 1;
    overflow: hidden;
  }
  body article section ul.thimb_list li a div {
    padding-top: 91.66667%;
    width: 100%;
    height: 0;
    background: #ffffff no-repeat center center / cover;
    position: relative;
    z-index: 0;
  }
  body article section ul.thimb_ex li {
    height: 225px;
  }
  body article section ul.thimb_ex li a div {
    padding-top: 0;
  }
  body article section ul.thimb_ex img {
    width: 100%;
    height: 160px;
    object-fit: contain;
  }
  body article section ul.thimb_list li a span {
    width: 100%;
    height: 15px;
    display: block;
    position: relative;
    z-index: 1;
    background: #fff url("../images/icon_zoom.png") no-repeat right bottom/30px 7px;
    position: relative;
    margin-bottom: 15px;
  }
  body article section ul.thimb_list li a span span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
  }
  body footer {
    overflow: hidden;
    background: #6e7678;
    color: #ffffff;
  }
  body footer .inner .footer_contents {
    margin: 0 auto;
    max-width: 600px;
    border-bottom: 1px solid #ffffff;
  }
  body footer .inner .footer_contents p.title {
    margin: 35px 0;
    text-align: center;
    line-height: 1;
    font-family: "caslon-book";
    font-size: 42px;
  }
  body footer .inner .footer_contents dl {
    margin-bottom: 30px;
    padding: 0 18px;
    box-sizing: border-box;
  }
  body footer .inner .footer_contents dl.office dt,
  body footer .inner .footer_contents dl.showroom dt {
    margin-bottom: 6px;
  }
  body footer .inner .footer_contents dl.map dt {
    margin-bottom: 16px;
  }
  body footer .inner .footer_contents dl.map dd img {
    width: 100%;
    height: auto;
  }
  body footer .inner .footer_contents dl dt {
    padding-bottom: 12px;
    font-family: "caslon-book";
    font-size: 24px;
    border-bottom: 1px solid #ffffff;
  }
  body footer .inner .footer_contents dl dd {
    line-height: 36px;
    font-size: 12px;
  }
  body footer .inner .footer_contents p.contact_link {
    padding: 15px 0 55px 0;
    clear: both;
    text-align: center;
  }
  body footer .inner .footer_contents p.contact_link a {
    font-family: "Crimson Text";
    font-style: italic;
    font-size: 20px;
  }
  body footer .inner .sns_area p.logo {
    margin: 38px auto 15px;
    width: 157px;
    height: 83px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/logo.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: static;
    text-align: center;
    float: none;
  }
  body footer .inner .sns_area p.logo span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
  }
  body footer .inner .sns_area ul.sns {
    text-align: center;
  }
  body footer .inner .sns_area ul.sns li {
    margin: 0 5px;
    display: inline-block;
  }
  body footer .inner .sns_area ul.sns li.facebook a {
    background-image: url("../images/icon_sns_facebook.png");
  }
  body footer .inner .sns_area ul.sns li.instagram a {
    background-image: url("../images/icon_sns_instagram.png");
  }
  body footer .inner .sns_area ul.sns li.youtube a {
    background-image: url("../images/icon_sns_youtube.png");
  }
  body footer .inner .sns_area ul.sns li.twitter a {
    background-image: url("../images/icon_sns_twitter.png");
  }
  body footer .inner .sns_area ul.sns li.pintarest a {
    background-image: url("../images/icon_sns_pintarest.png");
  }
  body footer .inner .sns_area ul.sns li a {
    width: 29px;
    height: 29px;
    display: block;
    background: no-repeat center center / contain;
    position: relative;
  }
  body footer .inner .sns_area ul.sns li a span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
  }
  body footer .inner p.copyright {
    padding: 37px 0 14px 0;
    text-align: center;
    font-family: "Crimson Text";
    font-style: italic;
    font-size: 11px;
  }
  body footer p.gotop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    opacity: 0;
    transform-style: preserve-3d;
    transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  body footer p.gotop.show {
    opacity: 1;
  }
  body footer p.gotop a {
    width: 42px;
    height: 42px;
    display: block;
    border: none;
    background-color: transparent;
    background-image: url("../images/btn_gotop.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative;
  }
  body footer p.gotop a span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
  }
  body p.maintenance_msg {
    line-height: 24px;
    font-size: 14px;
  }
  body ul.access_video {
    overflow: hidden;
  }
  body ul.access_video li {
    line-height: 20px;
    font-size: 12px;
  }
  body ul.access_video li.not_video {
    margin-top: 12px;
  }
  .sp_none {
    display: none !important;
  }
  body footer .inner .sns_area {
    width: 100%;
  }
  .footer_link {
    display: flex;
    flex-wrap: wrap;
    flex-flow: column;
    text-align: center;
    width: 100%;
  }
  .footer_link li {
    margin-bottom: 10px;
    margin-right: 0px;
  }
  .footer_ul {
    position: static;
    text-align: center;
    margin-top: 20px;
  }
  .footer_under {
    padding: 0px;
    flex-flow: column;
    text-align: center;
  }
  body footer .inner .sns_area_ul .sns li {
    float: none;
  }
  .sns_area_ul ul {
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 766px) {
  .footer_ul li:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .footer_ul li:hover {
    order-bottom: 1px solid #575757;
    background-color: transparent;
  }
  body footer .inner .sns_area_ul ul.sns {
    margin: 12px 0 0 30px;
  }
}

@media screen and (max-width: 1079px) {
  body article section .inner {
    margin: 0 10px;
    padding: 0 0 50px 0;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #a9a6a3;
  }
}
@media screen and (min-width: 1080px) {
  body article.showroom .page-header .page-title {
    margin-bottom: 50px;
  }
  body article.showroom section h3 {
    text-align: center;
    font-family: "caslon-book";
    font-size: 32px;
  }
  body article.showroom section .inner {
    padding: 0;
    border: none;
  }
  body article.showroom section.showroom p.img {
    margin-bottom: 50px;
  }
  body article.showroom section.showroom dl {
    margin-bottom: 16px;
  }
  body article.showroom section.showroom dl dt {
    margin-bottom: 20px;
    padding-bottom: 14px;
    border-bottom: 1px solid #a9a6a3;
    line-height: 36px;
    font-family: "caslon-book";
    font-size: 24px;
  }
  body article.showroom section.showroom dl dd {
    line-height: 26px;
    font-size: 16px;
  }
  body article.showroom section.showroom ul.access_video {
    margin-bottom: 48px;
  }
  body article.showroom section.showroom p.caption { /* 画像キャプション */
    color: #a9a6a3;
    font-size: 14px;
    text-align: right;
    line-height: 100%;
  }
  body article.showroom section.first_floor,
  body article.showroom section.third_floor {
    margin-bottom: 50px;
  }
  body article.showroom section.first_floor h3,
  body article.showroom section.third_floor h3 {
    margin-bottom: 40px;
  }
  body article.showroom section.first_floor .inner ul li,
  body article.showroom section.third_floor .inner ul li {
    margin: 0 10px 10px 0;
    float: left;
  }
  body article.showroom section.first_floor .inner ul li:nth-child(5n),
  body article.showroom section.third_floor .inner ul li:nth-child(5n) {
    margin-right: 0;
  }
  body article.showroom section.first_floor .inner ul li a,
  body article.showroom section.third_floor .inner ul li a {
    width: 208px;
    height: 139px;
    display: block;
    background: #ffffff;
    overflow: hidden;
  }
  body article.showroom section.first_floor .inner ul li a img,
  body article.showroom section.third_floor .inner ul li a img {
    width: 208px;
    height: 139px;
    display: block;
    transform: scale(1, 1);
    transition: all 1200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  body article.showroom section.first_floor .inner ul li a:hover img,
  body article.showroom section.third_floor .inner ul li a:hover img {
    transform: scale(1.1, 1.1);
  }
  body article.showroom section.map {
    margin-bottom: 80px;
  }
  body article.showroom section.map h3 {
    margin-bottom: 30px;
  }
  body article.showroom section.map h3:not(:first-child) { /* Osaka showroom 追加対応 */
    margin-top: 30px;
  }
  body article.showroom section.map .inner iframe {
    width: 100%;
    height: 500px;
  }
  body article.showroom section.map .access_guide {
    margin: 40px auto 0 auto;
    width: 1080px;
  }
  body article.showroom section.map .access_guide h4 {
    margin-bottom: 18px;
    line-height: 26px;
    font-size: 18px;
    color: #3c3c3b;
  }
  body article.showroom section.map .access_guide ul {
    overflow: hidden;
  }
  body article.showroom section.map .access_guide ul li {
    margin: 0 10px 43px 0;
    float: left;
  }
  body article.showroom section.map .access_guide ul li:nth-child(5n) {
    margin-right: 0;
  }
  body article.showroom section.map .access_guide ul li a {
    width: 208px;
    height: 117px;
    display: block;
    background: #ffffff;
    overflow: hidden;
  }
  body article.showroom section.map .access_guide ul li a img {
    width: 208px;
    height: 117px;
    display: block;
    transform: scale(1, 1);
    transition: all 1200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  body article.showroom section.map .access_guide ul li a:hover img {
    transform: scale(1.1, 1.1);
  }
}
.site-logo .logo-img a{
	display: block;
}
/* @media screen and (max-width: 1079px) { */
@media screen and (max-width: 1160px) {
    .site-logo .logo-img {
    position: absolute;
    left: 15px;
    top: 2px;
  }
  body article.showroom .page-header .page-title {
    margin-bottom: 35px;
  }
  body article.showroom section h3 {
    text-align: center;
    font-family: "caslon-book";
    font-size: 32px;
  }
  body article.showroom section .inner {
    padding: 0;
    border: none;
  }
  body article.showroom section.showroom p.img {
    margin-bottom: 25px;
  }
  body article.showroom section.showroom p.img img {
    width: 100%;
    height: auto;
  }
  body article.showroom section.showroom p.caption { /* 画像キャプション */
    color: #a9a6a3;
    font-size: 12px;
    text-align: right;
    line-height: 100%;
  }
  body article.showroom section.showroom dl {
    margin-bottom: 24px;
  }
  body article.showroom section.showroom dl dt {
    margin-bottom: 15px;
    border-bottom: 1px solid #a9a6a3;
    line-height: 20px;
    font-family: "caslon-book";
    font-size: 14px;
  }
  body article.showroom section.showroom dl dd {
    line-height: 20px;
    font-size: 12px;
  }
  body article.showroom section.showroom ul.access_video {
    margin-bottom: 24px;
  }
  body article.showroom section.first_floor,
  body article.showroom section.third_floor {
    margin-bottom: 50px;
  }
  body article.showroom section.first_floor h3,
  body article.showroom section.third_floor h3 {
    margin-bottom: 20px;
  }
  body article.showroom section.first_floor .inner,
  body article.showroom section.third_floor .inner {
    padding: 0 5px;
  }
  body article.showroom section.first_floor .inner ul li,
  body article.showroom section.third_floor .inner ul li {
    padding: 6px;
    width: 50%;
    box-sizing: border-box;
  }
  body article.showroom section.first_floor .inner ul li:nth-child(odd),
  body article.showroom section.third_floor .inner ul li:nth-child(odd) {
    float: left;
  }
  body article.showroom section.first_floor .inner ul li:nth-child(even),
  body article.showroom section.third_floor .inner ul li:nth-child(even) {
    float: right;
  }
  body article.showroom section.first_floor .inner ul li a,
  body article.showroom section.third_floor .inner ul li a {
    display: block;
    background: #ffffff;
    overflow: hidden;
  }
  body article.showroom section.first_floor .inner ul li a img,
  body article.showroom section.third_floor .inner ul li a img {
    width: 100%;
    height: auto;
    display: block;
  }
  body article.showroom section.first_floor .inner ul li a:hover img,
  body article.showroom section.third_floor .inner ul li a:hover img {
    opacity: 0.7;
    transform: scale(1.1, 1.1);
  }
  body article.showroom section.map {
    padding-bottom: 50px;
  }
  body article.showroom section.map h3 {
    margin-bottom: 30px;
  }
  body article.showroom section.map h3:not(:first-child) { /* Osaka showroom 追加対応 */
    margin-top: 30px;
  }
  body article.showroom section.map .inner iframe {
    width: 100%;
    height: 260px;
  }
  body article.showroom section.map .access_guide {
    margin: 30px 14px 0 14px;
  }
  body article.showroom section.map .access_guide h4 {
    margin-bottom: 6px;
    padding: 0 6px;
    line-height: 20px;
    font-size: 14px;
    color: #3c3c3b;
  }
  body article.showroom section.map .access_guide ul {
    margin-bottom: 20px;
    overflow: hidden;
  }
  body article.showroom section.map .access_guide ul li {
    padding: 6px 6px 15px 6px;
    width: 50%;
    box-sizing: border-box;
  }
  body article.showroom section.map .access_guide ul li:nth-child(odd) {
    float: left;
  }
  body article.showroom section.map .access_guide ul li:nth-child(even) {
    float: right;
  }
  body article.showroom section.map .access_guide ul li a {
    display: block;
    background: #ffffff;
    overflow: hidden;
  }
  body article.showroom section.map .access_guide ul li a img {
    width: 100%;
    height: auto;
    display: block;
  }
  body article.showroom section.map .access_guide ul li a:hover img {
    opacity: 0.7;
    transform: scale(1.1, 1.1);
  }
}

@media screen and (min-width: 1080px) {
  body article.designer section .inner {
    border: none;
  }
  body article.designer section p {
    margin-bottom: 60px;
    text-align: center;
    line-height: 35px;
    font-size: 20px;
  }
  body article.designer section ul {
    overflow: hidden;
  }
  body article.designer section ul li {
    margin-right: 40px;
    margin-bottom: 65px;
    float: left;
  }
  body article.designer section ul li a {
    display: block;
    text-decoration: none;
  }
  body article.designer section ul li a:hover span.img img {
    transform: scale(1.1, 1.1);
  }
  body article.designer section ul li a span {
    display: block;
  }
  body article.designer section ul li a span.img {
    float: left;
    overflow: hidden;
  }
  body article.designer section ul li a span.img img {
    width: auto;
    height: 300px;
    transform: scale(1, 1);
    transition: all 1200ms;
  }
  body article.designer section ul li a span.name {
    clear: both;
    padding-top: 10px;
    text-indent: 4px;
    font-family: "caslon-book";
    font-size: 19px;
  }
  body article.designer_detail section.profile h2 {
    margin-bottom: 34px;
  }
  body article.designer_detail section.profile h2 small {
    padding: 12px 0;
    display: block;
    font-size: 14px;
  }
  body article.designer_detail section.profile p.img {
    margin-bottom: 34px;
    text-align: center;
  }
  body article.designer_detail section.profile p.profile_text {
    margin: 0 auto;
    width: 730px;
    line-height: 30px;
    font-size: 14px;
  }
  body article.designer_detail section.project {
    background: #ffffff;
  }
  body article.designer_detail section.project ul.projects {
    margin: 0 auto;
    width: 1072px;
    overflow: hidden;
  }
  body article.designer_detail section.project ul.projects li {
    margin: 14px;
    width: 325px;
    height: 300px;
    float: left;
  }
  body article.designer_detail section.project ul.projects li a {
    display: block;
    position: relative;
    line-height: 1;
    overflow: hidden;
    text-decoration: none;
  }
  body article.designer_detail section.project ul.projects li a div {
    width: 325px;
    height: 257px;
    background: #ffffff no-repeat center center / contain;
    transform: scale(1, 1);
    position: relative;
    z-index: 0;
    transition: all 1200ms;
  }
  body article.designer_detail section.project ul.projects li a span {
    display: block;
    background: #ffffff;
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: 16px;
  }
  body article.designer_detail section.project ul.projects li a span.bland {
    margin-bottom: 2px;
    font-family: "caslon-book";
  }
  body article.designer_detail section.project ul.projects li a span.name {
    font-family: "Crimson Text";
    font-style: italic;
  }
  body article.designer_detail section.project ul.projects li a:hover div {
    transform: scale(1.1, 1.1);
  }
  body article.designer_detail section.project p.more {
    margin: 60px 0 80px 0;
    text-align: center;
  }
  body article.designer_detail section.project p.more a {
    font-family: "Crimson Text";
    font-style: italic;
    font-size: 18px;
  }
}
@media screen and (max-width: 1079px) {
  body article.designer {
    background: #ffffff;
  }
  body article.designer section .inner {
    margin: 0 20px;
    border: none;
  }
  body article.designer section p {
    margin-bottom: 35px;
    text-align: center;
    line-height: 24px;
    font-size: 13px;
  }
  body article.designer section p br {
    display: none;
  }
  body article.designer section ul {
    overflow: hidden;
  }
  body article.designer section ul li {
    margin-bottom: 35px;
  }
  body article.designer section ul li a {
    display: block;
    text-decoration: none;
  }
  body article.designer section ul li a img {
    width: 100%;
    height: auto;
  }
  body article.designer section ul li a span.name {
    padding-top: 10px;
    display: block;
    text-indent: 4px;
    line-height: 24px;
    font-family: "caslon-book";
    font-size: 19px;
  }
  body article.designer_detail section.profile {
    padding: 0 10px;
  }
  body article.designer_detail section.profile h2 {
    margin-bottom: 28px;
  }
  body article.designer_detail section.profile h2 span {
    font-size: 36px;
  }
  body article.designer_detail section.profile h2 small {
    padding: 15px 0 0 0;
    display: block;
    font-size: 14px;
  }
  body article.designer_detail section.profile p.img {
    margin-bottom: 34px;
    text-align: center;
  }
  body article.designer_detail section.profile p.profile_text {
    line-height: 22px;
    font-size: 13px;
  }
  body article.designer_detail section.project {
    padding: 0 20px;
    background: #ffffff;
  }
  body article.designer_detail section.project ul.projects {
    margin: 0 auto;
    overflow: hidden;
  }
  body article.designer_detail section.project ul.projects li {
    margin: 14px auto;
    width: 216.66667px;
  }
  body article.designer_detail section.project ul.projects li a {
    display: block;
    position: relative;
    line-height: 1;
    overflow: hidden;
    text-decoration: none;
  }
  body article.designer_detail section.project ul.projects li a div {
    width: 216.66667px;
    height: 171.33333px;
    background: #ffffff no-repeat center center / contain;
    position: relative;
    z-index: 0;
  }
  body article.designer_detail section.project ul.projects li a span {
    display: block;
    background: #ffffff;
    position: relative;
    z-index: 1;
    text-align: center;
  }
  body article.designer_detail section.project ul.projects li a span.name {
    margin-bottom: 2px;
    font-family: "caslon-book";
    font-size: 16px;
  }
  body article.designer_detail section.project ul.projects li a span.bland {
    font-family: "Crimson Text";
    font-style: italic;
    font-size: 14px;
  }
  body article.designer_detail section.project p.more {
    margin: 60px 0 80px 0;
    text-align: center;
  }
  body article.designer_detail section.project p.more a {
    font-family: "Crimson Text";
    font-style: italic;
    font-size: 18px;
  }
}

@media screen and (min-width: 1080px) {
  body article.download {
    background: #ffffff;
  }
  body article.download section .frame {
    padding: 0 36px;
  }
  body article.download section .frame h3 {
    clear: both;
    margin-bottom: 20px;
    text-align: center;
    font-family: "caslon-book";
    font-size: 26px;
  }
  body article.download section .frame ul {
    margin-bottom: 66px;
    overflow: hidden;
  }
  body article.download section .frame ul li {
    width: 33%;
    padding-top: 37%;
    position: relative;
    float: left;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
  }
  body article.download section .frame ul li:nth-child(3n) {
    border-right: none;
  }
  body article.download section .frame ul li a {
    padding: 16px 53px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    box-sizing: border-box;
    text-decoration: none;
  }
  body article.download section .frame ul li a:after {
    content: "";
    width: 83px;
    height: 20px;
    display: block;
    position: absolute;
    left: 30px;
    bottom: 16px;
    background: url(../images/icon_download.png) no-repeat center center;
  }
  body article.download section .frame ul li.e-catalog a:after {
    content: none;
  }
  body article.download section .frame ul li a img {
    width: 100%;
    height: auto;
  }
  body article.download section .frame ul li a .info {
    padding: 7px 0;
    text-align: center;
    line-height: 18px;
    font-family: "caslon-book";
    font-size: 16px;
    color: #000000;
  }
  body article.download section .frame ul li a .info small {
    display: block;
    font-size: 12px;
    color: #3c3c3b;
  }
  body article.download section.buy {
    text-align: center;
  }
  body article.download section.buy p.msg {
    margin-bottom: 24px;
    line-height: 35px;
    font-size: 18px;
  }
  body article.download section.buy p.text {
    margin-bottom: 14px;
    line-height: 36px;
    font-size: 14px;
  }
  body article.download section.buy p.cost {
    margin-bottom: 70px;
    line-height: 36px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1079px) {
  body article.download {
    background: #ffffff;
  }
  body article.download section .frame {
    padding: 0 36px;
  }
  body article.download section .frame h3 {
    clear: both;
    margin-bottom: 20px;
    text-align: center;
    font-family: "caslon-book";
    font-size: 32px;
  }
  body article.download section .frame ul li {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dddddd;
    text-align: center;
  }
  body article.download section .frame ul li a {
    display: block;
    overflow: hidden;
    text-decoration: none;
  }
  body article.download section .frame ul li a:after {
    content: "";
    width: 83px;
    height: 20px;
    display: block;
    background: url(../images/icon_download.png) no-repeat center center;
  }
  body article.download section .frame ul li.e-catalog a:after {
    content: none;
  }
  body article.download section .frame ul li a img {
    width: 187px;
    height: auto;
  }
  body article.download section .frame ul li a .info {
    padding: 7px 0;
    text-align: center;
    line-height: 18px;
    font-family: "caslon-book";
    font-size: 16px;
    color: #000000;
  }
  body article.download section .frame ul li a .info small {
    display: block;
    font-size: 12px;
    color: #3c3c3b;
  }
  body article.download section.buy {
    padding: 0 20px;
  }
  body article.download section.buy p.msg {
    margin-bottom: 25px;
    text-align: center;
    line-height: 24px;
    font-size: 13px;
  }
  body article.download section.buy p.image {
    margin-bottom: 15px;
  }
  body article.download section.buy p.image img {
    width: 100%;
    height: auto;
  }
  body article.download section.buy p.text {
    line-height: 20px;
    font-size: 12px;
  }
  body article.download section.buy p.cost {
    margin-bottom: 70px;
    line-height: 20px;
    font-size: 12px;
  }
  body article.download section.buy p.cost a {
    padding-top: 20px;
    display: block;
    text-align: center;
  }
}

@media screen and (min-width: 1080px) {
  body article.company .frame {
    margin: 0 auto;
    width: 740px;
    line-height: 32px;
    font-size: 14px;
  }
  body article.company .frame > dl {
    margin-bottom: 32px;
    overflow: hidden;
  }
  body article.company .frame > dl > dt {
    width: 175px;
    float: left;
    font-weight: bold;
  }
  body article.company .frame > dl > dd {
    margin-left: 175px;
  }
  body article.company .frame > dl > dd > dl {
    overflow: hidden;
  }
  body article.company .frame > dl > dd > dl > dt {
    width: 100px;
    float: left;
  }
  body article.company .frame > dl > dd > dl > dd {
    margin-left: 100px;
  }
  body article.company .frame p.date {
    margin: 55px 0 80px 0;
    text-align: right;
  }
  .main-navigation .about:hover {
    border-bottom: 2px solid #333 !important;
  }
  .change-color .main-navigation .about:hover {
    border-bottom: 2px solid #fff !important;
  }
}
@media screen and (max-width: 1079px) {
  body article.company .frame {
    margin: 0 20px;
    line-height: 22px;
    font-size: 13px;
  }
  body article.company .frame > dl {
    margin-bottom: 32px;
    overflow: hidden;
  }
  body article.company .frame > dl > dt {
    width: 60px;
    float: left;
    font-weight: bold;
  }
  body article.company .frame > dl > dd {
    margin-left: 70px;
  }
  body article.company .frame > dl > dd > dl {
    margin-bottom: 25px;
  }
  body article.company .frame > dl > dd > ul li {
    margin-left: 3em;
  }
  body article.company .frame > dl > dd > ul li span {
    margin-left: -3em;
  }
  body article.company .frame p.date {
    margin: 30px 0 50px 0;
    text-align: right;
  }
}

.fancybox-prev span {
  background-image: url(../images/icon_slide_prev.png) !important;
  background-size: contain !important;
  background-position: 0 !important;
}
.fancybox-next span {
  background-image: url(../images/icon_slide_next.png) !important;
  background-size: contain !important;
  background-position: 0 !important;
}
.fancybox-prev:hover span,
.fancybox-next:hover span {
  background-position: 0 !important;
}
.fancybox-close {
  background-image: url(../images/icon_menu_close.png) !important;
  background-size: contain !important;
  height: 20px !important;
  width: 20px !important;
}
.fancybox-close:hover {
  background-position: 0 !important;
}
.showroom-slider img {
  width: 100%;
}

.fc-red {
  color: #ff0000;
}
.dli-chevron-round-right {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: absolute;
  width: 12px;
  height: 12px;
  transform: translateX(-25%) rotate(45deg);
  right: 3%;
  top: 38%;
}

.dli-chevron-round-right::before,
.dli-chevron-round-right::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}

.dli-chevron-round-right::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}

.dli-chevron-round-right::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}
.dli-chevron-round-left {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: absolute;
  width: 12px;
  height: 12px;
  left: 37%;
  top: 38%;
  transform: translateX(25%) rotate(-135deg);
}

.dli-chevron-round-left::before,
.dli-chevron-round-left::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}

.dli-chevron-round-left::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}

.dli-chevron-round-left::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}
.ul-list .in-about {
  border-bottom: 2px solid #333 !important;
}
.url-list {
  display: flex;
  flex-direction: column;
}
.ul-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.url-list li {
  margin-top: 20px;
}
.url-acd {
  position: absolute;
  top: 9%;
  left: 4%;
}
.text-about {
  font-family: "Helvetica Neue LT light", Helvetica, Arial, sans-serif;
  color: #3c3c3b;
  font-weight: bold;
  font-size: 15px;
}
.url-rink ul .concept-img {
  position: absolute;
  left: 200%;
  top: 5%;
  display: none;
}
.concept-img .url-list-img {
  width: 400px;
  height: 285px;
}
.concept-img .url-list-img img {
  width: 400px;
  height: 285px;
}
.url-rink ul li a:hover + .concept-img {
  display: block;
}
.designer-img {
  position: absolute;
  left: 200%;
  top: 5%;
  display: none;
}
.designer-img .url-list-img {
  width: 400px;
  height: 285px;
}
.designer-img .url-list-img img {
  width: 400px;
  height: 285px;
}
.url-rink ul a:hover + .designer-img {
  display: block;
}
.catalogues-img {
  position: absolute;
  left: 200%;
  top: 5%;
  display: none;
}
.catalogues-img .url-list-img {
  width: 400px;
  height: 285px;
}
.catalogues-img .url-list-img img {
  width: 400px;
  height: 285px;
}
.url-rink ul a:hover + .catalogues-img {
  display: block;
}
.contact-img {
  position: absolute;
  left: 200%;
  top: 5%;
  display: none;
}
.contact-img .url-list-img {
  width: 400px;
  height: 285px;
}
.contact-img .url-list-img img {
  width: 400px;
  height: 285px;
}
.url-rink ul a:hover + .contact-img {
  display: block;
}
.url-rink {
  position: relative;
}
.in-about {
  margin-top: 0px;
  color: #3c3c3b !important;
}
.about-list {
  display: none;
}
.sp-about-list li {
  padding: 0 60px;
}
.about-list .sub-contact {
  border-top: 1px solid #d3d3d3;
  padding-top: 30px;
  text-align: left;
  padding-left: 50px;
  margin: 25px;
}
.about-list .sub-contact img {
  width: 21px;
  height: 25px;
}
.logo-img-css {
  background-image: url(../images/logo-dark.svg);
  height: 57px;
  width: 88px;
  transform: scale(1, 1);
  transform-origin: center left;
  background-repeat: no-repeat;
  background-size: 70px;
}
.change-color .logo-img-css {
  background-image: url("../images/logo.svg");
  height: 57px;
  width: 88px;
  transform: scale(1, 1);
  transform-origin: center left;
  background-repeat: no-repeat;
}
.ul-list a {
  font-size: 15px;
  font-weight: 600;
}
.procoll {
  text-transform: capitalize;
}
.about-list a:hover {
  color: #3c3c3b !important;
}

@media screen and (max-width: 1230px) {
  body > header nav .menu .ul-list > li {
    padding: 6px;
    font-size: 14px;
  }
  body > header nav .menu .ul-list > li a {
    font-size: 14px;
  }
}
