/*
Theme Name: EVITA
Description: エヴィータのテンプレート
Author: Wintel
Author URI: http://www.wintel.co.jp
*/





/* Utilities */

.hide-sm {
	display: none;
}
@media (min-width: 800px) {
	.hide-sm {
		display: inline;
	}
}

show-sm {
	display: block;
}
@media (min-width: 800px) {
	.show-sm {
		display: none;
	}
}

.hide-sm480 {
	display: none;
}
@media (min-width: 481px) {
	.hide-sm480 {
		display: inline;
	}
}

.show-sm480 {
	display: block;
}
@media (min-width: 481px) {
	.show-sm480 {
		display: none;
	}
}

.nobreak {
	display: inline-block;
}

.break-sm {
	display: block;
}

@media (min-width: 800px) {
	.break-sm {
		display: inline;
	}
}

.indent1em {
	text-indent: -1em;
	padding: 0 0 0 1em;
}

.no-post {
	padding: 5rem 0;
}

.no-post p {
	text-align: center;
}

.align_c {
	text-align: center;
}


.img-container {
  position: relative;
  margin: 0;
}

.img-container::before {
  padding-top: 66.66%;
  display: block;
  content: "";
}

.img-container-square::before {
  padding-top: 100%;
}

.img-container-hd::before {
  padding-top: 56.25%;
}

.img-container-portrait::before {
  padding-top: 150%;
}

.img-container .container-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.map-container {
  width:100%;
  height:400px;
  position: relative;
}

@media screen and (min-width: 481px) {
  .map-container {
    height:500px;
  }
}

.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

ul#bloglist li .img-container .container-inner img, 
.img-container .container-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}



/* Blog info */
div.blog_info {
	padding: 0.3rem 0;
	margin: 0 0 1.0rem 0;
	font-size: 0.7rem;
	line-height:1.0rem;
	border-top: 1px dotted #ddd;
}

@media (min-width: 481px) {
	div.blog_info {
		font-size: 0.8rem;
		line-height: 1.2rem;
	}
}


div.blog_info ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
}


div.blog_info li {
	float: right;
	padding: 0px;
	list-style: none;
	margin: 0 0 0 1rem;
	color: #231815;
}


div.blog_info li:last-of-type {
	margin: 0;
}


div.blog_info li .glyphicon {
	margin: 0 0.3rem 0 0;
}



/* Side */

#side00 > .widget-area > ul > li.widget-container {
	margin-bottom: 30px !important;
	margin-left: 0 !important;
}

#side00 > .widget-area > ul > li.widget-container:last-of-type {
  margin: 0 !important;
}

#side00 > .widget-area > ul {
	margin: 0 !important;
}



/* Calendar */
#wp-calendar { width: 100%; }
#wp-calendar caption {
	padding-bottom: 4px;
	text-align: center;
}
#wp-calendar thead { font-size: 0.8rem; text-align: center; }
#wp-calendar tbody { color: #999; }
#wp-calendar tbody td {
	background: #f8f8f8;
	padding: 3px 0 2px;
	text-align: center;
	font-size: 0.8rem;
	border: 1px solid #ccc;
}
#wp-calendar tbody td a { text-decoration: underline; }
#wp-calendar tbody td a:hover { text-decoration: none; }
#wp-calendar tbody .pad { border: none; background: none; }
#wp-calendar tfoot { font-size: 0.8rem; }
#wp-calendar tfoot td { padding-top: 5px; }
#wp-calendar tfoot #next { text-align: right; }



/* Monthly Archive */

#wp_contents #side00 .widget-area ul li.widget_archive ul {
  display: table;
  padding: 0.5rem 0;
  margin: 0.5rem 0 0 0;
}


#wp_contents #side00 .widget-area ul li.widget_archive ul li {
  list-style: none;
  border: none;
  display: block;
  margin: 1%;
  float: left;
}


#wp_contents #side00 .widget-area ul li.widget_archive ul li a {
  display: block;
  background-color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #e0e0e0;
  padding: 0.35rem 0;
  margin: 0;
  position: relative;
  top: -1px;
  white-space: nowrap;
  font-size: 0.7rem;
  line-height: 1.6em;
  text-align: center;
  text-indent: 0;
  text-decoration: none;
}


#wp_contents #side00 .widget-area ul li.widget_archive ul li a:hover {
  border: 1px solid #B49C56;
  background-color: #F7EBD0;
}


#wp_contents #side00 .widget-area ul li.widget_archive ul li a:before {
  content: none;
  margin: 0;
}


@media (min-width: 1025px) {
  #wp_contents #side00 .widget-area ul li.widget_archive ul li {
    width: 31.33%;
  }
}

@media (min-width: 800px) and (max-width: 1024px) {
  #wp_contents #side00 .widget-area ul li.widget_archive ul li {
    width: 48%;
  }
}

@media (min-width: 661px) and (max-width: 799px) {
  #wp_contents #side00 .widget-area ul li.widget_archive ul li {
    width: 14.66%;
  }
}

@media (min-width: 551px) and (max-width: 660px) {
  #wp_contents #side00 .widget-area ul li.widget_archive ul li {
    width: 18%;
  }
}

@media (min-width: 481px) and (max-width: 550px) {
  #wp_contents #side00 .widget-area ul li.widget_archive ul li {
    width: 23%;
  }
}

@media (max-width: 480px) {
  #wp_contents #side00 .widget-area ul li.widget_archive ul li {
    width: 31.33%;
  }
}


.widget-area ul.children {
  padding: 0 0.5rem 0 1.2rem;
}


.widget-area .tagcloud {
  padding: 0.5rem;
}


.widget-area .tagcloud a {
  line-height: 1.4em;
}



/* Post Entry */

#main00 p {
	margin-bottom: 1.5em;
}


#main00 img {
	max-width: 100%;
	height: auto;
	vertical-align: baseline;
}


#main00 img.alignleft {
	border: none;
	padding: 0;
	margin: 0 1.0rem 1.0rem 0;
	float: left;
}


#main00 img.alignright {
	border: none;
	padding: 0;
	margin: 0 0 1.0rem 1.0rem;
	float: right;
}


#main00 img.aligncenter {
	border: none;
	padding: 0;
	clear: both;
	display: block;
	margin: 0 auto 1.0rem auto;
}


#main00 img.alignnone {
	border: none;
	padding: 0;
	margin: 0;
}



/* Comments */

h3#comments {
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0;
	clear: both;
	margin-top: 40px;
	border-top: 1px solid #ddd;
}

.commentlist { margin: 0 0 30px 0; }
.commentlist ul { margin: 0; }
.commentlist li {
	border-top: 1px solid #ddd;
	padding: 15px 0 0 40px;
	margin: 0;
	position: relative;
	list-style: none;
}
.commentlist .avatar {
	background: #fff;
	border: 1px solid #ddd;
	left: 0;
	margin: 0;
	padding: 3px;
	position: absolute;
	top: 15px;
}
.commentlist .comment-author { font-size: 14px !important; }
.commentlist .comment-author a { text-decoration: underline; }
.commentlist .comment-author a:hover { text-decoration: none; }
.commentlist .comment-author cite.fn { font-style: normal; }
.commentlist .comment-meta { margin-bottom: 10px; }
.commentlist .comment-meta a {
	color: #999;
	font-size: 85%;
	text-decoration: none;
}
.commentlist .comment-meta a:hover { color: #ccc; }
.commentlist .comment-body { padding: 0 0 15px 0; }
.commentlist p { margin: 0 0 1rem 0; }
.commentlist .reply a {
	display: block;
	width: 4rem;
	text-align: center;
	font-size: 0.8rem;
	line-height: 2rem !important;
	color: #fff;
	background: #000;
	padding: 0 0.5rem;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: none;
	text-decoration: none;
}
.commentlist .reply a:hover { background: #A90329; color: #fff; }



/* Comment form */
#respond { margin-top: 40px; padding: 0px; }
#respond h3 {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	padding: 10px 0;
}

#commentform { margin-top: 20px; }
#commentform p { margin-bottom: 10px; }
#commentform label { margin: 10px 5px; font-size: 85%; }
*:first-child+html #commentform label { position: relative\9; top: -15px\9; } /* IE7 */
#commentform input[type="text"], #commentform textarea {
  display: block;
	font-size: 14px; line-height: 20px;
	margin: 5px 0 5px;
}
#commentform textarea {
	font-size: 14px;
	line-height: 20px;
	width: 100%;
}
#commentform input[type="text"]:focus, #commentform textarea:focus {
	border: 1px solid #903;
}
.required {
	font-size: 80%;
}
cite.fn {  }


/* si capcha code */

#respond p.comment-form-comment, 
#respond p.comment-form-author, 
#respond p.comment-form-email, 
#respond p.comment-form-url {
  margin-top: 1.5rem;
}

#respond .required {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.9rem;
  font-weight: normal;
  color: #903;
  margin: 0;
}

#respond p label {
  font-size: 0.7rem;
  margin: 0;
}

#respond input {
  display: block;
}

.si_captcha_small {
	margin-top: 1.5rem;
}

#respond p input#si_captcha_code {
  display: block;
	width: 100px;
}



/* Form */
input[type="text"], 
input[type="tel"], 
input[type="email"], 
input[type="number"], 
textarea, 
select {
	background-color: #F5F5F5;
	padding: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #999 #FAFAFA #FAFAFA #999;
	margin: 1px;
	color: #333;
}

input[type="text"]:focus, 
input[type="tel"]:focus, 
input[type="email"]:focus, 
input[type="number"]:focus, 
textarea:focus, 
select:focus {
	border: 1px solid #903;
}

input[type="submit"], 
input[type="reset"], 
input[type="button"] {
	display: block;
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	margin: 1em auto;
	padding: 1rem;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: none;
	width: 100%;
	cursor: pointer;
	background: transparent linear-gradient(to bottom, #45484D 0%, #222 44%, #000 100%) repeat scroll 0% 0%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media (min-width: 481px) {
	input[type="submit"], 
	input[type="reset"], 
	input[type="button"] {
		max-width: 300px;
	}
}


input[type="submit"]:hover, 
input[type="reset"]:hover, 
input[type="button"]:hover {
	background: transparent linear-gradient(to bottom, #A90329 0%, #8F0222 44%, #6D0019 100%) repeat scroll 0% 0% !important;
	text-decoration: none;
}



/* 検索窓 */
.search_unit { display: block; padding: 0px; }
.search_unit p { font-size: 12px; margin: 50px 0px 5px 0px !important; }
#searchbody { padding: 0px; }
#searchbody p { font-size: 12px; margin: 5px 0px 50px 0px; }
h2.search {
	font-size: 1.2rem;
	line-height: 1.5em;
	font-weight: normal;
	margin-bottom: 20px;
	color: #333;
}
h2.result {
	font-size: 20px;
	line-height: 1.4em;
	font-weight: normal;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho","HGS明朝E",serif;
	margin: 50px 0 0 0;
}
	.result a { color: #B49C56; text-decoration: none; }
	.result a:hover { color: #000; text-decoration: underline; }
.search_word { font-weight: bold; color: #903; margin: 0 0.5rem; }
#searchform input[type="text"] {
	margin: 0;
	padding: 0 25px 0 5px;
	font-size: 1rem;
	line-height: 2rem;
}
#searchform input[type="submit"] {
	margin: 0 0 0 -25px;
	padding: 0;
	height: 2rem;
	box-shadow: none;
	background-color: none !important;
	background-image: url(images/search_icon.png) !important;
	background-repeat: no-repeat !important;
	background-position: 0px 5px !important;
	width: 25px;
	border: none;
	text-indent: -60px;
	cursor: pointer;
	display: table-cell;
}
#searchform input[type="submit"]:hover {
	background: none !important;
	background-image: url(images/search_icon.png) !important;
	background-repeat: no-repeat !important;
	background-position: 0px 5px !important;
}
#s {
	width: 200px;
	margin-bottom: 30px;
}
.screen-reader-text {
	display: none;
}


.button {
	text-decoration: none;
	text-align: center;
	padding: 0.7rem 1.5rem;
	vertical-align: middle;
	display: block;
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	color: #FFF;
	margin: 1em auto;
	padding: 1rem;
	border-radius: 5px;
	border: medium none;
	width: 100%;
	max-width: 300px;
	cursor: pointer;
	background: transparent linear-gradient(to bottom, #45484D 0%, #222 44%, #000 100%) repeat scroll 0% 0%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.button:hover, 
.button:focus {
	text-decoration: none;
	color: #fff;
	background: transparent linear-gradient(to bottom, #A90329 0%, #8F0222 44%, #6D0019 100%) repeat scroll 0% 0% !important;
}



.formbox-mini { max-width: 100px; }
.formbox-short { max-width: 150px; }
.formbox-middle { width: 100%; }
.formbox-long { width: 100%; }

@media (min-width: 481px) {
	.formbox-middle { max-width: 300px; }
}


.hissu {
	color: #903;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0 0.3rem;
}


.tdsubmit {
	text-align: center;
	padding: 0;
}

@media (min-width: 641px) {
	.tdsubmit {
		padding: 2rem 0 0 0;
	}
}


.formInner {
	padding: 0;
}


.formInner label {
	font-weight: 400; 
}


.sent .formInner {
	display: none;
}


.complete-display {
	display: none;
}


.sent .complete-display {
	width: 100%;
	height: auto;
	margin: 0px auto 0px auto;
	padding: 6rem 0;
	display: block;
	text-align: center;
}


.sent .complete-display h3 {
	color: #000;
	margin: 0 0 1rem 0;
	padding: 0;
	font-size: 1.2rem;
}


span.wpcf7-not-valid-tip {
	top: 0px;
	left: 1rem;
}


span.wpcf7-checkbox .wpcf7-list-item {
	display: block;
}



/* Pagenation */

.pagination {
	clear: both;
	padding: 2rem 0 0 0;
	margin: 0;
	position: relative;
	font-size: 0.8rem;
	line-height: 1.6rem;
	text-align: center;
}


.pagination span, 
.pagination a {
	display: block;
	float: left;
	margin: 2px 2px 2px 0px;
	padding: 0;
	text-decoration: none;
	min-width: 1.6rem;
	color: #fff;
	background: #000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: none;
	white-space: nowrap;
}


.pagination a:hover {
	color: #fff;
	background: #A90329;
}


.pagination .current {
	padding: 0;
	background: #B49C56;
	color: #000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: none;
	white-space: nowrap;
}


a.more-link {
	display: block;
	float: left;
	font-size: 18px;
	line-height: 2.4rem; 
	color: #fff;
	background: #000;
	margin: 1em auto;
	text-align: center;
	width: 12rem;
	padding: 0 0.5rem;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: none;
	white-space: nowrap;
}


a.more-link:hover {
	color: #fff;
	background: #A90329;
}


div.nav-below {
	width: 16rem;
	margin: 2rem auto;
	overflow: auto;
	text-align: center;
}


.nav-previous a {
	display: block;
	width: 7rem;
	font-size: 0.8rem;
	line-height: 2rem; 
	color: #fff;
	background: #000;
	margin: 1em auto;
	text-align: center;
	padding: 0 0.5rem;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: none;
	white-space: nowrap;
	float: left;
}


.nav-next a {
	display: block;
	width: 7rem;
	font-size: 0.8rem;
	line-height: 2rem; 
	color: #fff;
	background: #000;
	margin: 1em auto;
	text-align: center;
	padding: 0 0.5rem;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: none;
	white-space: nowrap;
	float: right;
}


.nav-previous a:hover, 
.nav-next a:hover {
	color: #fff;
	background: #A90329;
}




@media screen and (min-width: 1025px){

#parts_img{
    display: block;
 
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
	margin-bottom:40px;
}

#parts_img li.parts_list {
    list-style: none;
    width: 23%;
    height: auto;
    display: block;
    margin: 1%;
    float: left;
}
#parts_img li.parts_list img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-decoration: none;
    border: 1px solid #000;
    box-shadow: 0px 1px 3px #e5e5e5;
}

}




@media screen and (max-width: 1024px) and (min-width: 800px){
#parts_img{
	margin-bottom:40px;
}
#parts_img li.parts_list {
    list-style: none;
	width: 48%;
    height: auto;
    display: block;
    margin: 1%;
    float: left;
}

#parts_img li.parts_list img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-decoration: none;
    border: 1px solid #000;
    box-shadow: 0px 1px 3px #e5e5e5;
}
}


@media screen and (max-width: 799px) and (min-width: 641px){
#parts_img{
	margin-bottom:40px;
}
#parts_img li.parts_list {
    list-style: none;
	width: 48%;
    height: auto;
    display: block;
    margin: 1%;
    float: left;
}

#parts_img li.parts_list img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-decoration: none;
    border: 1px solid #000;
    box-shadow: 0px 1px 3px #e5e5e5;
}
	
}
@media screen and (max-width: 640px) and (min-width: 481px){
#parts_img{
	margin-bottom:40px;
}
#parts_img li.parts_list {
    list-style: none;
	width: 48%;
    height: auto;
    display: block;
    margin: 1%;
    float: left;
}

#parts_img li.parts_list img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-decoration: none;
    border: 1px solid #000;
    box-shadow: 0px 1px 3px #e5e5e5;
}
	
	
}
@media screen and (max-width: 480px){
#parts_img{
	margin-bottom:20px;
}
#parts_img li.parts_list {
    list-style: none;
	width: 48%;
    height: auto;
    display: block;
    margin: 1%;
    float: left;
}

#parts_img li.parts_list img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-decoration: none;
    border: 1px solid #000;
    box-shadow: 0px 1px 3px #e5e5e5;
}

}


/* Parts Item - single
   ========================================================================== */

#mmbody_parts_single {
  width: 100%;
  height: auto;
  padding: 0 0 50px 0;
  margin: 10px auto;
  border-bottom: 1px dotted #B49C56;
}

@media (min-width: 800px) {
  #mmbody_parts_single {
    margin: 10px auto;
    border: none;
  }
}


#mmbody_parts_single article.parts {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
}


#mmbody_parts_single .base-info {
  width: 100%;
  height: auto;
  padding: 0 10px 50px 10px;
  margin: 0 auto;
}

@media (min-width: 800px) {
  #mmbody_parts_single .base-info {
    width: 100%;
    padding: 0 2% 50px 2%;
  }
}


#mmbody_parts_single .img-info {
  width: 100%;
  height: auto;
  padding: 0 10px 50px 10px;
  margin: 0 auto;
}

@media (min-width: 800px) {
  #mmbody_parts_single .img-info {
    width: 100%;
    padding: 0 2% 50px 2%;
  }
}


#mmbody_parts_single .cart-info {
  width: 100%;
  height: auto;
  padding: 0 10px 50px 10px;
  margin: 0 auto;
}

@media (min-width: 800px) {
  #mmbody_parts_single .cart-info {
    width: 100%;
    padding: 0 2% 50px 2%;
  }
}


#mmbody_parts_single .contact-info {
  width: 100%;
  height: auto;
  padding: 0 10px;
  margin: 0 auto 50px auto;
}

@media (min-width: 800px) {
  #mmbody_parts_single .contact-info {
    padding: 0 2%;
  }
}


#mmbody_parts_single h2.item-title {
  font-size: 1.3rem;
  line-height: 1.5em;
  margin: 0 0 1rem 0;
}

@media (min-width: 481px) {
  #mmbody_parts_single h2.item-title {
    font-size: 24px;
  }
}

@media (min-width: 800px) {
  #mmbody_parts_single h2.item-title {
    font-size: 30px;
  }
}


.spec-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin: 0 0 2.5em 0;
}


#mmbody_parts_single p.spec-price {
  display: block;
  width: auto;
  font-size: 24px;
  line-height: 24px;
  margin: 0 1rem 0 0;
}


#mmbody_parts_single p.spec-status {
  display: block;
  width: 40px;
  height: 24px;
  margin: 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 24px;
  color: #fff;
  text-align: center;
}


.status-new {
  background: #B49C56;
}


.status-used {
  background: #903;
}


.gallery-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}


.img-container-parts {
  width: 25%;
  border: 1px solid transparent;
}

.img-container-parts:first-child {
	width: 100%;
}

.youtube-wrap {
  width: 100%;
  height: auto;
  margin: 0 auto;
}


.contact-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;
}

@media (min-width: 641px) {
  .contact-wrap {
    margin: 0 -10px;
  }
}

@media (min-width: 800px) {
  .contact-wrap {
    margin: 0 -10px;
  }
}


.contact-wrap a {
  width: calc(100% - 40px);
  max-width: 100%;
  padding: 10px 0;
  margin: 20px 20px;
}

@media (min-width: 641px) {
  .contact-wrap a {
    width: calc(33.33% - 20px);
    margin: 0 10px;
  }
}

@media (min-width: 800px) {
  .contact-wrap a {
    width: calc(33.33% - 20px);
    margin: 0 10px;
  }
}


.contact-wrap a:first-of-type, 
.contact-wrap a:last-of-type {
  margin: 0 20px;
}

@media (min-width: 641px) {
  .contact-wrap a:first-of-type, 
  .contact-wrap a:last-of-type {
    margin: 0 10px;
  }
}

@media (min-width: 800px) {
  .contact-wrap a:first-of-type, 
  .contact-wrap a:last-of-type {
    margin: 0 10px;
  }
}


.contact-wrap a.button {
  font-size: 0.9rem;
  color: #444;
  background: #fff;
  background-image: url(img/box_w-80.png);
  border: 2px solid #bbb;
}


.contact-wrap a.button:hover {
  color: #444 !important;
  background: #F7DB9B !important;
  background-image: url(img/box_w-80.png) !important;
}


.contact-ic {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}


.contact-ic .ic-img {
  width: 24px;
  height: 24px;
  margin: 0 0.15rem 0.25rem 0.15rem;
}


.contact-ic .ic-img img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}


.contact-ic .ph-num {
  font-size: 0.9rem;
  line-height: 24px;
  margin: 0 0.25rem 0.25rem 0.25rem;
}


.cart-info select, 
.cart-info input[type="text"] {
  background: #fff;
}
.cart-info input[type="submit"] {
  max-width: 100%;
  font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo, sans-serif;
  font-size: 0.9rem;
  padding: 38px 0 10px 0;
  margin: 10px auto 0 auto;
  background: #c00;
  background-image: url(img/ic-cart-in.png);
  background-repeat: no-repeat;
  background-position: center 10px;
  background-size: 24px 24px;
}


.cart-info input[type="submit"]:hover, 
.cart-info input[type="submit"]:focus {
  background: #B49C56 !important;
  background-image: url(img/ic-cart-in.png) !important;
  background-repeat: no-repeat !important;
  background-position: center 10px !important;
  background-size: 24px 24px !important;
}


.cart-info a.button {
  max-width: 100%;
  font-size: 0.9rem;
  padding: 10px 0;
  margin: 0 auto;
}

@media (min-width: 641px) {
  .cart-info a.button {
    max-width: 300px;
  }
}


.cart-wrap {
  margin: 0 auto 50px auto;
}


.cart-wrap a.button {
  max-width: 100%;
  font-size: 0.9rem;
  padding: 10px 0;
  margin: 0 auto;
}

@media (min-width: 641px) {
  .cart-wrap a.button {
    max-width: 300px;
  }
}


.cart-ic {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}


.cart-ic .ic-img {
  width: 24px;
  height: 24px;
  margin: 0 0.15rem 0.25rem 0.15rem;
}


.cart-ic .ic-img img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}


.cart-info a.button {
  background: #c00;
}


.cart-wrap a.button {
  background: #B8A586;
}


.cart-info a.button:hover, 
.cart-info a.button:focus, 
.cart-wrap a.button:hover, 
.cart-wrap a.button:focus {
  background: #B49C56 !important;
}


.list-info {
  padding: 0 10px;
  margin: 0 auto;
}


.list-info a.button {
  max-width: 100%;
  font-size: 0.9rem;
  padding: 10px 0;
  margin: 0 auto;
}

@media (min-width: 641px) {
  .list-info a.button {
    max-width: 300px;
  }
}


.list-ic {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}


.list-ic .ic-img {
  width: 24px;
  height: 24px;
  margin: 0 0.15rem 0.25rem 0.15rem;
}


.list-ic .ic-img img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}


.term-info {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 30px;
}


.term-info .term-img {
  width: 100px;
  height: 100px;
  margin: 0 0 10px 0;
}

@media (min-width: 481px) {
  .term-info .term-img {
    width: 150px;
    height: 150px;
  }
}


.term-info .term-img a {
  display: block;
  padding: 10px;
  background-image: url(img/box_w-80.png);
  box-shadow: 0px 1px 3px #e5e5e5;
  border: 1px dotted #bbb;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}


.term-info .term-img a:hover {
  background-color: #F7DB9B;
}


.term-info .term-img img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}


.term-info h2 {
  display: block;
  width: 100%;
  font-size: 14px;
  text-align: center;
}

@media (min-width: 641px) {
  .term-info h2 {
    font-size: 20px;
  }
}


.parts-type-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}


.parts-type {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 10px 0;
}

@media (min-width: 481px) {
  .parts-type {
    width: calc( 50% - 20px );
    margin: 10px;
  }
}

@media (min-width: 641px) {
  .parts-type {
    width: calc( 50% - 20px );
  }
}

@media (min-width: 800px) {
  .parts-type {
    width: calc( 33.33% - 20px );
  }
}

@media (min-width: 1025px) {
  .parts-type {
    width: calc( 25% - 20px );
  }
}


.parts-type .term-img {
  width: 200px;
  height: 200px;
  margin: 0 0 10px 0;
}

@media (min-width: 481px) {
  .parts-type .term-img {
    width: 150px;
    height: 150px;
  }
}

@media (min-width: 641px) {
  .parts-type .term-img {
    width: 200px;
    height: 200px;
  }
}


.parts-type .term-img a {
  display: block;
  padding: 10px;
  background-image: url(img/box_w-80.png);
  box-shadow: 0px 1px 3px #e5e5e5;
  border: 1px dotted #bbb;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}


.parts-type .term-img a:hover {
  background-color: #F7DB9B;
}


.parts-type .term-img img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}


.parts-type h2 {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  font-size: 12px;
  text-align: center;
}

@media (min-width: 641px) {
  .parts-type h2 {
    font-size: 13px;
  }
}



