/* general */
html {
    min-width: 1180px;
    font-size: 62.5%;
}

img {
    vertical-align: bottom;
}

form {
    margin: 0;
}

input:focus {
    outline: none;
}

a {
    text-decoration: none;
    color: #333;
}

hr {
    width: 50%;
    padding: 0;
    border: none;
    border-top: 1px solid #aaa;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

h1 {
    font-weight: 500;
    font-size: 1.5em;
    font-family: Bahnschrift Condensed, 'DIN Condensed', 'Nimbus Sans Narrow', "Calibri", "Helvetica Neue", sans-serif-condensed, sans-serif;
    ;
    white-space: nowrap;
}

h2 {
    font-weight: bold;
    font-size: larger;
    font-family: Bahnschrift Condensed, 'DIN Condensed', 'Nimbus Sans Narrow', "Calibri", "Helvetica Neue", sans-serif-condensed, sans-serif;
    ;
}

body {
    margin: 0;
    padding: 0;
    padding-top: 90px;
    overflow-y: scroll;
    background-color: #ffffff;
    color: #333;
    font-size: 1.6em;
    text-align: center;
    line-height: 130%;
    font-family: "Calibri", "Helvetica Neue", sans-serif;
}

@media (any-hover: hover) {
    a:any-link:hover {
        opacity: 0.9;
        color: #d80291;
    }

    a img:hover,
    .hv-op:any-link:hover {
        opacity: 0.55;
        color: initial;
    }

    .hv-op img:hover {
        opacity: initial;
    }

    .breadcrumbs a:hover,
    .althv a:hover {
        color: #ffa4a4;
    }
}

/* header */
header {
    display: block;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
    background:linear-gradient(to bottom, rgba(255,255,255,90) 75%, rgb(255, 237, 237));
}

.header a {
    margin: 0 1rem;
    font-weight: bold;
    color: #6a2f6a;
}

.header nav {
    display: flex;
    margin: 0 2rem;
    align-items: center;
    white-space: nowrap;
}

.header .logo {
    display: flex;
    height: 90px;
    flex-basis: 160px;
    align-items: center;
    justify-content: center;
    margin-right: 3.4rem;
}

.header-menu {
    font-size: 1.3em;
    font-family: Bahnschrift Condensed, 'DIN Condensed', 'Nimbus Sans Narrow', "Calibri", "Helvetica Neue", sans-serif-condensed, sans-serif;
}

.header-menu a {
    margin: 0;
    padding: 1.2rem;
}

.header-resource {
    position: relative;
    display: inline-block;
}

.header-menu ul {
    position: absolute;
    display: none;
    left: -10px;
}

.header-resource:hover ul {
    display: block;
}

.header-menu ul li:first-child{
    margin-top: 1rem;
}

.header-menu ul li {
    display: block;
    padding: 1.2rem 2rem 1.2rem 1rem;
    background-color: #ffffff;
    text-align: start;
    opacity:0.9;
}

.header-menu ul li a {
    width: 100%;
    font-weight:normal;
    font-size: 1.6rem;
}

.searchlogo {
    margin-left: auto;
}

/* footer */
.footer {
    margin-top: 60px;
    background-color: #cfb5c0;
    text-align: start;
}

.footer-div {
    display: flex;
    max-width: 60%;
    margin: auto;
    padding: 2rem;
    justify-content: space-around;
    gap: 5rem;
}

/* breadcrumbs */
.breadcrumbs {
    padding: 1rem;
    background-color: #89294f;
    text-align: start;
}

.breadcrumbs :first-child {
    margin-left: 20rem;
}

.breadcrumbs a,
.breadcrumbs span {
    color: #fff;
}

.breadcrumbs span.current {
    opacity: 0.8;
}

.breadcrumbs :not(:first-child):before {
    content: " / ";
}

/* info-box */
.info-box {
    display: flex;
    border-bottom: 1px solid #bbbbbb;
}

.info-box-tab {
    display: block;
    padding: 15px 20px;
    border: 1px solid #bbbbbb;
    background-color: #f5f4f4;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    color: #333;
    font-family: Bahnschrift Condensed, 'DIN Condensed', 'Nimbus Sans Narrow', "Calibri", "Helvetica Neue", sans-serif-condensed, sans-serif;
    font-size: 1.1em;
}

@media (any-hover: hover) {
    .info-box-tab:hover {
        background: linear-gradient(to bottom, #fbe5e590, white 50%);
        isolation: isolate;
        cursor: pointer;
        border: 1px solid #b5b4b4;
    }
}

.info-box-tab.active {
    background: linear-gradient(to bottom, #f1cdcd, white 50%);
    margin-bottom: -1px;
    border: 1px solid #bbbbbb;
    border-bottom: none;
    color: #1a1a1a;
    font-weight: bold;
}

.info-box-content {
    max-height: 50rem;
    min-height: 50rem;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-top: 3rem;
    padding-left: 2rem;
    border: 1px solid #bbbbbb;
    border-top: none;
}

.info-box-list td {
    padding: 0.8em;
    padding-bottom: 1.2em;
}

.info-box-content li {
    margin: 2rem;
}

.info-box-list a {
    color: #1c1c1c;
    white-space: normal;
}

.info-list1 {
    text-align: end;
    vertical-align: top;
    white-space: nowrap;
}

.info-list2 {
    margin: 2rem 2rem 3rem;
    color: #fffcfc;
    text-align: start;
}

.info-list3 {
    text-align: center;
    vertical-align: top;
    white-space: nowrap;
}

.info-topics a {
    font-size: large;
    margin: 0;
}

.info-topics ul {
    list-style: disc;
    padding-left: 20px;
    margin: 2rem;
}

.info-topics li {
    margin: 3rem 0;
}

.info-app {
    margin-left: 4px;
    padding: 0 4px;
    white-space: nowrap;
    color: #fffcfc;
}

.info-app1 {
    display: inline-block;
    padding: 0 10px;
    margin: 5px;
    margin-left: 0.5rem;
    color: #5e6957;
    text-align: center;
}

.info-app2 {
    height: 100%;
    padding: 0 5px;
    margin-left: 1rem;
    color: #fffcfc;
    white-space: nowrap;
}

/* colors */
.ms {
    background-color: #e3d7ca;
}

.color-intrada {
    background-color: #d4a22e;
}

.color-cadenza {
    background-color: #e83e7f;
}

.color-unison {
    background-color: #6ba0bb;
}

.color-scherzo {
    background-color: #876bbb;
}

.color-dacapo {
    background-color: #82ab84;
}

.color-presto {
    background-color: #ab8282;
}

.color-nardis {
    background-color: #6b8fd7;
}

.color-1 {
    background-color: #e1cccc;
}

.color-2 {
    background-color: #acbdb7;
}

.color-3 {
    background-color: #cbc4df;
}

.new {
    color: #ee6361;
    font-weight: bold;
    opacity: 0.8;
    padding: 0 4px;
}

.recommend {
    margin-left: 8px;
    padding: 0 6px 0 3px;
    white-space: nowrap;
    color: #fffcfc;
    font-weight:normal;
    background-color: #f63434;
}

/* support */

.s-box {
    width: 800px;
    margin: auto;
    text-align: start;
}


.page-heading {
    position: relative;
    margin: 5rem 0;
    font-size: 30px;
    font-weight: bold;
}

.oval {
    position: absolute;
    top: -35px;
    left: -35px;
    z-index: -1;
    width: 80px;
	height: 80px;
	background-color: #bed4df;
	border-radius: 50%;
}

.color-europe {
    background-color:#c6d5c5;
}

.color-asia {
	background-color:#f8c9d5;;
}

.color-japan {
	background-color:#f8c9d5;;
}

.flex-between {
    display: flex;
    justify-content: space-between;
    margin:20px 5px;
    color: #333;
}

.flex-between > * {
    display: inline-block;
    margin-left:2rem;
}

.s-logoposition {
    align-items: center;
}


.s-country {
    font-weight:bold;
    color:#8e8e8e;
    margin-left:5px;
    display:block;
}

.s-country1 {
    margin-left:20px;
    color:#8e8e8e;
    font-size:smaller;
}

.s-space {
    margin-top:70px;
    margin-bottom:60px;
}

.s-content-right {
    width:65%;
}

.s-reference {
    margin-left:40px;
    margin-top:20px;
    margin-bottom:20px;
    color:#9d7f5a;
}

.o-locations {
    display: table;
    width: 1000px;
    margin: auto;
    background: #efedf5;
}

.o-locations-tab {
    width:125px;
    height:50px;
    border: 0;
    margin: auto;
    padding: 0.6rem 2rem;
    vertical-align: middle;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
}

.o-locations-tab:hover{
    color: #866a86;
}

.o-locations-tab.active{
    color: #a044a0;
}

.o-locations-tab:nth-child(n + 2) {
    border-left: 1px solid #ffffff;
}

.o-locations-content {
    width: 1000px;
    height: 240px;
    margin: auto;
    margin-top: 2px;
    padding: 1.5rem 2rem;
    background: #efedf5;
    text-align: start;
    position:relative;
}
 
.o-locations-note {
    position:absolute;
    bottom:0;
    padding-left:50px;
    font-weight:bold;
    font-size:19px;
    color:#c88686;
    line-height:2.5rem;
}

.o-locations-content table {
    color:#a28097;
    font-size:18px;
    font-weight: bold;
    margin-left:45px;
    margin-top:7px;
}

.o-locations-content td {
    width:130px;
}

.o-link {
    display:inline-block;
    width: 300px;
    height:100px;
    margin:auto;
}

.o-linkborder {
    width: 300px;
    height: 15px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transform: skew(45deg);
}

.o-link a:hover {
    color:#6a2f6a;
}

.o-others {
    display: flex;
    margin: auto;
    width: 1030px;
    gap: 15px;
    flex-wrap: wrap;
    align-items: center;
    margin-top:60px;
    margin-bottom:60px;
  }
  
  .o-others-box {
    width: 245px;
    height: 165px;
    padding-top: 3rem;
    background:#fff;
  }
  
  .o-others-box-pic {
    display:flex;
    align-items:center;
    width:505px;
    height:150px;
    background:#e6eaf4;
    margin-bottom:10px;
  }
  
  .o-others-box-pic img {
    display:block;
    margin-top:auto;
    margin-bottom:auto;
    width:249px;
  }
  
  .o-others-box-pic h2{
    padding: 0 3rem;
    color: #333333;
    font-family: Bahnschrift Condensed, 'DIN Condensed', 'Nimbus Sans Narrow', "Calibri", "Helvetica Neue", sans-serif-condensed, sans-serif;
  }
  
  .o-others p{
    padding: 0 2rem;
    color: #727272;
    font-family: Bahnschrift Condensed, 'DIN Condensed', 'Nimbus Sans Narrow', "Calibri", "Helvetica Neue", sans-serif-condensed, sans-serif;
  }
  
  .o-others-color1 {
    background:#d7dbe4;
  }
  
  .o-others-color2 {
    background:#cecce4;
  }
  
  .o-others-color3 {
    background:#c3d0e4;
  }
  
  .o-others-color4 {
    background:#afb2e4;
  }

  @media (any-hover: hover) {  
    .o-others-box-pic:hover {
      background:linear-gradient(to right,#fff 51%,#e5e9fb);
      color:#2834a0;
      color:#3f3f3f;
    }
  
    .o-others-box:hover {
      color:#3f3f3f;
    }
  
    .o-others-color1:hover {
      background:linear-gradient(to right,#e4e4e4 1%,#d7dbe4 50%);
    }
  
    .o-others-color2:hover {
      background:linear-gradient(to right,#e4e4e4 1%,#cecce4 50%);
    }
  
    .o-others-color3:hover {
      background:linear-gradient(to right,#e4e4e4 1%,#c3d0e4 50%);
    }
  
    .o-others-color4:hover {
      background:linear-gradient(to right,#e4e4e4 1%,#afb2e4 50%);
    }
  
  }