/***************************************************** color ******************************************************/ @baseColor: #fff; @accentColor: #adc019; @mainColor: #e5c12f; @subCoror: #e7f2eb; @mainTextColor: #000; @subTextColor: #fff; @lightGray: #f2f2f2; @darkGray: #616161; @gray: #ccc; /***************************************************** length ******************************************************/ @pcWidth: 1350px; @pcWidth-middle: 1050px; @pcWidth-short: 800px; @tabletWidth: 90%; @spWidth: 90%; @logoWidth: 580px; /* media query の設定 */ @mobile: ~"only screen and (max-width: 414px)"; @tablet: ~"only screen and (max-width: 800px)"; @tablet2: ~"only screen and (max-width: 1349px)"; @tablet3: ~"only screen and (max-width: 950px)"; @pc: ~"only screen and (min-width: 1350px)"; @middle-pc: ~"only screen and (max-width: 1000px)"; .main{ background: @baseColor; } .tel-box{ background: @accentColor; color: @subTextColor; } .mail-box{ background: @mainColor; color: @subTextColor; } a { color: #000000; }