@charset "utf-8";
/*--------------------------------------
copyright : Lampros co.,Ltd.
--------------------------------------*/

@import url(normalize.css);
@import url(all.css);
@import url(common_parts.css);
@import url(common.css);


/*
cart / day:2020/01/21
=========================================================*/

.title { text-align:center; margin-bottom: 2rem; font-size: 2rem;	color: #663300;	border: 1px solid #663300; border-left: none; border-right: none;	background: #F8F7F5; padding: 1rem 0; }
.bold { font-weight: bold; }
.text_box { margin-top:3rem; }
.flex { display:flex; margin-top: 2rem;}
.flex li { border:solid 1px #663300; }
.flex li:first-child { margin-right:3rem; }
.flex li a{ color:#663300; font-weight: bold; padding:1rem 2rem; display:block; }
.btn { width:70%; margin:0 auto; border:solid 1px #663300; margin-top: 2rem; text-align:center; }
.btn a { color:#663300; padding:1rem 2rem; display:block; }

@media screen and (max-width:414px){
	.flex li:first-child { margin-right:auto; }
}

/* sec01 */
#sec01 , #sec02 ,#sec03 { margin-bottom:10rem; font-size: 1.6rem; }







