@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: 100px;
margin-top: 1rem;
}
/* main
-------------------------------------*/
main {
    margin: 5rem 0 5rem 0;
    
}

/*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;
} 
  
h2 {
	text-align: center;
	color: #666;
	margin-bottom: 5rem;
  font-family: "Open-Sans", sans-serif;
  font-size: 0.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:darkgray;
  
}
.detail2 {
	font-size: 14px;
	color: #000000;
	text-indent: 10px;

}


/* footer
-------------------------------------*/
footer {
    background-color: #fff;
    padding: 3rem 0;
    grid-area:footer;
    max-width: 100%;
  width:80%;
  height:19vh;
  margin:0 auto;
  align-items: center;
  justify-content:space-around;
  justify-self:center;
}
footer h5 {
    border-bottom: 1px solid #ccc;
}
.social-profiles {
    text-align: center;
    grid-area: content;
   width:100%;
   display:flex;
   grid-area: content;
  }

#footer {border :0;

}
  #contact{
    margin:0 auto;
    width:60%;
    height:20vh;
    display:flex;
    align-items: center;
    justify-content: space-around;
   
  }
  i {
    font-size: 3.5rem;
     width: 45%;
      padding: 0 20%;
      margin: 1rem auto 0 auto;
      display: flex;
      justify-content: center;
     color: gray; 
      }

/*copyright
-------------------------------------*/
.copyright {
    text-align: center;
    padding: 1rem 0;
    background-color: #fff;
    
}

/*ページトップへ戻るボタン
-------------------------------------*/
#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;
}

.fa-etsy {
    color: orange;
  }