/* CSS Document */

.free1 #main dl {
	margin-top: 50px;
}
.free1 #main dl dt {
	margin-top: 30px;
	padding-left: 10px;
	border-left: 5px solid #403000;
	color: #403000;
	font-size: 183.4%;
}
.free1 #main dl dt:first-child {
	margin-top: 0;
}
.free1 #main dl dd {
	margin: 15px 0;
	padding-bottom: 10px;
	font-size: 108.3%;
}

.free1 #main dl dd .flow {
	border-collapse: separate;
	border-spacing: 25px 0;
	display: table;
	margin-bottom: 20px;
	text-align: center;
	width: 100%;
}
.free1 #main dl dd .flow li {
	background-color: #403000;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	color: #FFF;
	font-size: 125%;
	font-weight: bold;
	display: table-cell;
	height: 145px;
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: 25%;
}
.free1 #main dl dd .flow li:before {
	content: "";
	display: inline-block;
	border-top: 3px solid #000;
	border-right: 3px solid #000;
	position: absolute;
	height: 10px;
	width: 10px;
	margin-top: -7px;
	top: 50%;
	left: -22px;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.free1 #main dl dd .flow li:first-child:before {
	border: none;
}




@media only screen and (max-width: 768px) {
.free1 #main dl {
	margin-top: 0;
}
.free1 #main dl dt {
	margin-top: 6vw;
	font-size: 16px;
}
.free1 #main dl dd {
	margin: 0;
	margin-top: 4vw;
	padding-bottom: 0px;
}

.free1 #main dl dd .flow {
	border-spacing: 10px 0;
	margin-bottom: 10px;
}
.free1 #main dl dd .flow li {
	background-color: #403000;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font-size: 13px;
	width : -webkit-calc((100vw - 70px) / 4);
	height : calc((100vw - 70px) / 4);
}
.free1 #main dl dd .flow li:before {
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	left: -15px;
}
}


/* store
================================*/
.free2 #main * + p {
	margin-top: 1.2em;
}

.free2 #main a,
.free2 #main .emp {
	font-size: 115.4%; /*15px*/
	font-weight: bold;
}
.free2 #main a {
	text-decoration: underline;
}
.free2 #main a:hover {
	text-decoration: none;
}

.free2 #main .photo {
	overflow: hidden;
}
.free2 #main .photo p {
	float: left;
	margin-right: 10px;
	margin-top: 0;
	width : -webkit-calc((100% - 20px) / 3);
	width : calc((100% - 20px) / 3);
}
.free2 #main .photo p:last-child {
	margin-right: 0;
}

.free2 #main .map {
	margin-top: 20px;
}
.free2 #main .map .txt {
	margin-top: 5px;
}

.free2 #main .contact {
	margin-top: 50px;
}


@media only screen and (max-width: 768px) {

.free2 #main .photo {
	margin-bottom: 20px;
	overflow: hidden;
}
.free2 #main .photo p {
	float: left;
	margin-right: 10px;
	margin-top: 0;
	width : -webkit-calc((100% - 20px) / 3);
	width : calc((100% - 20px) / 3);
}
.free2 #main .photo p:last-child {
	margin-right: 0;
}

.free2 #main .map {
	margin-top: 20px;
}
.free2 #main .map iframe {
	width: 100%;
	height: 60vw
}

.free2 #main .contact {
	margin-top: 8vw;
}
}


/* store
================================*/
.free3 {
}
.free3 #main a {
	font-size: 115.4%; /*15px*/
	font-weight: bold;
	text-decoration: underline;
}
.free3 #main a:hover {
	text-decoration: none;
}
.free3 #main * + p {
	margin-top: 20px;
}
.free3 #main .hdg02 {
	margin-top: 50px;
}

.free3 #main .txtImg {
	margin-top: 20px;
	overflow: hidden;
}
.free3 #main .txtImg .img {
	float: left;
	margin-right: 30px;
}
.free3 #main .txtImg .txtb {
	overflow: hidden;
}

.free3 #main .onlyOne {
	margin-top: 50px;
	/*min-height: 400px;*/
}
.free3 #main .onlyOne .onlyOnePhoto {
	margin-top: 10px;
	overflow: hidden;
}
.free3 #main .onlyOne .onlyOnePhoto > * {
	float: left;
	margin-right: 25px;
	width : -webkit-calc((100% - 20px) / 3);
	width : calc((100% - 25px) / 2);
}
.free3 #main .onlyOne .onlyOnePhoto > *:last-child {
	margin-right: 0px;
}



@media only screen and (max-width: 768px) {
.free3 #main * + p {
	margin-top: 1.2em;
}
.free3 #main .hdg02 {
	margin-top: 0;
}

.free3 #main .txtImg {
	margin-top: 20px;
	overflow: hidden;
}
.free3 #main .txtImg .img {
	float: none;
	margin-right: 0px;
}
.free3 #main .txtImg .txtb {
	overflow: hidden;
}

.free3 #main .onlyOne {
	margin-top: 8vw;
}
.free3 #main .onlyOne .onlyOnePhoto {
	margin-top: 10px;
}
.free3 #main .onlyOne .onlyOnePhoto > * {
	margin-top: 0px;
	margin-right: 10px;
	width : -webkit-calc((100% - 10px) / 2);
	width : calc((100% - 10px) / 2);
}
}