/* CSS Document */


a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
h1, h2, h3, h4, h5 {
  margin: 0;
  font-weight: normal;
  font-size: medium;
}
ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}
img {
  width: 100%;
  display: block;
  margin: 0;
  vertical-align: bottom;
}
/* btn */
#btn_contact {
  position: fixed;
  bottom: 0;
  right: 0px;
  max-width: 300px;
  background: black;
  z-index: 9999;
}
#btn_contact > a {
  display: block;
  color: white;
  padding: 15px 40px;
  transition: all 0.3s;
}
#btn_contact > a:hover {
  text-decoration: none;
  opacity: 0.8;
}



/* main */
#main.harley {
  background-image: url("/wp-content/themes/twentytwenty-child/images/main02.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#main.kawasaki {
  background-image: url("/wp-content/themes/twentytwenty-child/images/main01.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#main > img {
  max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}
#main h1 {
    font-family: "Cormorant Infant", serif;
    font-weight: 400;
    font-size: 3.5em;
    overflow: hidden;
	position: relative;
  }
#main h1 {
    color: white;
    display: flex;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: column;
	padding-right: 20%;
	text-shadow:3px 3px 3px rgba(0,0,0,0.4);
  }
#main h1 p {
	margin:0;
}
#main h1 div {
    line-height: 1;
    padding-left: 40px;
    padding-right: 50%;
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)) 1;
	padding-bottom: 5px;
    display: block;
  }
#main h1 span {
	display: block;
	font-size: 0.4em;
	padding: 5px 0 0 40px;
	letter-spacing: 2px;
}
  #main {
    min-height: 33vh;
    display: flex;
  }	
@media screen and (max-width:990px) {
#main h1 {
  max-width: 80vw;
}
}
@media screen and (max-width:767px) {
#main h1 {
  max-width: 80vw;
	font-size:8vw;
}
}
@media screen and (max-width:640px) {
  #main {
    min-height: 25vh;
  }	
#main h1 div {
	padding-right: 30px;
}
#main h1 {
    font-family: "Cormorant Infant", serif;
    font-weight: 400;
	font-size: 3em;
	  max-width: 80vw;
	}
}

#shop_list ul {
	margin:60px 0 0 0;
}

#shop_list h2 {
	margin:0;
	font-size:22px;
	font-weight:normal;
	margin-bottom:5px;
	line-height:1.1;
}
#shop_list p {
	font-size:90%;
}


#shop_list li {
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-bottom:30px;
}
#shop_list li > a,
#shop_list li > img{
	width:35%;
}
#shop_list li > div{
	width:calc(65% - 30px);
}
#shop_list li p.btn01 {
	text-align:left;
}
#shop_list ul:nth-of-type(2) {
	margin-top:20px;
}
#shop_list h3 {
	margin-top:40px;
	font-size:130%;
	border-bottom:1px solid black;
}

@media screen and (max-width:990px) {
#shop_list li {
	align-items:flex-start;
}
}
@media screen and (max-width:767px) {
#shop_list li {
	display:block;
}
#shop_list li > a,
#shop_list li > img,
#shop_list li > div{
	width:100%;
}
	#shop_list li img {
		margin-bottom:13px;
	}
#shop_list li p.btn01 {
	text-align:center;
}
}