﻿
/*****************************************************************************

general

 *****************************************************************************/ 
body, html {
  margin: 0;
  padding: 0;
  overflow-x: hidden; /* Disable any potential overflow */
  font-family: sans-serif;
}


.spacer {
        height: 20px; /* Adjust space as needed */
    }
.spacer7 {
        height: 140px; /* Adjust space as needed */
    }
	

@font-face 
{
	font-family: 'Cinzel-Regular';
	src: url('../_font/Cinzel-Regular.eot');
	src: local('☺'), url('../font/Cinzel-Regular.woff') format('woff'), url('../font/Cinzel-Regular.ttf') format('truetype'), url('../font/Cinzel-Regular.svg#webfont') format('svg');
}
@font-face 
{
	font-family: 'GeosansLight';
	src: url('../_font/GeosansLight.eot');
	src: local('☺'), url('../font/GeosansLight.woff') format('woff'), url('../font/GeosansLight.ttf') format('truetype'), url('../font/GeosansLight.svg#webfont') format('svg');
}

#classicfont {
 
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}




#top
 {
	width: 99%;
	height: 110px;
	line-height: 110px;
	text-align: center;
	position: fixed;
	top: 0px;
	z-index:100;
	left: 0px;
	background-color:white;
	
}


#top img
 {
	margin-left: auto;
	vertical-align: middle; 
	width: 94%;
	border: 1px solid gray;
	
}	
	
	
	
#top a
 {
	margin-left: auto;
	vertical-align: middle; 
	color:#515454;
	text-decoration: none;
	font-size: 1.5em;
	
}	
	
	
/* Navbar styles */
.navbar {
  background-color: white;
  padding: 10px;
  position: relative;
  color: #515454;
}

.menu-button {
  background-color: white;
  color: #515454;
  border: none;
  cursor: pointer;
  font-size: 16px;
  position: fixed;
  top: 40px;
  left: 20px;
  z-index: 101;
}

.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: white;
  position: fixed;
  top: 95px;
  left: 0;
  width: 100%;
  display: none; /* Initially hidden */
  z-index: 99;
}

.menu li {
  text-align: left;
  background-color: white;
  color: #515454;
  height: 60px;
  line-height: 60px;
  borde: yellow 1px solid;
}

.menu li:last-child {
  border-bottom: none;
}

.menu li a {
  color: #515454;
  text-decoration: none;
  display: block;
  margin-left: 10%;
}

.menu li a:hover {
  background-color: white;
}





	
	
	
	
/* New Items Section */
/* New Items Section */


#newitems a {
  text-decoration: none;
  color: #515454;
  
  margin-bottom: 1rem;
  box-sizing: border-box;
}

#newitems {
  display: grid;
  grid-template-columns: repeat(2, 1fr);  /* Create two equal columns */
  gap: 20px;  /* Equal gap between items (left, middle, and right) */
  padding: 0 10px;  /* Padding to add space from the left and right edges of the container */
  margin-top: 80px;
}

.item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-right: 5px;
  box-sizing: border-box;
}

.item img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border: 1px solid lightgrey;
  margin-top: 25px;
}

.details {
  display: flex;
  flex-direction: column; /* Stack children vertically */
  width: 100%;
  margin-top: 0.5rem;
  font-size: 0.8em;
  padding: 0 5px;
}



.name {
  text-align: left;
  margin-left: 5px;
  color: #515454;
  
}

.price {
  text-align: left;
  margin-left: 5px;
  color: #515454;
 
  margin-top: 0.3rem;
}




#brands
 {
	width: 99%;
	color: #515454;
	font-family: arial;
	margin: auto;
	text-align: center;
	
}


#brands a
 {
	text-decoration: none;
	color: #515454;
	text-align: center;
}


#information
 {
	width: 99%;
	color: #515454;
	font-family: arial;
	margin: auto;
}

.right
{
  text-align: right;
  padding-right: 10px;
  padding-left: 10px;
  borde: 1px solid red;
  width: 30%;
}


.left
{
  text-align: left;
  padding-left: 10px;
  borde: 1px solid yellow;
}

.fright
{
  float: right;
	margin-right: 10px; 
}


#information a
 {
	text-decoration: none;
	color: #515454;
}




#productinformation
 {
	width: 99%;
	color: #515454;
	font-family: arial;
	margin: auto;
	margin-top: 15px;
	border-top: 1px solid lightgrey;
	padding-top: 10px;
}
#productinformation table
 {
	width: 90%;
	border-collapse: collapse;
	margin: auto;
	
}




.right
{
  text-align: right;
  padding-right: 10px;
  padding-left: 10px;
}


.left
{
  text-align: left;
  padding-left: 10px;
}

.fright
{
  float: right;

}

.epais
{
  font-weight: bold;

}


#productinformation a
 {
	text-decoration: none;
	color: #515454;
}



#productinformation table tr 
{
    height: 30px;
	width: 90%;
}

.center
{
    text-align:center;
	display: block;
}




.bgg
{
    background-color: #F7F8FB;
	border-botto: 1px solid lightgrey;
}




.bpbgw td {
  line-height: 50px;
}


.zeikomi
 {
	font-size: 0.7em;
	
}

.bigprice
 {
	 
	font-size: 0.9em;
	
}

.yen
 {
	font-size: 0.9em;
	margin-left: 30px;
}

#productpurchase 
{
 
	width:99%;
	margin-bottom: 30px;
}

.detail4 {
  width: 90%;
  height: 40px;
  margin: auto;
  background-color: darkgray;
  border: 2px solid lightgrey;
  display: flex;              /* Enable flexbox */
  justify-content: center;    /* Center horizontally */
  align-items: center;       /* Center vertically */
}

.detail4 a {
  width: 100%;                /* Ensure the <a> takes the full width of .detail4 */
  height: 100%;               /* Ensure the <a> takes the full height of .detail4 */
  text-align: center;         /* Center the text horizontally */
  color: white;               /* White text */
  text-decoration: none;      /* Remove underline */
  display: flex;              /* Make the <a> a flex container */
  justify-content: center;    /* Center text horizontally */
  align-items: center;        /* Center text vertically */
}

.detail5
{
	
	width:90%;
	height: 25px;
	margin: auto;
	display: flex;              /* Enable flexbox */
  justify-content: center;    /* Center horizontally */
  align-items: center;
  color: #515454;
  font-size: 0.9em;
}

.detail5 a
{
  text-align: center;
  color: #515454;
  text-decoration: none;
}

#comment
 {
	padding-top: 45px;
	padding-bottom: 45px;
	margin-top: 17px;
	width: 90%;
	color: #515454;
	margin: auto;
	border-top: 1px solid lightgrey;
	border-bottom: 1px solid lightgrey;
	margin-bottom: 25px;
}

#yokohamashop {
  width: 90%;
  background-colo: #F7F8FB;
  margin: auto;
  text-align: center;
  color: #515454;
  borde: 1px solid darkgray;
  padding: 15px 0;
  margin-bottom: 20px;
}

#yokohamashop a {
  text-decoration: none;  /* Remove default underline */
  color: inherit;         /* Inherit color from parent */
}



#yokohamashop img {
  width: 90%;            /* Ensure image takes 90% width */
  max-width: 400px;      /* Set a maximum width for the image */
  height: auto;          /* Maintain aspect ratio */
  margin-top: 15px;      /* Add space between image and text */
}





#lmintro {
  width: 90%;              /* Reduce width slightly to avoid overflow */
  max-width: 600px;        /* Ensures it doesn't get too wide */
  background-colo: #F7F8FB;
  margin: auto;            /* Centers the div horizontally */
  color: #515454;
  borde: 1px solid darkgray;
  padding: 15px;
  margin-bottom: 20px;
  margin-top: 50px;
  display: flex;           /* Flexbox for alignment */
  flex-direction: column;  /* Stack items vertically */
  align-items: center;     /* Center image but not text */
  text-align: left;        /* Ensures text aligns left */
  
}

.text-content {
  align-self: flex-start;  /* Aligns title & text to the left */
  width: 100%;             /* Makes sure text spans full width */
}

#lmintro img {
  width: 99%;            /* Ensure image takes 90% width */
  max-width: 400px;      /* Set a maximum width */
  height: auto;          /* Maintain aspect ratio */
  margin-top: 25px; 
	border: 1px solid lightgrey;  /* Add space between image and text */
}









#shopinfo {
  width: 90%;              /* Reduce width slightly to avoid overflow */
  max-width: 600px;        /* Ensures it doesn't get too wide */
  background-colo: #F7F8FB;
  margin: auto;            /* Centers the div horizontally */
  color: #515454;
  borde: 1px solid darkgray;
  padding: 15px;
  margin-bottom: 20px;
  margin-top: 50px;
  display: flex;           /* Flexbox for alignment */
  flex-direction: column;  /* Stack items vertically */
  align-items: center;     /* Center image but not text */
  text-align: left;        /* Ensures text aligns left */
}

.text-content {
  align-self: flex-start;  /* Aligns title & text to the left */
  width: 100%;             /* Makes sure text spans full width */
}

#shopinfo img {
  width: 99%;            /* Ensure image takes 90% width */
  max-width: 400px;      /* Set a maximum width */
  height: auto;          /* Maintain aspect ratio */
  margin-top: 25px;  
border: 1px solid lightgrey;  /* Add space between image and text */
}



#shopinfo table a {
  text-decoration: none;
  color: #515454;
}



#shopinfo table td
{
  
  width:100%;
}


#shopinfo table
{
  
  width: 99%;
}

#lmshoppingguide {
  width: 90%;              /* Reduce width slightly to avoid overflow */
  max-width: 600px;        /* Ensures it doesn't get too wide */
  background-colo: #F7F8FB;
  margin: auto;            /* Centers the div horizontally */
  color: #515454;
  borde: 1px solid darkgray;
  padding: 15px;
  margin-bottom: 20px;
  margin-top: 50px;
  display: flex;           /* Flexbox for alignment */
  flex-direction: column;  /* Stack items vertically */
  align-items: center;     /* Center image but not text */
  text-align: left;        /* Ensures text aligns left */
}

#lmshoppingguide a
 {
	text-decoration: none;
	color: #515454;
}

#lmshoppingguide a:hover
 {
	color: black;
}



#lmprivacypolicy {
  width: 90%;              /* Reduce width slightly to avoid overflow */
  max-width: 600px;        /* Ensures it doesn't get too wide */
  background-colo: #F7F8FB;
  margin: auto;            /* Centers the div horizontally */
  color: #515454;
  border-top: 1px solid lightgrey;
  padding-top: 30px;
  padding: 15px;
  margin-bottom: 20px;
  margin-top: 50px;
  display: flex;           /* Flexbox for alignment */
  flex-direction: column;  /* Stack items vertically */
  align-items: center;     /* Center image but not text */
  text-align: left;        /* Ensures text aligns left */
}

#lmprivacypolicy a
 {
	text-decoration: none;
	color: #515454;
}

#lmprivacypolicy a:hover
 {
	color: black;
}







#lmlink {
  width: 90%;              /* Reduce width slightly to avoid overflow */
  max-width: 600px;        /* Ensures it doesn't get too wide */
  background-colo: #F7F8FB;
  margin: auto;            /* Centers the div horizontally */
  color: #515454;
  border-top: 1px solid lightgrey;
  padding-top: 30px;
  padding: 15px;
  margin-bottom: 20px;
  margin-top: 50px;
  display: flex;           /* Flexbox for alignment */
  flex-direction: column;  /* Stack items vertically */
  align-items: center;     /* Center image but not text */
  text-align: left;        /* Ensures text aligns left */
}


#lmlink a
 {
	text-decoration: none;
    color: #515454;
    display: inline-flex; /* Use flex to align text and image */
    align-items: center;  /* Align image and text vertically */
    margin-bottom: 15px;   /* Space between links */
	text-align: center;
}

#lmlink a:hover
 {
	color: black;
}




#lmlink img {
    
    margin-right: 10px; /* Space between image and text */
	
}


#bottom
 {
	width: 99%;
	background-colo: #F7F8FB;
	margin: auto;
	text-align: center;
	font-size:1.2em;
	height: 30px;
	line-height: 30px;
	color: #515454;
	margin-bottom: 30px;
}

.rale02
 {
	
	font-family: "Raleway-ExtraLight";
	letter-spacing:.4rem;
}
.rale-n
 {
	
	font-family: "Raleway-ExtraLight";
	
}

.cin01
{
font-family: 'Cinzel-Regular';
letter-spacing:.1rem;
}

.cin02
{
font-family: 'Cinzel-Regular';
font-size: 1.2em;
letter-spacing: 0.1em;
}

.cin03
{
font-family: 'Cinzel-Regular';
font-size: 0.8em;
letter-spacing: 0.1em;
}
.cin04
{
font-family: 'Cinzel-Regular';
font-size: 1em;
letter-spacing: 0.1em;
}


.geo
 {
	
	font-family: "GeosansLight";
	letter-spacing:.2rem;
	color: black;
	text-decoration: none;
	
	
}






#bottominformation
 {
	width: 94%;
	color: #515454;
	font-family: arial;
	margin: auto;
	border-top: 1px solid lightgrey;
	border-bottom: 1px solid lightgrey;
	padding-top: 40px;
	padding-bottom: 40px;
	display: flex;
    justify-content: center;
    align-items: center;
	font-size: 0.9em;
}

#bottominformation table a
 {
	text-decoration: none;
	color: #515454;
	
	
}

#bottominformation table
 {
	border-collapse: collapse;
	
}

#bottominformation table tr 
{
    height: 35px;
}

#bottominformation table td
{
    text-align:center;
}






#theproduct {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
	 
  
}

.image-gallery {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
	margin-top: 5px;
}

.main-image-container {
    position: relative;
    width: 98%;
	margin-top:5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#main-image {
    width: 100%;
    
    height: auto;
    display: block;
	border:1px solid lightgrey;
    
}


.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none; /* No background */
    color: white;
    border: none; /* No border */
    padding: 10px 15px;
    font-size: 18px;
    cursor: pointer;
}

.arrow img {
    border: none; /* Remove border from images */
    background: none; /* Remove any background in the image */
}

.left {
    left: 5px;
}

.right {
    right: 5px;
}

.thumbnails {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
    overflow-x: auto; /* Allows scrolling on small screens */
    white-space: nowrap;
    width: 96%;
    padding: 5px 0;
}

.thumbnails img {
    width: 80px; /* Adjust as needed */
    height: auto;
    cursor: pointer;
    
    transition: transform 0.2s ease-in-out;
}

.thumbnails img:hover {
    transform: scale(1.1);
}



.dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background-color: lightgrey;
    cursor: pointer;
}

.dot.active {
    background-color: #515454;
}

.gallery-image {
    display: block;            /* Ensures images are block-level elements */
    width: 98%;                /* Set the width to 98% of the container */
    margin-bottom: 35px;       /* Adds space between the images */
    margin-left: auto;         /* Centers the image horizontally */
    margin-right: auto;        /* Centers the image horizontally */
}
	
	.main-image-container2 {
    
}


.shiftnormal
 {
	
	margin-left:45px;
	
	
}

#lisabrand
 {
	width: 94%;
	color: #515454;
	font-family: arial;
	margin: auto;
	margin-top: 80px;
	
	
}

#lisabrand img
 {
	
	margin: auto;
	width: 100%;
	
	
}