@charset "UTF-8";
/**************************************
							共 通 項 目
**************************************/
hr { margin: 0; }

/**************************************
						コ ン テ ン ツ
**************************************/

/*.header img { width: 55%; max-width: 260px; }*/

#title {background: #000;}
.eyecatch {background: #000;color: #fff;}
.eyecatch img { width: 100%; height: auto; }

.intro { font-size: 1.6rem; font-size: clamp(1.6rem, 2vw, 2rem); line-height: 1.6; }

a:hover {color: #f90;text-decoration: underline;}

a {transition: all ease 0.4s;}


/**************************************
							店 舗 情 報
**************************************/
.footer { background: #000; color: #FEFEFE; }
.footer h3 { text-align: center; font-size: 2.2rem; font-weight: 700; }
.copy { width: 100%; text-align: center; background-color: #000; color: #999; font-size: 1.4rem; }
.footer .shop {font-size: 80%;}
.footer .shop a {color: #fff;}
.footer .shop a:hover {color: #e90; text-decoration: underline;}