/* styles.css v2.0 Convert from px to rem and utilizing vh and vw */
/* CSS Design by Tjundewo Lawu, Visual Optics http://www.visual-optics.jp */

@font-face {
    font-family: 'NotoSansJP';
    src: url(../fonts/NotoSansJP-Light.woff2) format('woff2'),
         url(../fonts/NotoSansJP-Light.woff) format('woff'),
         url(../fonts/NotoSansJP-Light.ttf) format('truetype');
    font-weight: 300;  /* Light */
    font-style: normal;
}

@font-face {
    font-family: 'NotoSansJP';
    src: url(../fonts/NotoSansJP-Regular.woff2) format('woff2'),
         url(../fonts/NotoSansJP-Regular.woff) format('woff'),
         url(../fonts/NotoSansJP-Regular.ttf) format('truetype');
    font-weight: 400;  /* Regular */
    font-style: normal;
}

@font-face {
    font-family: 'NotoSansJP';
    src: url(../fonts/NotoSansJP-Medium.woff2) format('woff2'),
         url(../fonts/NotoSansJP-Medium.woff) format('woff'),
         url(../fonts/NotoSansJP-Medium.ttf) format('truetype');
    font-weight: 500;  /* Medium */
    font-style: normal;
}

@font-face {
    font-family: 'NotoSansJP';
    src: url(../fonts/NotoSansJP-SemiBold.woff2) format('woff2'),
         url(../fonts/NotoSansJP-SemiBold.woff) format('woff'),
         url(../fonts/NotoSansJP-SemiBold.ttf) format('truetype');
    font-weight: 600;  /* SemiBold */
    font-style: normal;
}

@font-face {
    font-family: 'NotoSansJP';
    src: url(../fonts/NotoSansJP-Bold.woff2) format('woff2'),
         url(../fonts/NotoSansJP-Bold.woff) format('woff'),
         url(../fonts/NotoSansJP-Bold.ttf) format('truetype');
    font-weight: 700;  /* Bold */
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url(../fonts/poppins-light-webfont.woff2) format('woff2'),
         url(../fonts/poppins-light-webfont.woff) format('woff'),
         url(../fonts/Poppins-Light.ttf) format('truetype');
    font-weight: 300;  /* Light */
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url(../fonts/poppins-regular-webfont.woff2) format('woff2'),
         url(../fonts/poppins-regular-webfont.woff) format('woff'),
         url(../fonts/Poppins-Regular-Light.ttf) format('truetype');
    font-weight: 400;  /* Regular */
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url(../fonts/poppins-medium-webfont.woff2) format('woff2'),
         url(../fonts/poppins-medium-webfont.woff) format('woff'),
         url(../fonts/Poppins-Medium.ttf) format('truetype');
    font-weight: 500;  /* Medium */
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url(../fonts/poppins-semibold-webfont.woff2) format('woff2'),
         url(../fonts/poppins-semibold-webfont.woff) format('woff'),
         url(../fonts/Poppins-SemiBold.ttf) format('truetype');
    font-weight: 600;  /* SemiBold */
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url(../fonts/poppins-bold-webfont.woff2) format('woff2'),
         url(../fonts/poppins-bold-webfont.woff) format('woff'),
         url(../fonts/Poppins-Bold.ttf) format('truetype');
    font-weight: 700;  /* Bold */
    font-style: normal;
}

@font-face {
    font-family: 'ZenMaruGothic';
    src: url(../fonts/zenmarugothic-light-webfont.woff2) format('woff2'),
         url(../fonts/zenmarugothic-light-webfont.woff) format('woff'),
         url(../fonts/ZenMaruGothic-Light.ttf) format('truetype');
    font-weight: 300; /* Light */
    font-style: normal;
}

@font-face {
    font-family: 'ZenMaruGothic';
    src: url(../fonts/zenmarugothic-regular-webfont.woff2) format('woff2'),
         url(../fonts/zenmarugothic-regular-webfont.woff) format('woff'),
         url(../fonts/ZenMaruGothic-Regular.ttf) format('truetype');
    font-weight: 400; /* Regular */
    font-style: normal;
}

@font-face {
    font-family: 'ZenMaruGothic';
    src: url(../fonts/zenmarugothic-medium-webfont.woff2) format('woff2'),
         url(../fonts/zenmarugothic-medium-webfont.woff) format('woff'),
         url(../fonts/ZenMaruGothic-Medium.ttf) format('truetype');
    font-weight: 500; /* Medium */
    font-style: normal;
}

@font-face {
    font-family: 'ZenMaruGothic';
    src: url(../fonts/zenmarugothic-bold-webfont.woff2) format('woff2'),
         url(../fonts/zenmarugothic-bold-webfont.woff2.woff) format('woff'),
         url(../fonts/ZenMaruGothic-Bold.ttf) format('truetype');
    font-weight: 700; /* Bold */
    font-style: normal;
}

:root {
    --vo_white: #fcfcfc;             /* Background color (slightly gray white) */
    --vo_dimwhite: #f3f3f3;          /* Alter color for table even row (slightly darker from background color) */
    --vo_dimgray: gainsboro;         /* Outer color (light gray) */
    --vo_mediumgray: silver;         /* Placeholder color (sligthly darker than gainsboro) */
    --vo_mediumdarkgray: #aaa;       /* Not too dark */
    --vo_darkgray: #111;             /* Text color (slightly bright black) */
    --vo_black: #000;                /* Text color (black) */
    --vo_lightblue: aliceblue;       /* Backgound of header, footer (light blue)  */
    --vo_dimblue: #dcf0fc;           /* Highlighted table header (slightly darker than aliceblue) */
    --vo_blue: #215cd3;              /* Blue text for borders and title */
    --vo_darkblue: darkblue;         /* Dark blue for button mouseover */
    --vo_darkpurple: rebeccapurple;  /* Dark purple for links */
    --vo_darkred: #e11021;           /* Dark red */
    --vo_lightgreen: #e8fbe8;        /* Selected row (light green) */
    --vo_dimgreen: #dff9df;          /* Alter color for selected even row (slightly darker from normal light green) */
    --vo_orange: #f5821f;            /* Visual-optics orange */
    --vo_orange_hover: #ffa64d;      /* Visual-optics orange hover */
    --vo_orange_unfocus: #c25f17;    /* Visual-optics orange unfocus */
}

* {
    box-sizing: border-box !important; /* Include padding and border in element's total width and height globally */
    margin: 0;
    padding: 0;
}

/* General body styling */
html {
    font-size: 10px;   /* Base font size 1rem = 10px */
    line-height: 1.4;  /* Reduced line height for compactness */
    scroll-padding-top: 135px;
    scroll-behavior: smooth;
}

body {
    font-family: 'NotoSansJP', sans-serif;
    font-weight: 300;  /* Light */
    font-size: 1.4rem;  /* Default to 14px */
    color: var(--vo_black);
    background: url(../images/bg.png) center repeat-y;
}

a img {
    border: none;
}

a:link, a:visited {
    text-decoration: none;
    color: var(--vo_blue);
}

a:hover {
    color: var(--vo_orange);
    text-decoration: none;
}

a:focus, a:active {
    outline: none;
    color: var(--vo_blue);
}

ul {
    padding-left: 2.0rem;
    list-style-position: outside;
}

.container {
    width: 96.2rem;
    margin: 0 auto;
    padding-top: 12.0rem;
    display: flex;
    flex-direction: column;
    background-color: var(--vo_white);
    border: 0.1rem solid var(--vo_mediumgray);
    border-top: none;
}

/* Header */
.header {
    position: fixed;
    top: 0;
    width: 96.0rem;
    height: 12.0rem;
    z-index: 8765;
    background-color: var(--vo_white);
}

.logo {
    overflow: hidden;
    width: 100%;
    height: 9.0rem;
    background: url(../images/header_logo.png) no-repeat center;
    background-size: 100% 100%;
}

/* Menu styling */
nav {
    width: 100%;
    height: 3.0rem;
    color: var(--vo_white);
    background: url(../images/header_menu.png) no-repeat center;
    background-size: 100% 100%;
    border-bottom: 0.3rem solid var(--vo_orange);
    margin-top: 0.5rem;
    padding: 0;
}

nav span {
    font-family: 'Poppins', 'ZenMaruGothic', sans-serif;
    font-weight: 500; /* Medium */
    font-size: 1.3rem;
    position: relative;
    top: 0.2rem;
}

/* Menu list */
nav ul {
    list-style-type: none;
    display: flex;
    justify-content: flex-start;
    margin: 0;
    padding: 0 0 0 0;
    gap: 2rem;
}

nav ul li {
    display: inline;
}

nav ul li img {
    -moz-transition: all 1.8s ease-in-out;
    -webkit-transition: all 1.8s ease-in-out;
    -o-transition: all 1.8s ease-in-out;
    -ms-transition: all 1.8s ease-in-out;
    transition: all 1.8s ease-in-out;
}

nav ul li img:hover {
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

/* General base styles for links */
nav ul li a {}

/* Link states */
nav ul li a:link,
nav ul li a:visited {
    text-decoration: none;
    color: var(--vo_white);
}

/* Hover state */
nav ul li a:hover {
    color: var(--vo_orange);
}

/* Focus state */
nav ul li a:focus,
nav ul li a:active {
    outline: none;
    color: var(--vo_white);
}

.menu-icon {
    width: 2.0rem;
    height: 2.0rem;
    display: inline-block;
    vertical-align: bottom;
    margin: 0.3rem 0.5rem 0 1.5rem;
    transition: transform 0.3s;
}

.lang h6 {
    position: relative;
    float: right;
    font-family: 'Poppins', 'ZenMaruGothic', sans-serif;
    font-weight: 500; /* Medium */
    font-size: 1.3rem;
    margin-top: 0.4rem;
    margin-right: 1.5rem;
    color: var(--vo_white);
}

.main {
  display: flex;
  flex-direction: row;
}

.contents {
    width: 74.0rem;
    border-right: 0.1rem solid var(--vo_mediumgray);
}

.label_skitter {
    background: rgba(0, 0, 0, 0.4) !important;
}

.label_skitter p {
    color: var(--vo_white) !important;
    padding: 0.7rem 1.0rem 0.6rem 1.5rem !important;
    font-family: 'Poppins', 'ZenMaruGothic', sans-serif !important;
    font-size: 2.0rem !important;
    font-weight: 500 !important; /* Medium */
}

.skitter.with-dots {
    margin-bottom: 0 !important;
}

.skitter .info_slide {
    bottom: 0.7rem;
    right: 1.0rem;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    z-index: 200 !important;
}

.skitter .info_slide_dots {
    bottom: 0.9rem !important;
}

.skitter .info_slide_dots .image_number {
    width: 1.4rem !important;
    height: 1.4rem !important;
    background-color: var(--vo_orange_unfocus) !important;
}

.skitter .info_slide_dots .image_number:hover {
    background-color: var(--vo_orange_hover) !important;
}

.skitter .info_slide_dots .image_number.image_number_select {
    background-color: var(--vo_orange) !important;
}

.box {
    width: 100%;
    background-color: var(--vo_lightblue);
    font-family: 'Poppins', 'ZenMaruGothic', sans-serif;
    font-size: 1.6rem;
    padding: 2.0rem 4.0rem;
    overflow: hidden;
}

.color-1        {color: #00a9ff;}
.color-2        {color: #a2c902;}
.color-3        {color: #fabb0c;}
.img-indent-r   {float: right; margin: 2.0rem 0 -2rem 1.5rem;}
.box h3	        {font-size: 4.0rem; font-weight: 700; line-height: 3.8rem;}
.box h3 gray    {font-size: 3.2rem; font-weight: 500; color: var(--vo_mediumgray);}
.box .wrap      {margin-top: 0.8rem;}
.button         {display: block; width: 4.3rem; height: 4.3rem; margin-top: -4.0rem;}
.box.fst .button        {background: url(../images/button1.png) left top no-repeat;}
.box.fst .button:hover  {background-position: left bottom;}
.box.snd .button        {background: url(../images/button2.png) left top no-repeat;}
.box.snd .button:hover  {background-position: left bottom;}
.box.trd .button        {background: url(../images/button3.png) left top no-repeat;}
.box.trd .button:hover  {background-position: left bottom;}

.sidemenu {
    width: 22.0rem;
    cursor: pointer;
}

.sidemenuselect {
    height: 3.6rem;
    padding-left: 0.6rem;
    border-bottom: dotted 0.1rem var(--vo_mediumgray);
    background-color: #fff;
}

.sidemenuselected {
    height: 3.6rem;
    padding-left: 0.6rem;
    border-bottom: dotted 0.1rem var(--vo_mediumgray);
    background-color: #ddd;
    cursor: default;
}

.menu_title {
    font-family: 'Poppins', 'ZenMaruGothic', sans-serif;
    font-size: 1.8rem;
    position: relative;
    top: -1.5rem;
}

.menu_text {
    position: relative;
    top: -1.2rem;
}

.submenu_text {
    position: relative;
    top: -0.9rem;
}
.contents .pad {
    padding: 1.5rem;
}

.pad p {
    margin-bottom: 1.2rem;
}

.pad .title {
    width: 100%;
    height: 3.8rem;
    font-family: 'Poppins', 'ZenMaruGothic', sans-serif;
    font-weight: 500; /* Medium */
    font-size: 1.8rem;
    text-shadow: 0 0.1rem 0.1rem rgba(0,0,0,0.25);
    background-color: #ddd;
    border-left: solid 1.0rem var(--vo_mediumgray);
    border-bottom: dotted 0.2rem var(--vo_mediumgray);
    margin-bottom: 1.4rem;
}

.pad .title_text {
    position: relative;
    top: 0.8rem;
    left: 1.0rem;
}

.pad .subtitle {
    width: 100%;
    height: 2.6rem;
    font-family: 'Poppins', 'ZenMaruGothic', sans-serif;
    font-weight: 400; /* Regular */
    font-size: 1.6rem;
    border-left: solid 0.5rem var(--vo_orange);
    border-bottom: dotted 0.1rem var(--vo_mediumgray);
    margin: 1.0rem 0;
}

.pad .subtitle_text {
    position: relative;
    top: 0.1rem;
    left: 1.0rem;
}

.pad .sub_text {
    padding: 0 1.5rem 1.5rem 1.5rem;
}

.pad table {
    margin: 1.5rem auto 3rem auto;
    width: calc(80% - 3rem);
    border-spacing: 0;
    border-bottom: 0.1rem solid var(--vo_mediumgray);
    border-left: 0.1rem solid var(--vo_mediumgray);
    font-size: 12px;
}

.pad table th {
    width: 22%;
    padding: 6px 10px;
    vertical-align: top;
    border-top: 1px solid var(--vo_mediumgray);
    border-right: 1px solid var(--vo_mediumgray);
    background: var(--vo_lightblue);
    font-weight: normal;
    text-align: left;
}

.pad table td {
    padding: 6px 10px;
    border-top: 0.1rem solid var(--vo_mediumgray);
    border-right: 0.1rem solid var(--vo_mediumgray);
    background: #fff;
}

.pad .profile_photo {
    width: 30.0rem;
    height: 30.0rem;
    float: right;
    margin-top: 3.0rem;
    margin-right: 4.5rem;
    background: url(../images/photo_bg.png) no-repeat;
    background-size: 30.0rem 30.0rem;
}

.pad .service_text {
    position: relative;
    top: 0.6rem;
    margin-left: 3.0rem;
}

.pad .img_center{
    display: block;
    margin: 1.5rem auto;
}

.spaced-list li {
    margin-bottom: 0.6rem;
}

.sitemap {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    margin-left: 1.5rem;
}

/* footer */
.footer {
    width: 96.0rem;
    height: 3.6rem;
    font-size: 0;
    border-top: dotted 0.1rem var(--vo_mediumgray);
    background-color: #ddd;
}

.icon {
    width: 2.8rem;
    height: 2.8rem;
    background-image: url(../images/social_media.png);
    background-size: 11.2rem 5.6rem;
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 1.0rem;
    margin-top: 0.3rem;
}

.icon-contact {
    float: right; 
    margin: 0.4rem 1.5rem 0 0;
}

.icon-linkedin  {background-position:  0 0; margin-left: 1.5rem;}
.icon-whatsapp  {background-position: -2.8rem  0;}
.icon-facebook  {background-position: -5.6rem  0;}
.icon-instagram {background-position: -8.4rem  0;}
.icon-x         {background-position:  0 -2.8rem;}

.housetsu {
    width: 100%;
    height: 10.0rem;
    background-image: url(../images/HousetsuFlorist.png);
    background-size: 22.0rem 10.0rem;
    background-repeat: no-repeat;
    display: inline-block;
}
