@charset "UTF-8";


img {
	max-width:100%;
	height: auto;
}
a {
    display:block;
    color: #666;
    text-decoration-line: none;
}
a:hover { 
    color: #999;
}
a img:hover {
	opacity: 0.8;
}
.underline {
	border-bottom: 3px solid #000;
	padding-bottom: 0.5rem;
}
.center {
	text-align: center;
}

/*header
-------------------------------------*/
.head {
	display: flex;
    flex-direction: row;
    padding: 1rem 0 0 0;
	
    
}

.head h1 { 
    padding: 1rem 0;
	font-weight: 700;
	letter-spacing: 3px;
}

nav ul {
	display: flex;
    flex-direction: row;
    justify-content: center;
    list-style: none;
	margin-bottom: 0.5rem;
}
nav li {
    display: block;
    flex: auto;
    
}
nav li a {
    text-decoration: none;
    text-align: center;
}
nav a:hover {
    text-decoration: underline;
}
nav a {
    padding: 1rem;
}

@media screen and (min-width: 768px){
	/* PC時はMENUボタンを非表示 */
	#open,#close {
		display: none !important;
	}
	
	#navi{
		display: block !important;
	}
	}
	
	@media screen and (max-width: 768px){
	.head {
		flex-direction: column;
		text-align: left;
		margin-bottom: 20px;
	}
	.telbox {
		margin-left: 0;
		text-align: center;
	}
	.head #open,#close  {
		position: absolute;
		top: 28px;
		right: 12px;
		}
	nav ul {
		flex-direction: column;
	}
	
	nav li {
		padding-top: 0;
		border-bottom: 1px solid #ccc;
		margin-bottom: 0;
	  
	}
	/* スマホ時はMENUボタンを表示 */
	#open {
		display: block;
		background: url(../img/button.png);
		background-repeat: no-repeat;
		background-size: contain;
		width: 50px;
		height: 50px;
		border: none;
		position: absolute;
		top: 20px;
		right: 12px;
	}
	#close  {
		display: block;
		background: url(../img/button2.png);
		background-repeat: no-repeat;
		background-size: contain;
		width: 50px;
		height: 50px;
		border: none;
		position: absolute;
		top: 20px;
		right: 12px;
	}
	/* スマホ時はメニューを非表示 */
	#navi {
		display: none;
	}
	}
	


/*main image
-------------------------------------*/
.mainimg img {
	width: 100vw;
}
#LOGO{
  width: 80px;
margin-top: 5px;
margin-bottom: 0;
}
/*main
-------------------------------------*/
main {
    margin: 5rem 0 5rem 0;
   
   width: 100%;

	 padding: 0.5rem;
  

}



/*catch title
-------------------------------------*/
h2.catch {
	text-align: center;
	color: #666;
	font-size: 4.0rem;
	margin-bottom: 3rem;
}
h1 { 
  text-align: center;
  padding: 1rem 0;
  letter-spacing: 3px;
  margin-bottom: 2rem;
  margin-top: 3rem;
  font-family: 'Playfair Display', serif;
  font-size: 2.8em;
  font-weight: 800;
  color: black;
} 
  

  
.detail3 {
	text-align: center;
	color: #666;
	margin-bottom: 5rem;
  font-family: "Open-Sans", sans-serif;
  font-size: 1.5em;
  font-weight: 100;
  padding-top: 0.7em;
}
.SOLD {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;}


.style3 {
	font-size: 12px;
	color: #333333;
}
.detail1 {
	font-size: 14px;
	font-weight: bold;
  background-color:#333333;
  
}
.detail2 {
	font-size: 14px;
	color: #000000;
	text-indent: 10px;
}
.detail {
	font-size: 1.7rem;
	color: #000000;
	text-indent: 10px;
}
.gray{
	font-size: 14px;
  color:#333333;
}
.brown{
	font-size: 14px;
	color: darkred;
}

/*footer
-------------------------------------*/
footer {
    background-color: #fff;
    padding: 3rem 0;
}
footer h5 {
    border-bottom: 1px solid #ccc;
}

/*copyright
-------------------------------------*/
.copyright {
    text-align: center;
    padding: 1rem 0;
    background-color: #fff;
}
.copyright a {
    color: #000;
    text-decoration: none;
	display: inline-block;
}

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
}
#pagetop a {
    display: block;
    background: #666;
    color: #fff;
    width: 50px;
    padding: 10px 5px;
    text-align: center;
}
#pagetop a:hover {
    background: #999;
}
/*パンくずリスト
-----------------------------------*/
.breadcrumb {
    margin: 0 0 1em 0;
    padding: 0;	
}
.breadcrumb li {
    list-style-type: none;
}
.breadcrumb li a {
    display: inline-block;
    color: #959fa5;
}
.row2{
  display: flex;
 justify-content: space-around;
  
  flex-wrap: wrap;
  width: 100%;
  height: auto;
   max-width: 100%;
    margin-left: 0;
     border: black solid 10px;
    align-items: center;
    justify-items: center;
    flex-direction: row;
  
}


/* Boilerplate */
 *, *::after, *::before {
	 box-sizing: border-box;
}

 button {
	
	 font-size: inherit;
}
/* Basic flex grid */
 .grid {
	 display: flex;
	 flex-wrap: wrap;
	 margin: -0.5em;
}
 .grid > * {
	 flex: 1 0 7em;
	 margin: 0.5em;
}
 
figure {
	 margin: 0;
}
 figure img {
	 height: inherit;
	 width: 100%;
}
/* Product layout - essential flexbox classes */
 .product {
	 align-items: center;
}
 .product section p:first-child {
	 margin-top: 0;
}
 .product section:nth-child(0) {
	 order: 2;
}
 .product section:nth-child(1) {
	 order: 1;
}
 .product .product-img img {
	 object-fit: cover;
}
 .product .product-thumbs {
	 list-style: none;
	 margin-top: 0.5rem;
	 padding: 0;
	 text-align: center;
}
 .product .product-thumbs button {
	 margin: 0;
}
 .product .product-thumbs img {
	 height: inherit;
	 width: 90px;
}
 .product button {
	 all: inherit;
}
 button.product-description-toggle {
	 display: none;
}
 

.product-related ul {
	 list-style: none;
	 padding: 0;
}
 .product-related ul li {
	 flex: 1 0 10em;
}
 .product-related ul li * {
	 margin: 0;
	 font-weight: normal;
}
/* Product styling - theme it here */
 .product h3, .product h1, .product .product-price {
	 font-weight: normal;
	 margin: 0;
}
 .product h1 {
	 font-size: 2rem;
	 line-height: 1.3;
}
 .product h3 {
	 font-size: inherit;
	 opacity: 0.6;
	 line-height: 1;
}
 .product .product-price {
	 font-size: 2rem;
   font-weight: 500;
}
 .product button.product-add {
	 color: #fff;
	 background: blue;
	 display: inline-block;
	 letter-spacing: 0.03em;
	 line-height: 1;
	 margin: 1rem 0;
	 padding: 1rem;
	 text-transform: uppercase;
}
 .product button.product-add:hover, .product button.product-add:focus {
	 background-color: blue;
}
 .product button.product-add:active {
	 background-color: navy;
}
 

.product-related {
	 margin-top: 2rem;
	 padding-top: 2rem;
}
 .product-related a {
	 text-decoration: none;
	 color: inherit;
}
 .product-related h4 {
	 font-size: 1.25rem;
}
 @media (max-width: 600px) {
	 .product {
		 display: block;
	}
	 button.product-description-toggle {
		 display: block;
		 text-decoration: underline;
		 margin-left: 0;
	}
	 button.product-description-toggle:focus + div, button.product-description-toggle:active + div {
		 display: block;
	}
	 .product-description {
		 display: none;
	}
	 .product-description:focus {
		 display: block;
	}
}
 /*form---*/
form {
    margin-left:auto;
    margin-right:auto;
    max-width: 700px;
    background: #F7F7F7;
    padding: 25px 15px 25px 10px;
    font: 14px Georgia, "Times New Roman", Times, serif;
    color: #888;
    text-shadow: 1px 1px 1px #FFF;
    border:1px solid #E4E4E4;
}
h {
    font-size: 20px;
    padding: 0px 0px 10px 40px;
    display: block;
    border-bottom:1px solid #E4E4E4;
    margin: -10px -15px 30px -10px;;
    color: #888;
}
h>span {
    display: block;
    font-size: 13px;
}
label {
    display: block;
    margin: 0px;
}
label>span {
    float: left;
    width: 25%;
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;
    color: #888;
}
input[type="text"], input[type="email"], textarea, select {
    border: 1px solid #DADADA;
    color: #888;
    height: 30px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 3px 3px 3px 5px;
    width: 70%;
    font-size: 12px;
    line-height:15px;
    box-shadow: inset 0px 1px 4px #ECECEC;
    -moz-box-shadow: inset 0px 1px 4px #ECECEC;
    -webkit-box-shadow: inset 0px 1px 4px #ECECEC;
}
textarea{
    padding: 5px 3px 3px 5px;
}
select {
    background: #FFF url('down-arrow.png') no-repeat right;
    appearance:none;
    -webkit-appearance:none; 
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 70%;
    height: 35px;
    line-height: 25px;
}
textarea{
    height:150px;
}
.button {
    background: #E27575;
    border: none;
    padding: 10px 25px 10px 25px;
    color: #FFF;
    box-shadow: 1px 1px 5px #B6B6B6;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #9E3F3F;
    cursor: pointer;
}
.button:hover {
    background: #999;
}
