@charset "utf-8";
/* CSS Document */


/*----------------------
----- Media Queries ----
------------------------*/

@media (max-width:1280px){

.content {
    width: 100%;
}

}

@media (max-width:1024px){

.content-inquiry {
    width: 100%;

}

	
}


@media (max-width:800px){

.main-cap {
    font-size: 36px;
}

.content {
    padding-right: 14px;
    padding-left: 14px;
}

.product-info {
    width: 60%;
 }

.photo-detail-box {
    padding-top: 80px;
    padding-bottom: 40px;
}

.stuff-message {
    padding-bottom: 40px;
    font-size: 24px;
}
	
}
	

@media (max-width:736px){

.store-logo {
    width: 100%;
    float: none;
}

.store-info {
    width: 70%;
    float: none;
	text-align: center;
}

.store-logo img {
	width: 50%;
}

.store-logo img {
    width: 100%;
}

}


@media (max-width:500px){

.inquiry-title {
    font-size: 20px;
    letter-spacing: 0;
}

.content-inquiry {
    padding: 40px 20px 20px;
}


footer a img {
    width: 60%;
    height: auto;
}

}


@media (max-width:479px){

.store-info {
    width: 100%;
}

#header {
    margin-bottom: 20px;
}

.price1 {
    font-size: 18px;
    margin-bottom: 1%;
}

.price2 {
    font-size: 30px;
}

.product-info {
    width: 100%;
    margin-top: 20px;
}

.button {
    height: 50px;
    line-height: 50px;
    font-size: 20px;
}

.photo-detail-box {
    padding-top: 40px;
    padding-bottom: 20px;
}

.stuff-message {
    padding-bottom: 20px;
    font-size: 14px;
}

.photo-detail-img {
    width: 50%;
}

.photo-detail-box::after{
  content:"";
  display: block;
  width:50%;
}

.main-cap {
    font-size: 30px;
}

.top-cap {
    font-size: 16px;
	line-height:160%;
}

.spec-cap {
    font-size: 14px;
	line-height:160%;
}

}


@media (max-width:375px){

.stuff-message {
    font-size: 12px;
}	

.store-name {
    font-size: 20px;
 }
	
}


@media (max-width:320px){

#header {
    margin-bottom: 10px;
}

.store-name {
	width:100%;
}

.top-cap {
    font-size: 12px;
}

.main-cap {
    font-size: 24px;
}

.price1 {
    font-size: 14px;
}
 
.price2 {
    font-size: 26px;
}

.button {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}

.stuff-message {
    padding-bottom: 20px;
    font-size: 11px;
}

}