@charset "utf-8";

@font-face {
  font-family: YuGothicM;
  src: local(Yu Gothic Medium);
}
/* --------------
reset
-------------- */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}

img {
  max-width: 100% !important;
  height: auto;
  vertical-align: bottom;
}
iframe {
  max-width: 100% !important;
  border: 0;
}

/* --------------
 clearfix
-------------- */
div:after,
ul:after,
ol:after,
dl:after,
header:after,
footer:after,
nav:after,
section:after,
article:after {
  content: "";
  display: block;
  clear: both;
}

/* --------------
base
-------------- */
html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-size: 16px;
  font-size: 1.6em;
  font-family: Noto Sans JP, Helvetica Neue, Arial, Hiragino Kaku Gothic ProN,
    YuGothic, YuGothicM, 游ゴシック体, "Yu Gothic", YuGothic,
    "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic,
      "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック",
      "MS PGothic", sans-serif;
  }
}

.serif {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.sans-serif {
  font-family: YuGothic, YuGothicM, 游ゴシック体, "Yu Gothic", YuGothic,
    "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body * {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  word-break: break-word !important;
  font-family: "游明朝", YuMincho;
}
h1 {
  font-size: 1.5em;
}
h2 {
  font-size: 1.3em;
}
h3 {
  font-size: 1.1em;
}
h4 {
  font-size: 1em;
}
h5 {
  font-size: 1em;
}
h6 {
  font-size: 1em;
}

/* link */
a {
  color: #06f;
  text-decoration: none;
}
a:hover {
  color: #000;
  /* text-decoration: underline; */
}
a:hover img {
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.aNone {
  pointer-events: none;
  color: #fff !important;
}
.aNone,
.aNone:hover {
  text-decoration: none !important;
}
/* --------------
 modules css
-------------- */

/* ---------- font weight */
.thin {
  font-weight: 100 !important;
}
.demilight {
  font-weight: 300 !important;
}
.normal {
  font-weight: 400 !important;
}
.medium {
  font-weight: 500 !important;
}
.bold {
  font-weight: 700 !important;
}
.black {
  font-weight: 900 !important;
}

/* ---------- align */
.alc {
  text-align: center !important;
}
.alr {
  text-align: right !important;
}
.all {
  text-align: left !important;
}

.alt {
  vertical-align: top !important;
}
.alb {
  text-align: bottom !important;
}

/* ---------- float */
.noFloat {
  float: none !important;
}

/* ---------- Cancele */
.both {
  clear: both;
}

/* ---------- margin,padding */
.mb0 {
  margin-bottom: 0px !important;
}
.mb3 {
  margin-bottom: 3px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb55 {
  margin-bottom: 55px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}

.ml0 {
  margin-left: 0px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml30 {
  margin-left: 30px !important;
}

.mr0 {
  margin-right: 0px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr30 {
  margin-right: 30px !important;
}

.mt0 {
  margin-top: 0px !important;
}
.mt3 {
  margin-top: 3px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt50 {
  margin-top: 50px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}
.pb3 {
  padding-bottom: 3px !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}

.pt0 {
  padding-top: 0px !important;
}
.pt3 {
  padding-top: 3px !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt30 {
  padding-top: 30px !important;
}

.pl0 {
  padding-left: 0px !important;
}
.pl3 {
  padding-left: 3px !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl20 {
  padding-left: 20px !important;
}

.pr0 {
  padding-right: 0px !important;
}
.pr3 {
  padding-right: 3px !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr20 {
  padding-right: 20px !important;
}

/* ----- images */
.imgL {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.imgR {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}
/* ----- text */
.txtS {
  color: #666;
  font-size: 85%;
}
.clRed {
  /*color: #720927;*/
  color: #9b002c;
}
.clBlue {
  color: #080874;
}
/* ----- list */
.ulDisc {
  margin-left: 22px;
  line-height: 1.4;
  list-style: outside disc;
}

.olDecimal {
  margin-left: 22px;
  list-style: outside decimal;
}

.ulDisc li {
  margin-bottom: 5px;
}
.olDecimal li {
  margin-bottom: 10px;
}

.kome li {
  text-indent: -1.3em;
  padding-left: 1.3em;
  margin-bottom: 5px;
}
.kome li:before {
  content: "※ ";
}
/* ----- decoration (button, etc...) */
.txtBoxBD {
  border: #666 solid 1px;
  margin-top: 30px;
  padding: 15px;
}
.txtBoxBD .clRed {
  text-decoration: underline;
}
.txtBoxBDR {
  border: #9b002c double 10px;
  padding: 15px;
  margin-bottom: 40px;
}
.txtBoxBDR h2 {
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #ccc;
}
/* ----- button */
.dtlBtn {
  text-align: center;
  margin-top: 30px;
}
.dtlBtn a {
  background: #f2f2f8;
  border: 1px solid #080874;
  color: #080874;
  transition: all 0.2s ease;
  position: relative;
}
.btnFlip a {
  background: #080874;
  color: #fff;
}
.dtlBtn a:hover {
  background: #8585b8;
  color: #fff;
  text-decoration: none;
}
.dtlBtn2 {
  display: inline-block;
}
.dtlBtn2 a {
  display: block;
  background: #fff;
  color: #080874;
  font-weight: bold;
  border: 1px solid #080874;
  padding: 10px 20px 10px 0;
  position: relative;
  text-align: center;
  transition: 0.2s all ease;
}
.dtlBtn2 a:hover,
.dtlBtn2.active a {
  color: #fff;
  background: #080874;
  text-decoration: none;
}
.dtlBtn2 a:after,
.dtlBtn a:after,
.rentTabCont #tabConts li a:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 2px solid;
  border-color: #080874 #080874 transparent transparent;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}
.dtlBtn.aNone a::after {
  border: none;
}
.dtlBtn.arrowB a:after {
  transform: rotate(135deg);
}
.dtlBtn a:hover:after,
.dtlBtn2 a:hover:after,
.dtlBtn2.active a:after,
.btnFlip a:after,
.rentTabCont #tabConts li a:hover:after {
  border-color: #fff #fff transparent transparent;
}

/* ----- background */
.bgA {
  background: #eaf0ee;
}
.bgB {
  background: #ddeaf2;
}
.bgC {
  background: #f7f9f8;
}
.bgI {
  background: url(../img/bgI.jpg) no-repeat center center / cover;
}
.bgI2 {
  background: url(../img/bgI2.jpg) no-repeat center center / cover;
}
/* ----- img */
.ofi {
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.ofi_top {
  object-fit: cover;
  object-position: 50% 0;
  font-family: "object-fit: cover; object-position: 50% 0;";
}
.ofi_bottom {
  object-fit: cover;
  object-position: 50% 100%;
  font-family: "object-fit: cover; object-position: 50% 100%;";
}

/* ----- table */
.dtlTbl {
  margin-bottom: 20px;
}
.dtlTbl p:last-child {
  margin-bottom: 0;
}
.scrollTbl {
  width: 100%;
  margin-bottom: 20px;
}
.dtlTbl th,
.dtlTbl td {
  padding: 10px;
}
.scrollTbl th,
.scrollTbl td {
  padding: 6px;
  border: 1px solid #ccc;
}
.dtlTbl th,
.scrollTbl th {
  background: rgba(8, 8, 116, 0.05);
}
.dtlTbl td,
.scrollTbl td {
  background: #fff;
}
/* --------------
 common
-------------- */
.hiddenH {
  height: 0;
  overflow: hidden;
}
.h1Eng small {
  position: relative;
  color: #080874;
}
.h1Eng small:before,
.h1Eng small:after {
  content: "";
  background: #080874;
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.HL2 {
  border-left: 5px solid #080874;
  border-bottom: 1px solid #080874;
  margin-bottom: 20px;
  padding-left: 5px;
}
.HL2 small {
  color: #080874;
  font-weight: normal;
}
.ttlH2 {
  background: #f2f2f8;
  border-left: 5px solid #080874;
  padding: 5px 5px 5px 8px;
  margin-bottom: 20px;
}
.bgC .ttlH2 {
  background: #e5e5f3;
}
.HL3 {
  border-left: 5px solid #9b002c;
  padding-left: 5px;
  margin-bottom: 20px;
}
.ttlH3 {
  font-weight: normal;
  border-left: 2px solid #080874;
  padding-left: 5px;
}
.ttlGray {
  background: #7e7e7e;
  color: #fff;
  margin-bottom: 10px;
  padding: 8px 15px;
  border: none;
  position: relative;
  z-index: 1;
}
.ttlGray::before,
.ttlGray::after {
  content: "";
  width: 0;
  border-width: 0 8px 8px 0;
  position: absolute;
  border-style: solid;
}
.ttlGray::before {
  bottom: 0;
  left: 0;
  border-color: #7e7e7e #7e7e7e #fff #fff;
}
.ttlGray::after {
  top: 0;
  right: 0;
  border-color: #fff #fff #7e7e7e #7e7e7e;
}
.toggleHL,
.toggleHL2 {
  position: relative;
  cursor: pointer;
  text-align: center;
  padding: 10px;
}
.toggleHL:after,
.toggleHL2:after {
  content: "▼";
  position: absolute;
  right: 10px;
}
.open .toggleHL:after,
.open .toggleHL2:after {
  content: "▲";
}
.toggleHL {
  border: 1px solid #080874;
  background: #fff;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.toggleHL:hover {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5) inset;
}
.toggleHL:after {
  color: #080874;
}
.toggleHL2 {
  border: 1px solid #080874;
  background: #080874;
  color: #fff;
  font-weight: normal;
  transition: all 0.2s ease;
}
.toggleHL2:hover,
.open .toggleHL2 {
  background: #8585b8;
}
.toggleHL2:after {
  color: #fff;
}
#restaurant .open .toggleHL {
  margin-bottom: 30px;
}
.toggleIn {
  display: none;
}
.HL4 {
  border-bottom: 1px solid #9b002c;
  padding-bottom: 2px;
  margin-bottom: 10px;
}
/*.HL4.toggleHL {
	background: rgba(155,0,44,.05);
	padding: 5px 0 5px 5px;
	border-left: 5px solid #9b002c;
}*/
.googleMap iframe {
  width: 100%;
}
/* =header
-------------------------------------------------------------- **/

/* =siteHeader
---------------------------------------------------- */

/* =globalNav
---------------------------------------------------- */
#globalNav ul li a .navMainTtl {
  color: #000;
}
#globalNav ul li a .navSubTtl {
  color: #080874;
  font-size: 0.7em;
}

/*------dropdown-----*/
ul.child {
  display: none;
}
/* =container
-------------------------------------------------------------- */
.contents p {
  margin-bottom: 10px;
}
.inContents {
  margin-bottom: 30px;
}
/* =breadcrumb
---------------------------------------------------- */
#breadCont {
  background: #eaf0ee;
  padding: 6px 0;
  font-size: 0.8em;
}
#breadcrumb li {
  color: #444444;
  display: inline-table;
}
#breadcrumb li a {
  color: #9b002c;
  padding-right: 5px;
  text-decoration: underline;
}
#breadcrumb li a:after {
  content: "　>";
}
#breadcrumb li a:hover {
  color: #bf0d49;
}

/* =headline / titles
---------------------------------------------------- */

/* =sidebar
---------------------------------------------------- */
/* =aside
------------------------------------------ */

/* =footer
-------------------------------------------------------------- **/

/* =siteFooter
---------------------------------------------------- */
#footTop {
  background: #d3dbe6;
}
#footNavSub {
  background: #eaf0ee;
}
/* =copyright
---------------------------------------------------- */
#copyright {
  background: #080874;
  text-align: center;
  color: #fff;
}
#copyright a {
  color: #fff;
}

/* =pageTop
---------------------------------------------------- */
#pageTop {
  display: block;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}

#pageTop a {
  text-indent: -9999px;
  display: block;
  position: relative;
}

#pageTop a:after {
  content: "";
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto;
  border-color: #fff #fff transparent transparent !important;
  transform: rotate(-45deg);
}
/* =#social
---------------------------------------------------- */
.fb_iframe_widget > span {
  vertical-align: baseline !important;
}
#social {
  margin-top: 10px;
}
#social > div {
  display: inline-block;
  margin-right: 10px;
}

/* --------------
 home contents
-------------- */
/* =visual
---------------------------------------------------- */
#header #visual {
  position: relative;
}
#header #visual .visualIn {
  position: absolute;
  z-index: 1;
}
#header #visual .visualIn a {
  color: #fff;
}
#header #visual .visualIn a .prTxt {
  text-shadow: 0 0 5px #000;
}
#cboxOverlay {
  background: #000 !important;
}
.nav_block {
  display: flex;
  align-items: center;
}

/* =pickupNews
-------------- */
#pickupNews {
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
}
#pickupNews a {
  color: #fff;
}
#pickupNews p {
  margin-bottom: 8px;
}
#pickupNews p:last-child {
  margin-bottom: 0;
}
/* =#homeBuil
---------------------------------------------------- */
#homeBuil.contents {
  padding: 0 !important;
}
#homeBuil .buildingCont {
  display: flex;
  flex-wrap: wrap;
}
#homeBuil #buildingBox1 {
  background-image: url(../img/building/img_01.jpg);
}
#homeBuil #buildingBox2 {
  background-image: url(../img/building/img_02.jpg);
}
#homeBuil #buildingBox3 {
  background-image: url(../img/building/img_03.jpg);
}
#homeBuil #buildingBox4 {
  background-image: url(../img/building/img_04.jpg);
}
#homeBuil #buildingBox5 {
  background-image: url(../img/building/img_05.jpg);
}
#homeBuil #buildingBox6 {
  background-image: url(../img/building/img_06.jpg);
}
#homeBuil .buildingBox {
  background: no-repeat center center;
  background-size: cover;
  text-align: center;
}
#homeBuil .buildingBox .buildBg {
  width: 100%;
  height: 100%;
  transition: 0.2s all ease;
  /*background: rgba(30,120,196,.35);*/
}
/*#homeBuil .buildingBox .buildBg:hover {
	background: rgba(30,120,196,.1);
}*/
#homeBuil .buildingBox h2 {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 1), -1px -1px 1px rgba(0, 0, 0, 1),
    1px -1px 1px rgba(0, 0, 0, 1), -1px 1px 1px rgba(0, 0, 0, 1);
  padding: 10px;
}
#homeBuil .buildingBox h2 small {
  font-size: 0.65em;
  font-weight: normal;
}
.buildBtn:firsa-child {
  margin-bottom: 20px;
}
.buildBtn a {
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 1), -1px -1px 1px rgba(0, 0, 0, 1),
    1px -1px 1px rgba(0, 0, 0, 1), -1px 1px 1px rgba(0, 0, 0, 1);
  display: block;
  padding: 10px 20px 10px 5px;
  font-weight: bold;
  position: relative;
}
.buildBtn a:after {
  content: "";
  width: 5px;
  height: 5px;
  border-style: solid;
  margin-left: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  border: 2px solid;
  transform: rotate(45deg);
}
.buildBtn a:hover {
  background: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  transition: all 0.2s ease;
}
.buildBtn a:hover,
.buildBtn a:hover:after {
  text-shadow: none;
}
.fviewBtn:firsa-child {
  margin-bottom: 20px;
}
.fviewBtn {
  width: 260px;
  margin: 10px auto 0;
}
.fviewBtn a {
  color: #fff;
  font-weight: bold;
  background-color: #08087499;
  display: block;
  padding: 10px 20px 10px 5px;
  border: 1px solid #fff;
  box-shadow: 2px 2px 10px #fff;
}
.fviewBtn a:hover {
  background-color: #9c9cff99;
  color: #fff;
  text-decoration: none;
  transition: all 0.4s ease;
}
.fviewBtn a:hover,
.fviewBtn a:hover:after {
  text-shadow: none;
}
/* =#homeFeature
---------------------------------------------------- */
.featureBox a {
  color: #000;
  text-decoration: none;
}
.featureBox a img,
.featureBox h3 {
  margin-bottom: 10px;
}
.featureBox a mark {
  background: #fff;
  padding: 0 8px;
  font-size: 0.8em;
  color: #080874;
  border: 1px solid #080874;
  display: inline-block;
}
/* =#homeAccess
---------------------------------------------------- */
/* =#homeNews
---------------------------------------------------- */
#homeNews .in {
  background: #fff;
}
.newsHL {
  border-bottom: 2px solid #080874;
  margin-bottom: 10px;
}
.newsHL a {
  color: #000;
}
.newsHL small {
  color: #080874;
  font-weight: normal;
}
.newsHL span a {
  text-decoration: none;
  font-weight: normal;
}
.newsHL span a:hover {
  color: #06f;
}
.newsList li {
  margin-bottom: 10px;
}
.newsList li a {
  color: #000;
  text-decoration: underline;
}
.newsList li a:hover {
  color: #06f;
}
.newsList .cate1,
.newsList .cate2,
.newsList .cate3 {
  background: none;
  width: 80px;
  border: 1px solid;
  font-size: 0.75em;
  text-align: center;
  display: inline-block;
}
.newsList .cate1 {
  color: #2b5115;
  border-color: #2b5115;
}
.newsList .cate2 {
  color: #aa1369;
  border-color: #aa1369;
}
.newsList .cate3 {
  color: #080874;
  border-color: #080874;
}
/* =#homeLink
---------------------------------------------------- */
.linkCont {
  margin-bottom: 20px;
}
.linkCont h2 {
  font-weight: normal;
  position: relative;
  margin-bottom: 20px;
}
.linkCont h2:after {
  content: "";
  background: #ccc;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  margin: auto;
  z-index: -1;
}
.linkCont h2 span,
.linkCont h2 small {
  background: #fff;
  padding-right: 5px;
}
.linkCont h2 small {
  color: #080874;
}
.linkCont .linkBox {
  display: flex;
  flex-wrap: wrap;
}
/* --------------
 subpages contents
-------------- */
.subpageVisual {
  background: #78afff;
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.65);
  position: relative;
  overflow: hidden;
}
.subpageVisual.mvRest {
  background: #ffd58d;
}
.subpageVisual .in {
  position: relative;
  z-index: 1;
}
.subpageVisual .imgBox {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.4;
}
.subpageVisual .imgBox img {
  width: 100%;
  height: 100%;
}
.inContents .ifsp small {
  color: #777;
}
#buildingDtl .btnBox,
#companyConts .btnBox,
#csrConts .btnBox {
  margin-top: 20px;
}
#buildingDtl .builTbl tr:nth-child(odd),
.historyTbl .builTbl tr:nth-child(odd) {
  background: #fff;
}
#buildingDtl .builTbl tr:nth-child(even),
.historyTbl .builTbl tr:nth-child(even) {
  background: rgba(0, 0, 0, 0.05);
}
#buildingDtl .builTbl th,
#buildingDtl .builTbl td,
.historyTbl .builTbl th,
.historyTbl .builTbl td {
  padding-left: 5px;
}
/* =building
---------------------------------------------------- */
.builLang {
  letter-spacing: -0.5em;
  margin-top: 10px;
}
.builLang li {
  letter-spacing: normal;
  display: inline-block;
}
.builLang li:first-child {
  border-right: 1px solid #aaa;
}
.builLang li a {
  color: #080874;
  padding: 0 10px;
  text-decoration: underline;
}
.builLang li a:hover {
  text-decoration: none;
}
.builLang li a.aNone {
  color: #000 !important;
}
/* =building index-------- */
.HL2 .areaTag {
  color: #fff;
  font-weight: bold;
  font-size: 0.8em;
  border-radius: 25px;
}
.HL2 .areaTag.area1 {
  background: #0a4570;
}
.HL2 .areaTag.area2 {
  background: #9b002c;
}
.HL2 .areaTag.area3 {
  background: #916d07;
}
.HL2 .areaTag.area4 {
  background: #17594c;
}
.builCatch {
  color: #9b002c;
  /*font-weight: bold;*/
  margin-bottom: 15px;
}
.builTbl {
  width: 100%;
  margin-bottom: 20px;
}
.builTbl tr {
  border-bottom: 1px solid #aaa;
}
.builTbl a {
  color: #0259d5 !important;
  text-decoration: underline;
}
.builContactBox {
  border: 1px solid #080874;
  text-align: center;
  background: #fff;
}
#rentAbout .builContactBox,
.boxYellow .builContactBox {
  border: 1px solid #aaa;
}
.builContactBox h4 {
  background: #080874;
  height: 60px;
  color: #fff;
  padding: 10px;
}
#rentAbout .builContactBox h4,
.boxYellow h4 {
  background: #ffffcc;
  color: #000;
  padding: 10px;
  border-bottom: 1px solid #aaa;
}
.builContactBox a {
  color: #222;
}

.builContactBox2 {
  /*border: 1px solid #080874;*/
  text-align: center;
  /*background: #fff;*/
}
#rentAbout .builContactBox2,
.boxYellow .builContactBox2 {
  border: 1px solid #aaa;
}
.builContactBox2 h4 {
  /*background: #080874;
	color: #fff;*/
  padding: 10px;
}
#rentAbout .builContactBox2 h4,
.boxYellow h4 {
  background: #ffffcc;
  color: #000;
  padding: 10px;
  border-bottom: 1px solid #aaa;
}
.builContactBox2 a {
  color: #222;
}
.builContactBox3 {
  border: 1px solid #080874;
  text-align: center;
  background: #fff;
  margin-right: auto !important;
  margin-left: auto !important;
}
.requ_info {
  padding: 10px 0;
}
.requ {
  border-bottom: 1px solid #000;
}
#rentAbout .builContactBox3,
.boxYellow .builContactBox3 {
  border: 1px solid #aaa;
}
.builContactBox3 h4 {
  background: #080874;
  color: #fff;
  padding: 10px;
}
#rentAbout .builContactBox3 h4,
.boxYellow h4 {
  background: #ffffcc;
  color: #000;
  padding: 10px;
  border-bottom: 1px solid #aaa;
}
.builContactBox3 a {
  color: #222;
}
.roomTel .fll,
.roomMail .fll {
  line-height: 1;
}
.roomTel {
  margin-bottom: 10px;
}
#rentAbout .dtlTbl th,
#rentAbout .scrollTbl th {
  background: #ffffcc;
}
/* =building detail-------- */
.builPdfCont,
.builMenuCont {
  display: flex;
  flex-wrap: wrap;
}
#buildingDtlConts .googleMap iframe {
  height: 278px;
}
.builMenuBox {
  position: relative;
}
.builMenuBox a {
  color: #fff;
  text-shadow: 0 0 2px #000, 0 0 2px #000;
}
.builMenuBox a:hover {
  text-decoration: none;
}
.builMenuBox .imgBox {
  background: rgba(30, 120, 196, 1);
  margin-bottom: 5px;
}
.builMenuBox .txtBox {
  width: 100%;
  height: 100%;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.builMenuBox img {
  width: 100%;
  transition: 0.2s all ease;
}
.builMenuBox:hover img {
  opacity: 0.5;
}
.builPdfBox a {
  color: #222;
}
.viewBox iframe {
  margin-top: 10px;
}
/* =roomVisual slick----------- */
.slideCont {
  position: relative;
}
.slideCont a:hover img {
  opacity: 1;
}
.slideCont .slideTxt {
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  text-align: center;
  line-height: 1.2;
  text-shadow: 1px 1px 2px #000, 2px 2px 2px #000;
  margin-bottom: 0;
  padding: 10px;
  position: absolute;
  left: 0;
  right: 0;
}
.slideCont .slideTxt1 {
  bottom: 0;
}
.slick-active .slideTxt {
  opacity: 1;
}
.contents #roomVisual p {
  margin-bottom: 0;
}

/* =building meeting_room-------- */
#buildingRoom .contents td a,
#buildingRoom .contentsS td a,
#buildingRoom .contentsS p a {
  text-decoration: underline;
}
.roomImage .slick-slide {
  margin: 0 5px;
}
#buildingRoomList .ofi {
  width: 100%;
  height: 100%;
}
.toggleBox .viewBox {
  display: none;
}
.roomItemBox .items .ulDisc {
  display: flex;
  flex-wrap: wrap;
}
.roomItemBox .items .ulDisc li {
  margin-bottom: 5px;
  margin-right: 40px;
}
.rentTabCont #tabConts li a {
  position: relative;
}
#buildingRoom .btnBox2 .dtlBtn {
  margin-top: 10px;
}
#cboxTitle {
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  font-size: 85%;
  padding: 5px;
  top: auto !important;
  bottom: 0;
}
/* =building layout atrium-------- */
.atriumImgCont,
.photoImgCont {
  display: flex;
  flex-wrap: wrap;
}
.atriumImgCont .imgBox {
  width: 49.5%;
  margin-bottom: 5px;
}
.atriumImgCont .imgBox:nth-child(odd) {
  margin-right: 1%;
}
.photoImgCont .imgBox {
  margin-bottom: 10px;
}
.photoImgCont .imgBox a {
  color: #222;
}
.photoImgCont .imgBox span {
  font-size: 0.9rem;
}
.contactClm2 .builContactBox .ulDisc {
  padding: 10px;
  text-align: left;
}
.contactClm2 .builContactBox .ulDisc {
  padding: 10px;
}
/* =building restaurant-------- */
#restaurantConts a {
  color: #000;
}
#restaurantConts a:hover {
  text-decoration: none;
}
mark.cate {
  background: #fff;
  font-size: 90%;
  line-height: 1;
  color: #2a9043;
  border: 1px solid #2a9043;
  margin-bottom: 5px;
  padding: 3px 5px;
  display: inline-block;
}
.shopCont {
  display: flex;
  flex-wrap: wrap;
}
.shopCont .shopBox .imgBox {
  margin-bottom: 5px;
  border: 1px solid #ddd;
}
.shopCont .shopBox img.ofi,
.shopCont .shopBox img.ofi_top,
.shopCont .shopBox img.ofi_bottom {
  width: 100%;
  height: 100%;
}
/* =restaurant lunch -------- */
.blindBox {
  display: none;
}
.lunchShopBox {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}
.menuBox {
  background-color: #ffe6d5;
  padding: 10px;
  margin-bottom: 6px;
}
/* =restaurant detail -------- */
#restaurantConts .builTbl tr:nth-child(odd) {
  background: #fff;
}
#restaurantConts .builTbl tr:nth-child(even) {
  background: rgba(0, 0, 0, 0.05);
}
#restaurantConts .builTbl #gnavi-logo {
  width: 50px;
}
/* =about -------- */
.blank {
  background: url(../img/blank.gif) no-repeat top 3px right;
  padding: 0 20px 0 0;
  text-decoration: underline;
}
.areaBox {
  margin-bottom: 20px;
}
.areaBox .HL3 {
  margin-bottom: 10px;
}
.areaBox .imgBox {
  text-align: center;
  border: 10px solid #fff;
  box-sizing: border-box;
  box-shadow: 2px 2px 5px #666;
}
.areaBox .txtBox {
  background: #fff;
  padding: 10px;
  border-radius: 15px;
}
.imgCol3 .imgBox {
  margin-top: 10px;
}
.spaceBnr {
  background: url("../space/img/common/headline_bg01.png") no-repeat center /
    100%;
}
.spaceBnr a {
  color: #000;
  display: flex;
  align-items: center;
}
.spaceBnr a:hover {
  text-decoration: none;
}

/* =about Access-------- */
#access .boxBg {
  background: rgb(0, 158, 150, 0.2);
  border-radius: 10px;
  padding: 15px 15px 10px 15px;
  margin-bottom: 15px;
}
#access .boxBg h4 {
  margin-bottom: 10px;
}
#access .dtlTbl.tclY td {
  background: #fffbd4 !important;
}
#access .dtlTbl.arrow {
  margin-bottom: 35px;
  position: relative;
}
#access .dtlTbl.arrow:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 25px 0 25px;
  border-color: #99d8d5 transparent transparent transparent;
  position: absolute;
  bottom: -28px;
  left: 0;
  right: 0;
  margin: auto;
}
/* =company history -------- */
.historyTbl .builTbl th {
  vertical-align: top;
}
/* =company Management -------- */

#tab .aNone {
  color: #080874 !important;
}
#tab .dtlBtn:hover {
  cursor: pointer;
}
#tab .dtlBtn:hover a,
#tab .dtlBtn.select a {
  background: #8585b8;
  color: #fff !important;
  text-decoration: none;
}
#tab .dtlBtn:hover a:after,
#tab .dtlBtn.select a:after {
  border-color: #fff #fff transparent transparent;
}
#tab .dtlBtn a::after {
  transform: rotate(135deg);
  top: 35%;
  bottom: auto;
}
.manageList a {
  color: #222;
  text-decoration: underline;
}
.manageList a:hover {
  color: #06f;
  text-decoration: none;
}
.boxPg {
  display: none;
}
.boxPg.selectCont {
  display: block;
}
.flexBox {
  display: flex;
  flex-wrap: wrap;
}
.manageList {
  letter-spacing: -0.5em;
  margin-top: 30px;
}
.manageList dt,
.manageList dd {
  letter-spacing: normal;
}
.manageList dt {
  width: 100%;
}
.manageList dd {
  background: url(../img/pdf.gif) no-repeat top 3px left;
  padding: 0 20px 10px;
  margin-bottom: 0;
}
#page6 dd {
  display: inline-block;
}
/* =contact
---------------------------------------------------- */
.contactTbl {
  width: 100%;
}
.contactTbl a {
  color: #080874;
  font-weight: bold;
}
.contactTbl th {
  background: #f5f9ff;
}
.required {
  background: #080874;
  color: #fff;
  font-size: 80%;
  padding: 2px 5px;
  margin-left: 20px;
  border-radius: 5px;
  display: inline-block;
}
#formCont input.dtlBtn {
  padding: 5px 30px;
  border: 1px solid #080874;
  background: #f5f9ff;
}
#formCont input.dtlBtn:hover {
  color: #fff;
  border: 1px solid #f5f9ff;
  background: #080874;
}
/* 未入力項目を赤くする */
.warning {
  color: red;
}
.privacyCont {
  height: 200px;
  padding: 10px;
  border: 1px solid #ccc;
  overflow-y: scroll;
}
/* =rent
---------------------------------------------------- */
#rent .dtlBtn2 a {
  min-width: 200px;
}
.map_image {
  position: relative;
}
.mapLink {
  height: 6%;
  position: absolute;
  border-radius: 25px;
  z-index: 99;
}
.mapLink:hover {
  background: rgba(0, 255, 255, 0.3);
}
.mapLinkAriake {
  width: 21.6%;
  top: 79.7%;
  left: 75.4%;
}
.mapLinkTel {
  width: 21.7%;
  top: 87.8%;
  left: 37.8%;
}
.mapLinkAomi {
  width: 21.5%;
  top: 76.9%;
  left: 34%;
}
.mapLinkDaiba {
  width: 21.5%;
  top: 59.4%;
  left: 34.1%;
}
.mapLinkNorth {
  width: 27%;
  top: 41.5%;
  left: 43.8%;
}
.mapLinkSouth {
  width: 27%;
  top: 48%;
  left: 41.5%;
}

.map_image img {
  border: 1px solid #080874;
}
.rentTabCont #tab,
.rentTabCont #tabConts ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.rentTabCont #tab li {
  background: #8585b8;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 33.1%;
  margin-right: 0.3%;
}
.rentTabCont #tab li:last-child {
  margin-right: 0;
}
.rentTabCont #tab .tabBtn.select {
  background: rgba(8, 8, 116, 0.15);
  color: #000;
}
.rentTabCont #tabConts {
  background: rgba(8, 8, 116, 0.15);
}
.rentTabCont #tabConts li a {
  background: #fff;
  color: #080874;
  margin: 5px;
  display: block;
}

.stepBox {
  border: 1px solid #080874;
  box-sizing: border-box;
  margin-top: 15px;
  position: relative;
}
.stepBox a {
  background: #fff;
  display: block;
}
.stepBox a .txtBox {
  color: #222;
}
.stepBox .stepMark {
  background: #080874;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  position: absolute;
}
.stepBox .imgBox {
  text-align: center;
}
.stepBox .imgBox img {
  width: 60px;
}
.stepBox .txtBox {
  font-weight: bold;
  line-height: 1;
}
.tri:after {
  width: 0;
  height: 0;
  position: absolute;
  margin: auto;
  z-index: 10;
}
.inTxt {
  padding: 20px 10px 10px 10px;
}

/* =rent application -------- */
.appliInBox a {
  color: #000;
  text-decoration: underline;
}
.appliInBox a:hover {
  color: #06f;
  text-decoration: none;
}
/* =contact index -------- */
/* =contact room -------- */

/* =site map
---------------------------------------------------- */
#sitemap .contents a {
  color: #222;
  text-decoration: underline;
}
#sitemap .contents a:hover {
  color: #06f;
}
#sitemap .contents ul ul {
  margin-left: 1rem;
  font-size: 0.9em;
}
#sitemap .ulDisc > li {
  margin-bottom: 0.5rem;
}
.nest1 {
  list-style-type: circle;
}
.nest2 {
  list-style-type: square;
  margin-bottom: 15px;
}
/*パーキング用*/
.parkingBtn {
  text-align: center;
  margin-top: 30px;
}
.parkingBtn a {
  background: #f2f2f8;
  border: 1px solid #080874;
  color: #080874;
  transition: all 0.2s ease;
  position: relative;
}

.redBox {
  border: 4px solid red;
  text-align: center;
  background: #fff;
  padding: 10px;
  margin-bottom: 10px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
/* =agency
---------------------------------------------------- */

.building_wrapp table th {
  background: #f2f2f8;
}
.area_ttl {
  writing-mode: vertical-rl;
  text-align: center;
}
.table_head {
  height: 60px;
}
.table_head th {
  text-align: center;
}
.building_name span {
  color: #080874;
  font-weight: bold;
}
.table_head2 th {
  text-align: center;
}
.color_red {
  color: #9b002c;
}
.color_red_none {
  color: #000;
}
/* ------------テーブルヘッダー固定 */
.building_wrapp table {
  border-collapse: separate;
  border-spacing: 0;
}
.building_wrapp {
  overflow: scroll;
  height: 600px;
}
.table_head {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  left: 0;
}
.building_wrapp table th,
.building_wrapp table td {
  border-right: 1px solid #080874 !important;
  border-bottom: 1px solid #080874 !important;
  /* white-space:nowrap; */
}
.building_wrapp table tr:first-child th {
  border-top: 1px solid #080874 !important;
}
.building_wrapp table th:first-child {
  border-left: 1px solid #080874 !important;
}

/* -------------------------------------------2024 top renew */
/* fadein  */
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1s;
}

.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
/* nav */
.siteHeader_wp {
  position: relative;
}

/* .navMainTtl {
  font-size: 1.4rem;
} */

.fa-building::before {
  font-size: 24px;
  color: #080874;
}

.conference__ico img {
  width: 34px;
}

.fa-location-dot::before {
  font-size: 20px;
  color: #080874;
  margin-right: 0.5em;
}

.fa-user::before {
  font-size: 24px;
  color: #080874;
}

.fa-parking::before {
  font-size: 24px;
  color: #080874;
}

.fa-comments::before {
  font-size: 24px;
  color: #080874;
}

.fa-envelope::before {
  font-size: 24px;
  color: #fff;
}

.fa-globe::before {
  font-size: 24px;
  color: #fff;
}

.fa-train::before {
  font-size: 18px;
  color: #080874;
  margin-right: 0.5em;
}
.fa-youtube:before {
  margin-right: 0.5em;
}

.lang__wp {
  background-color: #080874 !important;
  border-radius: 8px;
  box-shadow: 1px 3px 6px #ababab;
  margin: 0 4px;
  padding: 8px 0;
}

.lang__txt {
  color: #fff !important;
}

/* movie */
.top-movie {
  position: relative;
  width: 100%;
}

.video__wp {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* -------------------------introduction */
.top-introduction {
  position: relative;
}

.top-introduction__color {
  background-color: #f8f8f8;
}

.top-introduction__txt {
  position: relative;
}

.top-introduction__txt p {
  margin: 24px 0;
}

.top-introduction__imgwp {
  position: relative;
  filter: drop-shadow(1px 1px 10px #ababab);
}

.top-introduction__imgbox {
  overflow: hidden;
  border-radius: 16px;
}

.top-introduction__imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: 0.6s ease;
}

.top-introduction__imgbox:hover img {
  transform: scale(1.1);
}

.top-introduction__imgwp:hover {
  filter: none;
}

.top-introduction__imgwp::after {
  content: url(../img/ic_floorView.png);
  position: absolute;
  top: 8px;
  right: 8px;
}

.top-introduction__imgwp h3 {
  width: 100%;
  height: 20%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.9) 20%,
    rgba(255, 255, 255, 0.9) 80%,
    rgba(255, 255, 255, 0) 100%
  );
  position: absolute;
  bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
}

.top-introduction__builTxt {
  background-color: #eaf3fd;
  padding: 16px 8px;
  margin: 8px;
  border-radius: 16px;
}

.top-introduction__builTxt dl {
  margin-bottom: 8px;
}

/* ----------------------btn */
.moreBtn {
  width: 95%;
  margin: 10px auto 0;
}

.moreBtn a {
  background: linear-gradient(#79a3e5, #065bcb);
  display: block;
  padding: .5em;
  border-radius: 30px;
  color: #fff !important;
  text-align: center;
  position: relative;
  box-shadow: 1px 3px 6px #ababab;
  transition: 0.2s ease;
}

.moreBtn a::after {
  content: "";
  width: 5px;
  height: 5px;
  margin-left: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
}

.moreBtn a:hover {
  transform: translateY(3px);
  box-shadow: none;
}

/* -------------------------------conferenceRoom  */
.top-conferenceRoom__img {
  margin: auto;
}

.top-conferenceRoom__img img {
  box-shadow: 1px 1px 10px #ababab;
}

.top-locationImg {
  background-color: #eaf3fd;
  padding: 50px 0;
}

.top-locationImg__box {
  position: relative;
  width: 100%;
  /* min-height: 191px; */
  overflow: hidden;
}

.top-locationImg__box img {
  height: 264px;
  width: 100%;
  object-fit: cover;
}

.top-locationImg__box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(0.11turn, #d3dbe6, #2b81df63, #ffffff);
  transition: transform 0.8s cubic-bezier(0.91, 0.1, 0.2, 0.82) 0s,
    -webkit-transform 0.8s cubic-bezier(0.91, 0.1, 0.2, 0.82) 0s;
}

.top-locationImg__isPlay::before {
  transform: translate3d(100%, 0, 0);
}

/* ---------------------------attraction */
.top-attraction {
  position: relative;
}

.top-attraction__dtl,
.top-attraction__dtl02 {
  position: relative;
  margin: 24px 0;
}

.top-attraction__wp {
  position: relative;
}

.top-attraction__txt {
  background-color: #edf8fa;
  border-radius: 37px;
  padding: 24px;
}

.top-attraction__txt h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}

.top-attraction__txt h3::before,
.top-attraction__txt h3::after {
  content: "";
  width: 70px;
  height: 2px;
  background-color: #156cde;
}

.top-attraction__txt h3::before {
  margin-right: 20px;
}

.top-attraction__txt h3::after {
  margin-left: 20px;
}

/* ------------------------------access */
.top-access__wp h2 {
  margin: 24px 0;
  border-bottom: 3px solid #255d95;
  padding-bottom: 8px;
}

.top-access__wp p {
  text-align: center;
}

/* --------------------------voice */
.top-voice {
  background: url(../img/voice_bg.png) no-repeat center top / cover;
  padding-top: 120px;
}

.top-voice__wp h2 {
  position: relative;
  margin-top: 40px;
}

.top-voice__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 50%;
}

.top-voice__txt {
  background-color: #fff;
  border-radius: 8px;
}

/* -------------------------restaurant */
.top-restaurant {
  position: relative;
}

.top-restaurant__wp {
  position: relative;
}

.top-restaurant__wp h2 {
  margin: 24px 0;
}

.top-restaurant__imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-restaurant__imgwp02 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.delay02 {
  transition-delay: 0.2s;
}

.delay04 {
  transition-delay: 0.4s;
}

.delay06 {
  transition-delay: 0.6s;
}

.top-voice__box:nth-of-type(2) {
  transition-delay: 0.2s;
}

.top-voice__box:last-child {
  transition-delay: 0.4s;
}

/* ---------------------------contact */
.top-contact {
  background-color: #edf8fa;
  padding-top: 80px;
}

.top-contact__txt h2 {
  position: relative;
  margin: 24px 0;
}

.top-contact__box h3 {
  background-color: #080874;
  color: #fff;
  min-height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 20px 0 0;
  padding: 1em 0.5em;
  font-size: 16px;
}

.top-contact__dtl {
  background-color: #fff;
  min-height: 232px;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: center;
  padding: 1em;
}

/* .top-contact__txt {
  padding: 20px 10px 10px 10px;
} */

.top-contact__dtl a {
  color: #333;
}

/* -----------------------news */
.top-news {
  background-color: #d3dbe6;
  padding-top: 80px;
}

.top-news__txt h2 {
  position: relative;
  margin: 24px 0;
}

.top-news__wp {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0px 3px 6px #ababab;
}

.btn__news {
  margin-top: 20px;
}

/* --------------------------pullDown */
.mainNav li.has-child {
  width: 100%;
}

.menu__child {
  display: none;
}

.menu__child.active {
  display: block;
}

.menu__child__list a {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  padding: 8px;
  margin: 2px 0;
  width: 100%;
}

.menu__child a:hover {
  opacity: 0.6;
}

.has-child > a {
  display: block;
  padding: 5px;
  transition: all 0.2s ease;
}
