@charset "utf-8";
/*--------------------------------------
	copyright : Lampros co.,Ltd.
--------------------------------------*/

@import url(normalize.css);
@import url(all.css);
@import url(common_parts.css);
@import url(common.css);


/*
 faq
==============================*/
.br{display: block;}
.open_btn {cursor: pointer;}
@media screen and (min-width: 735px) { a[href^="tel:"]{color: #444;} }
/* mv ----------*/
#mv { margin-top: 2rem; }
#mv { width: 100%; }
#mv .inner { width: 100%; max-width: 1100px; margin: 0 auto; position: relative; }
#mv .mv_img_box { position: relative; }
#mv .mv_text_box { background: rgba(255, 255, 255, 0.9); position: absolute; top: 4rem; left: 0; max-width: 360px; padding: 2rem 2rem 2rem 3rem; }
#mv .mv_ttl { font-size: 3rem; color: #33190C; line-height: 1.1; font-feature-settings: "palt"; padding-bottom: 1rem; }
#mv .mv_text_item { font-size: 1.4rem; color: #33190C; margin: 0; line-height: 1.2; }

/* main ----------*/
.main_inner {margin-top: 10rem; margin-bottom: 17rem;}
section {width: 100%; max-width: 1100px; margin: 0 auto 10rem; }
.sec_inner {margin: 0 10rem;}
.main_ttl { font-size: 3rem; color: #fff; background: #663300; padding: 1rem 0; margin-bottom: 3rem; }
.sec_subttl { font-size: 2rem; line-height: 1.5; margin: 2rem 0 1rem; color: #444; }
.sec_text { font-size: 1.4rem; line-height: 1.5; color: #444; }
.sec_text a { font-weight:bold; text-decoration:underline; }
.art { margin: 2rem 10rem 5rem; }
/*.sin_news { max-width:1100px; margin: 0 auto; }*/
.sub_ttl { font-size: 2rem; color: #663300; border: 1px solid #663300; border-left: none; border-right: none; background: #F8F7F5; padding: 1rem 0; }
.date { margin-right: 1em; }
/*
.see_more_btn { margin-top: 3rem; }
.see_more_btn .btn { border: 1px solid #815b46; margin: 0 auto; max-width: 200px; padding: 0.5rem; cursor: pointer; }
.see_more_btn .btn_text { border: 1px dashed #815b46; padding: 0.4rem 4.5rem; line-height: 1.8;display: block; color: #815B46;  }
*/
.see_more_btn .btn{ font-size: 1.6rem; border: 1px solid #633319; border-radius: 5px; width: 20%; margin: 3rem auto 0; background: #633319; color: #fff; cursor: pointer; }
.see_more_btn .btn_text { color: #fff; display: block; padding: 1rem 0; }
.see_more_btn .btn i { font-size: 2rem; vertical-align: text-top; }
.lst_box { margin: 3rem 0 0; }
.disp_no { display: none; }
.more_news.hid { height: 0; opacity: 0; overflow: hidden; }
.more_news { /*margin-top: 3rem;*/ height: auto; transition: 1s;}
.img_box { margin-bottom: 2rem; }

@media screen and (max-width: 768px ) {
	.main_inner { margin-bottom: 5rem; }
	section { margin-bottom: 5rem; }
	.sec_inner {margin: 0 5rem;}
	.sub_ttl { font-size: 2rem; margin: 0 -3.5rem; padding: 1rem 3.5rem; text-align: left !important; }
	.sec_text { font-size: 1.8rem; }
	.sin_news { margin-bottom: 5rem; }
	.art { margin: 5rem 0 0; }
}

@media screen and (max-width: 414px ) {
	.main_inner { margin-top: 5rem; margin-bottom: 7rem; }
	.sec_inner {margin: 0 3.5rem;}
	.main_ttl { font-size: 2.2rem; height: auto; margin-bottom: 2rem; }
	#mv .mv_ttl { font-size: 2.3rem; margin-bottom: 0.8rem; }
	#mv .mv_text_box { position: static; transform: none; top: auto; max-width: inherit; width: auto; text-align: center; padding: 3rem 3.5rem 0; }
	#mv .mv_text_item { font-size: 1.6rem; }
	#mv .mv_ttl { font-size: 2.3rem; }
	.sec_text { font-size: 1.5rem; line-height: 1.7; letter-spacing: 0.05rem; }
	.sin_news { margin-bottom: 3rem; }
	.art { margin: 3rem 0 0; }
	.date { display: block; text-align: left; }
}