/***************************************************** color ******************************************************/ @baseColor: #fff; @accentColor: #f1a3a6; @mainColor: #f1a3a6; @subCoror: #f1a3a6; @mainTextColor: #000; @subTextColor: #fff; @lightGray: #f2f2f2; @darkGray: #616161; @gray: #ccc; /***************************************************** length ******************************************************/ @pcWidth: 1120px; @pcWidth-middle: 1025px; @pcWidth-short: 800px; @tabletWidth: 90%; @spWidth: 90%; @logoWidth: 200px; /* media query の設定 */ @mobile: ~"only screen and (max-width: 414px)"; @tablet: ~"only screen and (max-width: 1025px)"; @pc: ~"only screen and (min-width: 1000px)"; @middle-pc: ~"only screen and (max-width: 1000px)"; .main{ background: @baseColor; } .tel-box{ background: @accentColor; color: @subTextColor; } .mail-box{ background: @mainColor; color: @subTextColor; } .mail-box_s{ background: #85d0e7; color: @subTextColor; } a { color: @mainColor; }