body {
	margin:0 auto;
	max-width: 1200px;
}

.max {
	width: 100%;
}

h3 {
	text-align: center;
	color: #727272;
	padding: 20px 0;
}

div.inner{
  display: flex;
  flex-direction: row;
  width: 100%;
}

div.inner img {
	width: 50%;
}

section.items {
	text-align: center;
	color: #727272;
	margin-bottom: 80px;
	line-height: 2;
}

section.items hr {
    width: 50%;
}

section#cart h2 {
    text-align: center;
    color: #727272;
    margin-bottom: 80px;
    line-height: 2;
    padding-bottom: 5px;
}
section#cart h3 {
    padding-bottom: 5px;
}

section#cart h4 {
    text-align: center;
    color: #727272;
    margin-bottom: 40px;

}

section#cart label {
	padding: 10px 0;
}

section#cart select {
    padding: 7px 0px;
}


footer {
	width: 100%;
	/*display: flex;*/
	flex-direction: row;	
}

footer .mail{
	width: 38.346%;
	height: 100%;
}
footer .instagram{
	width: 28.967%;
}
footer .line{
	width: 32.685%;
}

a {
	display: block;
}

@media screen and (max-width: 960px) {
	div.inner  {
		display: block;
	}
	div.inner img {
		width: 100%;
	}
}

label {
	display: block;
	color: #727272;

}
input[type="text"] {
	width: 100%;
	border: solid 1px gray;
	border-radius: 5px;
	height:35px;
	font-size: 16px;
}

textarea {
	width: 100%;
	height: 60px;
	border: solid 1px gray;
	border-radius: 5px;

}

.preorder, .mail {
	cursor: pointer;
}

.popup {
	display: none;
}

h2#gtm_cart {
    line-height: 60px;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
 
.clearfix:before {
　　　　content: "";
	display: block;
	clear: both;
}
 
.clearfix {
	display: block;
}

/* contact forms */
form th,td {
	border: solid 1px #d0d0d0; 
	padding: 5px;
}
form td {
	padding:5px 10px;
}
form th {
	min-width: 150px;
	width: 20%;
	background: #ddd;
}
form input[type=text],form textarea {
	display: block;
	width: 100%;
	margin:10px 0;
}

form label {
	display: block;
	text-align: left;
}

form label.title {
	margin: 10px 0;
	font-weight: bold;
	font-size: 1.1em;
}

input[type="radio"] {
    margin-right: 10px;
}

	section#cart table td{

	  width:50%;

	}



@media screen and (max-width: 798px) {
/* 768pxまでの幅の場合に適応される */
	body {
		font-size: 0.8rem;
	}
	section#cart h4 {
	    text-align: center;
	    color: #727272;
	     margin-bottom: 0; 
	}
	section#cart label {
	    padding: 5px 0;
	}

	section#cart table td{

	  width:100%;
	  display:block;

	}

	.description {
		position:relative;
		top: -130px;
	}

	section#cart form label, section#cart form{
		display: block;
		text-align: center;
	}

	section#cart h2 {
	    text-align: center;
	    color: #727272;
	    margin-bottom: 10px;
	    line-height: 2;
	    padding-bottom: 5px;
	}

}

#footer-link {
	position: fixed;
	bottom: 0;
	width: 100%;
	max-width: 1200px;
	z-index: 99999;

}

#footer-link .col3 {
  display: flex;
  width: 100%;
}

#footer-link .col3 li {
  width: calc(100% / 1);
}

#footer-link ul,
#footer-link li {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
}

#footer-link li {
  background: #cccccc75;
  text-align: center;
  padding: 20px 0;
  border: 1px solid #fff;
}

#footer-link img {
    width: 25%;
    max-width: 65px;
    display: block;
    margin: 0 auto;
}

footer.padded-top15.center-mobile {
    text-align: center;
    padding-bottom: 150px;
    background: #00bcd452;
    padding-top: 15px;
}